@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');


/*header*/
.me_tp_features {
  position: absolute;
  top: 5px;
}

.me_tp_features a {
  color: #b08259;
}

.shop_search_btn {
  background: #B08259;}

.main_header_area {
  background: rgba(255, 255, 255, 1);
  box-shadow: 2px 2px 5px #ccc;
}

.header_area.sticky .main_header_area {
  background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px){
.box_search {
    display: none;
}}

.header_area {
  width: 100%;
  /* position: fixed; */
}

.nav-menu>li>a {
  color: #b08259;
  font-weight: normal;
}


.nav-menu>li>a {
  padding: 45px 7px 30px 7px;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
  color: #B08259;
}

.nav-dropdown>li ul li a {
  background: #b082596e
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
  font-weight: bold;
  color: #6f4724;
  border-bottom: 13px;
  border: black;
  text-underline-offset: 10px;
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
  border-color: transparent #B08259 #B08259 transparent;
}

.nav-dropdown>li>a {
  color: #343a40;
  padding: 10px 25px;
  border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
  color: #5c4128;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
  color: #ffff;
  background: #7f4f256e;
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
  border-color: transparent #5c4128 #5c4128 transparent;
}

.nav-dropdown>li>a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 12px;
  color: #ffffff;
  background-color: #b0825952;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
  border: none #f0f0f0;
}



.tp_links .me_tp_call,
.tp_links .me_tp_mail {
  display: none !important;
}

/*選單列*/
.nav-menu {
  margin: 20px 0;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}


/*內容上方白線*/
.pageIndex .main_part {
  border-top: none;
}

.edit {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 768px) {

  /* 開啟手機板下方按鈕所需設定 */
  #bottom_menu {
    display: block;
  }

  .footer.with_shopping_mode {
    padding: 30px 0 70px;
  }

  #to_top {
    bottom: 60px;
  }

  .bannerindex {
    height: 50vh;
  }

  .swiper-slide::after {
    background-size: 300px auto;
  }
}


/* logo============================ */
.nav-brand h1 {
  display: block;
  background: url(https://pic03.eapple.com.tw/yongxiangbox/lion_logo.svg);
  background-size: contain;
  width: 260px;
  height: 50px;
  background-repeat: no-repeat;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
}

.nav-header {
  padding: 15px;
}

ul.nav-menu.align-to-right {
  margin: 0;
  padding: 0px;
  margin-left: 320px;
}

.nav-menu>li>a {
  font-size: 16px;
}


.navigation-portrait .nav-brand {
  justify-content: center;
  width: auto;
  height: center;
}

.navigation-portrait .nav-menus-wrapper {
  width: 50%
}


@media screen and (max-width: 768px) {
  .nav-header {
    padding: 2% 0;
  }

  .nav-brand h1 {
    filter: initial;
  }

  .navigation-portrait {
    height: auto;
  }

}

/* product-layer======= */
ul.products-list.clearfix {
  display: flex;
  flex-wrap: wrap;
}

.products-list .item {
  width: 33.3333%;
}

@media screen and (max-width: 768px) {
  .products-list .item {
    width: 50%;
  }
}
.action-button:hover {
  background: #B08259;
}
.rewrite_simple {
  background: #B08259 url(../images/simple_left.png) 10% center no-repeat;
}
.animated-arrow {
  background: #B08259;}


.product-layer-two li a {
  position: relative;
  /* border: none; */
  background: #fff;
  padding: 5px 14px;
  display: block;
  font-size: 14px;
  color: #391911;
}

.product-layer-two li li {
  background: none;
  margin: 0;
}


.product-layer-two li:hover li {
  display: block;
  padding: 0px;
}

.product-layer-two {
  margin: 20px 0;
  text-align: center;
}


.product-layer-two li a:hover {
  background: none;
  color: #b08259;
  font-size: 14px;
}

.product-layer-two li.active a {
  font-weight: normal;
}


.product-layer-two li a {
  position: relative;
  border: none;
  background: #fff;
  padding: 5px 14px;
  display: block;
  font-size: 14px;
  color: #391911;
}

.products-list a:hover .more {
  background: #B08259;
  border-color: #B08259;
  color: #fff;
}

.products-list .more {
  border: none;
  color: #B08259;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  background: #b0825929;
}


.products-list .price * {
  text-align: center;
  display: block;
  margin: 0px 0px 10px 0px;
}

.products-list .price b {
  color: #6f4724;}

.products-list .pic {
  display: block;
  position: relative;
  text-align: center;
  padding-bottom: 80%;
  height: 0;
}

.products-list .item {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin: 20px 0;
}

.products-list .name {
  font-size: 15px;
  color: #444;
  letter-spacing: 1px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 44px;
  text-align: center;
}


.products-list .pic img {
  max-width: 80%;
}

.product-layer-two li:hover ul {
  border: 1px solid;
  border-top: 4px solid;
  background: none;
  border-radius: 1px;
  border-color: #b08259;
}

/* footer logo============ */
/* logo============================ */
footer.footer.with_shopping_mode .center {
  display: flex;
}


ul.box_link {
  display: block;
  background: url(https://pic03.eapple.com.tw/yongxiangbox/lion_logo-01.svg);
  background-size: contain;
  width: 215px;
  height: 99px;
  background-repeat: no-repeat;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 6%;
  margin-bottom: 4%;
}

/* footer info====== */
.footer_info {
  padding: 0;
}

.footer {
  padding: 30px 0 0;
  font-size: 14px;
  background: #fff;
  position: relative;
  z-index: 99;
}

.footer_info li p {
  padding: 0px 78px;
  line-height: 175%;
  letter-spacing: 1px;
  color: #666;
  font-size: 14px;
}

.footer_info li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}

.footer_menu a:hover {
  background: #B08259;
  color: #fff;
}

.footer_menu a {
  display: inline-block;
  padding: 5px 7px;
  border: none;
  margin: 0 4px 4px 0;
  font-size: 14px;
  line-height: 100%;
  color: #888;
  background: transparent;
}

.footer_info ul {
  width: 100%;
}


@media screen and (max-width: 768px) {
  .footer_info li p {
    padding: 0 0 0 7px;
  }

  footer.footer.with_shopping_mode .center {
    display: flex;
    flex-wrap: wrap;
  }
}


/* information map======== */
.blank_letter {
  font-family: 'Josefin Sans', 'sans-serif', '微軟正黑體';
  padding-top: 30px;
  font-size: 24px;
  color: #B08259;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.list_before {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #444;
  display: block;
  width: 100%;
  position: relative;
}

.TEL:before,
.TEL2:before,
.PHONE:before,
.FAX:before,
.TAXID:before,
.MAIL:before,
.ADD:before,
.ADD2:before {
  position: absolute;
  display: block;
  width: 35px;
  left: 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1px;
}


.innersend {
  width: inherit;
  padding-left: 50px;
  line-height: 50px;
  background: #B08259;
  text-align: left;
}


/* 促銷方案============ */

.promotion_title h2 {
  font-size: 22px;
  color: #B08259;
  font-weight: bold;
  border-bottom: 5px solid #B08259;
  padding-bottom: 12px;
  margin-bottom: 3px;
}

.other_promotion li:hover h3 {
  text-decoration: none;
  font-weight: bold;
  color: #b08259;
}



/* 線上購物=========  */

.sidebarBtn {
  padding: 15px;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border: 0px;
}


.prod_related {
  background: rgb(255 255 255 / 75%);
  padding: 25px 15px;
}


.products-list .pic {
  padding: 0;
  height: 100%;
}

.related_list li a {
  display: block;
  padding: 4px;
  background: none;
}

.prod_related h6 span:before {
  content: '相關推薦';
  font-size: 24px;
  color: #b08259;
}


.inquiry_a2 {
  border-radius: 5px;
  background: #ccc;
  color: #fff;
  display: inline-block;
  width: 47%;
  text-align: center;
  line-height: 50px;
  margin-left: 7px;
}

.inquiry_a1 {
  width: 47%;
  border-radius: 5px;
  background: #b08259;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-top: 10px;
}


.lastPage {
  font-size: 16px;
  color: #fff;
  background: #B08259;
  padding: 10px 20px;
  display: block;
  margin: 40px auto;
  width: 130px;
  text-align: center;
}

.nextaction {
  color: #fff;
  background-color: #B08259;
  background-position: right bottom;
}

li.prod-item:nth-child(2) .prod-panel {
  display: none;
}

li.prod-item:nth-child(2) h3.prod-thumb {
  display: none;
}



/* menu================== */

.nav-toggle {
  top: 15px;
}

.nav-toggle:after {
  content: "MENU";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 100%;
  font-size: 12px;
  color: #b08259;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  top: 6px;
  right: 3px;
  width: 26px;
  height: 2px;
  background-color: #b08259b3;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #b08259c9, 0 1em 0 0 #b08259;
}

/* 文章管理================ */

.accordion li {
  background: none;
}

.blog_le .accordion {
  list-style-type: none;
  margin: auto;
  border-radius: 15px;
  border: 1px #ccc solid;
  overflow: hidden;
}


.blog_le .accordion>li:hover .link,
.blog_le .accordion>li.on_this_category .link {
  color: #fff !important;
  background: #b08259b3;
}


.blog_le .accordion li .link:last-child {
  border: none;
}


.accordion li .link {
  font-size: 13.5px;
  padding: 15px 15px;
}

.blog_back a.article_btn_back {
  background: #b08259;
}

h4.blog_category_title {
  color: #b08259;
  font-size: 25px;
  border-bottom: 1px #ccc solid;
  padding: 10px 0;
  margin-bottom: 20px;
}

.subbox_item a:after {
  margin: auto;
  background: #b0825957;
  border: none;
}


.blog_list_ri h5 {
  font-weight: 500;
  font-size: 20px;
  color: #b08259;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}

.blog_list_le img {
  max-width: 100%;
}


.accordion li .link {
  padding: 10px 20px;
}

.subbox_item a:before {
  border-radius: 20px;
  font-size: 15px;
}

.blog_le .accordion li.open .link {
  color: #b0825961;
}

/* banner===================== */
/*內頁BANNER 設定*/
.banner {
  padding: 171px 0 182px;
  position: relative;
  background-position: center;
  background: url(https://pic03.eapple.com.tw/) no-repeat;
  background-size: cover;
  background-position: center;
}



.banner h5 {
  color: #fff8dd;
  position: relative;
  font-weight: 700;
  letter-spacing: 7px;
  background: -moz-linear-gradient(107deg, #cd9862, #FAD06A);
  background: -webkit-linear-gradient(136deg, #cd9862, #fad06a);
  background: linear-gradient(134deg, #cd9862, #fad06a);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.banner h5 {
  display: none;
}

.banner.banA {}

.banner.banA {
  display: none;
}

.banner.banF {
  display: none;
}

.banner.banB {}

.banB {
  background-image: url(https://pic03.eapple.com.tw/yongxiangbox/banb.jpg);
  background-position: center;
  background-size: 100%;
}

body.other_page .banner.banB {
  background: url(https://pic03.eapple.com.tw/yongxiangbox/banc.jpg);
  background-size: 137%;
}

.banner.banC {
  background: url(https://pic03.eapple.com.tw/) no-repeat;
  padding: 0px;
}

.banner.banD {}

.product_page .banner {
  background: url(https://pic03.eapple.com.tw/) no-repeat;
}

@media screen and (max-width: 768px) {
  .products-list .item {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .banner {
    padding: 80px 0 80px;
    ;
  }
}

@media screen and (max-width: 450px) {
  .products-list .item {
    width: 100%;
  }
}


.banner.banblog {
  background: url(https://pic03.eapple.com.tw/) no-repeat;
  display: none;
}

div#content {
  background: url(https://pic03.eapple.com.tw/yongxiangbox/bg.jpg);
  background-size: cover;
}

.banner.banD {
  display: none;
}

/* 輪播大圖================== */
/* 大圖 */
/*預設解除背景輪播*/
#content_main {
  margin: 0;
}

.bannerindex {
  position: static;
  height: auto;
}

.swiper-banner {
  position: static;
  margin: 0;
  height: auto;
}

.swiper-slide img {
  height: auto;
}

@media screen and (max-width: 768px) {
  .bannerindex {
    position: relative;
    height: 0;
    padding-bottom: 47%;
  }
}

@media screen and (max-width: 400px) {
  .nav-brand h1 {
    width: 245px;}}

/* 文章==== */


.accordion li .link {
  font-weight: 500;
  border-bottom: none;
}

.blog_le .accordion a {
  color: #000;
}

h4.blog_category_title {
  font-size: 26px;
}