@charset "utf-8";
/* CSS Document */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  font-family: "微軟正黑體";
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #555;
}

a.svg {
  position: relative;
  display: inline-block;
}

a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.share_page .edit ul,
.blog_box_edit ul,
.promotions_page .edit ul,
.prod-item:first-child .prod-panel ul {
  list-style: disc;
  padding-inline-start: 20px;
}

.slowAnimation {
  -webkit-transition: ease .4s;
  -moz-transition: ease .4s;
  -ms-transition: ease .4s;
  -o-transition: ease .4s;
  transition: ease .4s;
}

.star {
  padding: 3px;
  display: inline-block;
  width: 13px;
}

.red {
  color: #ff4c4c;
}

.center {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

#content {
  width: 100%;
  min-height: 80vh;
}

#content_main {
  width: 100%;
  min-height: 80vh;
  overflow: hidden;
  z-index: 60;
  position: relative;
  margin-top: 100vh;
  background: #fff;
  /*
background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 30%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,1) 100%); 
background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
*/
}

.show_content {
  margin: auto;
  padding: 10px 10px;
}

.contact_editbox {
  margin: auto;
  padding: 10px 10px;
}

.contact_content {
  margin: auto;
  padding: 20px 10px;
}

.form_content {
  margin: auto;
  padding: 50px 10px;
  max-width: 970px;
  font-size: 15px;
  color: #444;
}

.path {}

.path p,
.path p a {
  text-align: right;
  line-height: 24px;
  font-size: 13px;
  color: #666;
}

.path p:after {}

.path p a:hover {
  color: #308ae7;
}

.page {
  margin: 40px;
  font-size: 16px;
  color: #545454;
  text-align: center;
}

.page li {
  display: inline-block;
  margin: 5px;
}

.page li a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.page li:hover a {
  opacity: 0.9;
}

.page li.prev a {
  background: url(../left_btn.png) center center no-repeat;
}

.page li.next a {
  background: url(../right_btn.png) center center no-repeat;
}

.page strong,
.page a {
  display: inline-block;
  min-width: 29px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  border: 1px #ccc solid;
  border-radius: 30px;
  padding: 0 10px;
}

.page strong,
.page a:hover {
  background: #444;
  color: #fff;
}


#page #menu,
#nav-toggle,
.search_box.for_mobile {
  display: none;
}

.pageIndex #header {
  position: fixed;
}

#header {
  background: #fff;
  font-size: 16px;
  padding: 25px 0;
  height: 150px;
  width: 100%;
  top: 0;
  z-index: 9999;
}

#header .logo {
  display: block;
  float: left;
  position: relative;
  z-index: 99;
}

#header .logo h1 {
  text-indent: -9999px;
  height: 1px;
  line-height: 1px;
  margin: 0;
}

#menuTop {
  width: 100%;
  padding-left: 230px;
  text-align: right;
}

#menuTop ul {
  position: relative;
  margin-top: 25px;
}

#menuTop ul:before {
  content: '';
  border-top: 1px solid #ddd;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 880px;
  width: 100%;
}

#menuTop li {
  display: inline-block;
  position: relative;
  margin-top: 5px;
  background: transparent;
}

#menuTop li a {
  display: block;
  padding: 15px;
  line-height: 26px;
  color: #391911;
}

#menuTop li ul {
  display: none;
  position: absolute;
  border: 1px solid #391911;
  background-color: #fff;
  left: -30%;
  right: -30%;
  width: auto;
  margin-top: 0;
  z-index: 51;
}

#menuTop li li {
  display: block;
  width: 100%;
  margin-top: 0;
}

#menuTop li li:first-child {
  padding-top: 5px;
}

#menuTop li li a {
  padding: 5px;
  font-size: 15px;
  text-align: center;
}

#menuTop li:hover ul {
  display: inline;
}

.topTop {
  font-size: 14px;
  color: #391911;
  letter-spacing: 0.1em;
  line-height: 30px;
  position: relative;
}

.topTop a i {
  padding-right: 5px;
  color: #391911;
  ;
}

.search_link a {
  display: none;
  margin-right: 30px;
  color: #391911;
}

.search_box {
  display: inline-block;
  width: 230px;
  height: 30px;
  vertical-align: middle;
  position: relative;
}

.search_txt {
  width: 100%;
  border: 1px solid #391b11;
  padding: 5px;
}

.search_btn {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  margin: 1px;
  background: none;
}

.search_txt+.fa {
  position: absolute;
  right: 5px;
  top: 8px;
  color: #391b11;
}

.round_link {
  display: block;
  float: right;
  line-height: 0;
}

.round_link a {
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
}

.round_link a .White {
  display: none;
}

.footer {
  padding: 30px 0 0;
  font-size: 14px;
  background: #f9f9f9;
  position: relative;
  z-index: 99;
}

.footer .center {
  position: relative;
}

.footer_info {
  padding: 0 60px 0 0;
}

/* 20210111 updata */
/**/
.box_link {
  position: absolute;
  top: 0;
  right: 10px;
  width: 50px;
}

.box_link a {
  display: block;
  width: 100%;
  border: 1px #ccc solid;
  border-radius: 5px;
  padding: 5px;
  font-size: 24px;
  text-align: center;
  margin: 0 3px 3px 0;
}

/*
.box_link a:before { content:''; display:block; background:no-repeat center center; width:30px; height:30px;}
.box_link a.me_ft_fb:before { background-image:url(../images/facebook-f.svg);}
.box_link a.me_ft_line:before { background-image:url(../images/line.svg);}
*/

.footer_logo {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  margin: 0 10px;
}

.footer_info ul {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 310px);
}

.footer_info li {
  display: block;
  padding: 10px;
}

.footer_info li:nth-child(1) {}

.footer_info li:nth-child(2) {}

.footer_info li p {
  line-height: 175%;
  letter-spacing: 1px;
  color: #333;
}

.footer_info li p:before {
  margin: 0 5px 0 0;
  background: no-repeat left center;
}

.footer_info li p.line:before {
  content: 'Line ID：';
}

.footer_info li p.tel:before {
  content: 'TEL：';
}

.footer_info li p.tel2:before {
  content: 'TEL：';
}

.footer_info li p.phone:before {
  content: 'TEL：';
}

.footer_info li p.fax:before {
  content: '傳真：';
}

.footer_info li p.taxid:before {
  content: '統編：';
}

.footer_info li p.mail:before {
  content: 'MAIL：';
}

.footer_info li p.add:before {
  content: 'ADD：';
}

.footer_info li p.add2:before {
  content: 'ADD：';
}

.footer_menu {
  width: 100%;
}

.footer_menu a {
  display: inline-block;
  padding: 5px 7px;
  border: 1px #ccc solid;
  margin: 0 4px 4px 0;
  font-size: 14px;
  line-height: 100%;
  color: #888;
  background: #f0f0f0;
}

.footer_menu a:hover {
  background: #666;
  color: #fff;
}

.copy {
  text-align: center;
  padding: 7px 0;
  font-size: 13px;
  color: #999;
  border-top: 1px #ddd solid;
  margin-top: 15px;
}

.copy a {}

.copy a:hover {
  color: #c00;
}

.total_view {}

#to_top {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 600;
  width: 50px;
  height: 50px;
  padding-top: 5px;
  font-size: 12px;
  color: #111;
  text-align: center;
  text-decoration: none;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border: 3px solid #000;
  border-radius: 5px;
}

#to_top i {
  position: relative;
  display: block;
  margin: auto;
  backface-visibility: hidden;
}

#to_top i:before,
#to_top i:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100px;
  background: #111;
  transition: all 100ms ease-in-out;
}

#to_top i:before {
  transform: rotate(-40deg);
}

#to_top i:after {
  transform: rotate(40deg);
}

#to_top i.top {
  width: 20px;
  height: 20px;
}

#to_top i.top:before,
#to_top i.top:after {
  height: 15px;
  width: 1px;
  top: 0;
  left: 50%;
}

#to_top i.top:before,
#to_top i.top:after {
  transform-origin: 50% 0%;
}

#bottom_menu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background: #fff;
  padding: 0;
  text-align: center;
  -webkit-box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, 0.2);
}

#bottom_menu li:first-child:nth-last-child(1),
#bottom_menu li:first-child:nth-last-child(1)~li {
  width: 100%;
  display: block;
  float: left;
  border-right: 1px solid #ddd;
}

#bottom_menu li:first-child:nth-last-child(2),
#bottom_menu li:first-child:nth-last-child(2)~li {
  width: 50%;
  display: block;
  float: left;
  border-right: 1px solid #ddd;
}

#bottom_menu li:first-child:nth-last-child(3),
#bottom_menu li:first-child:nth-last-child(3)~li {
  width: 33.3333%;
  display: block;
  float: left;
  border-right: 1px solid #ddd;
}

#bottom_menu li:first-child:nth-last-child(4),
#bottom_menu li:first-child:nth-last-child(4)~li {
  width: 25;
  display: block;
  float: left;
  border-right: 1px solid #ddd;
}

#bottom_menu li:nth-child(3) {
  border: none;
}

#bottom_menu li a {
  line-height: 26px;
  display: block;
  padding: 9px 5px;
}

#bottom_menu li a i {
  display: block;
  font-size: 15px;
}

#bottom_menu li a em {
  display: block;
  font-size: 12px;
  font-style: normal;
}

.keywords {
  width: 100%;
  display: block;
  height: 2px;
  overflow: hidden;
  color: #072457;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-text-size-adjust: none;
  position: absolute;
  bottom: 0;
}

/* 20240109 新增浮動 */
.info_fix {
  width: 70px;
  box-sizing: border-box;
  position: fixed;
  bottom: 70px;
  right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}

.info_fix>span {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 30px;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  color: #FFFFFF;
  background-color: #333333;
  transition: .3s;
  font-size: 20px;
}

.info_fix>span i {
  transform: rotate(45deg);
  transition: .3s;
}

.linkBox_Open+span i {
  transform: unset;
}

.info_fix:hover>span {
  background: #000;
}

.info_fix_links {
  width: 70px;
  z-index: 999;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  padding-bottom: 20px;
}

.info_fix_links a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50px;
  transition: .3s;
  background: rgba(0, 0, 0, .3);
  margin-bottom: 5px;
}

.info_fix_links a.info_fix_default {}

.info_fix_links a+a {}

.info_fix_links a:hover {
  background: #373737;
}

.info_fix_links a span {
  width: 50px;
  height: 50px;
  display: block;
}

.info_fix_links a span::before {
  content: '';
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  display: block;
}

.info_fix_phone span::before {
  background-image: url(../images/fix_phone.svg);
}

.info_fix_tel span::before,
.info_fix_tel2 span::before {
  background-image: url(../images/fix_tel.svg);
}

.info_fix_fb span::before {
  background-image: url(../images/fix_fb.svg);
}

.info_fix_line span::before {
  background-image: url(../images/fix_line.svg);
}

.info_fix_ig span::before {
  background-image: url(../images/fix_ig.svg);
}

.info_fix_mail span::before {
  background-image: url(../images/fix_mail.svg);
}

.info_fix_links img {
  opacity: 1;
  width: 100%;
  display: block;
}

.info_fix_links img:hover {
  opacity: 1;
}

.info_fix_links p {
  text-align: center;
  font-weight: 900;
}

/*  首頁  */
.title_box {
  font-size: 24px;
  color: #212121;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 245px;
}

.title_box span {
  font-size: 20px;
  color: #202020;
}

.news_part {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 50px 0;
}

.news_part * {
  transition: all .6s;
}

.news_part .title_i_box {
  margin-bottom: 30px;
  text-align: center;
}

.news_part .title_i_box h6 {
  font-size: 36px;
  color: #212121;
}

.news_part .title_i_box h4 {
  font-size: 24px;
  color: #202020;
  font-weight: 500;
}

.news_list {}

.news_list ul {
  list-style: none;
  display: block;
  padding: 0 10px;
}

.news_list ul li {
  display: block;
  border-bottom: 1px #eee solid;
}

.news_list ul li a {
  display: block;
  width: 100%;
  text-align: center;
}

.news_list ul li span {
  display: inline-block;
  vertical-align: top;
  padding: 15px 0;
  font-size: 15px;
  color: #a6a6a6;
  width: 150px;
}

.news_list ul li p {
  display: inline-block;
  vertical-align: top;
  padding: 15px 70px 15px 0;
  font-size: 15px;
  color: #999;
  width: calc(100% - 160px);
  letter-spacing: 1px;
  text-align: left;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_list ul li p:after {
  content: 'read more';
  font-size: 12px;
  color: #7a7460;
  letter-spacing: 0px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .6s;
}

.news_list ul li:hover {
  border-bottom-color: #ddd;
}

.news_list ul li a:hover {
  background: #fffcf4;
}

.news_list ul li a:hover span {}

.news_list ul li a:hover p {
  color: #666;
}

.news_list ul li a:hover p:after {
  right: 5px;
  transition: all .6s;
}

.i_news_b {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.i_news_b * {
  transition: all .5s;
}

.i_news_b a {}

.i_news_b a i.fa-solid.fa-arrow-right {
  margin: 0 10px;
}

.i_news_b a:hover i.fa-solid.fa-arrow-right {
  margin: 0 0 0 20px;
}

.pageIndex .main_part {}

.main_part {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 50px 20px;
}

.edit_part {
  max-width: 1200px;
  margin: auto;
  padding: 50px 20px;
}

.prod_part {
  max-width: 1200px;
  margin: auto;
  padding: 50px 20px;
}

.i_prod_tit {
  text-align: center;
}

.i_prod_tit h2 {
  font-size: 36px;
}

.i_prod_tit span {
  font-size: 24px;
}

.products-list {
  padding: 20px 0;
}

.products-list .title_box {
  width: 100%;
}

.products-list .item {
  width: 24%;
  display: inline-block;
  vertical-align: top;
  padding: 0 7px;
  margin: 0 0 14px 0;
}

.products-list .item a {
  display: block;
  margin: 0 auto;
  position: relative;
}

.products-list .pic {
  display: block;
  position: relative;
  text-align: center;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}

.products-list .pic img {
  max-width: 100%;
}

.products-list .name {
  font-size: 15px;
  color: #444;
  letter-spacing: 1px;
  margin-top: 15px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 44px;
}

.products-list .price {
  margin: 10px 0;
}

.products-list .price * {
  display: inline-block;
  margin: 3px;
}

.products-list .price b {
  color: #ADA17E;
  font-size: 16px;
}

.products-list .more {
  border: 1px solid #ADA17E;
  color: #ADA17E;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  transition: all .5s;
}

.item.show:nth-child(odd) a {
  animation-name: zoomIn;
  animation-duration: 2s;
  animation-delay: 0.2s;
}

.item.show:nth-child(even) a {
  animation-name: zoomIn;
  animation-duration: 2s;
  animation-delay: 0.2s;
}

.products-list .item a:hover .more {
  background: #ADA17E;
  color: #fff;
  letter-spacing: 2px;
}

.i_prod_b {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.i_prod_b * {
  transition: all .5s;
}

.i_prod_b a {}

.i_prod_b a i.fa-solid.fa-arrow-right {
  margin: 0 10px;
}

.i_prod_b a:hover i.fa-solid.fa-arrow-right {
  margin: 0 0 0 20px;
}


@media (max-width:1200px) {
  .banner{height: 300px; background-size: auto 100% !important;}
  .banC{background-position: right -10vw center;}
  .banF{background-position: left -5vw center;}
}

@media (max-width:768px) {
  .banner{height: 50vw;}
  .banB {background-position: left -30vw center;}
  .banC{background-position: right -15vw center;}
  .banF{background-position: left -10vw center;}
}

@media (max-width:600px) {
  .banB {background-position: left -50vw center;}
  .banC{background-position: right -40vw center;}
  .banF{background-position: left -20vw center;}
}

/* products */
.product-layer-two {
  margin: 20px 0;
}

.product-layer-two li {
  display: inline-block;
  margin: 5px 5px 0 0;
  position: relative;
}

.product-layer-two li a {
  position: relative;
  border: 1px #fff solid;
  background: #f3f3f3;
  padding: 7px 16px;
  display: block;
  font-size: 16px;
  color: #391911;
}

.product-layer-two li.active a {
  font-weight: bold;
  border: 1px #ccc solid;
}

.product-layer-two li.active li a {
  font-weight: normal;
  color: #333;
}

.product-layer-two li ul {
  position: absolute;
  z-index: 100;
  top: 100%;
  width: 100%;
}

.product-layer-two li li {
  display: none;
  background: #fff;
  border: 1px #ccc solid;
  margin: -1px 0 0 0;
}

.product-layer-two li li a {
  border: none !important;
  background: #fff;
  font-size: 14px;
}

.product-layer-two li:hover ul {}

.product-layer-two li:hover li {
  display: block;
}


.product-wrapper {
  margin: 0 auto;
  position: relative;
}

.fixedsticky {
  top: 110px;
}

.mobile_product_name {
  display: none;
  margin-bottom: 20px;
}

.product_main {
  padding: 0 10px;
  display: inline-block;
  width: 71%;
  vertical-align: top;
}

.sidebarBtn {
  padding: 15px;
  display: inline-block;
  width: 28%;
  vertical-align: top;
  border: 5px #ddd solid;
  background: #fff;
}

.sidebarBtn * {
  transition: all .5s;
}

.sidebarBtn h2 {
  color: #111;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.sidebarBtn .price{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top:22px;
}

.sidebarBtn .price span {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-left: 10px;
}

.sidebarBtn .price u {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}

.sidebarBtn .sp_price {
  display: block;
  color: #f81f1f;
  font-size: 22px;
  font-weight: bold;
}

.sidebarBtn .price span {
  display: block;
  font-size: 16px;
}

.product_info {
  margin: 20px 0;
}

.product_info li {
  margin: 10px 0;
}

.product_info li:nth-child(2) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.product_info li:nth-child(2) span{
  margin:0;margin-right: 10px;
}

.product_info li:last-child{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.product_info li:last-child span{
  margin:0;
  margin-right: 10px;
}

.product_info li span {
  display: block;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.product_info li .txt_box {
  display: inline-block;
  vertical-align: top;
  color: #CF742F;
  font-size: 15px;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.radio-inline__input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.radio-inline__label {
  display: inline-block;
  padding: 2px 8px;
  margin:5px 5px 5px 0;
  border-radius: 1px;
  transition: all .2s;
  color: #111111;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #F3F3F3;
}

.radio-inline__input:checked+.radio-inline__label {
  background: #fff;
  border: 1px solid #000;
}

.amountNum {
  width: 60px;
  height: 35px;
  border: 1px solid #F3F3F3;
  line-height: 28px;
  margin-left: 4px;
  color:#111111;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
}

.action-button {
  width: 100%;
  border-radius: 5px;
  background: #f8b71f;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

.inquiry_a1,
.inquiry_a2,
.inquiry_a3 {
  display: block;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  margin-top: 10px;
}

.inquiry_a1 {
  background: #fd947c;
}

.inquiry_a2 {
  background: #83acec;
}

.inquiry_a3 {
  background: #e5b06f;
}

.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
  letter-spacing: 2px;
  background: #777;
}

.action-button:hover {
  background: #2cc7d7;
}

.toShare {
  border-top: 1px solid #e6e6e6;
  font-size: 12px;
  color: #888;
  margin-top: 20px;
  padding-top: 20px;
}

.toShare a {
  display: inline-block;
  margin-left: 10px;
}

.product_pic {
  padding-bottom: 20px;
  padding-left: 100px;
  position: relative;
}

.product_pic #bx-pager {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  padding: 0 10px;
  font-size: 12px;
  color: #391911;
  position: absolute;
  top: 0;
  left: 0;
}

.product_pic #bx-pager .block {
  margin-left: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product_pic #bx-pager a {
  display: block;
  float: left;
  width: 70px;
  height: 70px;
  margin: 2px;
  border: 1px solid #e9e9e9;
}

.product_pic #bx-pager a img {
  width: 100%;
}

.product_pic .bx-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 500px;
  margin: 0 0 20px;
  padding: 0 10px;
}

.product_pic .bx-wrapper .bx-viewport {}

.accordion {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion-thumb {
  margin: 0;
  padding: .8rem 0;
  cursor: pointer;
  font-weight: normal;
  position: relative;
  font-size: 18px;
}

.accordion-thumb::before {
  position: absolute;
  right: 0;
  content: '';
  display: inline-block;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-top: .5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.accordion-panel {
  margin: 0;
  padding-bottom: .8rem;
  display: none;
}

.accordion-item.is-active .accordion-thumb::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion-panel img {
  max-width: 100%;
}

.prod_info_clearfix {
  clear: both;
  margin: 25px auto;
}

ul.prod {
  list-style: none;
  display: block;
  width: 100%;
}

ul.prod li {
  margin-bottom: 10px;
}

ul.prod li h3.prod-thumb {
  background: #f6f6f6;
  color: #666;
  text-align: center;
  padding: 5px;
}

ul.prod li .prod-panel {}

.qalist {
  border: 1px solid #f5f5f5;
  width: 100%;
  margin: 20px auto;
  background: #fafafa;
}

.qalist .infomation-left {
  width: 25%;
  float: left;
  font-size: 13px;
  color: #666;
  padding: 15px 10px;
  border: 1px solid #f5f5f5;
  border-bottom: none;
  margin: -1px 0 0 -1px;
  line-height: 18px;
}

.qalist .infomation-left span {
  color: #b9b9b9;
  display: block;
}

.qalist .infomation-right {
  width: 75%;
  float: left;
  background: #fff;
  font-size: 15px;
  color: #444;
  border-bottom: 1px solid #f5f5f5;
}

.quest,
.answer {
  position: relative;
  padding-left: 40px;
  margin: 15px;
}

.quest:before,
.answer:before {
  position: absolute;
  display: block;
  width: 40px;
  height: 100%;
  left: 0;
  font-family: 'Josefin Sans', 'sans-serif', '微軟正黑體';
  padding: 5px;
}

.quest:before {
  content: 'Q';
  color: #ada17e;
}

.answer:before {
  content: 'A';
  color: #cc0000;
}

.qaform {
  margin: 10px auto;
  font-size: 15px;
  color: #545454;
  line-height: 26px;
}

.breakF {
  border: 1px solid #ddd;
  display: block;
  width: 100%;
  padding: 5px;
}

.qaform .breakF {
  border: 1px #eee solid;
  background: #f9f9f9;
}

.half_box {
  width: 50%;
  float: left;
  padding-right: 10px;
}

.half_box li {
  margin: 10px 0;
}

.half_box li.btn_blankTop {
  margin-top: 125px;
}

.prod_related_b_box {}

.productBtn {
  width: 100%;
  line-height: 50px;
  font-size: 15px;
  background-repeat: no-repeat;
  border: none;
  margin-top: 10px;
  text-align: left;
  padding-left: 15px;
}

.lastaction {
  color: #8f7b43;
  background-color: #e8e4d8;
  background-image: url(../images/last_AC.png);
  background-position: right top;
}

.nextaction {
  color: #fff;
  background-color: #ada17e;
  background-image: url(../images/next_AC.png);
  background-position: right bottom;
}

.lastPage {
  font-size: 16px;
  color: #fff;
  background: #ADA17E;
  padding: 10px 20px;
  display: block;
  margin: 40px auto;
  width: 130px;
  text-align: center;
}

.stepImg {
  display: block;
  margin: 40px auto;
  max-width: 500px;
  width: 98%;
}

.stepImg span {
  font-size: 15px;
  display: inline-block;
  text-align: center;
  color: #bfcbd8;
  width: 33.3%;
}

.stepImg span.active {
  color: #6D593F;
  font-style: italic;
}

.stepImg span.one {
  text-align: left;
}

.stepImg span.three {
  text-align: right;
}

.stepImg img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.shopping-cart {
  width: 100%;
  margin: 15px auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
}

.shopping-cart.check {
  margin: 10px auto;
}

.shopping-cart .cart_head {
  background: #6D593F;
  color: #fff;
}

.shopping-cart .row {
  position: relative;
  height: auto;
  margin: 25px 0;
  clear: both;
}

.shopping-cart.check .row {
  margin-top: 0;
}

.shopping-cart .cart_content .row {
  border-top:unset;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 20px;

}
.shopping-cart .cart_content .row .product_name{
  padding-left: 105px;
}

.shopping-cart .cell {
  padding: 10px;
  text-align: center;
  width: 20%;
  float: left;
  vertical-align: top;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 5px;
}

.shopping-cart .cell.product_name {
  width: 44%;
  text-align: left;
  padding-left: 90px;
  position: relative;
  min-height: 76px;
  font-weight: bold;
}

.shopping-cart.check .cell {
  width: 25%;
}

.shopping-cart.check .cell.product_name {
  width: 42%;
}

.shopping-cart .cell.product_name span {
  font-size: 15px;
  font-weight: normal;
  display: block;
  color: #444;
  margin-top: 5px;
}

.shopping-cart .cell.amount {
  width: 8%;
}

.shopping-cart .cart_head .cell.product_name {
  min-height: initial;
  padding: 5px 5px 5px 15px;
}
.shopping-cart .cart_head .cell{
  font-weight: bold;
}
.shopping-cart .cart_head .cell:not(:last-of-type) {
  border-right: 3px solid #fff;
}

.small_pic {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 0;
  margin-left: -95px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.small_pic img {
  max-width: 100%;
}

.payment {
  margin: 30px;
  float: left;
}

.payment li {
  margin: 15px;
}

.total_amount {
  width: 460px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: 5px;
  color: #444;
}

.total_amount ul {
  border: 1px solid #ddd;
  position: relative;
  padding: 20px;
  margin-bottom: 30px;
}
.total_amount li {
  padding: 15px 0;
}
.total_amount li:not(:last-of-type){
  border-bottom:1px dashed #ccc;
}

.total_amount li span {
  float: right;
}
.total_amount li.red{
  color:#C47B7D;
}

.total_amount .rewrite_simple,
.total_amount .send_simple {
  width: 150px;
  margin-right: 0;
}

.total_amount .send_simple {
  float: right;
}

.car_page .list_before li.btn {
  padding: 0;
  padding-top: 20px;
}

.declaration {
  background: #6D593F;
  line-height: 40px;
  padding: 5px 15px;
  color:#fff;
}

.notetext {
  margin: 20px 0 40px;
  padding: 0 20px;
  color: #444;
  line-height: 30px;
}



/* workshow */
.lb-data .lb-caption {
  font-weight: normal;
}

.subalbum-menu {
  margin: 30px 0;
  padding: 0 15px;
}

.subalbum-menu h2 {
  font-size: 20px;
  color: #391911;
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.block {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 10px;
  background: #391911;
  vertical-align: middle;
}

.other_subalbum {
  display: block;
  overflow: hidden;
}

.other_subalbum li {
  display: inline-block;
  background: #fff;
  width: 30%;
  margin: 10px 1%;
  border: none !important;
}

.other_subalbum li a {
  line-height: 0;
}

.other_subalbum li a img {
  max-width: 100%;
}

.other_subalbum li.active {}

.other_subalbum li.active a {}

.other_album {
  position: relative;
}

.other_album:before {}

.album_fixed_title {
  font-size: 17px;
  color: #666;
  padding-right: 14px;
  display: inline-block;
  position: relative;
  background: #fff;
  margin-bottom: 15px;
}

.album_fixed_title embed {
  vertical-align: middle;
  margin-right: 10px;
}

.album_fixed_title i {
  margin: 0 7px 0 0;
}

.album_fixed_title em {
  display: inline-block;
  font-style: normal;
}

.album_fixed_title em:before {
  content: '觀看更多';
  margin: 0 7px 0 0;
}

.album_fixed_title span {
  display: inline-block;
}

.album_fixed_title span:before {
  content: '觀看更多';
  margin: 0 7px 0 0;
}

.other_album_choice {
  margin: 7px auto;
}

.other_album_choice * {
  transition: all .5s;
}

.other_album_choice li {
  background: #ADA17E;
  font-size: 15px;
  display: inline-block;
  border-radius: 18px;
  padding: 7px 20px;
  margin: 0 7px 7px 0;
}

.other_album_choice li a {
  color: #fff;
}

.other_album_choice li a i.fa-solid.fa-right-from-bracket {
  margin: 0 10px;
}

.other_album_choice li a:hover i.fa-solid.fa-right-from-bracket {
  margin: 0 0 0 20px;
}

.pic-list .item {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin: 10px 1%;
}

.pic-list .item a {
  display: block;
  margin: 0 auto;
}

.pic-list .show_pic {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 0;
  height: 0;
  padding-bottom: 75%;
  /* 50%=2:1 75%=4:3 100%=1:1 */
}

.pic-list .show_pic img {
  max-width: 100%;
  display: inline-block;
}

.pic-list .item h6 {
  font-size: 16px;
  color: #666;
  padding: 5px;
}


.show-list .item {
  width: 31%;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin: 20px 1%;
}

.show-list .item a {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.show-list .show_pic {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 0;
  height: 0;
  padding-bottom: 75%;
  /* 50%=2:1 75%=4:3 100%=1:1 */
}

.show-list .show_pic img {
  max-width: 100%;
  display: inline-block;
}

.show-list .show_name {
  font-size: 17px;
  color: #333;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 26px;
}

.show-list .item:hover .show_name {
  color: #f8b720;
}

.overlay {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, .3);
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all .4s 100ms cubic-bezier(.42, 0, .58, 1);
}

.show-list .item:hover .overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}


/* dropdown page */
.promotion_title {}

.promotion_title * {
  display: inline-block;
  vertical-align: bottom;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #777;
}

.promotion_title em {
  border: 1px #ccc dashed;
  padding: 2px 7px;
  margin: 0 2px 2px 0;
}

.promotion_title span {
  border: 1px #ccc dashed;
  padding: 2px 7px;
  margin: 0 2px 2px 0;
}

.promotion_title h2 {
  font-size: 24px;
  color: #222;
}

.other_promotion {
  list-style: none;
  display: block;
  margin: 0 auto;
}

.other_promotion li {
  font-size: 13px;
  line-height: 20px;
  color: #666;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-left: -3px;
}

.other_promotion li a {
  display: block;
  border: 1px #e5e5e5 dashed;
  padding: 10px;
  width: 96%;
  margin: 2%;
  position: relative;
}

.other_promotion li a:before {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 1;
  width: 15px;
  height: 15px;
  border: 1px #aaa solid;
  border-bottom: none;
  border-right: none;
  transition: all .5s;
}

.other_promotion li a:after {
  content: '';
  display: block;
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 2;
  width: 15px;
  height: 15px;
  border: 1px #aaa solid;
  border-top: none;
  border-left: none;
  transition: all .5s;
}

.other_promotion .pmtTime {}

.other_promotion .pmtTime:after {
  content: '';
  clear: both;
  display: block;
}

.other_promotion .pmtTime cite {
  float: left;
  font-size: 17px;
  font-style: normal;
}

.other_promotion .pmtTime span {
  float: right;
  font-size: 13px;
}

.other_promotion .pmtTitle h3 {
  font-size: 16px;
  color: #444;
  margin: 10px 0 0 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 28px;
  font-weight: normal;
}

.other_promotion li a:hover {
  background: #fcfcfc;
}

.other_promotion li a:hover:before {
  width: 100%;
  height: 100%;
}

.other_promotion li a:hover:after {
  width: 100%;
  height: 100%;
}

.edit {
  margin: auto;
  padding: 20px 0;
}

.edit * {
  word-break: break-all;
}

.edit img {
  max-width: 100%;
  height: auto !important;
}


/* contact */
.information_left,
.information_right {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}

.car_page .information_left {
  display: none;
  /*2024.2.17 開會預設先隱藏*/
}

.contact_content .information_left {
  width: 370px;
}

.contact_content .information_right {
  width: calc(100% - 400px);
  padding-left: 30px;
}

.blank_letter {
  padding-top: 30px;
  font-size: 26px;
  color: #101010;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.list_before {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #444;
  display: block;
  width: 100%;
  position: relative;
}

.list_before * {
  transition: all .5s;
}

.list_before li {
  margin: 5px 0;
  position: relative;
  line-height: 1.5;
}

.list_before.info li {
  padding-left: 45px;
}
.list_before.info li.open_time {
  padding-left: 65px;
  padding-top: 10px;
  margin: 15px 0 5px;
  border-top:2px solid #ccc;
}

.list_before.account li {
  padding-left: 65px;
}

.contact_le_nomap {}

.contact_le_map {}

.contact_le_map * {
  transition: all .5s;
}

.contact_le_map a {
  display: block;
  background: #d3af79;
  text-align: center;
  padding: 10px;
  color: #fff;
}

.contact_le_map a i.fa-solid.fa-right-to-bracket {
  margin: 0 10px;
}

.contact_le_map a b {}

.contact_le_map a:hover i.fa-solid.fa-right-to-bracket {
  margin: 0 0 0 20px;
}
.contact_le_nomap iframe{
  height: clamp(230px,40vw,450px);
}

.TEL:before,
.TEL2:before,
.PHONE:before,
.FAX:before,
.TAXID:before,
.MAIL:before,
.ADD:before,
.ADD2:before,
.LINE:before,
.open_time:before {
  position: absolute;
  display: block;
  width: 35px;
  left: 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color:#6D593F;
}

.TEL:before {
  content: "TEL";
}

.TEL2:before {
  content: "TEL2";
}

.PHONE:before {
  content: "TEL";
}

.FAX:before {
  content: "FAX";
}

.TAXID:before {
  content: "TAXID";
}

.MAIL:before {
  content: "MAIL";
}

.LINE:before {
  content: "LINE";
}

.ADD:before {
  content: "ADD";
}

.ADD2:before {
  content: "ADD2";
}
.open_time:before {
  content: "營業時間";
  width: 60px;
}

.ACCN1:before,
.ACCN2:before,
.ACCN3:before,
.ACCN4:before {
  position: absolute;
  display: block;
  width: 60px;
  left: 0;
  font-size: 14px;
  font-weight: bold;
}

.ACCN1:before {
  content: "戶名";
}

.ACCN2:before {
  content: "銀行名稱";
}

.ACCN3:before {
  content: "銀行代碼";
}

.ACCN4:before {
  content: "銀行帳號";
}


/*--------聯絡我們表單 ----------*/
.note {
  font-size: 13px;
  text-align: right;
}

.contact_form {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #444;
}

.contact_form li {
  display: block;
  padding: 0 0 10px 0;
  padding-left: 90px;
  /*border-bottom: 1px solid #C2BCB4;*/
}

.contact_form li input.noborder {
  border: 1px #ddd solid;
}

.contact_form li textarea.noborder {
  border: 1px #ddd solid;
}

.contact_form li.last {
  border: none;
  text-align: right;
  margin-top: 20px;
  padding-left: 0;
}

.contact_form li.last * {
  transition: all .5s;
}

.contact_form li .form__label {
  display: inline-block;
  width: 85px;
  text-align: right;
  margin-left: -90px;
  padding-right: 10px;
  vertical-align: top;
}

.contact_form li .form__insert {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.contact_form li.last input {
  background: none;
  border: none;
  outline: none;
  font-size: 15px;
  padding: 7px;
  letter-spacing: 2px;
}

.contact_form li.last blockquote,
.contact_form li.last cite {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  padding: 7px;
  text-align: center;
  border: 1px #dfd4c3 solid;
  width: 150px;
}

.contact_form li.last blockquote {
  color: #666;
}

.contact_form li.last cite {
  background: #d3af79;
  color: #fff;
}

.contact_form li.last blockquote:hover input,
.contact_form li.last cite:hover input {
  letter-spacing: 0px;
}

.contact_form li.last cite:hover i.fa-solid.fa-arrow-right {
  margin: 0 0 0 10px;
}

/*--------匯款通知表單----------*/
.remit_page .formbox_form{
  max-width: 600px;
  margin: auto;
}
.remit_page .formbox_form li .form__insert input{
  max-width: unset !important;
}
.remit_page .formbox_form li:nth-last-of-type(2) .form__insert input{
  max-width: 250px !important;
}
.formbox_form {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #444;
  font-size: 15px;
  line-height: 1.5;
}

.formbox_form li {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 150px;
}

.formbox_form li.last {
  margin-top: 30px;
}

.formbox_form li .form__label {
  display: inline-block;
  width: 125px;
  text-align: left;
  margin-left: -130px;
  vertical-align: top;
}

.formbox_form li .form__insert {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

/*--------sms inquiry 表單-------*/
.form_formonly li {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 160px;
  border-bottom: 1px solid #C2BCB4;
}

.form_formonly li.last {
  border: none;
  text-align: right;
  margin-top: 30px;
  padding-left: 0;
}

.form_formonly li .form__label {
  display: inline-block;
  width: 145px;
  text-align: right;
  padding-right: 15px;
  margin-left: -150px;
  vertical-align: top;
}

.form_formonly li .form__insert {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.form_description {
  margin: 25px auto;
  width: 92%;
  font-size: 14px;
  color: #777263;
  letter-spacing: 2px;
}

/* checkbox radio  樣式 */
.form label {
  display: block;
  position: relative;
  float: left;
  width: auto;
  margin-right: 20px;
  margin-bottom: 5px;
  color: #858585;
}

.form label .inputbox {
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 4px;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-color: transparent;
  top: 3px;
  outline: none;
  display: inline-block;
  border: 0;
}

.form label.Bigcheck {
  float: none;
  display: inline-block;
  font-size: 15px;
  margin-left: 20px;
  top: 5px;
  color: #4c4c4c;
}
.form label.Bigcheck:has(input[name="check_data"]) {
  color: #fff;
  
}

.form label .inputbox.Big {
  width: 22px;
  height: 22px;
}

.form label.circle .inputbox {
  background-image: url(../images/circle.png);
}

.form label.circle input:checked {
  background-image: url(../images/circle_ok.png);
}

.form label.check .inputbox {
  background-image: url(../images/check.png);
}

.form label.check input:checked {
  background-image: url(../images/check_ok.png);
}

.form label.Bigcheck .inputbox {
  background-image: url(../images/big_check.png);
}

.form label.Bigcheck input:checked {
  background-image: url(../images/big_check_ok.png);
}

.form select {
  -webkit-appearance: button;
  /*background-color: #EDEDED; background-image: url(../images/select_arrow.png);*/
  background-position: right center;
  background-repeat: no-repeat;
  vertical-align: middle;
  border: 1px solid #C2BCB4;
  color: #666;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 3px 26px 3px 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* input 樣式 */
.noborder {
  border: none;
  width: 100%;
  padding: 5px 0;
  vertical-align: middle;
}

.border200 {
  width: 200px;
  border: 1px solid #ddd;
  padding: 5px;
}

.longer {
  width: 400px;
}

.filltext {
  width: 200px;
  background: #D2CCB9;
  vertical-align: middle;
  display: inline-block;
  padding: 5px 0;
  border: none;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* 驗證碼 */
.captcha {
  width: 100px;
}

.captcha_img {
  vertical-align: middle;
  margin-left: 10px;
  display: inline-block;
}

.captcha_img .fa {
  vertical-align: super;
  margin-left: 10px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

/* 表單按鈕 , 按鈕*/
.rewrite {
  background: none;
  padding: 10px 20px;
}
.rewrite_simple,
.send_simple {
  width: 170px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.rewrite_simple {
  background: #ada17e url(../images/simple_left.png) 10% center no-repeat;
}

.send_simple {
  background: #f8b720 url(../images/simple_right.png) 88% center no-repeat;
}
.remit_page .formbox_form li.last .rewrite_simple,
.remit_page .formbox_form li.last .send_simple{
text-align: center;
border-radius: 500px;
}

/*------------通用滿版分段抬頭-------------*/
.separate_title {
  font-size: 16px;
  color: #6D593F;
  padding: 10px 0 10px 40px;
  background: #f3f3f3 url(../images/separateTitle.png) left center no-repeat;
}

.separate_title .note {
  font-size: 13px;
  float: none;
  padding-left: 20px;
}

/* 滑動箭頭 按鈕 */
.animated-arrow {
  background: #ada692;
  color: #fff;
  display: inline-block;
  /*margin-left: auto;*/
  /* height: 50px; */
  /* line-height: 50px; */
  overflow: hidden;
  width: 250px;
  /*padding-left: 5%;*/
  text-align: center;
  position: relative;
}

.animated-arrow.stay_mid {
  margin-left: auto;
  margin-right: auto;
}

.animated-arrow input{
  background-color: transparent;
}

.arrow {
  position: absolute;
  top: 50%;
  left: 75%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}


@media screen and (max-width: 1200px) {
  .show-list .item {}

  .show-list .show_pic {}

  .show-list .show_pic img {}

  @media screen and (max-width: 980px) {
    #header {
      height: auto;
    }

    #menuTop {
      position: relative;
      padding-left: 0;
    }

    .round_link {
      margin-bottom: 10px;
      float: none;
    }

    #menuTop ul:before {
      border-top: 1px solid #391911;
      max-width: initial;
      width: 96%;
      margin-right: 2%;
    }

    #menuTop ul ul:before {
      display: none;
    }

    #menuTop ul {
      clear: both;
      text-align: center;
    }

    #menuTop ul li {
      /*margin-top: 0;*/
    }

    #menuTop ul li a {
      padding: 15px 28px;
    }

    #menuTop li ul {
      margin-top: -5px;
    }

    #menuTop ul li li a {
      padding: 5px;
    }

    .topTop {
      padding-top: 10px;
      width: 96%;
      margin: auto;
    }

    .main_part {
      padding: 25px;
    }

    .news_part {
      padding-left: 20px;
      padding-right: 20px;
    }

    .title_box {
      width: 200px;
      font-size: 22px;
      display: block;
    }

    .news_part .title_box {
      margin: auto;
    }

    .products-list .item {
      width: 32%;
    }

    .other_promotion li {
      width: 33%;
    }

    .rewrite {
      padding: 10px;
    }

    .subalbum-menu h2 {
      float: none;
      margin-bottom: 15px;
    }

    .product_main {
      padding: 30px 0.5em 30px 0;
      width: 64%;
    }

    .product_pic {
      padding-left: 100px;
    }

    .sidebarBtn {
      width: 35%;
    }


    @media screen and (max-width: 768px) {
      #menuTop {
        display: none;
      }

      .pageIndex #header,
      #header {
        position: relative;
      }

      #header .logo {
        margin: auto;
        text-align: center;
        float: none;
      }

      #nav-toggle {
        margin-left: 50px;
        padding: 20px 0;
        position: relative;
        display: block;
        float: left;
        width: 35px;
        margin-top: 10px;
        z-index: 101;
      }

      #nav-toggle span,
      #nav-toggle span:before,
      #nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 1px;
        width: 35px;
        background: #222;
        position: absolute;
        display: block;
        content: '';
      }

      #nav-toggle span:before {
        top: -10px;
      }

      #nav-toggle span:after {
        bottom: -10px;
      }

      .search_box.for_mobile {
        display: block;
        width: 100%;
      }

      .footer_info {
        padding: 0 40px;
      }

      .footer_logo {
        display: block;
        margin-bottom: 20px;
      }

      .footer_info ul {
        width: 100%;
      }

      .box_link {
        display: block;
        width: 100%;
        position: static;
        padding-top: 10px;
      }

      .box_link a {
        display: inline-block;
        width: 40px;
        vertical-align: top;
      }

      #content_main {
        margin-top: auto;
      }

      .parallax_box {
        position: relative;
        top: 0;
      }

      .other_subalbum li {
        width: 47%;
      }

      .pic-list .item {
        width: 47%;
      }

      .subalbum-menu {
        padding: 0;
      }

      .show_content {
        width: 100%;
        padding: 15px 0;
      }

      .promotion_title h2 {
        display: block;
      }

      .show-list .item {
        width: 47%;
      }

      .show-list .show_name {}

      .stepImg span {
        font-size: 14px;
      }

      .shopping-cart {
        width: 100%;
      }

      .product-layer-two {
        display: none;
      }

      .shopping-cart .cart_head {
        display: none;
      }

      .shopping-cart .cart_content .row {
        margin: 20px 0;
        display: block;
        margin-left: 90px;
        display: inline-block;
      }
      

      .shopping-cart .cell {
        width: 100%;
        display: block;
        text-align: right;
        font-size: 14px;
        border-bottom: 1px solid #ccc;
      }

      .shopping-cart .cell.product_name {
        min-height: 86px;
        font-size: 16px;
        text-align: right;
        padding-left: 5px;
      }

      .shopping-cart .cell.product_name,
      .shopping-cart .cell.amount,
      .shopping-cart.check .cell.product_name,
      .shopping-cart.check .cell {
        width: 100%;
      }

      .small_pic {
        left: 0;
      }

      .shopping-cart .cell:last-child {
        border-bottom: 2px solid #adaaaa;
      }

      .shopping-cart .cell:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        color: #a09e91;
      }

      .payment {
        float: none;
      }

      .total_amount {
        width: auto;
        margin-right: auto;
      }

      .car_page .information_left {
        width: 90%;
        display: none;
        margin: 50px auto 20px;
      }
      .car_page .total_amount{
        max-width: 90%;
        margin: 0 auto 0 0;
      }

      .car_page .list_before.account {
        width: 100%;
      }

      .car_page .list_before.info {
        width: 250px;
      }

      .other_promotion li {
        width: 50%;
      }

      .contact_content {
        padding: 0;
      }

      .contact_content .information_left {
        width: 100%;
        margin-left: 0;
      }

      .list_before.info:before {
        display: none;
      }

      .list_before.info {
        width: 100%;
        margin-right: 10%;
        float: left;
      }

      .list_before.account {
        width: 40%;
        max-width: 300px;
        float: left;
      }

      .contact_content .information_right {
        width: 100%;
        padding: 10px;
      }

      /* sms inquiry form */
      .form_formonly li {
        padding-left: 115px;
        font-size: 14px;
      }

      .form_formonly li .form__label {
        width: 110px;
        padding-right: 10px;
        margin-left: -122px;
      }

      .formbox_form li.last,
      .form_formonly li.last {
        text-align: center;
      }

      .mobile_product_name {
        display: block;
        margin-bottom: 10px;
      }

      .product_pic {
        padding-top: 20px;
      }

      .product_main {
        width: 100%;
        padding: 0;
      }

      .sidebarBtn {
        padding: 1em 10px;
        width: 100%;
        margin: 20px auto 0;
        display: block;
      }

      .half_box {
        padding-right: 5%;
      }

      /* 20210824 updata */
      .f_link_box {
        display: none;
      }

      @media screen and (max-width: 600px) {
        #nav-toggle {
          margin-left: 20px;
        }

        .copy {
          padding-right: 0;
          padding-top: 18px;
          line-height: 16px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
        }

        .copy a {}

        .footer_info {
          padding: 0 10px;
        }

        .footer_info ul {
          letter-spacing: 0.1em;
        }

        .add_blank {
          width: 41px;
        }

        .total_view {
          position: initial;
          display: block;
        }

        .title_box {
          font-size: 20px;
        }

        .title_box span {
          font-size: 15px;
        }

        .news_part {
          padding-left: 10px;
          padding-right: 10px;
        }

        .main_part {
          padding: 50px 10px 10px;
        }

        .edit_part {
          padding: 50px 10px 10px;
        }

        .prod_part {
          padding: 50px 10px 10px;
        }

        .news_list ul li {
          border: 1px #f6f6f6 solid;
          margin-bottom: 7px;
          background: #fafafa;
        }

        .news_list ul li a {
          padding: 10px;
        }

        .news_list ul li span {
          display: block;
          width: 100%;
          padding: 3px;
        }

        .news_list ul li p {
          display: block;
          width: 100%;
          padding: 3px;
          text-align: center;
        }

        .news_list ul li p:after {
          position: static;
          transform: none;
          text-align: center;
        }

        .products-list .item {
          width: 49%;
        }

        .products-list .item.first_box {
          width: 100%;
        }

        .other_subalbum li {
          display: block;
          width: 96%;
          margin: 10px 2%;
        }

        .show-list .item {
          display: block;
          width: 96%;
          margin: 10px 2%;
        }

        .pic-list .item {
          width: 45%;
          margin: 10px 2%;
        }

        .other_album_choice li {
          font-size: 14px;
        }

        .product-layer-two li {
          margin: 0 5px 0 0;
        }

        .product_pic .bx-wrapper {
          padding: 0;
          margin: 0;
        }

        .product_pic {
          padding: 0;
        }

        .product_pic #bx-pager {
          position: static;
          width: 100%;
          margin: 0;
          padding: 0;
        }

        .product_pic #bx-pager a {
          width: 45px;
          height: 45px;
        }

        .half_box {
          width: 100%;
          float: none;
          padding: 0;
          margin: auto;
        }

        .half_box li.btn_blankTop {
          margin-top: 20px;
        }

        .productBtn {
          width: 47%;
          margin-right: 2%;
        }

        .sidebarBtn h2 {
          font-size: 20px;
        }

        .qalist .infomation-right,
        .qalist .infomation-left {
          float: none;
          width: 100%;
        }


        .other_promotion li {
          width: 100%;
        }

        .contact_content {
          padding: 30px 0;
        }

        .list_before.info {
          width: 100%;
          margin-right: 0;
          float: none;
        }

        .list_before.account {
          width: 100%;
          float: none;
          margin-bottom: 40px;
        }

        .last .animated-arrow {
          margin: 0;
          width: 200px;
        }

        /* contact form */
        .contact_form li {
          padding-left: 80px;
        }

        .contact_form li .form__label {
          width: 75px;
          margin-left: -80px;
        }

        /* remit form */
        .formbox_form li {
          padding: 0;
        }

        .formbox_form li .form__label {
          width: 100%;
          margin-left: 0;
        }

        .formbox_form li .form__insert {
          padding-left: 13px;
        }

        /* input style */
        .border200,
        .longer {
          width: 100%;
        }

        .border200.captcha {
          width: 100px;
        }

        .border200.fix200 {
          width: 180px;
        }

        .filltext {
          width: 150px;
          padding: 5px 3px;
        }

        /* btn */
        .rewrite_simple,
        .send_simple {
          width: 130px;
          margin: 10px 5px;
          font-size: 16px;
        }



      }

      /* 600 */
    }

    /* 768 */
  }

  /* 980 */
}

/* 1200 */


    @media screen and (max-width: 480px) {
      .total_amount .send_simple{float: unset;}
    }



/* 大於 768 才有的 動畫效果 
@media screen and (min-width: 768px) {
.box_link li:hover { opacity: 0.75; }
#to_top:hover i:before { transform: rotate(-50deg); }
#to_top:hover i:after { transform: rotate(50deg); }
.animated-arrow:hover .arrow { -webkit-transform: translate(0, -50%);         transform: translate(0, -50%); }
.products-list a:hover .more { background: #ADA17E; border-color: #ADA17E; color: #fff; }
.captcha_img:hover .fa { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
.rewrite_simple:hover, .send_simple:hover { opacity: 0.9; }
.other_album_choice li:hover .fa { margin-left: 15px; margin-right: 5px; -webkit-transition: ease .4s; -moz-transition: ease .4s; -ms-transition: ease .4s; -o-transition: ease .4s; transition: ease .4s; }
}
/* > 768 特效 */


.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.animated15 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.delay5 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px)scale(1);
    -ms-transform: translateY(10px)scale(1);
    transform: translateY(10px)scale(1);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)scale(1);
    -ms-transform: translateY(0)scale(1);
    transform: translateY(0)scale(1);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px)scale(1);
    -ms-transform: translateY(-10px)scale(1);
    transform: translateY(-10px)scale(1);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)scale(1);
    -ms-transform: translateY(0)scale(1);
    transform: translateY(0)scale(1);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px)scale(1);
    -ms-transform: translateX(10px)scale(1);
    transform: translateX(10px)scale(1);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)scale(1);
    -ms-transform: translateX(0)scale(1);
    transform: translateX(0)scale(1);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px)scale(1);
    -ms-transform: translateX(-10px)scale(1);
    transform: translateX(-10px)scale(1);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)scale(1);
    -ms-transform: translateX(0)scale(1);
    transform: translateX(0)scale(1);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0.2;
    transform: scale3d(.95, .95, .95);
  }

  30% {
    opacity: 0.8;
    transform: scale3d(1, 1, 1);
  }

  70% {
    opacity: 1;
  }
}




/* - right_member_in */
.right_member_in {
  position: fixed;
  top: 25%;
  right: 0;
  width: 30px;
  background: #fff;
  border: 1px #ccc solid;
  padding: 7px;
  text-align: center;
  z-index: 10000;
}

.right_member_in img {
  max-width: 100%;
}

.right_member_in ul {
  display: block;
  margin: 0px auto;
}

.right_member_in li {
  display: block;
  font-size: 14px;
  word-break: break-word;
}

.right_member_in input {
  width: 18px;
  height: 36px;
  margin: 5px auto 0;
}

/* - member index */
.member_title {
  max-width:792px;
  width:100%;
  margin:auto;
  background-color: #fff;
  border-bottom:3px solid #E5CB7E;
  padding:10px 5px 15px;
  margin-bottom: 40px;
}
.member_title2{
    text-align: center;
    padding: 10px;
    line-height: 185%;
    max-width: 800px;
    width: 100%;
    height: 49px;
    background-color: #6D593F;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 50px;
    border-bottom: unset;
}
.member_title2 h2{
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}

.member_title img {}

.member_title p {
  display: none;
}

.member_title em {
  font-size: 14px;
  font-style: normal;
}

.member_order {
  max-width: 850px;
  margin: 0 auto;
  padding: 30px 10px;
  /*text-align:center;*/
  /* background: url(../images/mem_bg.png) no-repeat bottom right #ECECFB; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.member_order a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 154px;
  width: 100%;
  height: 49px;
  margin:10px;
  transition: 0.5s;
}

.member_order a:hover{
  background-color: #6D593F;
  color: #fff;
}

a.m_order_1 {
  /* background-image: url(../images/mem_btn_img1.png);
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px #ABA07D solid; */
  background-color: #fff;
  color:#6D593F;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border-radius: 500px;
  border:1px solid #6D593F;
}

a.m_order_2 {
  /* background-image: url(../images/mem_btn_img2.png);
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px #ABA07D solid; */
  background-color: #fff;
  color:#6D593F;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border-radius: 500px;
  border:1px solid #6D593F;
}

a.m_order_3 {
  /* background-image: url(../images/mem_btn_img3.png);
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px #ABA07D solid; */
  background-color: #fff;
  color:#6D593F;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border-radius: 500px;
  border:1px solid #6D593F;
}

a.m_order_4 {
  /* background-image: url(../images/mem_btn_img4.png);
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px #ABA07D solid; */
  background-color: #fff;
  color:#6D593F;
  font-size: 16px;
  font-weight: 400;
  border-radius: 500px;
  text-align: center;
  border:1px solid #6D593F;
}

a.m_order_5 {
  background-image: url(../images/mem_btn_img5.png);
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px #ABA07D solid;
}

/* a.m_order_1:hover {
  background-image: url(../images/mem_btn_h_img1.png);
  background-color: rgba(55, 55, 55, 0.75);
}

a.m_order_2:hover {
  background-image: url(../images/mem_btn_h_img2.png);
  background-color: rgba(55, 55, 55, 0.75);
}

a.m_order_3:hover {
  background-image: url(../images/mem_btn_h_img3.png);
  background-color: rgba(55, 55, 55, 0.75);
}

a.m_order_4:hover {
  background-image: url(../images/mem_btn_h_img4.png);
  background-color: rgba(55, 55, 55, 0.75);
} */

a.m_order_5:hover {
  background-image: url(../images/mem_btn_h_img5.png);
  background-color: rgba(55, 55, 55, 0.75);
}

/* - member login */
.member_title h2 {
  font-size: 28px;
  color:#6D593F;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}

.member_login,
.member_login_regist {
  max-width: 440px;
  width: 100%;
  margin: 0 auto 50px;
}

.member_login tr td {
  padding: 5px;
}

.member_login tr td:nth-child(1) {
  width: 100px;
  text-align: center;
}
.member_login tr:is(:last-of-type) td:nth-child(1){
  padding: 30px 0 0;
}

.login_mem_name,
.login_mem_pass {
  background: no-repeat center left;
  padding: 7px;
  /* padding-left: 40px; */
  border: 1px #ccc solid;
  color: #888;
  width: 100%;
  border-radius: 5px;
}

/* .login_mem_name {
  background-image: url(../images/mem_icon2.png);
}

.login_mem_pass {
  background-image: url(../images/mem_icon3.png);
} */

.login_mem_submit {
  background: #7AA354;
  color: #fff;
  width: 100%;
  padding: 7px;
  text-align: center;
}

.login_mem_line{
  background: #00B900;
  color: #FFFFFF;
  font-weight: bold;
  width: 100%;
  padding: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}

*+.login_mem_line{
  margin-top: 7px;
}

.login_mem_line img{margin-right: 10px;}

.login_mem_other_link {
  margin: 10px auto;
}

.login_mem_other_link a {
  color: #7aa354;
  font-size: 14px;
}

.member_login_regist {
  background: #F7F7F7;
  text-align: center;
  padding: 30px;
}

.member_login_regist h2 {
  font-size: 18px;
  margin-bottom: 7px;
  color: #6D593F;
}

.member_login_regist p {
  font-size: 16px;
  margin:30px 0 30px 0;
  color: #444444;
  line-height: 1.6;
}

.member_login_regist a {
  background: #ABA07D;
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
}

/* - member regist */
.mem_regist_title_s {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  background: #F5F2CD;
  color: #222;
  text-align: center;
  margin: 20px auto;
  padding: 7px;
}
.mem_regist_title_s_s{
  background-color: #6D593F;
  padding: 15px 10px;
  max-width: 800px;
  margin: auto;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mem_regist_title_s_s2 {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  padding: 10px;
  line-height: 185%;
  max-width: 800px;
  width: 100%;
  height: 49px;
  background-color: #fff;
  color:#222;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:auto;
  margin-top: 50px;
}
.mem_regist_title_s_s2{
  display: block;
  margin: 30px auto 0;
}
.mem_regist_title_s_s3{
  margin: 30px auto 0;
  background-color: unset;
}
.mem_regist_title_s.mem_pasw{
  background-color: #6D593F;
}
.mem_regist_title_s_s3 input{
  max-width: 200px !important;
  width: 100%;
  border-radius: 500px;
  font-size: 18px;
}

.mem_regist_title_s_s input{
  background-color: transparent;
  color:white;
}
.mem_regist_title_s_s.mem_pasw_01{
  background-color: unset;
  text-align: center;
  color:#444;
}

.member_regist {
  width: 600px;
  margin: 10px auto;
}

.edit table{
  /* margin-bottom: 80px; */
}

.member_regist tr td {
  padding: 5px;
  padding-top: 15px;
}

.member_regist tr td:nth-child(1) {
  width: 120px;
  text-align: right;
}

.member_regist tr td:nth-child(2) {
  width: 480px;
  text-align: left;
}

.member_regist input {
  width: 100%;
  border: 2px #DDDDDD solid;
  padding: 7px;
  border-radius: 5px;
  color: #aaa;
}

.member_copy_right_box {
  border: 1px #d8d8d8 solid;
  height: 360px;
  overflow-y: auto;
  max-width: 800px;
  padding: 10px;
  font-size: 12px;
  color: #666;
  margin: 10px auto;
}

/* - member data search */
.mem_box2 {
  text-align: center;
  display: flex;
  justify-content: center !important;
  align-items: center;
  margin: 30px auto;
}
.mem_box2.flex_jBet a{
  
  max-width: 156px;
  width: 100%;
  padding: 10px var(--m20);
  color: #ffffff;
  padding: 12px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  letter-spacing: 0.1em;
  font-size: var(--f16);
  background: #6D593F;
  border-radius: 500px;
}
.mem_box2.flex_jBet a+a{
  margin-left: 20px;
}
.mem_box2 input{
  background-color: #6D593F;
  border-radius: 500px;
  color:#fff;
  padding: 10px;
  font-size: 20px;
  letter-spacing: 0.1em;
  width: 210px;
  margin: 0 2%;
}

/* - order_history */
.order_history {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}

.order_history td {
  background: #fff;
  padding: 10px 15px;
  color: #999;
  text-align: left;
}

.order_history tr {
  background: #963;
  border-bottom: 1px #ccc solid;
}

.order_history tr:nth-child(1) td {
  background: #ECD69C;
  color: #6D593F;
  border:1px white solid;
}

.order_history tr td:nth-child(3) a {
  display: block;
  font-size: 12px;
  color: #fff;
  background: #6D593F;
  padding: 6px 8px;
  width: 80px;
  margin-top: 5px;
  text-align: center;
}

/* - 20201202 - */
/* - blog - */
.blog_box {
  min-height: 20vw;
  padding: 7px;
}

.blog_le,
.blog_ri {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2vw;
  padding: 7px;
}

.blog_le {
  width: 220px;
}

.blog_ri {
  width: calc(100% - 240px);
  padding: 0 0 0 20px;
  min-height: 75vh;
}

h5.blog_le_t {
  font-size: 24px;
  font-weight: 500;
  color: #666;
  font-family: serif;
  letter-spacing: 2px;
  margin-bottom: 7px;
}

h5.blog_le_t em {
  display: inline-block;
  font-style: normal;
}

h5.blog_le_t span {
  display: inline-block;
}

.blog_le .accordion {
  list-style-type: none;
  margin: auto;
  border-radius: 15px;
  border: 1px #ccc solid;
  overflow: hidden;
}

.accordion li .link {
  cursor: pointer;
  display: block;
  padding: 15px 10px;
  color: #444;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
}

.blog_le .accordion li .link:last-child {
  border: none;
}

.blog_le .accordion li.open .link {
  color: #999;
}

.blog_le .accordion li i {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 16px;
  color: #444;
  transition: all 0.4s ease;
}

.blog_le .accordion li.open i {
  color: #999;
}

.blog_le .accordion li.open i.fa-chevron-down {
  transform: rotate(180deg);
}

.blog_le .accordion li.default .submenu {
  display: block;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
  background: #666 !important;
}

.blog_le .accordion>li:hover .link,
.blog_le .accordion>li.on_this_category .link {
  color: #fff !important;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
  color: #fff !important;
}

.blog_le .accordion>li:hover .link i,
.blog_le .accordion>li.on_this_category .link i {
  color: #fff !important;
}

.submenu {
  display: none;
  background: #efefef;
  font-size: 14px;
}

.submenu li {
  background: none !important;
  border-bottom: 1px solid #ccc;
}

.submenu a {
  display: block;
  position: relative;
  color: #666;
  padding: 12px 12px 12px 25px;
  letter-spacing: 2px;
  transition: all 0.6s ease;
  word-break: break-all;
  line-height: 1.25;
}

.submenu a:before {
  content: '\f138';
  display: block;
  position: absolute;
  top: 12px;
  left: 7px;
  font-size: 15px;
}

.submenu a:hover {
  background: #ab9383;
  color: #FFF;
}

h4.blog_category_title {
  color: #333;
  font-size: 30px;
  /*border-bottom:1px #ccc solid;*/
  padding: 10px 0;
  margin-bottom: 20px;
}

h4.blog_category_title em {
  font-style: normal;
}

h4.blog_category_title em:after {
  content: '/';
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #666;
  margin: 0 10px;
}

h4.blog_category_title span {
  font-size: 24px;
  color: #666;
}

.blog_subbox {}

.blog_subbox * {
  transition: all 0.6s ease;
}

.subbox_item {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-bottom: 15px;
  position: relative;
}

.subbox_item a {
  display: inline-block;
  position: relative;
  display: block;
}

.subbox_item a:before {
  content: 'READ MORE';
  position: absolute;
  z-index: 19;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  font-size: 15px;
  color: #999;
  transition: all .6s;
}

.subbox_item a:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  border: 1px #ddd solid;
  transition: all .5s;
}

.blog_list_le {
  display: inline-block;
  vertical-align: top;
  padding: 3px;
  width: 150px;
  line-height: 0;
}

.blog_list_le img {
  max-width: 100%;
}

.blog_list_ri {
  display: inline-block;
  vertical-align: top;
  padding: 3px;
  width: calc(100% - 155px);
}

.blog_list_ri h5 {
  font-weight: 500;
  font-size: 20px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}

.blog_list_ri em {
  font-size: 14px;
  color: #999;
  font-style: normal;
  display: block;
  margin: 7px 0;
}

.blog_list_ri p {
  font-size: 15px;
  color: #666;
  line-height: 130%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
}

/* hover */
.subbox_item a:hover:before,
.subbox_item a:hover:after {
  opacity: 1;
  transition: all .5s;
}


/* article search */
.blog_search {
  position: relative;
  margin-bottom: 10px;
}

.blog_search input[type=search] {
  outline: none;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  color: #999;
  border: solid 1px #ccc;
  border-radius: 30px;
  padding: 10px 35px 10px 10px;
}

.blog_search input[type=submit] {
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 38px;
  height: 38px;
  background: url(../images/img_search.png) no-repeat center center;
  border: none;
}

.blog_search input::-webkit-search-decoration,
.blog_search input::-webkit-search-cancel-button {
  display: none;
}

.blog_search input:-moz-placeholder,
.blog_search input::-webkit-input-placeholder {
  color: #999;
}

.blog_search input[type=search]:focus {
  color: #000;
}

.blog_back {
  text-align: center;
}

.blog_back a {
  font-size: 15px;
  color: #fff;
  display: inline-block;
  padding: 7px 15px;
  width: 32%;
}

.blog_back a.article_btn_prev {
  background: #333;
}

.blog_back a.article_btn_back {
  background: #958377;
}

.blog_back a.article_btn_next {
  background: #333;
}

/* search details */
.blog_box_edit {}

.blog_box_edit * {
  line-height: 150%;
}

.blog_box_edit img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}

.article_img {}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 960px) {

  /* 20201202 */
  .subbox_item {
    width: 100%;
    border-bottom: 1px #eee solid;
  }
}

@media screen and (max-width: 768px) {
  .mask_order_history {
    width: 100%;
    padding: 20px;
    overflow: auto;
  }

  .order_history {
    background: none;
  }

  .order_history tr:nth-child(1) {
    display: none;
  }

  .order_history tr {
    background: #fff;
    /*border: 1px #ccc solid;*/
    width: 48%;
    margin: 1% 1% 3%;
    float: left;
    display: block;
  }

  .order_history tr td {
    display: block;
    float: left;
    width: 100%;
    padding: 5px;
    border-bottom: 1px #f0f0f0 solid;
  }

  .order_history tr td:nth-child(1) {
    text-align: center;
  }

  .order_history tr td:nth-child(1) span {
    display: inline-block;
    font-weight: 1000;
    color: #fff;
    background: #C05620;
    padding: 15px;
    border-radius: 100%;
  }

  .order_history tr:nth-child(1) {
    width: 98%;
  }

  /* 20201002 */
  /* h5.blog_le_t,
  .blog_le .accordion {
    display: none;
  } */

  .blog_le {
    width: 100%;
    display: block;
  }

  .blog_ri {
    width: 96%;
    display: block;
    padding: 0;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {

  /* member regist */
  .member_regist {
    width: 100%
  }

  .member_regist tr td:nth-child(2) {
    width: auto;
  }
}

@media screen and (max-width: 480px) {
  .order_history tr {
    width: 98%;
  }
  .mem_box2.flex_jBet{
    flex-direction: column;
    padding-bottom: 40px;
    margin-top: 40px;
  }

  .mem_box2.flex_jBet a+a{
    margin-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 400px) {

  /* member regist */
  .member_regist tr td,
  .member_regist tr td:nth-child(1),
  .member_regist tr td:nth-child(2) {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
  }
}





/* 20210722 購物清單成立頁 */
.order_finish_page .main_part {
  max-width: 990px;
}

.order_pay {
  padding: 30px;
}

.order_pay * {
  word-break: break-all;
}
.order_finish_page .order_list_tit{
  display:none;
}

.order_list_tit {
  padding: 10px 0;
}

.order_list_tit b {
  font-size: 28px;
  color: #ea8228;
}

.order_list_tit span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
  color: #666;
  padding: 3px;
  border-bottom: 1px #ccc solid;
}

.order_list_spec {
  background: #6D593F;
  padding: 7px
}

.order_list_spec p {
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.order_list_tab {
  margin-bottom: 0px;
}

.order_list_tab table {
  width: 100%;
}

.order_list_tab tr {}

.order_list_tab td {
  font-size: 15px;
  color: #666;
  padding: 10px;
  border-top: 5px #fff solid;
}

.order_list_tab td:nth-child(1) {
  background: #e6e6e6;
  color: #714c3e;
  width: 100px;
  font-weight: 1000;
}

.shopper {}

.payer {
}

/* .order_list_tab.payer td:nth-child(1) {
  border-right: 3px #ccc solid;
} */

.order_finish_page .order_list_head {
  text-align: center;
  display: none;
}

.order_list_head p {
  font-size: 24px;
  color: #222;
  text-align: center;
  display: inline-block;
  border-bottom: 2px #000 solid;
  padding: 10px;
  margin: 20px;
}

.order_list_pro {
  margin-top: 30px;
}

.order_list_pro table {
  width: 100%;
}

.order_list_pro tr {}

.order_list_pro td {
  padding: 10px;
  border-bottom: 1px #ddd solid;
  text-align: center;
  color: #666;
  font-size: 14px;
}

.order_list_pro td:nth-child(1) {
  width: 50px;
}

.order_list_pro td:nth-child(2) {
  text-align: left;
}

.order_list_pro td:nth-child(3) {
  width: 150px;
}

.order_list_pro td:nth-child(4) {
  width: 55px;
}

.order_list_pro td:nth-child(5) {
  width: 150px;
}

.order_list_pro td p {
  display: none;
}

.order_list_pro tr:first-child {
  background: #6D593F;
}

.order_list_pro tr:first-child td {
  color: #fff;
  font-weight: 1000;
  border-right: 3px solid #fff;
}
.order_list_pro tr:not(:first-of-type) td{
  padding: 20px 10px;
}

.last_box_money {
  text-align: right;
  padding: 10px 0;
}

.last_box_money p,
.last_box_money em {
  display: inline-block;
  font-size: 15px;
  color: #333;
  font-style: normal;
}

.last_box_money em span {
  font-size: 30px;
  color: #c00;
  display: inline-block;
  padding: 0 10px;
}

@media (max-width: 640px) {
  .order_list_pro td {
    display: none !important;
  }

  .order_list_pro td:nth-child(2) {
    display: block !important
  }

  .order_list_pro td span {
    font-size: 20px;
    color: #333;
    display: block;
  }

  .order_list_pro td p {
    display: inline-block;
    font-size: 12px;
    padding: 0 10px 0 0;
  }
}

@media (max-width: 570px) {
  .order_pay {
    padding: 30px 30px 0 0;
  }

  .order_list_tab td {
    padding: 6px;
  }

  .order_list_tab td:nth-child(1) {
    width: 80px;
  }

  .last_box_money p {
    font-size: 13px;
  }
}

@media (max-width: 490px) {
  .shopping-cart .cart_content .row{
    margin-left: 0px;
  }
  .small_pic{
    position: relative;
    top:unset;
    left:unset;
    margin: 0px 0 20px;
    display: block;
    width: 100%;
    height: auto;
  }
  .shopping-cart .cart_content .row .product_name{
    padding-left: 0px;
  }
  .shopping-cart .cell.product_name:before{
    display: none;
  }
  .shopping-cart .cell.product_name{
    text-align: left;
  }
  .shopping-cart .cell:not(.product_name){
    padding: 10px;
    text-align: left;
  }
  .shopping-cart .cell:before{
    margin:0 15% 0 0;
  }
}

/* 2021 09 13 相關推薦 */
.prod_related {
  background: #f3f3f3;
  padding: 25px 15px;
}

.prod_related h6 {
  max-width: 1200px;
  margin: 0 auto 20px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
}

.prod_related h6 span {}

.prod_related h6 span:before {
  content: '相關推薦';
  font-size: 24px;
  color: #6d7980;
}

.related_list {
  list-style: none;
  display: block;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.related_list li {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  padding: 7px;
}

.related_list li a {
  display: block;
  padding: 4px;
}

.related_list li a img {
  max-width: 100%;
}

.related_list li a p {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  color: #333;
  margin-top: 20px;
}

@media (max-width: 570px) {
  .related_list li {
    width: 49%;
  }

}


/* 2022.4.18 首頁文章管理 */
.module_i_news {
  padding: 50px 20px;
}

.module_i_news .title_i_box {
  margin-bottom: 30px;
  text-align: center;
}

.module_i_news .title_i_box h6 {
  font-size: 36px;
  color: #212121;
}

.module_i_news .title_i_box h4 {
  font-size: 24px;
  color: #202020;
  font-weight: 500;
}

.module_i_news ul {
  list-style: none;
  display: block;
  max-width: 1200px;
  margin: 20px auto;
}

.module_i_news li {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 49%;
}

.module_i_news li a {
  display: inline-block;
  position: relative;
  display: block;
}

.module_i_news li a:before {
  content: 'READ MORE';
  position: absolute;
  z-index: 19;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  text-align: center;
  font-size: 15px;
  color: #999;
  transition: all .6s;
}

.module_i_news li a:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  border: 1px #ddd solid;
  transition: all .6s;
}

.i_blog_le {
  display: inline-block;
  vertical-align: top;
  padding: 3px;
  width: 160px;
  line-height: 0;
}

.i_blog_le img {
  max-width: 100%;
}

.i_blog_ri {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  width: calc(100% - 165px);
}

.i_blog_ri h5 {
  font-weight: 500;
  font-size: 20px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}

.i_blog_ri em {
  font-size: 14px;
  color: #999;
  font-style: normal;
  display: block;
  margin: 7px 0;
}

.i_blog_ri p {
  font-size: 15px;
  color: #666;
  line-height: 130%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
}

.i_blog_b {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.i_blog_b * {
  transition: all .5s;
}

.i_blog_b a {}

.i_blog_b a i.fa-solid.fa-arrow-right {
  margin: 0 10px;
}

/* hover */
.module_i_news li a:hover:before,
.module_i_news li a:hover:after {
  opacity: 1;
  transition: all .5s;
}

.i_blog_b a:hover i.fa-solid.fa-arrow-right {
  margin: 0 0 0 20px;
}

@media (max-width:768px) {
  .module_i_news li {
    display: block;
    width: 100%;
    border-bottom: 1px #eee solid;
  }
}

/* 2024.09.13 隱私權政策 */
.privacy_page .main_part{padding: 0 20px 50px;}
/* .privacy_page .banner{font-size: 1.6em; background: transparent; flex-direction: column;}
.privacy_page .banner h5{font-size: inherit;}
.privacy_page .banner h6{font-size: .8em; color: #ccc;} */
.privacyContent,
.dis_a{color: #000; line-height: 1.8; letter-spacing: .05em; font-size: 1rem; max-width: 1000px; margin: 0 auto;}
.privacyContent h5{font-size: 1.3em; font-weight: bold; text-align: center; margin-bottom: 50px;}
.privacyContent >*+*{margin-top: 30px;}
.privacyContent h6{font-size: 1.1em; font-weight: bold; line-height: 2; border-bottom: 1px solid #ccc;}
.privacyContent h6+p, .privacyContent p+p, .privacyContent p+ul{margin-top: .5em;}
.privacyContent ul{list-style-type: disc; padding-left: 1.5em;}
.privacyContent li{list-style: decimal;}
.dis_a h4{font-size: 1.5em; font-weight: bold;}
.dis_a hr {display: block;margin: 30px auto;}
.dis_a p{margin: 20px 0 0;}

@media (max-width:600px) {
  .privacyContent{line-height: 1.6; font-size: 1rem; letter-spacing: 0;}
}