@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}
*/



@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');
.pageIndex .main_part{border-top:none;}
body{  font-family: 'Noto Sans TC', sans-serif;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}

/*首頁+聯絡按鈕*/
.animated-arrow {background: #68594f;border-radius: 50px;}
.animated-arrow:hover{background: #796456;}
.swiper-pagination {    left: 50% !important;    margin-left: 0;    transform: translate(-50% , 0);}


/*預設解除背景輪播*/
#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;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection{
  background-color: #444;
  color: #fff;
}
::selection{
  background-color: #444;
  color: #fff;
}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(1):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/greenmay1935/bgt01.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(2):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/greenmay1935/bgt02.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}








/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 選單變化 */
.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0px;
    left: 0;
    transition: all 0.3s;
    padding: 0;
}
.header_area {
    position: sticky;
    z-index: 9999;
    width: 100%;
    /* top: 50px; */
    left: 0;
    transition: all 0.3s;
    background: linear-gradient(#2d2d2d, #2d2d2d00);
    background: #e9e5dc;
}
.pageIndex .header_area.sticky {
    position: sticky;
    z-index: 9999;
    width: 100%;
    top: 0px;
    left: 0;
    transition: all 0.3s;
    padding: 0;
    /* background: #e9e5dc; */
}
.header_area.sticky {
    transition: all 0.3s;
}


.header_area .main_header_area {
    background: #9b9384;
    padding: 10px 0;
    transition: all 0.3s;
}
.header_area.sticky .main_header_area {
    background: #e9e5dc9c;
    box-shadow: 1px 1px 5px rgba(0,0,0,0);
    backdrop-filter: blur(4px);
    padding: 0px 0;
    transition: all 0.3s;
}
.header_area .main_header_area {
    background: transparent;
    padding: 0;
    transition: all 0.3s;
}
.pageIndex .header_area.sticky .main_header_area {
    padding: 0;
    /* background: #cfc4b0cf; */
    /* box-shadow: 1px 1px 5px rgba(0, 0, 0, 0); */
    transition: all 0.3s;
}
.stellarnav {
    z-index: 0;
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/
.nav-brand img {max-width: 100%;/* filter: brightness(6.5); */}
.footer_logo {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    /* flex: 2; */
}
.footer_logo img {
    filter: brightness(6.5);
}

.header_area .nav-header {
    /* position: absolute; */
    z-index: 123;
    top: -4px;
    left: 0;
}

/* LOGO變化 */
.header_area .nav-brand {
    width: 160px;
    display: inline-block;
    transition: all 0.3s;
}
.header_area.sticky .nav-brand {
    display: inline-block;

    transition: all 0.3s;
}



@media screen and (max-width: 768px) {
.nav-brand-m {    display: block;    text-align: left;    padding: 15px 10px;}
.nav-brand-m img {    max-width: 200px;    width: 100%;}
.header_area.sticky .main_header_area {
    backdrop-filter: none;
}
}



/*選單設定*/



.nav-menu {    margin: 0;}
.main_header_area .container {max-width: 100%;}
.nav-menu>li:not(.tp_links) {    padding-right: 15px;}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {    color: #734F35;}
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {    color: #734F35;}
.nav-dropdown>li {    text-align: center;}
.me_tp_features{
    display: flex;
    position: absolute;
    top: 0;
    padding: 4px;
    justify-content: flex-end;
    align-items: center;
    background: #69594e;
    z-index: 999;
}
.box_search{
    margin-bottom: 0;
}
.shop_search_btn{background: #4b423b;border-radius: 0 20px 20px 0;}
.me_tp_features a {
    color: #fff;
    margin-left: 16px;
}
.tp_links{
    display: none;
}


.navigation {
    width: 100%;
    position: relative;
    padding: 42px 2% 6px;
    transition: all 0.3s;
}
/* .stellarnav > ul > li:nth-child(2) {
    display: none;
} */
.stellarnav > ul > li.has-sub > a {
    padding-right: 0;
}
.stellarnav > ul > li
{
    padding: 20px 0;
}
.stellarnav > ul > li > a {
    padding: 0;
    margin: 0 16px;
    color: #2f211a;
}
.stellarnav > ul > li:hover a{color: #825442;}
.stellarnav > ul > li > a b {
    letter-spacing: 0.1em;
    color: #857A54;
    font-weight: 100;
}
.stellarnav > ul > li > a b {
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: 100;
}
.stellarnav li.has-sub > a:after {
    display: none;
}
.stellarnav.mobile  > ul > li:nth-child(2) > ul{
    display: none !important;
}
.stellarnav ul li.has-sub:nth-of-type(2)  a.dd-toggle{ display: none ;}
.stellarnav.mobile > ul > li > a {
    padding: 12px 43px 12px 10px;
}


/* icon */
.stellarnav > ul > li::before {
    content: "";
    display: block;
    width: 100%;
    height: 108px;
    background: linear-gradient(180deg, #ffffff, transparent);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0px, -20px);
    opacity: 0;
    transition: all .5s;
}
.stellarnav > ul > li:hover:before {
    opacity: 1;
    transition: all .5s;
}
/*  */


@media screen and (max-width: 1440px) {
    .stellarnav > ul > li > a {
        margin: 0 7px;
    }
}

@media screen and (max-width: 1024px) {
    .header_area {
        position: relative;
    }
    .header_area .main_header_area {
        transition: none;
        transition-timing-function: none;
        position: relative;
        /* background: #cfc4b0; */
    }
    .header_area .nav-header {
        position: relative;
        z-index: 123;
        left: 0;
    }
    .header_area.sticky .nav-header {
        top: 12px;
        position: relative;
    }
    .navigation {
        width: 100%;
        position: relative;
        padding: 48px 2% 0;
    }
    .stellarnav ul {
        text-align: center;
    }
    .stellarnav > ul > li{padding:10px 5px}
    .stellarnav > ul > li::before{
    left: 0;
    height: 80px;
    transform: translate(0px, -15px);
    background: linear-gradient(180deg,  transparent,#ffffff94);
}
    .me_tp_features{margin:0;}
}


@media screen and (max-width: 768px) {
        .main_header_area .container {
        max-width: 98%;
    }
    .header_area .nav-header {
        position: relative;
        z-index: 0;
        top: 4px;
        left: 0;
    }
    .header_area.sticky .nav-header {
        top: 0;
        z-index: 0;
    }
    .header_area .nav-brand {
        width: 140px;
    }

    .header_area .stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 0px;
        width: auto;
        display: inline-block;
    }
.navigation{
    padding: 6px 0;
}
    .stellarnav > ul > li::before{
        display: none;
    }
    .stellarnav .menu-toggle {
    padding: 24px 8px;
}
}






/*下拉*/

/*  */
.stellarnav ul ul {
    background: transparent;
    border: 0;
    width: 260px;
}
.stellarnav > ul > li > ul > li{
    border: 0;
    overflow: hidden;
}
.stellarnav > ul > li > ul > li > a {
    background-color: #00000080;
    border: none;
    padding: 15px 10px;
    color: #fff !important;
    text-align: left;
    font-weight: 100;
    font-size: 14px;
    transition: all 0.3s;
}
.stellarnav > ul > li > ul > li > a:hover {
    padding-left: 16px;
    color: #fff;
    transition: all 0.3s;
}

.stellarnav > ul > li > ul > li > a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,transparent, #ffffff21, transparent);
    opacity: 0;
    animation: show 2s infinite;
    transition: all 0.3s;
}
.stellarnav > ul > li > ul > li > a:hover:before {
    opacity: 1;
    transition: all 0.3s;
}

@keyframes show{
    0%{
        left: -200px;
    }
    100%{
        left: 200px;
    }
}


.stellarnav li li.has-sub > a {
    padding: 15px 10px;
}


/*        */
.stellarnav > ul > li > ul > li > ul{
    border: 0;
}
.stellarnav > ul > li > ul > li > ul > li{
    border: 0;
}
.stellarnav > ul > li > ul > li > ul > li > a {
    background-color: #00000033;
    border: 1px #734F35 solid;
    padding: 15px 10px ;
    color: #fff;
    text-align: left;
    transition: all 0.3s;
}
.stellarnav > ul > li > ul > li > ul > li > a:hover {
    padding-left: 16px;
    color: #fff;
    transition: all 0.3s;
}



@media screen and (max-width: 768px) {
    .stellarnav .menu-toggle span.bars span {
        background: #79614f;
    }
    .stellarnav .menu-toggle:after {
        color: #79614f;
    }
    .me_tp_features{
        display: none;
    }
    
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        background: #978558;
        color: #fff;
    }
    .stellarnav .icon-close:before {
        border-bottom: solid 3px #fff;
    }
    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
        border-right: 0px #eee solid;
        background-color: #ede9e1e0;
    }


    .stellarnav > ul > li:nth-last-child(1) > a {
        margin: 0 7px;
    }
    .stellarnav.mobile > ul > li > a b:nth-child(2) {
        font-size: 12px;
        vertical-align: bottom;
        letter-spacing: 2px;
    }
    .stellarnav.mobile li.open {
        background: #d3cbbd;
        /* padding: 0; */
    }
    .stellarnav.mobile ul ul {
        background-color: #ffffffe0;
    }
    .stellarnav.mobile > ul > li {
        padding: 0;
        border-bottom: 1px #cfccc2 solid;
    }
    .stellarnav.mobile li a {
        border-bottom: 1px solid #734F35;
        background-color: transparent;
    }
    .stellarnav > ul > li > ul > li > a {
        background-color: #00000033;
        border: 0;
    }
    .stellarnav > ul > li > ul > li {
        border: 0;
        background-color: #00000033;
    }
    .stellarnav.mobile ul ul li{
        background-color: #c8bfae;
    }
    .stellarnav.mobile li.open li.open {
        background: #171717e0;
        padding: 3px;
    }
    .stellarnav.mobile li li.has-sub a {
        padding: 10px 43px 10px 10px;
        border: 0;
    }
    .stellarnav.mobile > ul {
        border-top: 0;
    }
    .stellarnav.mobile li a {
        border-bottom: 0;
        background-color: transparent;
    }
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.copy {color: #ffffff;border-top: 1px #c5b28a solid;}
.copy a{color: #ffffff;}
.footer_menu a:hover {
    background: #8f826c;
    color: #d7caaa;
    font-weight: 500;
}
.footer_menu a {
    display: inline-block;
    padding: 5px 7px 5px 15px;
    border: none;
    margin: 0px 4px 4px 0px;
    font-size: 14px;
    line-height: 100%;
    color: #ffffff;
    background: none;
    /* border-left: 1px #eddfc5 solid; */
    transition: all 0.3s;
    padding: 10px 15px;
    background: #837967;
    border-radius: 8px;
    }

.footer .fix_ri a{
    transition: all 0.3s;
}
.footer .fix_ri a:hover {
    transform: scale(1.3);
    transition: all 0.3s;
}
.box_link{
    display: none;
}


.footer {
    background: #938770;
}
.footer_info ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;

}
.footer_info li:nth-child(1) {
    padding-bottom: 30px;
}
.footer_info li {
    display: block;
    padding: 10px 0 10px 6px;
}

.footer_info li p {
    color: #ffffff;
    text-align: center;
}

.footer_info li p a {
    color: #ffffff;
}
.footer .center {
    position: relative;
    max-width: 90%;
}
.footer .center {
    position: relative;
    max-width: 90%;
    padding: 30px 0;
}
.footer_info {
    padding: 0;
    display: flex;
    grid-gap: 20px;
    padding-right: 0;
    flex-wrap: wrap;
    justify-content: center;
}
.footer_info li:nth-child(2) {
    /* position: absolute; */
    right: 0;
    top: 14px;
    text-align: center;
}
.footer_menu a:nth-child(1) {
    display: none;
}
.footer_menu a:nth-child(2) {
    border: none;
}

.footer_info li p.line:before {
    content: 'LINE：';
}
.footer_info li p.tel:before {
    content: '免付費電話：';
}
.footer_info li p.mail:before {
    /* content: 'MAIL：'; */
}

.footer_info li p.add:before {
    /* content: 'ADDRESS：'; */
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    height: 300px;
    min-height: 180px;
    padding: 0;
    background-image: none;
    position: relative;
    background-color: #fff;
    /* border-bottom: 1px #e9e5dd solid; */
    /* width: 85%; */
    /* margin: auto; */
}
.banner::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 75px;
    color: #BC9D64;
    font-family: "Aboreto", serif;
    font-weight: normal;
}
.banner h5 {
    font-size: 32px;
    color: #775A46;
    font-weight: 500;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 1px;
    padding-top: 50px;
}

.banner.banA {

}
.services_page .banner.banB{
    background-color: #f6f6f6;
}
.services_page .banner.banB::before {
    content: "store locations";
}
.banner.banC::before {
    content: "CONTACT";
}
.banner.banD {}
.banner.banE::before {
    content: "CASE";
}
.banner.banblog::before {
    content: "Column";
}
.product_page .banner.banF::before {
    content: "product";
}
@media screen and (max-width: 1400px) {
.services_page .banner.banB::before {
   font-size:50px;
}}
@media screen and (max-width: 600px) {
.banner {
    height: 200px;
    }
	.banner::before{font-size:40px;}
	.banner h5{font-size:25px;}
	.services_page .banner.banB::before {
   font-size: 30px;
}
    }
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */
.products-list .more {background: #dfdbd3;border: 1px solid #d5cec1 !important;color: #928772;font-weight: normal;letter-spacing: 1px;border-radius: 2px;}
.products-list .item a:hover .more {background: #928772;border-color: #928772;color: #ffffff;letter-spacing: 3px;}
.products-list .pic{
    border-radius: 8px;overflow:hidden;}
.products-list .pic img {
transition: .3s;
}
.products-list .pic:hover img{transform: scale(1.2);}

/*外層*/
.product-layer-two li a {    color: #8e816e;    border: 1px solid #8e816e;    transition: all 0.3s;}
.product-layer-two li:hover > a { background: #8e816e;    color: #fff;}
.product-layer-two li.active > a {background: #8e816e;    color: #fff;	font-weight: normal;}
.pageIndex .productsListBox{
    padding: 60px 0;
}
.prod_part section{
    max-width: 1400px;
}
.products-list .name{
    height: fit-content;
}
.products-list{
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.products-list .item{
    padding: 4%;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 12px #00000014;
}
/*內層*/
.lastPage {    background: #8e816e;}
.nextaction {    background-color: #8e816e;}
.lastaction {    color: #fff;    background-color: #8e816e;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 文章管理 */

.blog_page .main_part ,.blog_in_page .main_part { max-width: 1600px;}
h4.blog_category_title{font-size: 28px;display: none;}
h4.blog_category_title span{font-size: 24px;}
/*文章管理/外層＝＝*/
.module_i_news,.pageIndex .prod_part {padding: 100px 20px;background: #f0efeb;}
.module_i_news section{
    max-width: 1400px;
}
.module_i_news ul, .blog_subbox {    display: grid;    gap: 0;}
.module_i_news li, .subbox_item {
    width: 100%;
    position: relative;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.subbox_item{margin-bottom: 0;}
.module_i_news li:hover, .subbox_item:hover {
    background-color: #8d7966;
    transition: all 0.3s ease-in-out;
}
.module_i_news li:hover:before, .subbox_item:hover:before {    opacity: 0;}
.module_i_news li:hover::after, .subbox_item:hover::after {    opacity: 0;}

.module_i_news li:before, .subbox_item:before, .module_i_news li:after, .subbox_item:after {
    position: absolute;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 86.04%;
    background-color: #eae2d785;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
}
.module_i_news li:before, .subbox_item:before {left: 0;}
.module_i_news li:after, .subbox_item:after  {    right: 0;}

.module_i_news .title_i_box h6,.i_prod_tit h2 {
    font-size: 75px;
	color: #BC9D64;
    font-family: "Aboreto", serif;
    font-weight: normal;
}
.module_i_news .title_i_box h6:before{
	content:'Column';
}
.i_prod_tit h2:before{
	content:'product';
}
.module_i_news .title_i_box h4,.pageIndex .i_prod_tit span {
    font-size: 32px;
    color: #775A46;
    font-weight: 500;
    font-family: "Noto Serif TC", serif;
    letter-spacing: 1px;
}
.i_blog_ri h5, .blog_list_ri h5 {
    color: #24231f;
    font-size: 18px;
    padding-top: 7px;
}
.i_blog_ri p, .blog_list_ri p {
    color: #24231f;
    font-size: 15px;
    line-height: 190%;
    min-height: 60px;
    -webkit-line-clamp: 2;
}
.module_i_news li a, .subbox_item a {
    display: flex;
    padding: 10% 10% 15% 10%;
    flex-direction: column;
}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; }
.module_i_news li a:before, .subbox_item a:before {
    content: 'MORE +';
    color: #8c7967;
    font-family: "Tenor Sans", serif;
    opacity: 1;
    letter-spacing: .1em;
    font-size: 13px;
    bottom: 20px;
    right: 10%;
}
.module_i_news li a:after, .subbox_item a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #EAE2D7;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
    opacity: 1;
    border: none;
    top: 100%;
}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {width: 100%;padding: 0;}
.i_blog_le , .blog_list_le{position: relative;padding-bottom: 100%;height: 0;overflow: hidden;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img , .blog_list_le 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%);
	transition: .3s;
}
.i_blog_le:hover img, .blog_list_le:hover img{transform: translate(-50%, -50%) scale(1.2);}
.i_blog_ri em, .blog_list_ri em {
    font-size: 10px;
    color: #24231f;
    /* font-family: "Noto Serif TC", serif; */
    letter-spacing: 2px;
}
.module_i_news li a:hover h5, .subbox_item a:hover h5 {    color: #fff;}
.module_i_news li a:hover:before, .subbox_item a:hover:before {    color: #fff;}
.module_i_news li a:hover em, .subbox_item a:hover em {    color: #fff;}
.module_i_news li a:hover  p, .subbox_item a:hover p {    color: #fff;}

/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion{
    border-radius: 8px;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #68594f !important;}
.submenu a:hover {    background: #b0b49d;}
/*首*/
.module_i_news ul {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1600px;
}
/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back a.article_btn_back{background: #978558;}


@media screen and (max-width: 1024px) {
    .module_i_news ul{grid-template-columns:1fr 1fr;}
    }
    
    @media screen and (max-width: 980px) {
    .blog_subbox{grid-template-columns:1fr 1fr;}
    }

    @media screen and (max-width: 768px) {
    h4.blog_category_title{font-size: 24px;}
    h4.blog_category_title span{font-size: 20px;}
    }

    @media screen and (max-width: 600px) {
    .module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
    .i_blog_le, .blog_list_le {    padding-bottom: 75%;}
    h4.blog_category_title{font-size: 20px;}
    h4.blog_category_title span{font-size: 18px;}
    }


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/

.album_page .main_part , .album_class_page .main_part , .album_info_page .main_part {max-width: 1400px;}
.show-list .item:hover .show_name {    color: #fff;}
.show-list .show_pic {
    /* height: 60vh; */
    max-height: 430px;padding-bottom: 0;}
.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    transition: .3s;
}
.show-list .show_pic:hover img{transform:scale(1.2)}
.show_content {
    margin: auto;
    padding: 10px 0px;
}
.other_subalbum li:hover a p{color:#775A46;}
.blog_le{margin-top:40px;}
h5.blog_le_t{display:none;}
.album_page .main_part{
    padding: 0;
}

.album_page .main_part .show-list {
}
.show-list .item {
    padding: 0 5px;
    margin: 0;
}

/*  */
.show-list a .show_name {
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 0;
    display: block;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    font-weight: 400;
    transition: all 0.3s;
}



@media screen and (max-width: 768px) {
    .show-list .item {
        width: 100%;
    }
    
}
/*  */










/*次分類頁面*/
.other_album_choice li {    background: #8e816e;}
.other_subalbum li p {    line-height: 220%;}
.other_subalbum li a div {
    display: none;
}
.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}


.subalbum-menu h2 {
    /* display: none; */
    color: #775A46;
    font-family: "Noto Serif TC", serif;
}
.block {
    display: none;
}
.album_fixed_title {
    display: none;
}
.other_subalbum {grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));}
.other_subalbum li {
    display: inline-block;
    background: #fff;
    width: 42%;
    margin: 10px 1%;
    border: none !important;
    position: relative;
}

/*  */
.other_subalbum li p {
    line-height: 220%;
    display: block;
    font-size: 17px;
    transition: all 0.3s;
}

.other_subalbum li:hover a div:after {
    height: 120%;
    width: 120%;
}

@media screen and (max-width: 768px) {
    .other_subalbum li a div {
        height: 30vh;
        max-height: 500px;
    }
    .other_subalbum li {
        width: 100%;
    }
}

/*  */

/*照片頁*/

.pic-list { -moz-column-count:3; -moz-column-gap:10px; -webkit-column-count:3; -webkit-column-gap:10px; column-count:3; column-gap:10px; width:100%; margin:0 auto; }
  .pic-list .item { width:100%; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; padding: 0; margin: 0;}
  .pic-list .show_pic { height:auto; padding:0;}

  .pic-list .item img{max-width: 100%;}

  @media screen and (max-width: 600px) {

  	.pic-list {-moz-column-count:2;-moz-column-gap:10px;-webkit-column-count:2;-webkit-column-gap:10px;column-count:2;column-gap:10px;}

  }



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他分頁*/
.promotion_title h2 {
    display: block;
    border-bottom: none;
    text-align: left;
    font-size: 33px;
    color: #8e816e;
}
.promotion_title {
    padding: 13px 0;
    border-bottom: 1px solid #8e816e;
    /* display: flex; */
    display: block;
    /* align-items: flex-start; */
}
.promotion_title span {
    border: none;
}
.promotion_title em {
    border: none;
    padding: 2px 7px;
    margin: 0 2px 2px 0;
}
/* .edit * {
    word-break: break-all;
    color: #999;
} */

/* 底下分類 */
.other_promotion li {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin-left: -3px;
}
.other_promotion li a {
    display: block;
    border: none;
    padding: 40px;
    width: 96%;
    margin: 2%;
    position: relative;
    background: transparent;
    transition: all 0.3s;
}
.other_promotion li a:hover {
    background: #0000002e;
    transition: all 0.3s;
}
.other_promotion li a:before{
    display: none;
}
.other_promotion li a:after{
    display: none;
}
.other_promotion .pmtTime span {
    float: left;
    font-size: 13px;
    margin-left: 14px;
}
.other_promotion .pmtTitle h3 {
    font-size: 17px;
    color: #8e816e;
    margin: 10px 0 0 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    font-weight: normal;
}
@media screen and (max-width: 768px) {
    .other_promotion li {
        font-size: 13px;
        line-height: 20px;
        color: #666;
        display: inline-block;
        vertical-align: top;
        width: 48%;
        margin-left: -3px;
    }
    .other_promotion li a {
        padding: 10px 20px;
    }
}



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.nav-menu {    margin: 0;}
.nav-menu>li:not(.tp_links) {    padding-right: 0;}
.nav-dropdown>li {    text-align: left;}
.nav-dropdown>li>a {    width: calc(100% - 45px);}

/*手機版LOGO設定*/
.footer_logo { margin-left: unset; }

}

@media screen and (max-width: 600px) {
    .footer_info li:nth-child(2) {
        position: relative;}
        
        .footer_menu a:nth-child(2) {
            border-left: 1px #ccc solid;
        }

}

/* 聯絡 */
.contact_page #page, .banner.banC{background-color: #F6F6F6;}
.contact_page .main_part {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 100px;
    padding: 0;
}

.blank_letter {
    font-family: "Noto Serif TC";
    padding-top: 0;
    font-size: 26px;
    padding: 25px 0 0;
    color: #BC9D64;
    background-position: left bottom;
    background-repeat: no-repeat;
    /* border-bottom: 1px #EAE2D7 solid; */
}
.contact_form{
    margin-top: 10px;
}
.contact_page .contact_content .contact_form:before {
    top: 50px;
    content: '您有電動床體驗相關問題，歡迎與我們聯繫\A週日:休息｜週一至週日上午 10:00 至晚上 22:00';
    white-space: pre;
    padding: 0px 0 20px 0;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 180%;
    color: #9c8f8a;
    white-space: break-spaces;
    border-bottom: 1px #EAE2D7 solid;
}
.list_before.info li {
    padding-left: 32px;
    color: #8e816e;
}
.contact_form li .form__label {
    max-width: 100%;
    color: #8e816e;
    background:none;
    text-align: start;
}
.contact_form li {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-gap: 10px;
}
.contact_le_map a {
    background: #8e816e;
    color: #fff;
}
.contact_form li.last cite {
    grid-template-columns: 120px 1fr;
    background: #8e816e;
    color: #fff;
    width: 220px;
}

.contact_content .information_left {
    width: 100%;
    margin-bottom: 50px;
    display: none;
}
.contact_content .information_right {
    width: 100%;
    padding-left: 0px;
}

.contact_le_nomap {
    transition: all .5s;
}
.contact_le_nomap:hover {
    filter: grayscale(0);
    transition: all .5s;
}


.contact_form li input.noborder {
    border: none;
    /* border-bottom: 1px #8e816e solid; */
    background: #0000000a;
    color: #919386;
    transition: all 0.3s;
}
.contact_form li {
    margin-bottom: 0px;
    border-bottom: 1px solid #9193863d;
    padding: 10px 0;
}
/* .contact_form li:nth-child(9) .form__label{
    width: 130px;
    margin-left: -100px;
}
.contact_form li:nth-child(9){
} */
.contact_form li textarea.noborder{
    background: transparent;
    border: 1px #9193863d solid;
    color: #919386;
    transition: all 0.3s;
}
.contact_content form {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
}

.form__insert input{
    color: #919386;
}
.contact_form li:nth-child(15) .form__insert{
    width: 290px;
}
.contact_form li:nth-child(33) .form__insert{
    width: 275px;
}


.contact_content {
    margin: auto;
    padding: 40px 5%;
    background: #fff;
    width: 95%;
}


@media screen and (max-width: 768px) {
    .contact_form li.last cite {
        width: 160px;
    }
    
}
@media screen and (max-width: 600px) {
    .contact_form li {
        grid-template-columns: 1fr;
    }
    }