@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=El Messiri:ital,wght@0,100..900;1,100..900&display=swap');

body{
	overflow-x:hidden;
	font-family:"El Messiri","Noto Serif TC","Noto Sans TC","Source Sans Pro","微軟正黑體","arial","sans-serif";
	font-weight: 400;
  letter-spacing: 1px;
}
.edit_part {padding: 0;}
.header_area {z-index: 99;}
.me_tp_features {display: none;}
/*bannerindex/＝＝＝＝＝*/
.bannerindex { position:sticky; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-banner { position:static; margin:0; height:auto;}/*custom原本有寫*/
.bannerindex .swiper-slide img { height:auto;}/*custom原本有寫*/
.bannerindex .swiper-slide {position: relative;}/*因為偽元素，所以要加的*/
.bannerindex .swiper-slide:before ,.bannerindex .swiper-slide:after { content: ""; position: absolute;  z-index: 999; pointer-events:none;}

.bannerindex .swiper-slide:nth-child(1):before {
    background: url(https://pic03.eapple.com.tw/intoohara/banner-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);
}
.bannerindex .swiper-slide:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/intoohara/banner-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100% !important;
    background-position: left;
    padding-bottom: calc(100% / 1* 0.43);}


.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before { animation: fade-in-elegant  2.5s ease-in-out both;}
.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {animation: slide-fade-in 3s 0.3s both;}
/*上升特效*/
@keyframes slide-top {
    0% {-webkit-transform: translateY(100%);  /* 一開始的位置 在Y-100(最下方)*/
              transform: translateY(100%);
              opacity:0;/*透明度0*/}
    100% {-webkit-transform: translateY(0);/* 跑到最後終止的位置 在Y-0(最上方)*/
              transform: translateY(0);
              opacity:1;/*透明度顯示*/}
    }
  
    @keyframes fade-in-elegant {
      0% {
          opacity: 0;
          transform: translateY(20px); /* 從下方滑入 */
      }
      100% {
          opacity: 1;
          transform: translateY(0); /* 最終位置 */
      }
  }
  
  @keyframes slide-fade-in {
      0% {
          opacity: 0;
          transform: translateX(-20px); /* 從左側滑入 */
      }
      100% {
          opacity: 1;
          transform: translateX(0);
      }
  }
  @-webkit-keyframes fade-in-bck {
      0% {
        -webkit-transform: translateZ(150px);
                transform: translateZ(150px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        opacity: 1;
      }
    }
    @keyframes fade-in-bck {
      0% {
        -webkit-transform: translateZ(150px);
                transform: translateZ(150px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        opacity: 1;
      }
    }

@media screen and (max-width: 1600px) {
    .bannerindex .swiper-slide:nth-child(2):before {
    top: -5%;
    }}

@media screen and (max-width: 1500px) {
    .bannerindex .swiper-slide:nth-child(2):before {width: 80%;top: -10%;}

}

@media screen and (max-width: 1024px) {.bannerindex .swiper-slide:nth-child(2):before {width:100%;top: 0%;}}


    @media screen and (max-width: 768px) {
      .bannerindex {
          padding-bottom: 0%;
      }}
.bannerindex .swiper-pagination, .stellarnav li.has-sub > a:after {display: none;}

/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.main_header_area {background: #d1e5b0;}
.pageIndex .header_area {padding: 0;background: none;}
.nav-brand img {margin-top: 10px;width: 100%;}
.pageIndex .header_area.sticky .nav-brand img {filter: none;}
.header_area.sticky .nav-brand {width: 90px; margin: 0 auto;}
.navigation {
grid-template-columns: 120px 1fr;
    justify-items: center;
}
.pageIndex .header_area{
    display: flex;
    bottom: 30px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    align-items: flex-end;
    justify-content: space-evenly;}

.pageIndex .header_area.sticky {
    bottom: unset;
    display: unset;}


.pageIndex .main_header_area {
    background: #d1e5b0;
    transition: all ease .6s;
border-radius: 100px;}
.pageIndex .header_area.sticky .main_header_area{border-radius: 0;}
.main_header_area .container {  max-width: 2000px;padding: 0 30px;}
.nav-brand {width: 100px;}
.bannerindex .swiper-pagination, .stellarnav li.has-sub > a:after {display: none;}
.stellarnav li li {font-size: 13px;}
/*次分類*/
.stellarnav > ul > li > a b {font-style: revert;font-weight: bold;}
.stellarnav.mobile li.open { background: #E9E5DA;}
.stellarnav .menu-toggle span.bars span{background: #fff;}
.stellarnav .menu-toggle:after {color: #fff;}
.stellarnav > ul > li > a {
    transition: all 0.3s;
    color: #6f5844;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 0px 25px 0 25px;
    border-right:none;font-weight: 600;
    margin: 50px 0 0 0;}
.header_area.sticky .stellarnav > ul > li > a {filter:none;font-weight: 500;margin: 60px 0 0 0;}
.stellarnav .menu-toggle span.bars span {background: #fff;filter:contrast(0) brightness(100);}
.header_area.sticky .stellarnav .menu-toggle span.bars span {filter:none;}
.stellarnav .menu-toggle:after {color: #ffffff;filter:contrast(0) brightness(100);}
.header_area.sticky .stellarnav .menu-toggle:after {filter:none;}

.stellarnav .menu-toggle span.bars span {background: #ffffff;}
.stellarnav .menu-toggle:after {color: #ffffff;}
.stellarnav li li.has-sub > a,
.stellarnav li li a:hover,
.stellarnav li li.has-sub > a:hover,
.stellarnav.mobile li li.has-sub a:hover {color: #555;}
.stellarnav > ul > li > ul > li > a,
.stellarnav li li.has-sub > a {
	background: #fff;
	transition: all .2s;}
.stellarnav > ul > li > ul > li > a:hover,
.stellarnav > ul > li > ul > li > ul > li > a:hover {background: rgba(247,231,208, 0.2);}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #cac0b4;color: #fff;}
.tp_links{display: none;}
.stellarnav.mobile ul {background: #999999de;}
.header_area.sticky .stellarnav > ul > li > a b {color: #6f5844;}
/* 商品下拉超過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;}

/*other page*/
.header_area {padding: 0;}
.stellarnav .icon-close:before {border-bottom: solid 3px #fff;}
.stellarnav .icon-close:after{border-bottom: solid 3px #fff;}
.stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 2px #cac0b4;}
.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 2px #cac0b4;}
@media screen and (max-width: 1500px) {
    .navigation {grid-template-columns: 80px 1fr;}
    .pageIndex .stellarnav > ul > li > a {padding: 0px 20px;}}
@media screen and (max-width:1200px) {
  .main_header_area .container {padding: 0 30px;}
    .pageIndex .stellarnav > ul > li > a { padding: 0px 10px;}}

@media screen and (max-width: 1024px) {
    .header_area {z-index: 9999;}
    .pageIndex .stellarnav > ul > li > a {margin: 0;}
    .pageIndex .main_header_area{border-radius: 0;}
    .pageIndex .header_area{
        background: #d1e5b0;
    bottom: unset;
    position: relative;}
    .main_header_area .container {padding: 0;}
.stellarnav > ul > li > a {margin:0;padding: 0px 15px 0 15px;}}

@media screen and (max-width: 900px) {
    .pageIndex .stellarnav > ul > li > a {font-size: 13px;}
.pageIndex .stellarnav > ul > li > a {padding: 0 8px; }
}
    


@media screen and (max-width: 768px) {
    .stellarnav.mobile > ul > li > a.dd-toggle {margin: 0;}
    .header_area.sticky .stellarnav > ul > li > a { margin: 10px 0 0 0;}
    .stellarnav.mobile.left > ul {
    background: #fff;}
    .pageIndex .header_area {
    display: inline-block;}
.pageIndex  .stellarnav > ul > li > a {
    padding: 15px 25px 8px;
        margin: 0;
        color: #6f5844;}
.stellarnav > ul > li > a {
        padding: 0px 25px 0 25px;
        margin: 0;}
.pageIndex .header_area.sticky .main_header_area {backdrop-filter:unset;}
.main_header_area {backdrop-filter:unset;}}

@media only screen and (max-width: 570px) {
    .stellarnav .menu-toggle {
        padding: 10px;
    }
}
/* 商品下拉超過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;}
.stellarnav .menu-toggle span.bars span {width: 35px;margin: 0 auto 5px;}
/*footer*/
.footer_logo {display: none;}
.footer_info li p.add2:before {content: '營業時間：';}
.footer_info li p.mail:before {content: 'Mail：';}
.footer_info li p.tel:before {content: '職能電話：';}
.footer_info li p.tel2:before {content: '職能電話：';}
.footer_info li p.phone:before {content: '心理電話：';}

.footer { background: #eae2d7;padding: 80px 0 0;}
.center {max-width: 1400px; padding: 0 4%;}
.footer_logo {width: 280px;margin: 0;}

.footer_logo img {
    max-width: 100%;
    display: block;
    filter: contrast(0) brightness(100);
	max-width: 250px;}

.footer_info {display: flex;justify-content: space-between;}

.footer_info, .footer_info li {padding: 0;}
.footer_info ul {
    letter-spacing: 0;
    display: flex;
    flex-flow: row wrap;
    width: calc(100% - 100px);
    margin-bottom: 40px;
    padding-left: calc(65% - 325px);}

.footer_info li:before {
    color: #6f5844;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 36px;
    display: block;}

.footer_info li:nth-child(1):before {content: "聯絡資訊";}
.footer_info li:nth-child(2):before {
    content: "網站連結";
    left: 0;
    position: absolute;}

.footer_info li:nth-child(1) {width: calc(100% - 215px);}
.footer_info li p {
    letter-spacing: .3px;
    color: #6f5844;
    line-height: 175%;
    display: block;
    margin-bottom: 15px;
    font-weight: 400;}

.footer_info li p a {color: #6f5844;width: max-content;}
.footer_info li p:before {color: #6f5844;font-weight: 400;}
.footer_info li:nth-child(2) {width: 190px;position: relative;}
.footer_menu {
    margin-top: 59px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 13px 60px;}

.footer_menu a {
	padding: 0;
	border: none;
	color: #6f5844;
	background: transparent;
	width: max-content;
	text-align: left;
	margin: 0;
	line-height: 175%;
	transition: all 0.3s;}

.footer_menu a:hover {background: transparent;color: #fff;}
.footer_menu a:first-of-type {display: none;}
.copy, .copy a, .copy a:hover {color: #fff;}

.copy {
    font-size: 13px;
    white-space: inherit;
    padding: 5px 0;
    border-top: none;
    background: #251f1d85;}

.box_link {display: none;}
.info_fix_links {display: flex !important;}
.info_fix>span {display:none;}

@media screen and (max-width: 768px) {
    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {display: block; }
    .footer.with_shopping_mode { padding:40px 0 59px; }
    #to_top { bottom:68px;}
    
    .center {padding: 0 6%;}
    .footer_logo { width: 220px;}
    .footer_info ul {
        width: 100%;
        margin-bottom: 60px;
        margin-top: 44px;
        padding-left: 0;}

    .footer_info li:nth-child(1),
    .footer_info li:nth-child(2) {width: 50%;}
    .footer_info li:before {padding-bottom: 20px;font-size: 18px;}
    .footer_menu {margin-top: 40px;grid-gap: 18px 0;}
    .list_before {padding-bottom: 1px;}
    .footer_info {flex-direction: column;}}
    
    @media screen and (max-width: 600px) {
    .footer_info li:nth-child(1),
    .footer_info li:nth-child(2)
    {width: 100%;}
    .footer_menu {grid-gap: 16px 0;}
    .footer_info li:nth-child(2) {margin-top: 36px;}}

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1350px;}
.path {display: none;}
.product_page .product_menu_list {display: none;}
.products-list {grid-template-columns: 1fr 1fr 1fr;grid-gap:2%;}
ul.page { width: 100%;}
.products-list .pic {aspect-ratio: 3 / 4;}
.products-list .item a:hover img {
    transform: scale(1.05);
    transition: all .8s;
    min-height: 412px;
    object-fit: cover;}
.products-list .name {font-size: 18px;letter-spacing: 2px;}
.products-list .more {display: none;}
.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}
.products-list .name { text-align: center;}
.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}
.sidebarBtn {border: none;}
.pd_tabTitle li {border-bottom: none;}
.product_info li {display: none;}
.pd_tabTitle li.activeTab a {color: #fff;}
.pd_tabTitle li a {background: #c8c5bc;}
.product_info li span {display: none;}
.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:#ad925e;}
.pd_tabTitle li.activeTab::after{display: none;}
.product_info_page .edit {text-align: center;}
.related_list li a img {object-position: top;}

.lastPage {background: #8C6644;}

@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_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
    .products-list {grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 400px) {
    .products-list {grid-template-columns:  1fr;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*最新消息*/
.edit {line-height: 2em;letter-spacing: 2px;font-family: "微軟正黑體";color: #666;}
.promotion_title h2 {letter-spacing: 5px;}
.promotion_title {display: flex;flex-direction: column;}
.promotion_title em {border: none;padding: 2px 0px;}
.promotion_title span {border: none;padding: 0;}


/*內頁BANNER 設定*/
  /*  */
  
  .banner.banF h5::after{content: "TEAMS";}
  .blog_page.article_a .banner.banblog h5::after{content: "COLUMN";}
  .blog_page.article_b .banner.banblog h5::after{content: "CASES";}
  .banner.banE h5::after{content: "GALLERY";}
  .banner.banA h5::after{content: "NEWS";}
  .contact_page .banner{display: none;}
  .banner.banB {display: none;}
.other_select_page .banner.banA{display: none;}
.banner {
    background-image: url(https://pic03.eapple.com.tw/intoohara/A-01.jpg );
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center ;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;}

    .banner::after {
    content: "";
    position: absolute;
    top: 0%;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(https://pic03.eapple.com.tw/intoohara/A-02.png);
    background-repeat: repeat-x;
    -webkit-animation: anime_wave01 20s linear 10s infinite alternate;
    animation: anime_wave01 20s linear 0s infinite alternate;
    -webkit-animation-duration: 150s;
    animation-duration: 150s;
    opacity: 1;}
      
    @keyframes anime_wave01 {
	from {
    background-position: 0 0;
  }
  to {
    background-position: -2000px 0;
  }
}
  .banner h5 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000400;
    font-size: 50px;
    font-weight:600;
    letter-spacing: .3em;
    text-indent: .3em;
    padding: 10px 0;
    display: flex;
    border-bottom: 1px #000400 solid;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;}
  
  .banner h5::after {
    content: "";
    display: block;
    font-size: 16px;
    color: #000400;
    letter-spacing: .2em;
    text-indent: .2em;}
  


  @keyframes banner-line {
    0%{
        width: 0;
        opacity: 0;
    }
    75%{
        width: 300px;
        opacity: .5;
    }
    100%{
        width: 300px;
        opacity: 1;
  
    }
  }
  
  @keyframes banner-text {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
  }

  @keyframes bgScroll {
    0% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
    50% {        -webkit-transform: translateX(-5%);        transform: translateX(-5%);    }
    100% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
}
@keyframes noise {
    0% {      background-position: -88px 166px    }
    20% {      background-position: 222px -333px    }
    40% {      background-position: -111px 444px    }
    60% {      background-position: 33px -66px    }
    80% {      background-position: -138px 212px    }
    100% {      background-position: 317px -197px    }
}

  @media screen and (max-width: 670px) {
  .banner h5 {
    font-size: 30px;
    width: 100%;}}
    @media screen and (max-width:550px) {}
    
    @media screen and (max-width:450px) {
    .banner {background-image: url(https://pic03.eapple.com.tw/intoohara/A-04.jpg );
    }
    }


/*首頁顯示文章*/
.animated-arrow {
    height: 45px;
    width: 200px;
    background: #8C6644;}
  .i_blog_ri h5 {color: #222;}
  .module_i_news .title_i_box h4 {color: #222;letter-spacing: 5px;}
  .i_blog_b {margin-top: 30px;}
  .module_i_news ul {display: grid;gap: 10px;grid-template-columns: 1fr 1fr 1fr 1fr;}
  .module_i_news li , .subbox_item {width: 100%;}
  .module_i_news li a , .subbox_item a {padding: 5px;}
  .module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
  .i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
  .i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 100%;    height: 0;}
  .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%);}
  .i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
  .module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr 1fr;}
  .module_i_news li a {
          position: relative;
          display: flex;
          flex-direction: column;}
  .module_i_news_list, .module_i_news_list.swiper {display: flex;justify-content: center;}
  .module_i_news_list{padding: 0;}
.module_i_news .title_i_box h6 {
    font-family: "Limelight", sans-serif;
    font-size: 50px;
    color: #8C6644;
    font-weight: 400;}

/*文章設定*/
.subbox_item a {grid-template-columns: 1fr;}

.blog_back a.article_main_header_area_back {background: #02642F;}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {background: transparent !important;}

.share_page .edit {
    text-align: justify;
    line-height: 180%;}

.subbox_item a:before,
.subbox_item a:after {transition: 0.3s;}

.blog_le .accordion>li {
    width: 100%;
    position: relative;
    text-align: center;
    transition: all 0.3s;}

.blog_box_edit {line-height: 180%;font-family: "微軟正黑體";}

h4.blog_category_title {color: #333;}

.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;}

.accordion li .link { padding: 0;}

.blog_page .main_part {
    width: 100%;
    max-width: 60%;
    margin: auto;
    padding: 0px;}

/* ===== */
.blog_box {
    margin-top: 70px;
    min-height: 20vw;
    padding: 0px;
    display: flex;
    flex-direction: column;}

.blog_le {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;justify-content: space-around;}

h5.blog_le_t {
    display: none;
    font-size: 24px;
    font-weight: 500;
    color: #9d8164;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 80px;
    width: auto;
    font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;}

.blog_search {
    width: 90%;
    position: relative;
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-end;}

.blog_search form {position: relative;}

.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 0;
    border: none;
    overflow: visible;
    width: 95%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    border-top: 1px #ffffff75 solid;}

.accordion li .link a {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    padding: 5px 10px;
    transition: all 0.3s;}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #333 !important;
    transition: all 0.3s;}

input[type="search"]::placeholder {color: #333;}

.accordion li::before {
    content: "";
    display: block;
    background-color: #6f5844;
    height: 2px;
    width: 0%;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;}

.accordion li:hover:before,
.blog_le .accordion>li.on_this_category::before {
    width: 95%;
    transition: all 0.5s;}

.blog_search input[type=search] {border-radius: 0;}

.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(https://pic03.eapple.com.tw/purplebeauty/search_icon.svg) no-repeat;
    border: none;
    background-size: 20px;
    filter: brightness(100);
    background-position: center;
    transition: all 0.3s ease-in-out;}

.blog_search input[type="submit"]:hover {
    transition: all 0.3s ease-in-out;
    transform: translateY(-5px);}

.blog_search input[type=search] {color: #333;}
.blog_search input[type=search]:focus {color: #333;}
.blog_page .main_part {max-width: 1440px;}
.blog_list_le,.blog_list_ri {width: 100%;}

.subbox_item {
    width: calc(100% / 3);
    padding: 0px;}
.articel_mainPic img {display: none;}
.blog_shareData {justify-content: flex-end;}
h4.blog_category_title {margin-bottom: 0;font-size: 24px;color: #222;font-weight: 500;letter-spacing: 5px;}
.blog_ri {padding: 0;} 
.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back {
    background: none;
    color: #333;
    letter-spacing: 1px;}
.blog_back a {width: auto;}
    
.blog_back {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;}
    
.blog_back:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #00000017;
    bottom: 56px;} 

@media screen and (max-width: 1024px) {
    .subbox_item {
        width: 50%;
    }}

@media screen and (max-width: 600px) {
    .subbox_item {
        width: 100%;
    }}


/* --- */
.blog_ri {
    width: 100%;
    max-width: 1200px;
    margin: auto;}

.subbox_item {
    width: 100%;
    position: relative;
    border-bottom: 0.3px #ffffff31 solid;
    display: flex;
    flex-direction: row;
    align-items: center;}

.subbox_item::before,
.subbox_item::after {
    content: "";
    display: inline-block;
    width: 0.5px;
    background-color: #ffffff31;
    height: 85%;
    vertical-align: middle;
    opacity: 1;
    transition: all 0.3s;}

.subbox_item:hover:before,
.subbox_item:hover:after {
    opacity: 0;
    transition: all 0.3s;}

.subbox_item a:before {
    right: 30px;
    opacity: 1;
    font-size: 15px;}

.subbox_item a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #eae2d731;
    opacity: 0;
    transition: all .5s;
border: none;}

.subbox_item a {padding: 10%;width: 100%;}

.blog_list_ri h5 {
    -webkit-line-clamp: 2;
    font-weight: 500;
    font-size: 20px;
    color: #333;
    font-family: 'Noto Serif SC', 'Noto Serif TC';}

.blog_list_le img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    aspect-ratio: 9 / 9;
    object-fit: contain;
    background: #3E3047;}

.blog_list_ri em {color: #444;}
.blog_list_ri p {color: #444;}
.subbox_item a:before {color: #eae2d7;}
.blog_back {margin-top: 80px;}
.blog_shareData {justify-content: flex-end;}
.articel_mainPic img {display: none;}

@media screen and (max-width: 1440px) {
    .blog_page .main_part {
        max-width: 80%;
    }

}
@media screen and (max-width: 768px) {
.blog_le {
    display: none;}
    }
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.subalbum-menu h2 {display: none;}
.subalbum-menu {padding: 0;}
.other_album {text-align: right;}

.other_select_page .promotion_title h2 {display: none;}
.other_select_page .other_promotion {display: none;}
.other_promotion {grid-template-columns: 1fr; grid-gap: 10px;}
.other_promotion li a{ background:none;}
.other_promotion li a{
    display: flex;
    padding: 10px;
    margin: 0;
    position: relative;
    height: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;}
.other_promotion .pmtTitle h3 {
    padding: 5px 10px;
    background: #eae2d7;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 25px;}
.other_promotion li a:before {display: none;}
.other_promotion li a:after{display: none;}
.other_promotion li a {border: none;}
.other_promotion li {border-bottom: 1px #cdcdcd dashed;}
/* 聯絡我們 */
.contact_editbox { padding: 0;}
.contact_content {text-align: center;}
.contact_form li {display: flex;flex-direction: column;}
.contact_form li .form__label {
  display: block;
  max-width: 100%;
  text-align: left;}
.contact_form li.last {display: flex;flex-direction: row;} 
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    display: flex;
    grid-gap: 12px;
    flex-direction: row;
    flex-wrap: wrap;}
.contact_form li.last blockquote, .contact_form li.last cite {border: none;}
.contact_content .information_left {display: none;}
.blank_letter {
    font-family: unset;
    letter-spacing: 5px;
    color: #222;}
.contact_form li.last cite {
    background: #8C6644;
    color: #fff;}
.contact_form li.last blockquote, .contact_form li.last cite {padding: 5px;}
.contact_content .information_right {width: calc(100% - 700px);}

@media screen and (max-width: 768px) {
  @media screen and (max-width: 600px) {
      .contact_form li .form__label {background: none;
      }}}

@media screen and (max-width:600px){
}




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 0px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




