@charset "utf-8";
/*澤居室內裝潢*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');


/*預設解除背景輪播*/
#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;}
}

.rewrite_simple{
    background: #b6aba3 url(../images/simple_left.png) 10% center no-repeat;
}
.send_simple{
    background: #a98d79 url(../images/simple_right.png) 88% center no-repeat;
}
.separate_title{
    background: #faf8f8 url(../images/separateTitle.png) left center no-repeat;
}

/*改*/
.shop_search_btn {
    background: url(../images/img_search.png) no-repeat center center!important;
    background: transparent;
    color: transparent!important;
}
.box_search input[type=text]{
    background: none;
    border: solid 1px #988c8457;
    background: #ffffff;
    padding: 4% 55px 4% 12px;
}
.box_search{
    width: 100%;
}
.me_tp_features a.tp_btn_cart{
    width: 200px;
}
.me_tp_features a.tp_btn_notice{
    width: 200px;
}

/*購物車*匯款資料*/
.car_page .show_content{
    max-width: 76%;
}
.stepImg img{
    filter: hue-rotate(4deg) contrast(0.7);
}
.stepImg span.active{
   color: #cca93a;
}
.small_pic{
    width: 200px;
    height: 200px;
}
.shopping-cart .cell.product_name p{
    width: calc(100% - 210px);
}
.border200{
    width: 100%;
    background-color: #ffffffbf;
}
.longer {
    width: 100%;
}
.car_page .information_left {
    display: block;
    max-width: 20%;
    padding: 0;
}
.form label{
    color: #242424;
}



/*版面*/
.main_part{
    width: 100%;
    max-width: 100%;
    margin: 0  auto;
    padding: 0;
}
.product_page .main_part{
    width: 100%;
    max-width: 88%;
    padding-bottom: 6%;
}

.product_info_page .main_part{ 
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding-top: 4%;
}

.album_class_page  .main_part{ 
    width: 100%;
    max-width:90%;
    margin: 0 auto;
    padding-top: 1%;
}

.blog_page .main_part{
    width: 100%;
    max-width: 88%; 
    padding: 4% 0 0 0;
}

.tp_links{
    display: none;
}

.album_page .main_part{
    width: 100%;
    max-width: 86%;
}


.blog_in_page  .main_part{
    width: 100%;
    max-width: 76%;
}

.services_page .main_part{
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.contact_page  .contact_editbox{
    margin: auto;
    padding: 0;
}



/*背景*/

#content_main, #content{
    background-image: url(https://pic03.eapple.com.tw/omnight/all_bk.png);
    background-repeat: repeat-y;
    background-size: cover;
}

.product_page  #content,.product_info_page  #content{
    background-image: url(https://pic03.eapple.com.tw/omnight/all_bk.png);
    background-repeat: repeat-y;
    background-size: cover;
}


/*大圖上特效


.swiper-banner .swiper-slide:nth-child(1)::before {
    content: '';
    background-image: url(https://pic03.eapple.com.tw/omnight/big_photo1.png);
    height: 82%;
    width: 100%;
    left: 0;
    top: 12%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 1;
    position: absolute;
    animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.swiper-banner .swiper-slide:nth-child(1)::after {
    content: '';
    background-image: url(https://pic03.eapple.com.tw/omnight/big_text1.png);
    height: 12%;
    width: 100%;
    bottom: 20%;
    left: 68%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 1;
    position: absolute;
    animation: bounce-in-right 1.1s both;
}


.swiper-banner .swiper-slide:nth-child(2)::before {
    content: '';
    background-image: url(https://pic03.eapple.com.tw/omnight/big_photo2.png);
    height: 42%;
    width: 100%;
    left: 5%;
    top: 36%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 1;
    position: absolute;
    animation: scale-in-right 4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.swiper-banner .swiper-slide:nth-child(2)::after {
    content: '';
    background-image: url(https://pic03.eapple.com.tw/omnight/big_photo3.png);
    height:82%;
    width: 100%;
    top: 12%;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 1;
    position: absolute;
    animation: scale-in-hor-left 4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
*/


/*動畫在這裡*/
@keyframes scale-in-hor-left {
    0% {
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
      opacity: 1;
    }
    100% {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
      opacity: 1;
    }
}

@keyframes bounce-in-right {
    0% {
      -webkit-transform: translateX(600px);
              transform: translateX(600px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 0;
    }
    38% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
    55% {
      -webkit-transform: translateX(68px);
              transform: translateX(68px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    72% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    81% {
      -webkit-transform: translateX(32px);
              transform: translateX(32px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    90% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    95% {
      -webkit-transform: translateX(8px);
              transform: translateX(8px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
}
  
@keyframes scale-in-right {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
      opacity: 1;
    }
  }



.me_tp_features {
    order: 2;
    width: 22%;
    text-align: right;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.me_tp_features a{
    width: 176px;
    color: #5f4c3f;
}

.me_tp_features a i{
    color: #5f4c3f;
}

.shop_search_btn{
   background: #cdccc0;
}

.box_search{
    width: 100%;
}


.box_search input[type=text]{
    max-width: 200px;
}

.swiper-banner .swiper-slide{
    position: relative;
}

.main_header_area .container{
    max-width: 96%;
    width: 100%;
    margin: auto;
}
/*
.nav-brand img{
    display: none;
}*/

.main_header_area{
    height: 85px;
    padding: 0;
    display: flex;
    justify-content: center;
   
}


.pageIndex  .header_area{
    position: fixed;
    background-image: url(https://pic03.eapple.com.tw/omnight/top_bk.png);
    background-size: cover;
    background-repeat: repeat-y;
    background-color: transparent;
    background-position: top  center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0;
   
}

.pageIndex  .header_area.sticky{
    position: fixed;
     background-image: url(https://pic03.eapple.com.tw/omnight/top_bk.png);
    background-size: cover;
    background-repeat: repeat-y;
    background-color: transparent;
    background-position: top  center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0;
}

 .header_area{
     background-image: url(https://pic03.eapple.com.tw/omnight/top_bk.png);
    background-size: cover;
    background-repeat: repeat-y;
    position: relative;
    background-color: transparent;
    background-position: top  center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0;
   
}

.header_area.sticky{
      background-image: url(https://pic03.eapple.com.tw/omnight/top_bk.png);
    background-size: cover;
    background-repeat: repeat-y;
    position: relative;
     background-color: transparent;
    background-position: top  center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0;
}

.header_area .nav-brand {
    transition: .4s ease;
    position: relative;
    width: 100%;
    max-width: 100%;
}
/*
.header_area .nav-brand::before {
    content: '';
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/omnight/top_logo.png);
    background-repeat: no-repeat;
    width: 343px;
    height: 46px;
    z-index: 99;
}*/

.header_area.sticky .nav-brand{
    display: block;
    opacity: 1;
    height: auto;
    transition: .4s ease;
    top: 0;
    position: relative;
}

.header_area .navigation {
    display: flex;
    flex-direction: row;
    transition: .4s ease;
    justify-content: space-between;
}

.header_area.sticky .navigation {
    grid-template-columns: 200px 1fr;
    transition: .4s ease;
}
.nav-header{
    max-width: max-content;
    width: 100%;
    position: relative;
    /*margin: -2.4% 0 0 0;*/
    z-index: 9999;
}
.stellarnav{
    width:100%;
    right: 0;
}
.stellarnav ul{
    margin: 0;
    text-align: right;
}
.stellarnav > ul > li{
    padding: 0 24px 0 0;
}
.stellarnav li a:hover{
    color: #A58557;
}
.stellarnav ul ul{
    background: #f7f7f7;
    border: 1px solid #c6b08f;
}
.stellarnav li li{
    text-align: center;
    font-family: 'Noto Sans TC';
}
.stellarnav li li:hover{
   color: #A58557;
}
.stellarnav > ul > li{
    width: 116px;
    text-align: center;
}

.stellarnav li.has-sub > a:after{
    display: none;
}

.stellarnav > ul > li.has-sub > a {
    padding-right: 0;
}

.stellarnav > ul > li:last-child:after{
    display: none;
}

.stellarnav > ul > li > a {
    font-family: 'Noto Sans TC';
    letter-spacing: 2px;
    color: #5f4c3f;
    font-weight: 500;
}

.path{
    display: none;
}




/*內頁BANNER 設定*/

.banner{
    background-image: url(https://pic03.eapple.com.tw/omnight/all_banner.png);
    width: 100%;
    height: 280px;
}

.blog_page .banner,.blog_in_page .banner{
    background-image: url(https://pic03.eapple.com.tw/omnight/stylish_living01.png);
    width: 100%;
    height: 280px;
}
.blog_page .banner h5,.blog_in_page  .banner h5{
    display: none;
}

.banner h5 {
    font-family: 'Noto Sans TC';
    font-weight: 500;
    color: #5f4c3f;
    font-size: 28px;
    letter-spacing: 4px;
    animation: scale-in-hor-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes scale-in-hor-center {
    0% {
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      opacity: 1;
    }
  }


/*產品*/
.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;}
.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}
.products-list{
    grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
}
.product-layer-two li ul { position:static;  /*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;}
.product-layer-two li li:hover > a { background:#fff; color:#A58557;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:none; }
.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}
.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#A58557;}
.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;}
.products-list .more{
   display: none;
}
.products-list .item{
    border: 1px solid #cccccc;
    background: #ffffff4a;
}
.products-list .name {
    color: #333333;
    font-family: 'Noto Sans TC';
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    height: auto;
    height: auto;
    -webkit-line-clamp: 1;
    margin-bottom: 4%;
}
.product-layer-two li a{
    color: #444444;
    font-family: 'Noto Sans TC';
    font-weight: 500;
    padding: 6% 16px;
}
.fa-circle-plus::before{
    color: #c1b3a9;
}
.products-list .more {
    border: none;
    color: #a889799e;
}
.products-list .price {
    margin: 0 0 10px 0;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    text-align: center;
    flex-direction: row;
    align-items: center;
}
.products-list .sp_price {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
    text-align: center;
}
.products-list .price  b.ori_price{
    color: #767676;
    text-align: center;
    width: 28%;
}
.products-list .price .sp_price{
    color: #b65353;
    text-align: center;
    width: 28%;
}
.products-list .price b{
    color: #b65353;
}
.products-list .item a>*{
    width: 100%;

}
.products-list .pic{
    padding: 4% 4% 0 4%;
}
.product-layer-two li.active a{
    background-color: transparent;
}
.inquiry_a3{
    background: #b7a895a6;
}
.lastPage{
    background: #b7a895;
}
.prod_related h6{
    display: none;
    width: 100%;
    max-width: 80%;
}
.prod_related h6 span:before{
    display: none;
    color: #313131;
}
.prod_related h6{
    margin: 1% auto 3% auto;
}
.prod_related{
    background: transparent;
    padding-bottom: 6%;
}
.prod_related {
    margin: 0 auto;
    width: 100%;
    max-width: 94%;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.related_list{
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    max-width: 84%;
    width: 100%;
    margin: auto;
    text-align: center;
    grid-gap: 40px;
}
.sidebarBtn{
    background: #fff;  
    border: none;
}
.prod_related_b_box{
    display: none;
}

.related_list li a p {
    font-size: 16px;
    letter-spacing: 2px;
    color: #595959;
    line-height: 2;
    font-family: 'Noto Sans TC';
    font-weight: 500;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.related_list li a{
    padding: 0;
    background: #ffffff96;
}

.proImgSwiper li{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.product_main{
    padding-right: 4%;
}

.subalbum-menu h2 {
    color: #444444;
    font-size: 28px;
    letter-spacing: 2px;
}

.sidebarBtn .sp_price{
    color: #a68a69;
}

.sidebarBtn{
    padding-top: 2%;
}

.sidebarBtn h2{
    color: #343434;
}
.pd_tabTitle li.activeTab a{
    color: #8a7357;
    font-weight: 600;
    font-size: 34px;
    letter-spacing: 1px;
}
.pd_tabTitle li.activeTab::after{
    background: #ab9c89;
}
.product_info_page .products-list, .product-wrapper{
    width: 90%;
}
.product_info_page .edit *{
    font-family: 'Noto Sans TC';
}
.page li{
    color: #5e4b3e;
    font-size: 22px;
}
.page li {
    color: #5e4b3e;
    font-size: 22px;
    border: 1px solid rgb(94 75 62 / 13%);
    border-radius: 50%;
    background: #bcafa5;
}
.page li.activeN{
    color: #5e4b3e;
    font-size: 22px;
    border: none;
    border-radius: 50%;
    background: transparent;
}
.page a:hover{
    background: #5e4b3e;
}

/*相簿*/
.album_info_page .show_content{
    max-width: 84%;
}
.album_fixed_title{
    background: transparent;
}
.album_class_page  .subalbum-menu h2{
    color: #8d6f5c;
    font-weight: 500;
    font-family: 'Noto Sans TC';
    font-size: 26px;
    letter-spacing: 2px;
}
.album_class_page  .other_album_choice li{
    background: #c3b2a5;
}

.other_album{
    padding-top: 4%;
}

.other_album_choice li{
    background: #686868ad;
}

.stellarnav li:hover {
    transition: all .3s;
}

.other_subalbum li{
    background: transparent;
}

.other_subalbum li a p {
    font-family: 'Noto Sans TC';
    color: #171717;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
}

.album_fixed_title span{
    display: none;
}

.fa-image::before{
    display: none;
}

.overlay{
    background: transparent;
}

.other_subalbum li a img, .pic-list .show_pic img {
    transition: all 1000ms;
    /*filter: grayscale(1);*/
}

.other_subalbum li a:hover img, .pic-list .show_pic:hover img {
    transform: scale(1.1);
    transition: all 1000ms;
}

.pic-list{
    grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
}

.show-list .show_pic img{
    transition: all 1000ms;
}

.show-list .show_pic:hover img{
    transform: scale(1.1);
    transition: all 1000ms;
}
.album_descrip p{
    line-height: 200%;
}
.album_descrip{
    margin-top: 4%;
    margin-bottom: 4%; 
}



/*文章*/
.i_blog_le{
    aspect-ratio: 4 / 3;
}
.module_i_news{
    background-color: #ffffff47;  
    padding: 4% 0 6% 0;
}
.module_i_news li{
    border: 1px solid #5f4c3f47;
}
.module_i_news li a{
    grid-template-columns: 1fr;
    background: #f7f7f7db;
    border: none;
    grid-gap: 20px;
}
.i_blog_ri p{
    color: #444444;
    font-family: 'Noto Sans TC';
    -webkit-line-clamp: 2;
    letter-spacing: 1px;
    font-size: 16px;
    padding-right: 0;
    margin-bottom: 20%;
}
.module_i_news ul {
    grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
    grid-gap: 30px;
}
.i_blog_ri h5 {
    font-family: 'Noto Sans TC';
    font-weight: 500;
    color: #444444;
    font-size: 24px;
}
.i_blog_ri {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 20px;
}
.pageIndex .module_i_news_list{
    width: 100%;
}
.module_i_news_list, .module_i_news_list.swiper {
    padding: 4% 0 0 0;
}
.product-layer-two ul{
    grid-gap: 0;
}
.blog_le{
    width: 16%;
}
.blog_ri{
    width: calc(100% - 17%);
    padding: 0 0 0 3%; 
}
.blog_list_ri{
    padding:8% 4%;
}
h4.blog_category_title{
    font-size: 28px;
    font-family: 'Noto Sans TC';
    font-weight: 500;
    color: #444444;
    letter-spacing: 2px;
}
.blog_box{
    padding: 5% 4% 4% 4%;
}
.blog_in_page .blog_box{
    padding: 5% 4% 4% 4%;
    box-shadow: none;
}
.blog_back{
    grid-gap: 15px;
}
.blog_box_edit *{
     font-family: 'Noto Sans TC'; 
}
h5.blog_le_t{
    color: #d2cbb7;
    text-align: center;
    font-family: 'Noto Sans TC';
    font-weight: 400;
}

.blog_list_ri h5 {
    font-family: 'Noto Sans TC';
    font-weight: 500;
    color: #444444;
    font-size: 26px;
    letter-spacing: 1px;
}
.blog_list_ri p{
    color: #666;
    font-family: 'Noto Sans TC';
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1px;
    -webkit-line-clamp: 2;
}
.subbox_item a:before {
    content: 'MORE';
    opacity: 1;
    color: #A68974;
    font-size: 18px;
    right: 4%;
    bottom: 8%;
    border-bottom: 1px solid #A68974;
}
.subbox_item a{
    grid-template-columns: 340px 1fr;
}
.subbox_item{
    background: #f1f1f1;
}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #865f3fd6 !important;
}
.news_related_list{
    max-width: 80%;
    grid-gap: 40px;
}
.news_related_list li a p{
    font-size: 16px;
    color: #333;
    line-height: 4;
    font-family: 'Noto Sans TC';
}
h5.blog_le_t em{
    color: #494b497a;
}
.blog_le .accordion{
    border-radius: 4px;
}
.accordion li .link a{
    text-align: center;
    font-size: 16px;
    color: #444444;
}
.blog_subbox{
    grid-template-columns: 1fr;
}
.subbox_item a:after{
    background: transparent;
    border: 1px #d4c8b7 solid;
}
.blog_list_ri em{
    padding-top: 2%;
}

.articel_mainPic img{
    display: none;
}

.blog_back a.article_btn_prev{
    background: #ddd7cf;
}

.blog_back a.article_btn_next {
    background: #ddd7cf;
}
.blog_back a.article_btn_back {
    background: #d0c6b8;
}

.blog_back a{
    color: #ffffff;
}
.news_related h6 span:before{
    color: #474747;
}
.news_related{
    background:transparent;
}
.blog_box_edit *{
    letter-spacing: 1px;
    font-size: 18px;
}
.module_i_news section {
    max-width:80%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.module_i_news .title_i_box h4 {
    font-family: "Noto Serif TC", serif;
    font-size: 32px;
    letter-spacing: 4px;
    padding-top: 0;
    color: #5f4c3f;
    text-align: center;
    position: relative;
}
.module_i_news .title_i_box h4::after {
    content: '';
    position: absolute;
    background-color: #C3B2A5;
    height: 2px;
    width: 164px;
    bottom: 0;
    left: 50%;
    margin-bottom: -0.6%;
    z-index: 1;
    transform: translate(-50%, 0%);
}
.module_i_news li a:after{
    background: transparent;
}
.show-list{
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    grid-gap: 40px;
}
.show-list .item:hover .show_name{
    color: #5f4c3f;
}
.module_i_news .title_i_box{
    width: 100%;
    padding-right: 0;
    position: relative;
}

.i_blog_ri em{
    font-size: 16px;
    margin: 0;
    padding: 4% 0 1% 0;
    color: #AB9F7D;
}
.module_i_news li a:before {
    bottom: 4%;
    right: 4%;
    opacity: 1;
    border-bottom: 1px solid #5f4c3f;
    color: #5f4c3f;
}
.i_blog_b{
    display: none;
}

/*相簿*/
.show_content{
    padding: 0 0 6% 0;
}
.album_page .show-list .show_name{
    font-weight: 400;
    font-size: 20px;
    font-family: 'Noto Sans TC';
    letter-spacing: 1px;
    text-align: center;
    margin-top: 6%;
    color: #5F4C3F;
}
.other_subalbum li a p{
    color: #372d25;
}


/*下拉*/
.promotion_title{
    display: none;
}

.other_select_page .other_promotion{
    display: none;
}



/*聯絡我們*/
.contact_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0;
}
.contact_form li {
    width: 48%;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    align-items: center;
}
.contact_form li input.noborder{
    border: none;
    background-color: transparent;
   border-bottom: 1px solid #d7c4b8;
}

.contact_form li textarea.noborder{
    background-color: transparent;
    border: 1px #d7c4b8 solid;
}

.contact_content .information_left{
    display: none;
}

.contact_form li .form__label{
    display: flex;
    font-family: 'Noto Sans TC';
    color: #444444;
    font-size: 16px;
    font-weight: 400;
}

.contact_content .information_right {
    width: 100%;
    padding-left: 0;
    max-width: 68%;
    margin: 4% auto;
    display: flex;
    flex-direction: column;
}

.contact_form li.last cite{
   background: #a08d7f;
    color: #ffffff;
}

.contact_form li.last blockquote{
    background: #bbb3ad;
    color: #ffffff;
}




.blank_letter {
    color: #5D4C44;
    font-family: "Noto Serif TC", serif;
    margin-bottom: 6%;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 30px;
}



.red{
    order: 2; 
}






/*頁腳*/
.box_link {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
    right: 0%;
}

.box_link a{
    border: none;
}

.fa-envelope::before{
    content: "\e07b";
    font-family: 'FontAwesome';
}

.me_tp_call{
    display: none !important;
}

.footer {
    position: relative;
    background-color: #726155;
    padding: 4% 0 2% 0;
}
.footer_logo img{
    opacity: 0;
}
.footer_logo::before {
    content: '';
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/omnight/footer_logo.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 47px;
    background-position: center;
}

.footer .center{
    max-width: 68%;
    width: 100%;
}

.footer_info li:nth-child(1) {
    width: 100%;
}

.footer_info li:nth-child(1)::before {
    content: 'OUR';
    position: relative;
    left: 0;
    letter-spacing: 2px;
    color: #dcd6d2;
    font-size: 24px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 500;
    top: 0;
}


.footer_info li:nth-child(2)::before {
    content: 'MENU';
    position: relative;
    left: 0;
    letter-spacing: 2px;
    color: #dcd6d2;
    font-size: 24px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 500;
}


.footer_info li:nth-child(2) {
    width: 40%;
}

.footer_menu {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
    margin-top: 4%;
    gap: 10% 0;
}

.footer_menu a {
   color: #dcd6d2;
    background: transparent;
    border: none;
    text-align: center;
    font-family: "Noto Sans TC", serif;
    padding: 0;
    height: 20px;
}

.footer_menu a:hover{
    border-bottom: 1px solid #fff;
    padding: 0 0 2% 0;
   color: #dcd6d2;
}

.footer_info{
    justify-items: center;
    grid-template-columns: 1fr;
    padding-right: 0;
}

.footer_info ul {
    display: flex ;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.copy{
    font-size: 14px;
    border-top:none;
    color: #a8998f;
    font-family: "Noto Sans TC", serif;
}

.copy a{
    color: #a8998f;
}


.copy a:hover{
    color: #a8998f;
}

.footer_logo{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_logo{
   
    margin: 2% 0 0 0;
}



.footer_info li{
    padding: 2% 0;
}

.footer_info li p:nth-child(1){
    margin-top: 1%;
}

.footer_info li p{
    color: #dcd6d2;
    font-family: "Noto Sans TC", serif;
    font-size: 14px;
}

.footer_info li p a{
    color: #dcd6d2;
}

.footer_info li p.add2:before{
    content: '營業時間：';
}

.footer_menu a{
    font-size: 14px;
}
.me_tp_line{
    order: 1;
}
.me_tp_fb{
    order: 2;
}
.box_link a:nth-child(n+3){
     order: 3;
}

.box_link  .fa-facebook-f:before,.box_link  .fa-line:before,.box_link  .fa-envelope::before,.box_link .fa-instagram:before{
   color: #dcd6d2;
}

.box_link .fa-facebook-f:before, .box_link .fa-line:before, .box_link .fa-envelope::before, .box_link .fa-instagram:before{
    font-size: 20px;
}




@media screen and (max-width: 1600px) {
.stellarnav > ul > li {
    width: 98px;
    padding: 0;
}
.nav-brand img {
    max-width: 100%;
    display: block;
}
.header_area .nav-brand::before {
   display: none;
}
.stellarnav ul{
    width: auto;
}
.me_tp_features{
    width: 28%;
}


}

@media screen and (max-width: 1280px) {
.me_tp_features{
    display: none;
}
.stellarnav > ul > li{
    width: 100px;
}

.stellarnav > ul > li {
    width: 84px;
}
.header_area .nav-brand{
    /*top: 16%;*/
    width: 100%;
    max-width: 80%;
}

/*banner*/
.blog_page .banner, .blog_in_page .banner{
    background-position-x: 20%;
}


/*頁腳*/
.footer_info li:nth-child(2) {
    width: 68%;
}

.footer .center{
    max-width: 84%;
}


}
@media screen and (max-width: 1024px) {
.header_area{
    position: relative;
}
.pageIndex .header_area{
    position: relative;
}
.navigation {
    display: grid;

}
.stellarnav ul {
    margin: 1% 0 0 0;
}
.main_header_area .container{
    max-width: 98%;
    width: 100%;
}
.stellarnav > ul > li > a{
    font-size: 15px;
}
.nav-header{
    margin: 1% 0 0 0;
}





}
@media screen and (max-width: 980px) {
.main_header_area .container {
    max-width: 100%;
}
.header_area .navigation,.header_area.sticky .navigation{
    grid-template-columns: 1fr;
}
.stellarnav ul {
    /*margin: 6% 0 0 0;*/
    text-align: center;
}
.header_area .navigation{
    display: flex;
    flex-direction: column;
}
.me_tp_features{
    width: auto;
}
.box_search {
    width: auto;
}
.main_header_area{
    padding: 2% 0;
    height: auto;
}
.nav-header{
    margin: 0;
}

/*banner*/
.blog_page .banner, .blog_in_page .banner{
    background-position-x: 16%;
}


.footer_info ul{
    display: flex;
    width: 100%;
    flex-direction: column;
}
.footer_info li:nth-child(2) {
    width: 100%;
}




}
@media screen and (max-width: 860px) {
.stellarnav ul{
    margin:0
}

.me_tp_features a{
    width: auto;
}

.pageIndex .header_area{
    position: relative;
}


}
@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.pageIndex .header_area{
    position: relative;
}
.nav-header{
    margin: 0;
}
.pageIndex .header_area.sticky{
    position: relative;
}
#bottom_menu li{
    width: 100%;
}
.stellarnav.mobile{
    top: 0;
}
.main_header_area .container{
    max-width: 90%;
}
.header_area,.header_area.sticky{
    background-image: none;
    background-color: #ffffff;
    box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, 0.2);
    height: 68px;
}
.header_area.sticky .navigation{
    grid-template-columns: 1fr;
    transition: .4s ease;
}
.main_header_area .container{
    max-width: 100%;
}
.stellarnav > ul > li > a{
   color: #5f4c3f;
}
.stellarnav.mobile ul{
   background: #f7f7f7;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #dedede;
    color: #ffffff;
}
.stellarnav > ul > li:before{
    display: none;
}

.stellarnav ul {
    margin: 0;
}

.stellarnav > ul > li{
    width: 100%;
}

.stellarnav.mobile > ul{
    border-top: none;
}
.stellarnav.mobile > ul > li{
    border-bottom: 1px #ffffff solid;
}
.stellarnav.mobile > ul > li > a{
    padding: 4% 0 4% 4%;
}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
   border-right: 1px solid rgba(255, 255, 255, 0.9);
}
.stellarnav .icon-close:before{
    border-bottom: solid 3px #fff;
}
.stellarnav .icon-close:after{
    border-bottom: solid 3px #fff;
}
.stellarnav.mobile.active{
    z-index: 999999;
}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #dbd2c5;
    color: #ffffff;
}

/*banner*/
.blog_page .banner, .blog_in_page .banner{
    background-position-x: 29%;
}

/*購物車*/
.shopping-cart .cell.product_name a{
    flex-direction: column;
}
.contact_le_map a{
    background: #cca93a;
}
.car_page .information_left {
    width: 100%;
    margin: 50px auto 20px auto;
    padding: 0;
}
.shopping-cart .cell.product_name p{
    width: 100%;
    padding-bottom: 4%;
    padding-top: 4%;
}


/*文章*/
.module_i_news_list, .module_i_news_list.swiper{
    width: 100%;
}
.module_i_news section{
    max-width: 100%;
    width: 100%;
}
.module_i_news ul{
    grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
}
.blog_le{
    width: 100%;
}
.subbox_item a{
    grid-template-columns: 1fr;
}
.subbox_item a:before{
    bottom: 0;
}
.blog_le {
    width: 90%;
    margin: 0 auto;
}
.blog_page  .show_content{
    padding: 0 0 18% 0;
}
.i_blog_ri{
    padding: 0 6% 4% 6%;
}
.module_i_news{
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
}






/*相簿*/
.show-list{
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    grid-gap: 40px;
}

.album_page  .show_content {
    padding: 0 0 20% 0;
}

.other_album_choice li{
    background: #ad9e94;
}





/*頁腳*/
.footer_menu a{
    width: 49%;
    text-align: left;
}

.footer_info{
    padding: 0;
}

.footer_info li p{
    letter-spacing: 2px;
}
#bottom_menu  .fa-phone-volume::before{
    color: #555555;
}

#bottom_menu .fa-phone-volume::after{
    right: 0;
    position: absolute;
}

#bottom_menu li a{
    color: #726155;
}


/*聯絡我們*/
.contact_content .information_right{
    margin: 4% auto 0 auto;
    padding: 0 0 10% 0;
}
.contact_form li.last blockquote, .contact_form li.last cite{
    width: 50%;
}


}
@media screen and (max-width: 600px) {
/*大圖
.swiper-wrapper .swiper-slide img{
    width: auto;
     height: 84vh;
    object-fit: cover;
    object-position: 30%;
    position: relative;

}
.swiper-banner .swiper-slide:nth-child(1)::before{
    left: 0;
    top: 10%;
    background-size: 72%;    
    background-position: center top;
}

.swiper-banner .swiper-slide:nth-child(1)::after {
    left: 0;
    background-size: 60%;
    background-position: center;
    bottom: 30%;
}

.swiper-banner .swiper-slide:nth-child(2)::before {
    top: 4%;
    background-size: 50%;
    background-position: center top;
    width: 100%;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/omnight/big_photo2_ph.png);
}
.swiper-banner .swiper-slide:nth-child(2)::after {
    background-position: center bottom;
    right: 0;
    bottom: 10%;
    background-size: 72%;    
}*/

.nav-header {
    max-width: 74%;
    width: 100%;
}

.header_area {
    height: 60px;
}

/*文章*/
.module_i_news li a{
    grid-template-columns: 1fr;
}

.i_blog_ri h5 {
    padding-top: 0;
}

/*產品*/
.product_page .show_content, .product_info_page .show_content{
    flex-direction: column;
}
.product_page .products-list, .product-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
}

.product_page .product_menu_list{
    display: none;
}

.product_page .main_part{
    padding-top: 12%;
    padding-bottom: 12%;
}

.products-list{
    grid-gap: 40px;
}

.products-list .price b {
    width: 100%;
    text-align: center !important;
}


/*聯絡我們*/
.contact_form li{
    width: 100%;
}

.contact_form li .form__label{
    background: transparent;
}

.contact_content .information_right{
    max-width: 82%;
}




}


@media screen and (max-width: 480px) {
.main_header_area {
    padding: 2%;
}
.nav-brand img {
    max-width: 100%;
}
.header_area .nav-brand{
    top: 0;
    width: 100%;
    max-width: 100%; 
}

/*大圖
.swiper-wrapper .swiper-slide img{
    width: auto;
    height: 80vh;
    object-fit: cover;
    object-position: 30%;
    position: relative;

}   
.swiper-banner .swiper-slide:nth-child(1)::before {
    left: 0;
    top: 10%;
    background-size: 90%;
    background-position: center top;
}
.swiper-banner .swiper-slide:nth-child(1)::after {
    left: 4%;
    background-size: 86%;
    background-position: left center;
    bottom: 24%;
}
.swiper-banner .swiper-slide:nth-child(2)::after {
    background-position: right bottom;
    right: 4%;
    bottom: 10%;
    background-size: 92%;
}
.swiper-banner .swiper-slide:nth-child(2)::before {
    top: 0;
    background-size: 68%;
    background-position: left top;
    width: 100%;
    left: 0;
}*/

/*banner*/
.blog_page .banner,.blog_in_page .banner{
    background-image: url(https://pic03.eapple.com.tw/omnight/phone_banner480.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 232px;
}

/*文章*/
.module_i_news .title_i_box h4{
    font-size: 25px;
}
.blog_le {
    width: 100%;
}
.blog_ri {
    width: 100%;
    padding: 0;
}
.subbox_item a {
    grid-template-columns: 1fr;
}
.blog_box {
    padding: 0;
}
.subbox_item a:before{
    right: 5%;
}
.blog_list_ri{
    padding: 8% 4% 14% 4%;
}
.blog_page .main_part, .blog_in_page .main_part{
    padding: 12% 0 0 0;
    width: 100%;
    max-width: 90%;
}
.news_related_list{
     width: 100%;
    max-width: 90%;
}


/*相簿*/
.banner{
    height: 200px;
}
.pic-list{
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}

/*產品*/
.related_list{
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}

/*頁腳*/
.footer_info li:nth-child(1)::before{
    font-size: 18px;
}

.footer_menu a {
    width: 100%;
}

.footer_menu{
    gap: 0;
}

.footer::before{
    background-size: 300%;
}

.copy{
    line-height: 150%;
}




}
@media screen and (max-width: 380px) {
    



}





/* 20250814 */
.products-list .name{
    -webkit-line-clamp: 3;
}

.product_pic{
    padding: 0;
}
#prod_thumbSwiper{
    position: initial;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.swiper-vertical>.swiper-wrapper{
    display: grid;
    grid-template-columns: repeat(6,1fr);
}
#prod_thumbSwiper .swiper-slide{
    height: auto;
}