@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

body {font-family: "El Messiri", serif,"Noto Sans TC", serif;}
.path p, .path p a{display: none;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*下拉分頁*/
.promotion_title {display: none;}
.other_promotion{display: none;}
ul.page {display: none;}
/*上方選單解除滑動固定
.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 img {
    display: none;
}

.nav-brand {
    display: block;
    margin: 10px auto 0;
}

/*【Sticky】電腦LOGO*/

.header_area.sticky .nav-brand img {
    width: 110px;
    display: block;
    transition: all 0.5s;
}

.header_area.sticky .nav-brand {
    margin: 10px auto;
}


/*主選單*/

.header_area {
    position: fixed;
    background: transparent;
    top: 4.5%;
    
}

.header_area.sticky{
    top: 0px;
    animation:fade-in .6s cubic-bezier(.39,.575,.565,1.000) both;
    background: rgb(231 228 223);
    box-shadow: 0 0 10px #9d998f;
    padding: 46px 0px 10px 0px;
}

@keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

.main_header_area .container {
    max-width: 88%;
}

.tp_links{display: none;}
.me_tp_features{display: none;}
.header_area.sticky .me_tp_features{display: block;position: absolute;z-index: 999999;top: -22px;right: 38px;}
.navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.stellarnav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.stellarnav ul {
    display: flex;
    width: 80%;
    justify-content: space-between;
}
.stellarnav li.has-sub > a:after{display: none;}
.stellarnav > ul > li.has-sub > a{padding: 0px;}
.stellarnav > ul > li > a {
    color: #63605a;
    letter-spacing: 2px;
    padding: 0px 10px;
}
.stellarnav > ul > li > a:hover b:nth-of-type(2) {
    color: #956561;
}

.stellarnav > ul > li > a:hover {
    content: '';
    background: url(https://pic03.eapple.com.tw/ouiflower520/hover.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation:fade-in .8s cubic-bezier(.39,.575,.565,1.000) both;
}


.header_area.sticky .navigation {
    display: flex;
    flex-wrap: nowrap;
}

.header_area.sticky .stellarnav > ul > li > a {margin: 0 25px;}

.header_area.sticky .stellarnav {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.header_area.sticky .stellarnav ul {
    justify-content: flex-end;
    width: 100%;
}

.header_area.sticky .stellarnav ul ul {
    width: 160px;
}

@media screen and (max-width: 1400px){

    .header_area.sticky .stellarnav > ul > li > a {
        margin: 0px 15px;
    }


}

@media screen and (max-width: 1200px){

    .header_area {
        top: 2.5%;
    }

    .main_header_area .container {
        max-width: 96%;
    }

    .header_area.sticky .stellarnav > ul > li > a {
        margin: 0px 10px;
    }

    .stellarnav ul {
        width: 100%;
    }
}

@media screen and (max-width: 1024px){

    .header_area.sticky .stellarnav ul {
        justify-content: center;
    }
    .header_area.sticky .me_tp_features {
    position: relative;
    top: 0px;
    right: 0px;
}
.header_area.sticky {
    padding: 10px 0px 10px 0px;
}
}

@media screen and (max-width: 968px){

    .header_area {
        top: 0.5%;
    }
}

@media screen and (max-width: 768px){

.header_area.sticky .me_tp_features{display: none;}

    .stellarnav ul {
        display: block;
        width: 100%;
    }

    .nav-brand img {
        display: block;
    }

    .header_area {
        position: sticky;
        background: rgb(231 228 223);
        box-shadow: 0 0 10px #9d998f;
        top: 0px;
    }

    .nav-header {
        width: 100px;
    }

    .nav-brand {
        margin: 0px auto 0;
    }
    
    .header_area.sticky .nav-brand {
        margin: 0px auto;
    }
    .header_area.sticky .stellarnav ul ul{width: 100%;}
    .header_area.sticky{animation: none;}
}


/*第二層*/
.stellarnav li li {    border: none;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    padding: 8px 9px;
    transition: all 0.3s;
    color: #444;
    font-size: 15px;
    background: #f7f6f4;
}
.stellarnav li li:hover > a{
    background: #96928a;
    color: #fff;
}

.stellarnav li li.has-sub:hover > a {
    background: #c4c0b9;
    color: #fff;
}


/*footer*/

.footer_info li p:nth-child(1){display: none;}
.footer_info li p:nth-child(2){display: none;}


.footer_menu a:first-child {display: none;}
.footer {
    background: #e7e4df;
    padding: 80px 0;
}
.footer_info ul {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.footer_info {
    display: flex;
    flex-direction: column;
    padding-right: 0px;
    padding: 0px 25px;
}
.footer_logo img {
    width: 150px;
}
.footer_menu {
    display: flex;
    justify-content: flex-end;
}
.box_link {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    top: 48px;
    padding: 0px 30px;
}
.box_link a {
    font-size: 23px;
    border: none;
}
.footer_info li:nth-child(1) {
    width: 100%;
}
.footer_info li:nth-child(2) {
    width: 100%;
}
.footer_info li p {
    color: #585858;
}
.footer_menu a {
    border: none;
    margin: 0 7px;
    background: transparent;
    letter-spacing: 1pt;
    transition: .4s;
}
.footer_menu a:hover {
    background: #d5d1cc;
    color: #666666;
    transition: .4s;
    padding: 5px 10px;
}
.box_link a:hover {
    color: #956561;
    transition: .4s;
}

.copy {
    margin-top: 50px;
}

.copy a:hover {
    color: #bd9692;
}

@media screen and (max-width: 1200px){

    .footer_info li:nth-child(1) {
        width: 50%;
    }
    .copy {
        display: flex;
        justify-content: center;
    }
    }
    
    @media screen and (max-width: 980px){
    
    .footer_info ul {
    flex-wrap: wrap;
    }
    
    .footer_menu {
        justify-content: flex-start;
    }
    
    .footer_info li:nth-child(2) {
        padding: 10px 0px;
    }
    
    .box_link {
        top: -10px;
    }
    
    .copy {
        border: none;
    }
    
    .footer_menu {
        flex-wrap: wrap;
    }
    
    .footer_info li:nth-child(1) {
        width: 100%;
        padding: 0px 15px;
    }
    
    .footer_logo {
        padding: 0px 18px;
    }
    
    .footer_menu a {
        margin: 7px 7px;
        padding: 7px 10px;
    }
    
    .copy {
        margin-top: -10px;
    }    
    
    .footer {
        padding: 80px 0 0px;
    }
    
    }
    
    @media screen and (max-width: 768px) {
    
    .box_link {
        justify-content: center;
        top: 2px;
        left: 2px;
        padding: 0px 0px;
    }

    .footer_menu {
        justify-content: center;
    }
    
    .footer_info li+li {
        margin-top: 8px;
    }

    .footer_info li p {
        text-align: center;
    }
    
    .footer_menu a {
        margin: 7px 7px;
    }
    .copy {
        margin-top: 0px;
    }
    
    .footer.with_shopping_mode {
        padding: 80px 0 50px;
    }

    #bottom_menu{
        box-shadow: none;
    }

    #bottom_menu li {
        background: #bd9692;
    }
    
    #bottom_menu li a i {
        color: #ffffff;
    }
    
    #bottom_menu li a em {
        color: #FFF;
    }

    .footer_info {
        align-items: center;
    }
    
    }

/*大圖*/
#content_main {  margin: 0;}
.bannerindex { position: static; height: auto;}
.swiper-banner { position: static; margin: 0; height: auto;}
.swiper-slide { padding: 0px !important;}
.swiper-slide img { height: auto;}
.swiper-pagination { display: none;}
.swiper-slide { position: relative;}
.swiper-banner:after {content: ""; position: absolute;  z-index: 999; pointer-events: none;}

.swiper-banner:after {
    background: url(https://pic03.eapple.com.tw/ouiflower520/banner01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
    right: 0%;
    width: 103% !important;
    height: 100% !important;
    background-position: right;
    padding-bottom: calc(99% / 1* 0.25);
}

@media screen and (max-width: 600px){


    .bannerindex .swiper-slide img { display:none; }
    .bannerindex .swiper-slide {height: 116vw;  width: 100% !important; }/*圖片比例*/
    .bannerindex .swiper-slide:nth-child(1) { background-image: url(https://pic03.eapple.com.tw/ouiflower520/rwd1.jpg); background-position: top; background-size:cover;}/*個別換背景*/
    .bannerindex .swiper-slide:nth-child(2) { background-image: url(https://pic03.eapple.com.tw/ouiflower520/rwd2.jpg); background-position: top; background-size:cover;}
    

    .swiper-banner:after {
        background: url(https://pic03.eapple.com.tw/ouiflower520/rwd.svg);
        background-size: contain;
        background-repeat: no-repeat;
        top: -5px;
        right: 0%;
        width: 101% !important;
        height: 101% !important;
        background-position: right;
        padding-bottom: calc(100% / 1* 0.25);
    }

}


/*特效END*/

/*購物車側選單*/

.product-layer-two li a {
    padding: 10px 16px;
    color: #444;
    background: #e7e4df;
    position: relative;
  }
  
  .product-layer-two li.active a {
    border: none;
    font-weight: 400;
  }
  
  .product-layer-two li i {
    top: 4px;
    color: #444;
    transition: 0.3s;
  }
  
  .product-layer-two li i:hover {
    filter: drop-shadow(2px 2px 3px #4f5a47);
    transform: rotate(45deg);
    color: #FFF;
    transition: 0.3s;
  }
  
  .product-layer-two li.active li a {
    font-weight: 400;
    letter-spacing: 2px;
    color: #444;
    background: transparent;
  }
  
  .product-layer-two li li a {
    padding: 5px 10px;
    color: #444;
    transition: all 0.4s;
  }
  
  .product-layer-two > li 
  { width:100%; max-width:100%; padding:0; text-align:left; padding-bottom: 5px;}
  
  
  
  /*商品外觀*/
  
  .products-list .price b {
    color: #7e7a72;
    letter-spacing: 1px;
    font-weight: 400;
  }
  .products-list .name {
    font-size: 16px;
    color: #444;
    letter-spacing: 1px;
    font-weight: 400;
    border-bottom: 1pt solid #cad3c3;
    height: 60px;
  
  }
  
  .products-list .more {
    display: none;
  }
  
  .products-list .item a {
    padding-bottom: 0px;
    position: relative;
  
  }
  
    .products-list .pic img {
      border-radius: 5px;
  }
  
  .products-list .pic:before {
    content: "READ MORE";
    letter-spacing: 2px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    line-height: 161%;
    background: #e7e4df;
    opacity: 1;
    transition: all 0.3s;
    font-size: 14px;
    width: 100%;
    color: #444;
  }
  
  .products-list .pic img {
    border-radius: 5px;
    transition: all 0.6s;
  }
  
  .products-list a:hover .pic:before {
    opacity: 0;
  }
  
  .products-list a:hover .pic img {
    transform: translate(0%, 0%) scale(1.1);
    filter: none;
    transition: all 0.6s;
  }
  
  
  /*商品內頁側邊單*/
  .sidebarBtn {
    border: none;
  }
  .product_info li .txt_box {
    color: #7e7a72;
  }
  .sidebarBtn .price span {
    color: #947c63;
    font-weight: 500;
    border-radius: 50px;
    text-align: justify;
    font-size: 17px;
    margin: 8px 0px;
}
  
  .sidebarBtn h2 {
    color: #7e7a72;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 500;
  }
  
  .sidebarBtn .price {
    color: #444;
      font-size: 18px;
      font-weight: 400;
    border-bottom: 1px solid #adb8a4;
  }
  
  .radio-inline__input:checked + .radio-inline__label {
    background: #e7e4df;
    color: #444;
  }
  
  .inquiry_a3 {
    background: #bd9692;
  }
  
  .inquiry_a3:hover {
    letter-spacing: 2px;
    background: #e7e4df;
  }

  .pd_tabTitle li.activeTab::after {
    height: 1px;
}

.edit {
    font-weight: 400;
    color: #333;
    letter-spacing: 0.04em;
}
  
  /*商品推薦*/
  
  
  .prod_related {
    background: #ffffff;
    padding: 25px 15px;
  }
  
  .related_list li a {
    background: #f8f6f3;
    height: 100%;
    padding: 11px;
    border-radius: 10px;
    transition: all 0.5s;
  }
  
  .related_list li a:hover {
    box-shadow: 3px 3px 3px #afafaf45;
    transform: translate(0%, 0%) scale(1.1);
    transition: all 0.5s;
  }
  
  
  .prod_related h6 span:before {
    content: 'RECOMMEND';
    font-size: 21px;
    color: #FFF;
    font-weight: 400;
    letter-spacing: 5px;
  }
  
  .prod_related h6 {
    max-width: 100%;
    margin: 0px auto 48px;
    background: #cdc9c2;
    text-align: center;
    padding: 8px 0px;
  }
  
  .related_list li a p {
    padding-top: 10px;
  }
  
  .lastPage {
    color: #fff;
    background: #cdcbc5;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 55px auto 40px;
    text-align: center;
    transition: all 0.3s;
  }
  
  .lastPage:hover{
   background:#e7e4df;
   transition: all 0.3s;
  
  } 


/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}
.product-layer-two li ul { position:static; margin: 13px 0px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li:hover > a { background:#fff; color:#9d988f;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 23px;}
.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:#9d988f;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5 {
    display: block;
    font-size: 20px;
    font-weight: 400;
    padding-left: 7px;
}
a.pd_menu_toggle i {
    color: #444;
}
.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;}
.mobile_product_name {display: none;}
}
@media screen and (max-width: 600px) {
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner h5 {display: none;}
.banner {
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    border-bottom: 4px solid #c3a5a2;
    height: 400px;
    position: relative;
}
.banner:before {
    content: '';
    width: 240px;
    height: 270px;
    background: #bd9692;
    position: absolute;
    bottom: 0px;
    border-top-right-radius: 200px;
    border-top-left-radius: 200px;
}


.article_a .banner:after {
    content: '花藝生活\A × \A品牌日常';
    white-space: pre-line;
    position: absolute;
    bottom: 62px;
    font-size: 19px;
    letter-spacing: 1px;
    color: #ffffff;

}

.product_page .banner:after,.product_info_page  .banner:after {
    content: '讓生活\A有花\A有話\A有溫柔';
    white-space: pre-line;
    position: absolute;
    bottom: 62px;
    font-size: 19px;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 150%;
}


/*購物車*/
.banF {background-image: url(https://pic03.eapple.com.tw/ouiflower520/aBanner.jpg);} 
.article_a .banner {background-image: url(https://pic03.eapple.com.tw/ouiflower520/bBanner.jpg);    position: relative;}

.banner.banA {display: none;}
.banner.banB {display: none;}
.banner.banC {display: none;}
.banner.banD {}
.banner.banE {}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章*/



/*隱藏最新消息*/
h5.blog_le_t em {display: none;}
h5.blog_le_t span {
    display: inline-block;
    font-family: "El Messiri", serif;
    border-left: 2pt solid #9a6c68;
    padding-left: 20px;
    margin-bottom: 20px;
}

.news_related{display: none;}

.blog_box {
    padding: 10px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.h4.blog_category_title {display: none;}
.blog_le {padding: 36px 0 0;}
.blog_ri {padding: 0 0 0 60px;}
.blog_le, .blog_ri {margin-bottom: 1vw;}
.blog_subbox {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px;
}
.blog_box:after, .blog_box:before, .blog_subbox:before {content: none;}
.subbox_item {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,.4);
    padding: 36px;
}
.subbox_item a {
    display: flex
;
    flex-flow: row wrap;
    flex-wrap: nowrap;
}
.blog_list_le {
    width: 400px;
    padding: 0;
    height: auto;
    aspect-ratio: 7/5;
    overflow: hidden;
    position: relative;
}
.blog_list_le img {
    min-width: 100%;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .6s ease;
    border-radius: 30px;
}
.subbox_item a:hover .blog_list_le img{
    transform: scale(1.1);
    transition: all .6s ease;
}
.blog_list_ri {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    padding: 24px 42px;
    width: calc(100% - 305px);
    position: relative;
}
.blog_list_ri h5 {
    color: #9d988f;
    font-weight: 400;
}
.blog_list_ri em {
    order: 1;
    font-weight: 400;
    margin: 0;
    color: #afafaf;
    position: relative;
}
.blog_list_ri p {
    line-height: 175%;
    margin: 16px 0;
    -webkit-line-clamp: 2;
    text-align: justify;
}
.blog_list_ri em:after {
    content: '＋ Read More';
    letter-spacing: 0.4px;
    color: #9d988f;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    transition: all 0.6s ease;
}
.subbox_item a:hover .blog_list_ri em:after {letter-spacing: 1.6px;}
.subbox_item a:before, .subbox_item a:after {content: none;}
.blog_le .accordion {border:none;border-radius: 0px;}
.accordion li .link {
    padding: 14px 16px;
    color: #746e6a;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
}
.accordion li .link, .accordion li:last-of-type {border-bottom: none;}
.accordion li {
    border-bottom: 1px solid #c4c0b9;
    transition: all 0.3s ease;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.open:hover,
.blog_le .accordion > li.on_this_category:hover {
    background: #c4c0b9!important;
}
.blog_le .accordion > li.open, .blog_le .accordion > li.on_this_category {
    background: #c4c0b9!important;
}
.blog_le .accordion > li.open .link a, .blog_le .accordion > li.open .link i {
    color: #fff !important;
}
.accordion li .link i, .accordion li .link a {
    color: #444 !important;
}
.submenu {background: #f1e9da;font-size: 14px;}
.submenu a {
    color: #918b82;
    letter-spacing: 0;
    font-weight: 400;
    padding: 14px 14px 12px 40px;
    border-left: #FFF 0 solid;
    transition: all .15s;
    background: #ffffff;
    letter-spacing: 1px;
}
.submenu a:before {
    top: 13.5px;
    left: 16px;
    font-weight:var(--fa-style, 900);
}
.submenu a:hover {
    background: #f9f6f5;
    color: #787878;
    border-left: #f9f6f5 8px solid;
}

.blog_search input[type=search] {
    font-size: 13px;
    border-radius: 0;
    border: 1px solid #ccc;
}
.blog_search input[type=submit] {
    height: 36px;
    filter: grayscale(20);
}

.blog_le .accordion li.open i.fa-chevron-down::before {
    content: '\f077';
    color: #FFF;
}
.submenu li.on_this_category a, .submenu a:hover {
    background: #f9f6f5;
    color: #444;
}
/*內頁*/
.blog_in_page h4.blog_category_title {
    display: block;
    border-bottom: 1px #9f9f9f solid;
    padding: 0 0 18px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-size: 24px;
    color: #978e89;
    font-weight: 400;
}
.blog_in_page .blog_ri {padding-top: 36px;}
.blog_box_edit * {line-height: 175%;}
.blog_box_edit {
    font-size: 16px;
    color: #666;
}
.blog_back {
    width: 100%;
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    justify-content: center;
}
.blog_back a {width: 100%;transition: all .3s ease;}
.blog_back a.article_btn_next , .blog_back a.article_btn_prev, .blog_back a.article_btn_back {
    background: transparent;
    color: #4c3e31;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    border-radius: 40px;
}
.blog_back a:hover {background: #c4c0b9!important;color: #fff;}
.blog_back {
    grid-gap: 16px;
}

/*內頁首圖大小*/

.articel_mainPic img {
    max-width: 70%;
}


@media screen and (max-width: 1200px) {

.blog_ri {
    padding:0px;
}

}

@media screen and (max-width: 1024px) {

.module_i_news ul{grid-template-columns:1fr 1fr;}
.blog_list_ri, .blog_list_le {width: 100%;}
.blog_list_ri {padding: 16px 0;}
.blog_box_edit {font-size: 15px;}

}

@media screen and (max-width: 980px) {
.blog_subbox{grid-template-columns:1fr;}
.subbox_item {
    padding: 30px 10px;
}
}

@media screen and (max-width: 768px){
h5.blog_le_t {display: block;}
.h4.blog_category_title{font-size: 24px;}
.h4.blog_category_title span{font-size: 20px;}
.blog_le,.blog_ri {margin-bottom: 0;}
.blog_ri {padding: 0;width: 100%;}
.subbox_item {        padding: 30px 0px;}
.blog_list_ri p {
line-height: 160%;
margin: 12px 0 16px;
-webkit-line-clamp: 3;
font-size: 14px;
}
.subbox_item:first-of-type {padding-top:18px;}
.blog_le {padding: 22px 0 0;}
.blog_in_page h4.blog_category_title {font-size: 20px;}
.blog_in_page .blog_ri {padding: 16px 0 0 0;}
.blog_list_ri h5 {
font-size: 19px;}

}

@media screen and (max-width: 600px){
/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.h4.blog_category_title{font-size: 20px;}
.h4.blog_category_title span{font-size: 18px;}
.subbox_item a {
    padding: 0px 20px;
    flex-wrap: wrap;
}
.subbox_item {
    padding: 30px 0px 10px;
}
}

/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*聯絡我們/＝＝＝＝＝*/
.contact_page .main_part {padding: 50px 20px 0px 20px;}
.contact_editbox {    padding: 0;}
.contact_le_map a {    background: #e7e4df;}
.contact_form li.last cite {background: #bd9692;}
.contact_content {
    padding: 80px 10px 10px;
}


/*表格排列版面*/
.contact_content .information_left{display: none;}
.red {color: #bd9692;}
.contact_content .information_right {    width: 90%;    padding: 0;    margin: 0 auto 100px;    max-width: 1400px;    display: block;}
.blank_letter {     padding: 0;    font-size: 20px;    color: #42342B;text-align: center;}
.blank_letter .note{display: block;color: #bd9692;text-align: center;}
.contact_form {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(400px,100%), 1fr));    gap: 30px;}
.contact_form li{padding: 0;}
.contact_form li .form__label {    display: block;    width: 100%;    text-align: end;    margin: 0 0 5px;    padding: 0;}
.contact_form li.last {    text-align: center;    grid-column: 1/-1;}
.contact_form li.last blockquote, .contact_form li.last cite{border-radius:50px;    border: 1px #bd9692 solid;    padding: 0px;}


@media screen and (max-width: 600px){
    .contact_form li .form__label {
        text-align: justify;
        background: transparent;
        font-weight: 400;
    }  
}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}

/*選單MENU*/
.stellarnav .menu-toggle:after {
    color: #bd9692;
}
.stellarnav .menu-toggle span.bars span{
    background: #bd9692;
}

/*漢堡單*/



.stellarnav a.dd-toggle .icon-plus {
    padding-top: 40px;
}

.stellarnav > ul > li > a:hover {
    background: none;
}

.stellarnav li li.has-sub:hover > a {
    background: #ffffff;
}
.header_area.sticky .stellarnav > ul > li > a {
    display: grid;
    margin: 0px 5px;
}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    background: #FFF;
}

.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
top: -1px;
background: #f4f2ef;
border-right: none;
}

.stellarnav > ul > li.has-sub > a {
padding: 10px 43px 10px 10px;
}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
background: #cdc8c1;
}

.stellarnav.mobile > ul > li > a {
    color: #444;
    text-shadow: none;
    font-size: 16px !important;
    display: grid
    ;
}

.stellarnav > ul > li > a:hover {
    color: #9a6c68;
}

.stellarnav.mobile li.open {
    background: #FFF;
    padding: 0px 0px 10px 0px;
}

.stellarnav li li:last-of-type {
    border-bottom-width: 0px;
}
.stellarnav.mobile > ul > li {
    border-bottom: 1px #fcfcfc solid;
    padding: 10px 0px;
}

.stellarnav.mobile li.open li a:not(.dd-toggle):not(.icon-plus) {
    margin-left: 30px;
    font-size: 15px;
    border-left: 1pt solid #bababa;
    padding: 10px 20px;
    color: #878787;
}

.stellarnav li a {
    color: #444;
    background: transparent;
    border-radius: 0px;
}

.stellarnav > ul > li ul li a:hover {
    background: transparent;
}

.stellarnav.mobile ul ul {
    padding: 2px;
}

.stellarnav.mobile li.open li.open {
    background: #ffffff;
    padding: 0px;
}

.stellarnav.mobile ul ul ul {
    margin-left: 30px;
}

.stellarnav a.dd-toggle .icon-plus:before , .stellarnav a.dd-toggle .icon-plus:after {
    border-bottom: solid 2px #827a6f;
}

}
@media screen and (max-width: 768px) {
    .product_menu_list,
    .products-list,
    .product-wrapper { width: 100%;}
    .product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
    .product_page .product-layer-two,
    .product_page .products-list { width: 100%; border-right: none;}
    .product_page .product_menu_list>h5 {
      display: block;
      font-size: 20px;
      font-weight: 400;
      letter-spacing: 1px;
    }
    
    .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;}
    }