@charset 'utf-8';
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
/*------------ basic ------------*/
body {
  font-family: "Noto Sans TC", Arial, "微軟正黑體", "文泉驛正黑",
    "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei",
    "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  color: #797979;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0;
}
.container {
  padding: 0 15px;
  max-width: 1470px;
}
*:focus {
  outline: 0;
}
h3.name {
  margin: 0;
}
/*------------ / basic ------------*/
/*------------ 隱私權------------*/
.header-sheet {
  position: fixed;
  max-width: 100%;
  bottom: 43px;
  left: 10px;
  width: 320px;
  padding: 20px 25px 20px 15px;
  height: auto;
  text-align: left;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
  color: #444;
  border-radius: 0;
  border: solid 1px #67524e;
}
.header-sheet .close-ontop {
  color: #000;
  opacity: 1;
  font-size: 2.4rem;
  position: absolute;
  right: -14px;
  top: 13px;
  transform: translateY(-50%);
  font-weight: 100;
}
button.close-ontop {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.close-ontop {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.header-sheet a {
  color: #67524e;
  font-weight: bold;
  padding-left: 3px;
  text-decoration: underline;
  text-underline-position: under;
}
/*------------ /隱私權 ------------*/
/*------------ icon ------------*/
.require:before {
  content: "\e927";
  font-family: "icon-font-5" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #b6995f;
  font-size: 18px;
  position: relative;
  margin-right: 10px;
  bottom: -3px;
  font-weight: bold;
}
.ic-time6 {
  font-size: 18px;
  margin-right: 10px;
  vertical-align: middle;
  font-weight: 600;
  color: #b6995f;
}
.icon.success {
  background-image: url("../../images/common/success_ic.svg");
  width: 88px;
  height: 88px;
}
.no-svg .icon.success {
  background-image: url("../../images/common/success_ic.png");
}
.icon.login {
  background-image: url("../../images/common/login_ic.svg");
  width: 88px;
  height: 88px;
}
.no-svg .icon.login {
  background-image: url("../../images/common/login_ic.png");
}
/*------------ /icon ------------*/
/*------------ btn ------------*/
.share {
  position: relative;
  box-sizing: border-box;
  font-size: 16px;
}
.share li {
  margin: 0 2px;
}
.share .btn {
  font-weight: bold;
  background: #444444;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.share .btn:hover {
  background: #d6d6d6;
  color: #0d0d0d;
}
.share .btn .txt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.ibtn.fb-fans-page {
  background: url(../../images/tw/btn_facebook.jpg) no-repeat;
  width: 184px;
  height: 105px;
  display: inline-block;
}
.ibtn.fb-fans-page:hover {
  opacity: 0.7;
}
.ibtn.ig {
  background: url(../../images/tw/ig.jpg) no-repeat;
  width: 184px;
  height: 105px;
  display: inline-block;
}
.ibtn.ig:hover {
  opacity: 0.7;
}
.btn.back {
  position: relative;
  color: #545454;
  font-size: 18px;
  line-height: 30px;
  width: 130px;
  height: 30px;
  background: transparent;
  border-radius: 0;
  transition: all 0.3s ease;
  font-family: "Cormorant Garamond", serif;
  text-align: left;
  padding-left: 15px;
}
.btn.back:hover {
  padding-right: 70px;
}
.btn.back::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 1px;
  background: #a4a4a4;
  bottom: 9px;
  left: 78px;
  transition: all 0.3s ease;
}
.btn.back:hover:after {
  width: 60px;
}
.btn.back::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #a4a4a4;
  bottom: 13px;
  left: 108px;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.btn.back:hover:before {
  left: 128px;
}
.btn.simple {
  position: relative;
  color: #545454;
  font-size: 18px;
  line-height: 30px;
  width: 130px;
  height: 30px;
  background: transparent;
  border-radius: 0;
  transition: all 0.3s ease;
  font-family: "Cormorant Garamond", serif;
  text-align: left;
  padding-left: 15px;
}
.btn.simple:hover {
  padding-right: 70px;
}
.btn.simple::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 1px;
  background: #a4a4a4;
  bottom: 9px;
  left: 78px;
  transition: all 0.3s ease;
}
.btn.simple:hover:after {
  width: 60px;
}
.btn.simple::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #a4a4a4;
  bottom: 13px;
  left: 108px;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.btn.simple:hover:before {
  left: 128px;
}
.btn.normal {
  position: relative;
  color: #545454;
  font-size: 18px;
  line-height: 30px;
  width: 150px;
  height: 30px;
  background: transparent;
  border-radius: 0;
  transition: all 0.3s ease;
  font-family: "Cormorant Garamond", serif;
  text-align: left;
  padding-left: 15px;
}
.btn.normal .ic {
  font-size: 20px;
  vertical-align: middle;
  margin: 0 10px 5px 0;
}
.btn.normal:hover {
  padding-right: 70px;
}
.btn.normal::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 1px;
  background: #a4a4a4;
  bottom: 9px;
  left: 110px;
  transition: all 0.3s ease;
}
.btn.normal:hover:after {
  width: 60px;
}
.btn.normal::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #a4a4a4;
  bottom: 13px;
  left: 138px;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.btn.normal:hover:before {
  left: 160px;
}
/*------------ /btn ------------*/
/*------------ site_header ------------*/
.site-header {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 300;
  transition: all 0.3s ease;
}
.header-fixed .site-nav .menu > li {
  padding: 0 8px;
}
.header-fixed .site-title {
  margin-top: 18px;
}
/* .header-fixed .site-nav .menu > li:nth-of-type(4) > a {
    width: 100px;
}*/
.header-fixed .site-title .logo {
  width: 250px;
  height: 48px;
  width: 220px;
}
.header-fixed .site-nav {
  padding: 20px 40px;
}
.header-fixed .site-header {
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.header-fixed .site-nav .menu > li:nth-child(5) {
  margin-right: 270px;
}
.header-fixed .site-nav .menu > li:nth-child(6) {
  margin-left: -10px;
}
.header-fixed .site-nav .menu > li > ul {
  margin-top: 20px;
}
.header-fixed .top-nav {
  top: 22px;
}
.header-fixed .site-nav .menu {
  margin: 0 auto;
}
/*------------ /site_header ------------*/
/*------------ .site-nav ------------*/
.site-nav {
  padding: 48px 0 30.42px;
  transition: all 0.3s ease;
}
.site-nav .menu {
  margin: 0 auto;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
}
.wrapper {
  padding-top: 125px;
  background: #f6f6f6;
}
.site-title {
  position: relative;
  width: 253px;
  text-align: center;
  position: absolute;
  margin-top: 38px;
  transition: all 0.3s ease;
  left: calc(50% - 126.5px);
}
.site-title .logo {
  background: url(../../images/common/logo.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 253px;
  height: 48px;
  text-indent: 100%;
  transition: all 0.3s ease;
}
.top-nav {
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 32px;
  transform: translateY(-80%);
  transition: all 0.3s ease;
}
.top-nav > * {
  display: inline-block;
  vertical-align: middle;
}
.top-nav .ic {
  vertical-align: middle;
  font-size: 18px;
  margin-right: 4px;
  color: #fff;
}
.gocart .toggleBtn span {
  border: 1px solid #9f8a74;
  font-size: 12px;
  padding: 1px 6px;
  font-weight: bold;
  margin: 0 8px 0 5px;
  color: #9f8a74;
}
.gocart .active .toggleBtn span {
  background: #a08a75;
  color: #000;
}
.func-menu > li {
  padding: 2px 0;
}
.func-menu > li.gocart {
  font-weight: bold;
  color: #a08a75;
}
.func-menu > li.gocart {
  position: relative;
}
.func-menu .cart-box:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 7px 7.5px;
  border-color: transparent transparent #a08a75 transparent;
  position: absolute;
  top: -7px;
  right: 30px;
}
.func-menu .cart-box {
  position: absolute;
  z-index: 10;
  width: 220px;
  right: 0;
  top: 100%;
  background: #a08a75;
  padding-bottom: 6px;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
}
.func-menu .gocart.active .cart-box {
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
  transform: rotateX(0);
}
.func-menu .cart-box .btn {
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 39px;
  letter-spacing: 0.05em;
}
.func-menu .cart-box .btn:hover {
  background: rgba(0, 0, 0, 0.7);
}
.func-menu .cart-box .btn .ic {
  vertical-align: middle;
  margin: 0 0 5px;
}
.func-menu .cart-list {
  padding: 4px;
}
.func-menu .cart-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.func-menu .cart-list a {
  display: block;
  overflow: hidden;
  padding: 8px;
}
.func-menu .cart-list .pic {
  float: left;
  width: 70px;
  position: relative;
}
.func-menu .cart-list a:hover .pic:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}
.func-menu .cart-list .txt {
  margin-left: 82px;
  line-height: 1.7;
  color: #fff;
}
.func-menu .cart-list .name {
  display: block;
  overflow: hidden;
  font-size: 13px;
  font-weight: normal;
}
.func-menu .cart-list a:hover .name {
  color: #000;
  text-decoration: underline;
}
.func-menu .cart-list .offers {
  letter-spacing: 1px;
}
.func-menu .alloffers {
  font-size: 16px;
  color: #000;
  text-align: center;
  padding: 0 10px;
  font-weight: bolder;
}
.site-header .search-box {
  position: relative;
  width: 110px;
  box-sizing: border-box;
  margin-right: 15px;
}
.site-header .search-box .form-control {
  border: 0;
  background: transparent;
  border-bottom: 1px solid #d6d6d6;
  height: 30px;
  line-height: 28px;
  margin: 0;
  padding: 0 40px 0 5px;
  border-radius: 0;
  color: #888888;
  font-family: "Cormorant Garamond", serif;
  transition: all 0.3s ease;
}
.site-header .search-box .form-control:focus {
  border-bottom-color: #67524e;
}
.site-header .search-box ::-webkit-input-placeholder {
  color: #888888;
  opacity: 1;
}
.site-header .search-box ::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.site-header .search-box :-ms-input-placeholder {
  color: #888888;
  opacity: 1;
}
.site-header .search-box :-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.site-header .search-box .ibtn.search {
  background-image: url("../../images/common/btn_search.svg");
  width: 30px;
  height: 30px;
  position: absolute;
  right: 2px;
  top: 0;
}
.no-svg .site-header .search-box .ibtn.search {
  background-image: url("../../images/common/btn_search.png");
}
.site-header .language {
  position: relative;
  width: 170px;
  font-size: 13px;
  color: #666;
  background: #333;
  height: 30px;
}
.site-header .language .btn {
  width: 100%;
  position: relative;
  padding: 6px 15px;
  text-align: left;
}
.site-header .language .btn:after {
  content: "\f107";
  font-family: "icon-font-27";
  margin-left: 45px;
  border-left: solid 1px #5a524a;
  padding-left: 7px;
  color: #fff;
  font-size: 16px;
}
.site-header .language ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 20;
  background: rgb(141, 122, 103);
  display: none;
}
.site-header .language ul li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.site-header .language ul li a {
  display: block;
  padding: 5px 10px;
  color: #3b322b;
}
.site-header .language ul li a:hover {
  color: #ffffff;
}
.site-header .func-menu {
  position: absolute;
  right: 0;
  bottom: -50px;
}
.site-nav .menu > li {
  position: relative;
  padding: 0 10px;
  margin: 0;
}

.site-nav .menu > li > a {
  position: relative;
  display: block;
  color: #333333;
  font-size: 17px;
  letter-spacing: 2.5px;
  text-align: center;
  padding: 8px 0;
  margin: 0 auto;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.site-nav .menu > li:nth-child(1) {
  margin-left: -20px;
}
.site-nav .menu > li:nth-child(5) {
  margin-right: 285px;
}
.site-nav .menu > li:nth-child(6) {
  margin-left: 22px;
}

/* 20251119成家服務位置修改*/
.site-nav .menu > li:nth-child(1) {
  margin-left: 423px;
}

.site-nav .menu {
  display: flex;
  justify-content: center;
}

.header-fixed .site-nav .menu > li:nth-child(1) {
  margin-left: 370px;
}
/* 20251119成家服務位置修改*/

.site-nav .menu > li > a:before {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.site-nav .menu > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #555555;
  width: 0;
  height: 4px;
  transition: all 0.5s ease;
}
.site-nav .menu > li.active > a:after,
.site-nav .menu > li > a:hover:after {
  width: 100%;
}
.site-nav .menu > li > ul {
  z-index: 600;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 170px;
  position: absolute;
}
.site-nav .menu ul {
  z-index: 600;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 170px;
  position: absolute;
  display: none;
}
.site-nav .menu ul li {
  position: relative;
  margin: 0 0 1px;
}
.site-nav .menu ul ul {
  left: 100%;
  top: 0;
}
.site-nav .menu > li > ul {
  top: 100%;
  left: 50%;
  margin-left: -85px;
  margin-top: 30px;
}
.site-nav .menu > li > ul > li a {
  font-size: 16px;
  text-align: center;
  padding: 7px 15px;
  color: #fff;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.site-nav .menu > li > ul > li a:hover,
.site-nav .menu > li > ul > li.active > a {
  color: #fff;
  background: #888888;
}
.site-nav .menu ul ul > li.active > a {
  color: #fff;
  background: #888888;
}
.menu > li > ul,
.toggle-menu {
  display: none;
}
.site-nav .menu > li:nth-last-child(-n + 3) {
  display: none;
}

/*------------ /site_header ------------*/
/*------------ banner ------------*/
.banner {
  position: relative;
  z-index: 0;
}
.banner img {
  width: 100%;
}
.banner .slick-arrow {
  border: none;
  background: url(../../images/common/banner_arrow.svg);
  padding: 0;
  text-indent: -5000px;
  width: 24px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.banner .slick-prev {
  background-position: 0 0;
  left: -35px;
}
.banner .slick-next {
  background-position: 100% 0;
  right: -35px;
}
.banner .slick-prev:hover {
  background-position: 0 100%;
}
.banner .slick-next:hover {
  background-position: 100% 100%;
}
/*------------ /banner ------------*/
/*------------ site_main ------------*/
.site-main {
  position: relative;
  margin-top: -10px;
  padding-top: 33px;
  z-index: 2;
  background: url(../../images/common/main_bg.png) no-repeat center top;
  -webkit-transition: margin-top 0.3s ease;
  -moz-transition: margin-top 0.3s ease;
  -ms-transition: margin-top 0.3s ease;
  -o-transition: margin-top 0.3s ease;
  transition: margin-top 0.3s ease;
}
.main-top {
  text-align: center;
}
.main-title {
  display: block;
  font-size: 24px;
  color: #585858;
  letter-spacing: 2px;
  padding-bottom: 10px;
  margin-bottom: 80px;
  border-bottom: solid #dddddd 1px;
  position: relative;
  font-weight: 500;
}
.main-title:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 30px;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #444;
}
.sub-title {
  position: relative;
  text-align: center;
  margin: -47px 0 80px;
}
.sub-title h1,
.sub-title h2 {
  position: relative;
  color: #444;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0;
}
.decoration {
  margin-bottom: 45px;
  position: relative;
}
.sub-title h1 {
  display: inline-block;
}
.sub-title h1:before,
.sub-title h1:after {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 5px 0;
  font-weight: normal;
}
.main-content {
  padding: 0 0 70px;
  background: url(../../images/common/main_bg-y.png) center top repeat-y;
}
.main-content .container {
  max-width: 1310px;
}
.content {
  min-height: 360px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-box {
  padding-top: 25px;
  position: relative;
  text-align: center;
}
.btn-box.has-border {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #d7d7d7;
}
.shopping-title:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid #a08a75;
  display: inline-block;
  margin-right: 10px;
}
.shopping-title {
  color: #594b40;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: bold;
  margin-bottom: 20px;
}
.btn-box {
  clear: both;
  padding-top: 30px;
  position: relative;
  text-align: center;
}
.btn-box:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.btn-box.wide-spacing {
  letter-spacing: 15px;
}
.btn-box.wide-spacing * {
  letter-spacing: 0.1em;
}
.warning-sect {
  max-width: 1470px;
  margin: 0 auto;
  padding: 15px 15px;
  background: #fff;
}
/*------------ /site_main ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
}
.breadcrumb li {
  margin: 0;
}
.breadcrumb li,
.breadcrumb li a {
  display: inline;
  font-size: 14px;
  color: #666;
  transition: all 0.3s ease;
}
.breadcrumb li + li:before {
  content: "|";
  margin: 0 4px;
}
.breadcrumb li a:hover {
  color: #000;
  opacity: 0.3;
}
.products-category {
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  position: relative;
}
.products-category:before,
.products-category:after {
  content: "";
  display: block;
  width: 4px;
  height: 17px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
}
.products-category:before {
  background-image: url(../../images/common/content_nav_l.png);
  left: 0;
}
.products-category:after {
  background-image: url(../../images/common/content_nav_r.png);
  right: 0;
}
.products-category li,
.products-category li a,
.products-category li:first-child a {
  color: #999;
  font-size: 13px;
  font-weight: normal;
}
.products-category li:first-child a:hover {
  text-decoration: none;
  color: #c39759;
}
.products-category li + li:before {
  content: ">";
}
/*------------ /breadcrumb ------------*/
/*------------ site_footer ------------*/
.site-footer {
  position: relative;
  background: url(../../images/common/f_logo.jpg) no-repeat center bottom;
  background-size: cover;
  z-index: 2;
}
.footer-top {
  position: relative;
  padding: 55px 0 15px;
  border-bottom: 1px solid rgb(163, 163, 163, 0.2);
  margin: 0 0 25px;
  display: flex;
  align-items: center;
}
.site-info {
  position: relative;
  box-sizing: border-box;
  color: #777777;
  font-size: 14px;
  width: 24%;
  display: block;
}
.site-footer .share {
  margin: 0 0 15px;
}
.copyright,
.author {
  display: block;
}
.author {
  display: none;
}
.site-map {
  position: relative;
  box-sizing: border-box;
  width: 76%;
  display: block;
}
.site-map,
.site-map ul {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
  margin-top: -20px;
}
.site-map ul {
  text-align: left;
  margin: 0;
  display: flex;
}
.site-map ul li {
  padding: 2px 0;
}
.site-map ul li a {
  position: relative;
  color: #9b9b9b;
  font-size: 15px;
  padding: 5px 30px;
  letter-spacing: 0.5px;
  transition: all 0.5s ease;
}
.site-map ul li a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #666666;
  left: 0;
  top: 15.5px;
  transition: all 0.3s ease;
}
.site-map ul li a:hover {
  color: #fff;
}
.site-map ul li a:hover:before {
  background: #fff;
}
.footer-bottom {
  position: relative;
  font-size: 14px;
  color: #777;
  letter-spacing: 0.5px;
  padding: 0 0 55px;
}
.footer-bottom .contact {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 30px;
  vertical-align: top;
  display: inline-block;
}
.footer-bottom .contact li {
  display: block;
}
.footer-bottom .contact li:last-of-type {
  margin: 0;
}
.footer-bottom .contact .ic {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.footer-bottom .tel a {
  color: #fff;
  font-family: "Lora", serif;
  line-height: 1;
  letter-spacing: 0.4px;
}
.footer-bottom a b {
  font-size: 30px;
  font-weight: 500;
}
.footer-bottom .tel a:hover {
  text-decoration: underline;
}
.footer-bottom a:hover {
  text-decoration: underline;
  color: #fff;
}
.footer-bottom .footer-links {
  display: inline-block;
  width: 390px;
  vertical-align: top;
}
.footer-bottom .footer-links li a {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.footer-bottom .footer-links li a:hover {
  opacity: 1;
}
.footer-bottom .footer-links li {
  margin: 0;
}
.footer-bottom .footer-links li + li {
  margin-left: 15px;
}
.footer-bottom .contact li:first-child {
  display: block;
}
@media screen and (max-width: 1000px) {
  .site-header,
  .header-fixed .site-header {
    position: relative;
  }
  .site-title .logo,
  .header-fixed .site-title .logo {
    width: 65px;
    height: 65px;
  }
  .site-title,
  .header-fixed .site-title {
    margin: 0 auto;
  }
  .wrapper {
    padding-top: 40px;
  }
  .site-footer .share {
    display: none;
  }
  /*--- 隱私權手機板 ---*/
  .header-sheet {
    position: fixed;
    height: auto;
    bottom: 0%;
    z-index: 999;
    font-size: 14px;
    padding: 40px 0 10px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0;
  }
  .header-sheet .close-ontop {
    right: 0px;
    left: 0px;
    top: -21px;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 35px;
  }
  button.close-ontop {
    padding: 0px;
  }
  .close-ontop {
    float: none;
  }
  body #keyreply-container {
    bottom: 10%;
  }
  .header-active #keyreply-container {
    bottom: 0%;
    transition: all 0.7s;
  }
  .header-fixed .header-sheet {
    display: block;
  }
  /*--- /隱私權手機板 ---*/
  .site-footer {
    padding: 30px 0;
  }
  .site-footer .container {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer-top {
    margin: 0;
    padding: 0 0 15px;
  }
  .footer-bottom {
    padding: 0 0 15px;
  }
  .site-info {
    font-size: 13px;
  }
  .footer-bottom a b {
    font-size: 25px;
  }
}
@media screen and (max-width: 1050px) {
  .site-info {
    background: none;
    padding: 0;
    margin-top: 0;
    min-height: auto;
  }
  .footer-bottom .footer-links {
    text-align: center;
  }
  .footer-bottom .footer-links,
  .footer-bottom .contact {
    margin: 10px auto;
    display: block;
    float: none;
    width: auto;
  }
  .footer-bottom .contact li {
    display: block;
    text-align: center;
  }
  .footer-top .site-info {
    width: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .site-map {
    display: none;
    margin: 0 -30px 20px;
  }
}
@media screen and (max-width: 640px) {
  .site-map {
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .site-map ul {
    width: 150px;
    margin: 0;
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .footer-bottom .footer-links li {
    display: block;
    text-align: center;
  }
  .footer-bottom .footer-links li + li {
    padding-left: 0;
    padding-top: 5px;
    margin: 0;
  }
  .footer-bottom .contact {
    padding: 15px;
  }
}
/*------------ / site_footer ------------*
/*------------ floating ------------*/
.site-footer .btn.gotop {
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
  border-radius: 100%;
  background: #444444;
  position: absolute;
  right: 100px;
  top: 115px;
  z-index: 999;
  transition: all 0.5s ease;
  transform: scale(1);
}
.site-footer .btn.gotop:hover {
  transform: scale(1.2);
}
/*------------ / floating ------------*/
/*------------ content_nav ------------*/
.content-nav-box {
  text-align: center;
  margin-bottom: 80px;
}
.content-nav li {
  padding: 0 6px;
}
.content-nav li a {
  color: #fff;
  background: #a08a75;
  font-size: 17px;
  letter-spacing: 0.1em;
  padding: 6px 14px 4px;
}
.content-nav li a:hover,
.content-nav li.active > a {
  background: #5a4b41;
}
.content-nav li.active > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: #5a4b41 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
}
.content-nav li.logout {
  position: absolute;
  right: 15px;
  top: -60px;
  border: 2px solid #a08a75;
  padding: 0;
}
.content-nav li.logout a {
  background: none;
  color: #9f8a74;
  font-size: 15px;
  font-weight: bold;
  padding: 0 15px 8px;
  letter-spacing: 0;
}
.content-nav li.logout .ic {
  width: 16px;
  height: 16px;
  font-weight: normal;
  text-align: center;
  border: 2px solid #a08a75;
  color: #a08a75;
  font-size: 5px;
  line-height: 16px;
  display: block;
  margin: 20px auto;
}
.content-nav li.logout a:hover,
.content-nav li.logout.active > a {
  background: #ecebe6;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
/*------------ /content_nav ------------*/
/*------------ pagination ------------*/
.pagination {
  padding: 0;
  margin: 0;
  text-align: center;
  letter-spacing: 0;
  display: inline-block;
  list-style-type: none;
  font-family: "Lora", serif;
}
.pagination li {
  float: left;
}
.pagination li a {
  display: block;
  min-width: 36px;
  height: 36px;
  line-height: 34px;
  color: #555555;
  font-size: 15px;
  padding: 0 5px;
  margin-left: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.pagination li a:hover,
.pagination li.active a {
  color: #555;
  position: relative;
  transition: all 0.3s ease;
}
.pagination li a:hover:after,
.pagination li.active a:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #555;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  transition: all 0.3s ease;
}
.pagination li a.controls {
  padding: 0;
  font-size: 15px;
  line-height: 36px;
  color: #555;
  letter-spacing: 0.5px;
}
.pagination li a.controls:hover {
  color: #777;
}
.pagination li a.controls:hover:after {
  display: none;
}
.pagination li a.prev {
  margin-right: 20px;
}
.pagination li a.next {
  margin-left: 20px;
}
.page-info {
  display: none;
}
.page-info .form-control {
  height: 36px;
  line-height: 34px;
  border: 1px solid #ddd;
  margin: 0;
  background: none;
}
.page-info .form-control:focus {
  border-color: #777;
  background: none;
}
/*------------ /pagination ------------*/
/*------------ form ------------*/
.reminder {
  color: #777;
  padding: 0 0 20px;
  text-align: left;
  line-height: 1.8;
}
.reminder .ic {
  font-size: 18px;
  margin-right: 5px;
}
.reminder span {
  color: #555;
}
.reminder span .req {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #67524e;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
.qty-box {
  position: relative;
  display: inline-block;
  width: 73px;
  max-width: none;
  padding: 0 20px;
  box-sizing: border-box;
}
.qty-box .form-control {
  margin-bottom: 0;
}
.qty-box .btn {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #a08a75;
  position: absolute !important;
  z-index: 0;
  top: 0;
  border: 2px solid #a08a75;
  background: #fff;
}
.qty-box .btn:hover {
  border-color: #000;
  z-index: 2;
}
.qty-box .less {
  left: 0;
}
.qty-box .add {
  right: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  line-height: 33px;
  padding: 0 10px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.qty {
  line-height: 19px;
  height: 20px;
  border-color: #cccccc;
  background: none;
  border: none;
  text-align: center;
}
.form-control:focus {
  outline: none;
  border-color: #777;
}
.form-box .control-label {
  display: block;
  line-height: 36px;
  padding-right: 30px;
  text-align: left;
}
.form-box .form-control {
  padding-left: 120px;
}
.form-box .control-box {
  position: relative;
}
textarea.form-control {
  padding: 8px 10px;
  line-height: 1.4;
  resize: vertical;
}
.static-control {
  line-height: inherit;
  color: #9f8a74;
  margin: 0 0 6px;
  padding: 0 5px;
  font-weight: bold;
}
.form-info-box {
  max-width: 835px;
  margin: 40px auto 0;
}
.form-info-box .form-control {
  border: 0;
  border-bottom: 1px solid #ddd;
}
.form-info-box .form-box .form-group.captcha .control-box {
  border: 0;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
input:-internal-autofill-selected {
  background-color: -internal-light-dark(
    rgb(255, 255, 255),
    rgba(255, 255, 255, 1)
  ) !important;
}
.form-info-box .form-control:focus {
  outline: none;
  border-color: #777;
}
.form-wrap {
  margin: 0 auto;
  box-sizing: border-box;
}
.form-wrap.type1 {
  max-width: 835px;
  position: relative;
}
.form-wrap.type1.border {
  border: 1px solid #dfddd3;
  position: relative;
}
.form-wrap.type1.border:before {
  content: "";
  position: absolute;
  border: 1px solid #dfddd3;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}
.form-wrap.type1 .form-box {
  max-width: 530px;
  margin: 35px auto 0;
}
.form-wrap.type2 {
  max-width: 960px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 3%;
}
.form-wrap.type2 .form-box {
  max-width: 460px;
}
.form-wrap .btn-box {
  margin: 0 auto;
  max-width: 900px;
  padding: 40px 20px 20px;
}
.form-wrap .btn-box.bg {
  background: #dfddd3;
  padding: 0 20px 30px;
}
.form-box {
  margin: 0 auto;
}
.form-box .row {
  margin: 0 -12px;
  position: relative;
}
.form-box .col {
  float: left;
  width: 50%;
  padding: 0 12px;
}
.form-box .required {
  position: relative;
}
.form-box .required:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #67524e;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 10px;
}
.form-box .form-group {
  padding: 5px 0;
  line-height: 44px;
  position: relative;
}
.form-box .form-group.captcha .form-control {
  border: none;
  margin-bottom: 0;
}
.form-box .form-group.captcha .control-box {
  border: 1px solid #ddd;
  background: #fff;
}
.form-box .control-label {
  color: #777;
  line-height: inherit;
  width: 110px;
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 5;
}
.form-box .control-box label {
  display: inline-block;
  line-height: inherit;
  margin: 0 10px 6px 5px;
}
.form-box .captcha .form-control {
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 160px);
}
.form-box .captcha a {
  display: inline-block;
  vertical-align: top;
  color: #555;
  font-size: 20px;
  line-height: inherit;
  margin-left: 5px;
  transition: all 0.3s ease;
  position: absolute;
}
.form-box .captcha a:hover {
  color: #ccc;
}
.form-box .captcha a * {
  vertical-align: middle;
}
.form-box .captcha a .ic {
  transition: transform 0.3s;
}
.form-box .captcha a:hover .ic {
  transform: rotate(270deg);
}
.form-box .name .radio-box {
  line-height: 36px;
  position: absolute;
  right: 0;
  bottom: 100%;
}
.form-box .name .radio-box label {
  display: inline-block;
  margin-bottom: 0;
}
.form-box .name2 .control-box {
  padding-right: 150px;
}
.form-box .name2 .radio-box {
  line-height: 36px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.form-box .name2 .radio-box label {
  margin-bottom: 0;
}
.form-box .tips {
  line-height: 1.2;
  margin-bottom: 6px;
  color: #d0b499;
  font-size: 13px;
  padding: 0 5px;
}
.form-wrap.type1 .tips {
  min-height: 36px;
  line-height: 18px;
}
.form-box .input-group {
  margin: 0 -3px;
}
.form-box .input-group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.form-box .input-group .input-box {
  float: left;
  width: 50%;
  padding: 0 3px;
  box-sizing: border-box;
}
.form-box .input-group .form-control {
  display: inline-block;
}
.form-box .name .radio-box {
  line-height: 36px;
  position: absolute;
  right: 0;
  bottom: 100%;
}
.form-box .name .radio-box label {
  display: inline-block;
  margin-bottom: 0;
}
.form-box .account .control-label {
  float: left;
}
.form-box .account .control-box {
  margin-bottom: 20px;
}
.form-box .address .input-box:last-child {
  width: 100%;
}
.form-box .address .control-label {
  position: relative;
  width: auto;
}
.form-box .address .form-control {
  padding: 0 15px;
}
.form-box .address2 .input-box {
  width: 22%;
}
.form-box .address2 .input-box:last-child {
  width: 56%;
}

.form-info-box .form-control .option {
  display: inline-block;
}
.form-radio,
.form-checkbox {
  display: inline-block;
  position: relative;
}
.form-radio input[type="radio"],
.form-checkbox input[type="checkbox"] {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  visibility: hidden;
  outline: 0;
  z-index: 3;
  width: 17px;
  height: 17px;
}
.form-radio:before,
.form-checkbox:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: 50% 0 / 100% auto no-repeat;
  width: 16px;
  height: 16px;
  margin: 0 0 3px;
}
.form-radio:before {
  background-image: url("../../images/common/form_radio.svg");
}
.no-svg .form-radio:before {
  background-image: url("../../images/common/form_radio.png");
}
.form-checkbox:before {
  background-image: url("../../images/common/form_checkbox.svg");
}
.no-svg .form-checkbox:before {
  background-image: url("../../images/common/form_checkbox.png");
}
.form-radio.checked:before,
.form-checkbox.checked:before {
  background-position: 0 100%;
}
.success-wrap {
  border: 1px solid #ddd;
  text-align: center;
  max-width: 890px;
  margin: 0 auto;
  padding: 4% 35px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.success-box {
  text-align: center;
  line-height: 2;
}
.success-msg {
  color: #0059b2;
  font-size: 20px;
  line-height: 1.5;
  margin: 10px auto;
}
.success-txt {
  line-height: 1.8;
  color: #777;
  font-size: 15px;
  line-height: 1.5;
  padding: 10px 0;
  text-align: center;
  letter-spacing: 1px;
}
.success-txt b {
  font-weight: 500;
  font-size: 17px;
  margin: 0 0 5px;
  letter-spacing: 1px;
}
.success-txt .ic {
  color: #777;
  margin: 55px 0 10px;
  font-size: 30px;
}
.success-txt .msg {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  color: #555;
  line-height: 30px;
  letter-spacing: 2px;
}
.loginicon {
  background: #a08a75;
  width: 75px;
  height: 51px;
  margin: 0 auto;
  font-size: 13px;
  color: #fff;
  font-family: arial;
  font-weight: bold;
  padding-top: 9px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.loginicon .ic {
  display: block;
  color: #fff;
  margin: 0 auto;
  font-weight: normal;
  font-size: 22px;
}
.loginicon:before {
  content: "";
  width: 83px;
  height: 68px;
  border: 2px solid #a08a75;
  display: block;
  position: absolute;
  top: -6px;
  left: -6px;
}
.success-txt strong {
  font-size: 43px;
  display: block;
  font-weight: bold;
  font-family: "Cormorant Garamond", serif;
}
.success-txt a {
  font-weight: bold;
  text-decoration: underline;
  color: #777777;
}
.success-txt a:hover {
  text-decoration: none;
  color: #d0b599;
}
.success-wrap .btn-box {
  max-width: 700px;
  margin: 0 auto;
}
.paid-title {
  font-family: "Alegreya Sans SC";
  font-size: 25px;
  color: #594b3f;
  text-align: center;
  margin-top: -30px;
  margin-bottom: 20px;
}
.check-agree-box {
  background: #dfddd3;
  padding: 15px 40px;
  margin-top: 50px;
}
/*------------ /form ------------*/
/*------------ table ------------*/
.table-h {
  color: #a08a75;
  border: 1px solid #dfddd3;
}
.table-h td {
  padding: 15px;
  line-height: 1.4;
  text-align: center;
  min-width: 76px;
}
.table-h .btn-holder {
  min-width: 30px;
}
.table-h thead {
  border-bottom: 1px dashed #dddddd;
}
.table-h thead th {
  color: #999999;
  font-weight: normal;
  padding: 12px;
}
.table-h tbody tr + tr {
  border-top: 1px dashed #dddddd;
}
.table-h .align-left {
  text-align: left;
}
.table-h a {
  display: inline-block;
  vertical-align: middle;
}
.table td span {
  color: #840000;
}
.table-v {
  color: #777;
  font-size: 14px;
  border-color: #dfddd3;
}
.table-v tr {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.table-v th,
.table-v td {
  padding: 12px 20px;
  vertical-align: middle;
  background: #f0efea;
}
.table-v th {
  text-align: right;
  width: 88px;
  font-weight: normal;
  position: relative;
}
.table-v strong {
  color: #594b40;
}
.table-v b {
  color: #594b40;
}
/*------------ /table ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
  background: url(../../images/common/lightbox_close.png) center no-repeat;
  height: 50px;
  position: static;
  display: block;
  width: 100%;
  border-top: 1px solid rgba(51, 51, 51, 0.6);
  padding: 10px 0;
}
body .fancybox-skin {
  background: #000;
  border-radius: 0;
  margin-top: 40px;
  border-radius: 5px;
}
.lightbox-wrapper {
  padding: 40px;
  max-width: 1067px;
  margin: 0 auto;
}
.login-box .form-box {
  max-width: 500px;
  margin: 0 auto;
}
.login-box .lightbox-title {
  color: #0059b2;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 90px;
  margin: 0 0 15px;
  text-align: center;
}
.no-svg .login-box .lightbox-title {
  background: url("../../images/common/login_ic.png");
}
.login-box .lightbox-title small {
  display: block;
  font-size: 20px;
  font-weight: normal;
}
.lightbox-wrapper .control-label {
  font-size: 13px;
  color: #7f7f7f;
}
.login-box .notice-box {
  text-align: center;
  border-top: 1px solid #333;
  margin-top: 20px;
  padding-top: 20px;
}
.login-box .notice-box .title {
  color: #ddd;
  font-size: 18px;
  font-weight: bold;
}
.login-box .notice-box .txt {
  color: #999;
  font-size: 13px;
  line-height: 1.8;
}
.login-box .form-box .control-box {
  width: 100%;
}
.arrival-box {
  position: relative;
}
.arrival-box .pd-name {
  color: #017ffb;
  font-size: 20px;
  font-weight: bold;
  background: url("../../images/common/products/arrival_ic.png") 50% 0 no-repeat;
  padding-top: 100px;
  margin: 0;
}
.arrival-box .pd-id {
  color: #666;
  font-size: 13px;
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0 5px;
}
.arrival-box .form-box {
  padding: 5px 0 15px;
}
.arrival-notice {
  color: #666;
  font-size: 13px;
  padding: 0 0 10px;
}
.arrival-box .btn-box {
  padding-top: 0;
}
/*------------ /lightbox ------------*/
/*------------ mmenu-show ------------*/
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
  background: #555;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
  border-bottom-color: #555;
}

.mmenu-show #mobile-menu .side-nav-top > li a:before {
  border-color: #555;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
  color: #777;
}
.mmenu-show #mobile-menu .menu li ul li a:hover,
.mmenu-show #mobile-menu .menu li ul li.active > a {
  color: #777;
}
.mmenu-show #mobile-menu .share .btn .ic {
  vertical-align: middle;
}
.mmenu-show #mobile-menu .share .btn .txt {
  display: none;
}
.mmenu-show #mobile-fixed .qty {
  background: #555;
}
.mmenu-show #mobile-menu .language ul li a {
  display: inline-block;
}
.mmenu-show #mobile-search .ibtn.search {
  z-index: 1;
}
.mmenu-show .search-box:after {
  position: absolute;
  content: "\e901";
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  right: 0px;
  top: 0;
  font-size: 20px;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
.mmenu-show #mobile-menu .share .btn {
  margin: 0 2px;
}
.mmenu-show #mobile-menu .language-menu {
  background: #555;
  color: #fff;
}
.mmenu-show #mobile-menu .share-menu {
  background: #555;
}
.mmenu-show #mobile-menu .menu ul li ul li ul li > a {
  padding-left: 72px;
}
/*------------ /mmenu-show ------------*/
/*------------ 20240325社群圖示 ------------*/
.sideSocialBox {
  display: block;
  position: fixed;
  top: 50%;
  right: 30px;
  z-index: 10000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.socialList {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.socialList li {
  margin: 10px 0 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.3s ease;
  background: #fff;
}
.socialList li.links-fb:hover {
  background: #1773ea;
  opacity: 0.8;
}
.socialList li.links-youtube:hover {
  background: #ff0000;
  opacity: 0.8;
}
.socialList li.links-line:hover {
  background: #06c152;
  opacity: 0.8;
}
.socialList li.links-ig:hover {
  background: -webkit-radial-gradient(
      32% 106%,
      circle cover,
      rgb(255, 225, 125) 0%,
      rgb(255, 205, 105) 10%,
      rgb(250, 145, 55) 28%,
      rgb(235, 65, 65) 42%,
      transparent 82%
    ),
    -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
  opacity: 0.8;
}
.socialList li a {
  display: block;
  font-size: 23px;
  color: #555555;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.socialList li:hover a {
  color: #fff;
}
@media screen and (max-width: 1680px) {
  .sideSocialBox {
    right: 30px;
  }
}
@media screen and (max-width: 1600px) {
  /* .site-nav .menu > li:nth-child(1) {
    margin-left: 0;
  }
  .site-nav .menu > li:nth-last-child(4) {
    margin-right: 48px;
  } */
}
@media screen and (max-width: 1480px) {
  .site-nav .menu > li:nth-child(1) {
    margin-left: 0;
  }
  .site-nav .menu > li:nth-child(5) {
    margin-right: 360px;
  }

  .site-nav .menu > li:nth-child(6) {
    margin-left: 0;
  }

  /* 20251119成家服務位置修改*/
  .site-nav .menu > li:nth-child(1) {
    margin-left: 423px;
  }
  /* 20251119成家服務位置修改*/
}
@media screen and (max-width: 1000px) {
  .sideSocialBox {
    top: 50%;
    right: 10px;
  }
  .socialList li a {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .socialList li {
    margin: 5px 0 0;
    width: 40px;
    height: 40px;
  }
}
/*------------ /20240325社群圖示 ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1600px) {
  .floating,
  .floating.fancybox-margin {
    right: 0;
    margin: 0;
  }
  .site-main {
    margin-top: -10px;
  }
}
@media screen and (max-width: 1440px) {
  .header-fixed .site-nav {
    padding: 20px 40px 20px 40px;
  }
  .site-nav .menu > li,
  .header-fixed .site-nav .menu > li {
    padding: 0 5px;
  }
  .site-nav .menu > li:nth-child(6) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1420px) {
  .footer-top .row,
  .footer-top .col {
    display: block;
    width: auto;
  }
  .footer-top .row {
    border: 1px solid #33e2f6;
    border-width: 0 1px;
    overflow: hidden;
  }
  .footer-top .col {
    float: left;
    width: 50%;
    border-width: 0;
    padding: 30px;
  }
  .footer-top .col1 {
    width: 100%;
    border-width: 0 0 1px;
  }
  .footer-top .col2 {
    border-width: 0 1px 0 0;
  }
  .site-map ul + ul {
    margin-left: 0;
  }
  .site-map ul li {
    display: inline-block;
  }
  .qrcode {
    margin-bottom: 15px;
  }
  .content-nav li.logout {
    position: static;
    border: none;
  }
  .content-nav li.logout a {
    padding: 6px 14px 4px;
    font-size: 17px;
    color: #fff;
    background: #a08a75;
    font-weight: normal;
  }
  .content-nav li.logout .ic {
    display: none;
  }
  .content-nav li.logout a:hover {
    background: #5a4b41;
  }
}
@media screen and (max-width: 1280px) {
  .site-title,
  .site-title .logo {
    width: 230px;
    left: calc(50% - 115px);
  }
  .site-nav .menu > li {
    padding: 0 5px;
  }
  .top-nav {
    right: 0;
  }
  .header-fixed .site-nav {
    padding: 20px 15px;
  }
  .header-fixed .top-nav {
    right: 0;
  }
  .header-fixed .site-nav .menu > li {
    padding: 0 3px;
  }
  .header-fixed .site-title,
  .header-fixed .site-title .logo {
    width: 220px;
  }
  .header-fixed .site-title {
    left: calc(50% - 110px);
  }
  .header-fixed .site-nav .menu > li:nth-child(1) {
    margin-left: 370px;
  }
  .site-nav .menu > li > a {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .site-map ul li a::before {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .wrapper {
    padding-top: 122px;
  }
  .content-nav li {
    padding: 0 2px;
  }
  #mobile-menu .content-nav li {
    width: 100%;
  }
  #mobile-menu .content-nav li a {
    display: block;
  }
  .site-map ul li a {
    padding: 5px 20px;
  }
  .site-title {
    width: 200px;
    margin-top: 41px;
    left: calc(50% - 100px);
  }
  .site-title .logo {
    width: 180px;
  }
  /* .site-nav .menu > li:nth-of-type(4) > a {
       width: 90px;
    }*/
  .site-nav .menu > li:nth-child(5) {
    margin-right: 248px;
  }
  .site-nav .menu > li:nth-child(1) {
    margin-left: 300px;
  }

  .header-fixed .site-title .logo {
    width: 180px;
  }
  .header-fixed .site-title {
    width: 180px;
    left: calc(50% - 90px);
  }
  .header-fixed .site-nav .menu > li:nth-child(1) {
    margin-left: 300px;
  }
  .header-fixed .site-nav .menu > li:nth-child(5) {
    margin-right: 230px;
  }
}
@media screen and (max-width: 1150px) {
  .site-title {
    width: 180px;
    left: calc(50% - 90px);
  }
  .site-title .logo {
    width: 180px;
  }
  .site-nav .menu > li:nth-child(1) {
    margin-left: 300px;
  }
  .site-nav .menu > li:nth-last-child(-n + 8) {
  }
  .site-nav .menu > li > a {
    font-size: 15px;
  }
  .site-nav .menu > li {
    padding: 0 2px;
  }

  .header-fixed .site-title {
    width: 140px;
    left: calc(50% - 70px);
  }
  .header-fixed .site-title .logo {
    width: 140px;
  }
  .header-fixed .site-nav .menu > li:nth-child(1) {
    margin-left: 270px;
  }
  .header-fixed .site-nav .menu > li {
    padding: 0 2px;
  }
  .header-fixed .site-nav .menu > li:nth-child(5) {
    margin-right: 186px;
  }
}
@media screen and (max-width: 1140px) {
  .site-footer .btn.gotop {
    top: 135px;
  }
}
@media screen and (max-width: 1000px) {
  .site-title .logo {
    width: 220px;
  }
  .site-header,
  .header-fixed .site-header {
    position: relative;
    width: 100%;
    z-index: 600;
  }
  .site-title {
    margin-top: 0;
    text-align: center;
    float: none;
    padding: 12.5px 0;
    width: auto;
    margin-left: unset;
    position: relative;
    left: unset;
  }
  .top-nav,
  .site-nav {
    display: none;
  }
  .main-content {
    padding-bottom: 80px;
  }
  .footer-top .site-map {
    display: none;
  }
  .content-nav-box,
  .site-map {
    display: none;
  }
  .floating,
  .floating.fancybox-margin {
    background: none;
    right: 50%;
    bottom: 5px;
    margin-right: -15px;
    display: none !important;
  }
  .site-footer .btn.gotop,
  .site-footer .btn.gotop:hover {
    background: url(../../images/common/mobile_gotop.svg) 50% 50% no-repeat;
    width: 30px;
    height: 30px;
    border: 0;
    position: fixed;
    right: 50%;
    top: initial;
    bottom: 0;
    margin-right: -15px;
    z-index: 100;
  }
  .no-svg .floating .btn.gotop,
  .no-svg .floating .btn.gotop:hover {
    background-image: url("../../images/common/mobile_gotop.png");
  }
  .site-footer .btn.gotop .ic {
    display: none;
  }
  /* 20221019 */
  .decoration {
    margin: 0 0 30px;
  }
  .site-main {
    margin-top: 0;
    padding-top: 0;
    background: #fff;
  }
  .main-title {
    margin-top: 0;
    padding-top: 15px;
    font-size: 22px;
    margin-bottom: 35px;
  }
  .form-box .control-label {
    padding-right: 0;
    text-align: left;
    float: none;
    width: 100%;
  }
  .form-box .control-box {
    position: relative;
    float: none;
    width: 100%;
  }
  .form-box .control-label {
    position: static;
  }
  .form-box .form-control {
    padding: 0 15px;
  }
}
@media screen and (max-width: 900px) {
  .table-h td {
    min-width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-title {
    padding-bottom: 40px;
  }
  .main-top .btn.gohome {
    display: none;
  }
  .content-top {
    margin-bottom: 20px;
  }
  .content-title2 {
    font-size: 22px;
  }
  .breadcrumb {
    position: absolute;
    top: 40px;
    left: 0;
    text-align: center;
  }
  .footer-top {
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .footer-top .col {
    width: auto;
    float: none;
    clear: both;
    padding: 20px 15px 10px;
  }
  .footer-top .col2 {
    border-width: 0 0 1px;
  }
  .follow {
    display: block;
    letter-spacing: 10px;
    margin: 0;
  }
  .follow > * {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    margin: 0 0 15px;
  }
  .site-footer .share li {
    display: inline-block;
    padding: 0 5px;
  }
  .site-footer .share .txt {
    display: none;
  }
  .site-info-list li {
    padding: 0;
  }
  .site-info-list .ic {
    position: static;
    vertical-align: bottom;
    margin-right: 8px;
  }
  .page-info {
    display: block;
    padding: 0 50px;
  }
  .pagination {
    position: relative;
    display: block;
    height: 0;
  }
  .pagination li a {
    display: none;
  }
  .pagination li a.controls {
    display: block;
    position: absolute;
    bottom: -36px;
    margin: 0;
  }
  .pagination li a.prev {
    left: 0;
  }
  .pagination li a.next {
    right: 0;
  }
  .reminder {
    margin-bottom: 15px;
  }
  .form-title {
    font-size: 36px;
  }
  .form-box .col {
    width: 100%;
  }
  .form-wrap.type2 {
    border: 0;
    padding: 0;
  }
  .form-wrap.type2 .form-box {
    max-width: none;
  }
  .form-box .name2 .control-box {
    padding: 0;
  }
  .form-box .name2 .radio-box {
    bottom: 100%;
  }
  .form-box .address2 .input-box {
    width: 50%;
  }
  .form-box .address2 .input-box:last-child {
    width: 100%;
  }
  .form-wrap .form-box .tips {
    min-height: 0;
  }
  .success-wrap {
    padding: 30px 15px;
  }
  .table-h thead {
    display: none;
  }
  .table-h tr,
  .table-h td {
    display: block;
    text-align: left;
  }
  .table-h td + td {
    border-left: 0;
  }
  .table-h td[data-title]:before {
    content: attr(data-title);
    display: inline-block;
    color: #aaa;
    font-size: 13px;
  }
  .table-h tr {
    padding: 10px 0;
    position: relative;
  }
  .table-h td {
    padding: 0;
    line-height: 2;
  }
}
@media screen and (max-width: 500px) {
  .lightbox-wrapper {
    padding: 30px 20px;
  }
  .login-box .main-title {
    padding-top: 0;
  }
  .login-box .main-title span {
    font-size: 36px;
  }
  .login-box .notice-box {
    background-position: 50% 20px;
    padding: 120px 0 0;
    text-align: center;
  }
  .login-box .success-msg {
    font-size: 17px;
  }
  .table-v tr,
  .table-v th,
  .table-v td {
    display: block;
    width: auto;
    text-align: left;
  }
  .table-v tr:nth-child(n) {
    background: none;
  }
  .table-v th {
    border: 0;
  }
}
@media screen and (max-width: 400px) {
  .form-box .form-group .input-box {
    width: 100%;
  }
  .btn.simple,
  .btn.simple.w2 {
    margin: 0 auto;
  }
}
