@charset "utf-8";
@import url(icon-font2/style.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:wght@300;400;500;600;700;800&family=Syncopate:wght@400;700&display=swap'); /*------------ basic ------------*/
body {
  color: #444444;
  line-height: 1.8;
}
.content-nav-menu {
  display: none;
}
/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.header-sheet {
  background-color: rgba(0, 0, 0, 0.75);
  border: solid 1px #ce1b1c;
  color: #eee;
}
.header-sheet .close-ontop {
  color: #eee;
}
.header-sheet a {
  color: #ce1b1c;
}
.close-ontop {
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
/*---! 隱私權 ---*/
/*--- back-btn ---*/
.btn.style01,
.btn.back {
  /* color: #0d546d;
  font-size: 13px;
  transition: all 0.2s;
  background: #ffffff;
  line-height: 25px;
  font-weight: bold;
  border: 1px solid #bbbbbb;
  letter-spacing: 2px;
  padding: 0 10px; */

  font-family: 'Syncopate', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #222222;
  line-height: 56px;
  display: block;
  text-align: center;
  letter-spacing: 2px;
  transition: all 0.2s; /*font-family: 'Encode Sans Expanded', sans-serif;*/
  position: relative;
  overflow: hidden;
  margin: 44px auto 0;
  font-weight: 600;
  width: 188px;
  height: 56px;
  isolation: isolate;
}
.btn.style01:before,
.btn.back:before {
  /* display: inline-block;
  content: '\e1002';
  transform: rotate(180deg);
  display: inline-block;
  margin: 0 5px 0 0;
  font-family: 'icon-font2' !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; */
  background-color: #ce1b1c;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: skewX(-12deg) scaleX(0);
  transform: skewX(-12deg) scaleX(0);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: none;
  z-index: -1;
}
.btn.style01:hover::before,
.btn.back:hover::before {
  /* background: #ce1b1c;
  color: #000; */
  -webkit-transform: skewX(-12deg) scaleX(1.2);
  transform: skewX(-12deg) scaleX(1.2);
}
/*--- fb-btn ---*/
.ibtn.fb {
  transition: all 0s ease;
  width: 110px;
  height: 110px;
  background: #fff;
  background-size: contain;
  background-position: 0 0;
  position: relative;
  overflow: inherit;
  transition: all 0.3s ease;
}
.ibtn.fb:before {
  content: '';
  position: absolute;
  background: url('../../../images/layout04/tw/fb.png') no-repeat;
  display: block;
  inset: 0;
  transition: all 0.3s ease;
}
.ibtn.fb:hover {
  /* opacity: 0.7; */
  background: #ce1b1c;
}
.ibtn.fb:hover:before {
  filter: invert(1);
}
/*--- style01-btn ---*/
.btn.style01 {
  /* transition: all 0.2s;
  line-height: 40px;
  border-radius: 9px;
  background: #fff;
  color: #444444;
  font-size: 18px;
  padding: 0 78px;
  margin: 0 10px 15px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); */
  display: inline-block;
  margin: 0;
}
.btn.style01 .ic-chevron-left {
  margin: 0 10px 0 0;
  width: 12px;
  height: 14px;
  display: inline-block;
  position: relative;
}
.btn.style01 .ic-chevron-right {
  margin: 0 0 0 10px;
  width: 12px;
  height: 14px;
  display: inline-block;
  position: relative;
}
.btn.style01 .ic-chevron-left::before,
.btn.style01 .ic-chevron-right::before {
  position: absolute;
  top: 3px;
  left: 0;
}
/* .btn.style01 i {
  color: #aaaaaa;
  font-size: 13px;
  margin: 0 0 2px 15px;
  display: inline-block;
  vertical-align: middle;
}
.btn.style01:hover i {
  color: #fff;
}
.btn.style01.arrowL i {
  margin: 0 15px 2px 0;
  transform: rotate(180deg);
  transition: all 0.2s;
}
.btn.style01:hover {
  background: #000;
  color: #fff;
}
.btn.style01 i:before {
  content: '\e1002';
  font-family: 'icon-font2' !important;
}
.btn.style01.arrowL i:before {
  content: '\e1002';
}  */
/*--- style02-btn ---*/
.btn.style02 {
  transition: all 0.2s;
  background: #000;
  color: #fff;
  line-height: 34px;
  text-decoration: none;
  padding: 0 30px;
  margin: 0 5px 15px;
  max-width: 136px;
  box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.25);
}
.btn.style02:before {
  font-family: 'icon-font2' !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;
  content: '\e1012';
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin: 0 10px 4px 0;
}
.btn.style02:hover {
  background: #ce1b1c;
  color: #fff;
} /*------------ / btn ------------*/
.banner {
  padding: 0;
  margin: auto;
  position: relative;
  z-index: 2;
 
}
.banner .container {
  padding: 0;
  max-width: inherit;
}
.banner img {
  max-width: inherit;
  min-height: 96px;
  height: 100% !important;
  object-fit: cover;
} /*------------ site_header ------------*/
.wrapper {
  padding-top: 130px;
  /* background: url(../../../images/layout04/common/bg/bg01.jpg); */
}
.site-header {
  text-align: center;
  background: #fff;
  border-top: 4px solid #000;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
}
.site-title {
  padding: 19px 0 22px;
  float: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-title .logo {
  color: transparent;
  background: url(../../../images/layout04/common/logo.png) center center no-repeat;
  background-size: contain;
  width: 252px;
  height: 85px;
  transition: all 0.3s ease;
}
.site-title .logo:hover {
  opacity: 0.7;
} /*------------ top-nav ------------*/
.top-nav {
  position: absolute;
  right: 0px;
  z-index: 35;
  top: 15px;
} /*詢價車*/
.func-menu {
  position: absolute;
  top: 13px;
  right: 0;
}
.func-menu > li.gocart .toggleBtn {
  color: #fff;
}
.func-menu > li.gocart .toggleBtn .num {
  color: #000000;
  background: #ce1b1c;
}
.func-menu > li.gocart .price {
  color: #f2856c;
  letter-spacing: 0.035em;
}
.func-menu .cart-box {
  border: 2px solid #ce1b1c;
  background: #fff;
}
.func-menu .cart-box .btn {
  background: #ce1b1c;
  color: #000;
}
.func-menu .cart-box .btn:hover {
  background: #ce1b1c;
  color: #000;
}
.func-menu .cart-list li + li {
  border-top: 1px dashed #bbb;
}
.func-menu .cart-list li:hover .box {
  background: #fafafa;
}
.func-menu .cart-list .qty {
  color: #f2856c;
} /*數量icon*/
.qty-box {
  position: relative;
  display: inline-block;
  width: 100px;
  max-width: none;
  padding: 0 29px;
  box-sizing: border-box;
}
.qty-box .less {
  left: 0;
}
.qty-box .add {
  right: 0;
}
.qty-box .form-control {
  position: relative;
  text-align: center;
  height: 30px;
  line-height: 28px;
  color: #777;
  background: #fff;
  border: 1px solid #ddd;
  margin: 0;
  padding: 0 5px;
  z-index: 1;
  border-radius: 0;
}
.qty-box .form-control:focus {
  border-color: #ce1b1c;
}
.qty-box .btn {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 19px;
  color: #666;
  border: 1px solid #ddd;
  position: absolute !important;
  z-index: 0;
  top: 0;
}
.qty-box .btn:hover {
  border-color: #ce1b1c;
  background: #eee;
}
.products-intro .pd-intro .btn-group .btn.addcart {
  background: #000;
  color: #ce1b1c;
}
.products-intro .pd-intro .btn-group .btn.addcart:hover {
  color: #fff;
} /*!數量icon*/ /*!詢價車*/ /*---- language ----*/
.site-header .language {
  float: left;
}
.site-header .language .btn {
  display: none;
}
.top-nav .language li {
  display: inline-block;
}
.top-nav .language li a {
  display: inline-block;
  color: #a5a5a5;
  font-size: 13px;
  line-height: 16px;
  min-width: 28px;
  text-align: center;
  padding-left: 5px;
  transition: all 0.2s;
}
.top-nav .language li + li > a {
  border-left: 1px solid #a5a5a5;
}
.top-nav .language li a:hover {
  color: #ce1b1c;
} /*---- search-box ----*/
.none {
  display: none;
}
.site-header .search-box {
  position: relative;
  width: 170px;
  float: right;
  box-sizing: border-box;
  margin: 0 0px 0 25px;
}
.site-header .search-box .form-control {
  height: 32px;
  line-height: 32px;
  margin: 0;
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #ddd;
  transition: all 0.1s;
  padding: 0 5px;
  background: none;
  color: #929292;
}
.site-header .search-box .form-control:focus {
  outline: none;
  border: 1px solid #ce1b1c;
}
.search-box .search {
  z-index: 1;
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  right: 0;
  top: 1px;
}
.search-box:after {
  content: '';
  background-image: url(../../../images/layout04/common/btn_search.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 3px;
  top: 1px;
}
.search-box:hover:after {
  background-position: center;
} /*------------site-nav ------------*/
.site-nav {
  float: right;
  margin: 60px 0px 0 0;
  transition: all 0.3s ease;
}
.site-nav .menu {
  display: inline-block;
}
.site-nav .menu li {
  position: relative;
  /* width: 111px; */
  padding: 0px 12px;
}
.site-nav .menu > li:nth-last-child(-n) {
  display: none;
}
.site-nav .menu > li > a {
  color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px; /* letter-spacing: 1px; */
  font-weight: 600;
  box-sizing: border-box;
  line-height: 30px;
  transition: all 0.3s;
  white-space: nowrap;
  padding: 8px 0;
}


.site-nav .menu > li > a:hover{
  color:#ce1b1c;
}

.site-nav .menu > li > a::before {
  content: '';
  position: absolute;
  height: 1px;
  background: #333333;
  right: 0;
  bottom: 0px;
  width: 0;
  transition: all 0.3s ease-out;
}
.site-nav .menu > li:hover > a::before {
  left: 0;
  right: auto;
  width: 100%;
  transition: all 0.3s ease-out;
}
.site-nav .menu li ul {
  display: none;
  position: absolute;
}
.site-nav .menu > li > ul {
  z-index: 600;
  width: 190px;
  top: 100%;
  left: 50%;
  box-sizing: border-box;
  text-align: left;
  margin: 17px 0 0 -95px;
  background: #414042;
}
.site-nav .menu > li ul {
  background: #f6f6f6;
}
.site-nav .menu > li > ul:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  background: transparent;
  height: 5px;
  width: 100%;
}
.site-nav .menu > li.full_menu > ul:before {
  height: 24px;
}
.site-nav .menu li ul li {
  margin: 0 0 0px 0;
  padding: 0px 0 0 0;
  width: auto;
  text-align: center; /* border-bottom: solid 1px #5a5a5a; */
}
.site-nav .menu li ul li:last-child {
  border-bottom: none;
}
.site-nav .menu ul li a {
  font-weight: bold;
  line-height: 1.4;
  display: block;
  padding: 10.5px 15px;
  position: relative;
  font-size: 16px;
  transition: all 0.2s;
  color: #333333;
  background: #f6f6f6;
}
.site-nav .menu ul > li.active > a,
.site-nav .menu ul > li.active2 > a,
.site-nav .menu ul > li > a:hover {
  background: #ce1b1c;
  color: #ffffff;
}
.site-nav .menu ul ul {
  margin: 0 0 0 2px;
  width: 100%;
  top: 0px;
  left: 100%;
  box-sizing: border-box;
}
.site-nav .menu ul ul:before {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 100%;
  right: 100%;
  top: 0;
  background: transparent;
}
.site-nav > .menu > li:nth-child(n + 9) {
  display: none;
}
.site-nav .menu ul li.products_activity a {
  color: #fff;
} /*滿版清單*/
.site-nav .menu .full_menu ul li a {
  padding: 6.5px 15px;
}
.site-nav .menu .full_menu ul ul ul {
  padding-left: 30px;
}
.site-nav .menu li.full_menu ul ul li a {
  background: rgba(255, 255, 255, 0.08);
  padding: 5px 10px;
  margin: 6px 3px;
}
.site-nav .menu li.full_menu ul ul ul li a {
  background: rgba(255, 255, 255, 0.18);
}
.site-nav .menu li.full_menu ul ul li:hover > a,
.site-nav .menu li.full_menu ul ul li.active > a,
.site-nav .menu li.full_menu ul ul li.active2 > a {
  background: #ce1b1c;
  color: #fff;
}
.site-nav .menu li.full_menu > ul > li > a:before {
  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;
  content: '\f105';
  margin-right: 5px;
  vertical-align: middle;
  top: -1px;
  position: relative;
}
.site-nav .menu .full_menu ul > li.active > a,
.site-nav .menu .full_menu ul > li.active2 > a,
.site-nav .menu .full_menu ul > li > a:hover {
  background: none;
  color: #ce1b1c;
}
.site-nav .menu .full_menu ul > li.products_activity > a {
  color: #fff;
}
.site-nav .menu .full_menu ul > li.products_activity.active > a,
.site-nav .menu .full_menu ul > li.products_activity.active2 > a,
.site-nav .menu .full_menu ul > li.products_activity > a:hover {
  color: #ce1b1c;
} /*!滿版清單*/ /*------------share------------*/
.share li {
  display: inline-block;
  margin: 0 4px;
}
.share .btn {
  font-size: 0;
  color: #555555;
  width: 30px;
  height: 30px;
  line-height: 25px;
  border: 1px solid transparent;
}
.share .btn i {
  margin-top: -3px;
  font-size: 16px;
}
.share .btn.cm-fb:hover {
  color: #405d9a;
}
.share .btn.cm-youtube:hover {
  color: #cd201f;
}
.share .btn.cm-instagram:hover i {
  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%);
  background: -moz-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%), -moz-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
  background: -ms-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%), -ms-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
  background: -o-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%), -o-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
  background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.share .btn.cm-mail:hover {
  color: #ce1b1c;
}
.share .btn.cm-line:hover {
  color: #04ba04;
}
.share .btn.cm-phone:hover {
  color: #ce1b1c;
}
.share .btn.cm-linkedin:hover {
  color: #0073b0;
}
.share .btn.cm-twitter:hover {
  color: #5da9dd;
}
.share .btn.cm-wechat:hover {
  color: #51c332;
}
.share .btn.cm-qq:hover {
  color: #eb1923;
}
.share_box {
  margin: 10px 0 20px 0;
} /*------------ / site_header ------------*/ /*------------  fixed ------------*/
.header-fixed .site-header {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
}
.header-fixed .language,
.header-fixed .search-box {
  display: none;
}
.header-fixed .site-title {
  padding: 6px 0 12px;
}
.header-fixed .site-title .logo {
  width: 150px;
  height: 50px;
}
.header-fixed .site-nav {
  margin-top: 0px;
  margin-right: 95px;
  padding: 9px 0 0;
}
.header-fixed .site-nav .menu > li > a {
  height: 46px;
  /* width: 96px; */
  padding: 12px 0 10px 0;
  border-radius: 10px;
}
.header-fixed .func-menu > li.gocart {
  margin-top: 6px;
}
.header-fixed .top-nav {
  top: -5px;
}
.header-fixed .site-nav .menu > li > ul {
  margin: 5px 0 0 -104px;
}
.header-fixed .site-nav .menu .full_menu > ul {
  margin: 0;
} /*------------ / fixed ------------*/ /*------------ site_main ------------*/
.main-top {
  text-align: center;
  margin-bottom: 0px;
  margin-top: -70px;
  position: relative;
  z-index: 5;
}
.main-top .main-title {
  line-height: 24px;
  font-size: 25px;
  color: #fff;
  width: 100%;
  margin: 0;
  text-align: center;
}
.main-top .container {
  padding: 0;
}
.main-content {
  box-sizing: border-box;
  z-index: 100;
  position: relative;
  padding: 0 0 100px;
}
.main-content::before {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  background: #f3f3f3;
  height: 60px;
  top: 0;
  left: 0;
  right: 0;
}
.main-content .container {
  display: flex;
  width: 100%;
}
.content {
  min-height: 300px;
  box-sizing: border-box;
}
.content-top {
  padding: 10px 0 10px 0px;
  margin: 0 0 30px 0px;
  overflow: hidden;
}
.content-title {
  position: relative;
  padding: 5px 0 5px 40px;
  color: #444;
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  min-height: 30px;
  float: left;
  margin: 0;
  font-family: 'Syncopate', '微軟正黑體', Source Sans Pro, Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.content-title:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 12px;
  width: 10px;
  height: 10px;
  line-height: 27px;
  vertical-align: middle;
  text-align: center;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid #a5a5a5;
  top: 50%;
  transform: rotate(45deg) translateY(-90%);
  border-width: 2px 2px 0 0;
}
.search-title h1 {
  color: #383838;
  font-weight: normal;
  margin: 0;
  font-size: 20px;
  display: inline-block;
} /*------------ / site_main ------------*/ /*------------ site_footer ------------*/
.site-footer {
  position: relative;
  /* background: url(../../../images/layout04/common/bg/bg02.jpg); */
  background: #191919;
  z-index: 10;
}
.footer_top .container {
  border-bottom: none;
  padding: 90px 0 10px;
}
.footer_bottom {
  text-align: right;
  padding: 45px 0px 45px;
  font-size: 13px;
  color: #777;
}
.site-footer .col {
  float: left;
}
.site-footer .tit,
.site-info .tit {
  /* display: none; */
  padding: 0 0 5px;
  margin: 0 0px 10px 0;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  border-bottom: 0;
  font-family: 'Syncopate', '微軟正黑體', Source Sans Pro, Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.fllow .pic {
  margin: 0 20px 0 0;
}
.site-info {
  width: 270px;
  color: #a2a2a2;
  font-size: 14px;
  margin: 0 70px 0 0;
}
.site-info li {
  display: flex;
}
.site-info li .tel a {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  font-family: 'Syncopate', '微軟正黑體', Source Sans Pro, Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.site-info li {
  position: relative;
  padding: 10px 0;
}
.site-info li + li {
 
  border-top:1px solid #444;
}
.site-info li a,
.site-info span {
  display: inline-block;
}
.site-map {
  /* line-height: 1.2; */
  width: 550px;
  font-size: 14px;
  transition: all 0.3s ease;
  /* padding-top: 10px; */
  color: #a2a2a2;
}
.site-map ul {
  box-sizing: border-box;
  float: left;
  font-size: 14px;
  letter-spacing: 0.35px;
}
.site-map ul + ul {
  margin: 0 0 0 40px;
}
.site-map li + li {
  margin-top: 12px;
}
.site-map ul a:hover {
  color: #ce1b1c;
}
.site-footer .fllow {
  float: right;
  text-align: right;
  margin: 70px 0 0 0;
  vertical-align: bottom;
  display: flex;
  align-items: flex-end;
}
.fllow .share {
  vertical-align: bottom;
  display: block;
  text-align: right;
  right: 0;
  position: absolute;
  top: 100%;
  margin-top: 18px;
  z-index: 5;
}
.fllow * {
  display: inline-block;
  vertical-align: middle;
}
.fllow p {
  display: block;
  margin: 15px 0 0 0;
  font-size: 12px;
  color: #aaa;
}
.fllow .qr-inner {
  width: 90px;
  border: 8px solid #444444;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 0 10px;
  box-sizing: border-box;
  order: 2;
}
.copy_box {
  text-align: right;
  font-size: 12px;
  margin: 5px 0;
} /*------------ / site_footer ------------*/ /*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
  position: absolute;
  right: 0;
  top: 50px;
  /* margin-right: -17.5px;
  margin-bottom: -17.5px; */
  z-index: 400;
  transition: all 0.3s ease;
}
.floating .gotop {
  display: block;
  width: 65px;
  height: 65px;
  transition: all 0.2s;
  background: #fff;
  border: none;
  /* transform: rotate(-45deg); */
  position: relative;
}
/* .floating .gotop:before {
  font-family: 'icon-font2' !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;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -11px;
  transform: rotate(45deg);
  border-radius: 50%;
  border: 2px solid #ce1b1c;
  color: #ce1b1c;
  font-size: 12px;
  padding: 3px;
  transition: all 0.2s;
  content: '\e1054';
  text-indent: 0;
} */
.floating .gotop:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  background: url('../../../images/layout04/common/index/arrow2.png') center no-repeat;
  z-index: 9;
  filter: invert(1);
  transform: rotate(90deg);
}
.floating .gotop:hover {
  background: #ce1b1c;
}
.floating .gotop:hover:before {
  filter: invert(0);
} /*------------ / floating ------------*/ /*------------ breadcrumb ------------*/
.breadcrumb {
  text-align: center;
  color: #d4d4d4;
  font-size: 13px;
  padding: 6px 15px 15px;
  margin-top: 1px;
}
.breadcrumb li,
.breadcrumb li a {
  display: inline;
  transition: all 0.2s;
}
.breadcrumb a:hover {
}
.breadcrumb li + li:before {
  content: '/';
  margin: 0px 2px;
}
.content-top .breadcrumb {
  background: none;
  float: right;
  color: #848484;
  padding: 6px 0;
  margin-top: 6px;
}
.products-breadcrumb {
  line-height: 1;
  display: inline-block;
  padding: 0 10px 0 5px;
  white-space: nowrap;
  margin: 0 0 15px;
  float: right;
  color: #848484;
  background: none;
}
.products-breadcrumb:before {
  content: '\f101';
  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;
  font-size: 14px;
  color: #8e8e8e;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 0px 3px 0;
}
.products-breadcrumb li + li:before {
  content: '/';
  margin: 0px 2px;
}
.products-breadcrumb li:first-child a span {
  display: inline-block;
}
.products-breadcrumb li:first-child a:before {
  content: '';
}
.products-breadcrumb li a:hover {
  color: #ce1b1c;
} /*------------ / breadcrumb ------------*/ /*------------ side ------------*/
.side {
  width: 265px;
  box-sizing: border-box;
  line-height: 1.5;
  display: table-cell;
  vertical-align: top;
  padding: 0px 0 0 0;
  position: relative;
}
.side::before {
  content: '';
  position: absolute;
  height: 60px;
  right: 20px;
  top: 0;
  width: 300%;
  background: #eee;
}
.content {
  position: relative;
}
.has-side .content {
  width: calc(100% - 260px);
  box-sizing: border-box;
  display: table-cell;
}
.side_logo {
  font-size: 0;
  display: none;
  background: #000000;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  margin: 0 auto 8px;
  transform-origin: 0 50%;
  transform: rotate(-45deg);
  position: relative;
}
.side_logo:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  transform: rotate(45deg);
  border-radius: 50%;
  border: 2px solid #ce1b1c;
  color: #ce1b1c;
  font-size: 12px;
  padding: 1px;
  font-family: 'icon-font2' !important;
  content: '\e1052';
}
.side_logo span {
  display: block;
  font-weight: 400;
}
.side .title {
  /* background: url(../../../images/layout04/common/side_title_bg.jpg) no-repeat; */ /* background-size: 100% auto; */
  border-bottom: 0;
  padding: 20px 20px;
  margin-bottom: 20px;
  color: #1f1813;
  text-align: left;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  width: 220px;
  font-weight: bold;
  font-family: 'Syncopate', '微軟正黑體', Source Sans Pro, Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.side .title::first-letter {
  color: #ce1b1c;
}
.side-nav {
  max-width: 220px;
  padding: 20px 0 15px;
  background: none;
  border: none;
  border-top: none;
}
.side-nav > li > a {
  border-bottom: 1px solid #d6d6d6;
}
/* .side-nav > li + li {
  margin: 5px 0 0 0;
} */
.side-nav li a {
  position: relative;
  display: block;
  transition: all 0.2s;
  line-height: 1.8;
}
.side-nav > li > a {
  padding: 10px 20px 10px 40px;
  font-size: 15px;
  color: #666666;
  position: relative;
}
.side-nav > li:hover > a,
.side-nav > li.active > a,
.side-nav > li.active2 > a {
  color: #222222;
  background: none;
}
.side-nav > li > a:before {
  content: '■';
  color: #666666;
  position: absolute;
  display: block;
  top: 50%;
  left: 20px;
  margin: -6px 0 0 0;
  font-size: 12px;
  font-family: 'icon-font2' !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;
}
.side-nav > li:hover > a:before,
.side-nav > li.active > a:before,
.side-nav > li.active2 > a:before {
  color: #222222;
}
.side-nav ul {
  font-size: 15px;
  display: none;
  margin: 0px 0;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}
.side-nav ul ul {
  padding-top: 0px;
  padding-bottom: 15px;
}
.side-nav ul li a {
  line-height: 1.4;
  padding: 6px 15px 6px 40px;
  font-size: 14px;
  transition: all 0.3s ease;
  border: none;
  margin: 1px 0;
  color: #777777;
}
.side-nav ul li a::before {
  content: '- ';
}
.side-nav ul ul li a {
  border: none;
}
.side-nav ul li:hover > a,
.side-nav ul li.active > a,
.side-nav ul li.active2 > a {
  color: #ff2626;
}
.side-nav ul ul {
  padding-left: 25px;
}
.side-nav > li.active2 > ul {
  display: block;
}
.side-nav ul li:hover > a,
.side-nav ul li.active > a,
.side-nav ul li.active2 > a {
  border: none;
  color: #ce1b1c;
  /* padding-left: 32px; */
}
.side-nav ul li:hover > a:before,
.side-nav ul li.active > a:before,
.side-nav ul li.active2 > a:before {
  width: 16px;
}
.side-nav ul ul {
  padding-left: 25px;
}
.side-nav > li.active2 > ul {
  display: block;
}
.side-nav-top {
  max-width: 220px;
  margin-top: 10px;
}
.side-nav-top > li {
  margin-bottom: 10px;
}
.side-nav-top > li > a {
  padding: 8px 16px;
  font-size: 15px;
  color: #fff;
  background: #7c7e7c;
  position: relative;
  transition: all 0.2s;
  line-height: 1.2;
}
.side-nav-top > li:hover > a,
.side-nav-top > li.active > a,
.side-nav-top > li.active2 > a {
  background: #ce1b1c;
  color: #000000;
} /*------------ / side ------------*/ /*------------ pagination ------------*/
.pagination li a,
.pagination li span {
  display: block;
  min-width: 23px;
  line-height: 23px;
  border: 1px solid transparent;
  margin: 0 5px;
  text-align: center;
  color: #333333;
  font-weight: bold;
  font-size: 15px;
  box-sizing: border-box;
  transition: all 0.2s;
}
.pagination li a:hover,
.pagination li.active a {
  border: 1px solid #ce1b1c;
  color: #ce1b1c;
  background: #ffffff; /* text-decoration: underline; */
}
.pagination li a.controls {
  border-radius: 0;
  width: 25px;
  height: 25px;
  line-height: 27px;
  margin-bottom: 2px;
  color: #000;
  border: none;
  border-bottom: 1px solid transparent;
  font-size: 0;
}
.pagination li a.controls i {
  font-size: 16px;
  line-height: 29px;
}
.pagination li a.controls:hover {
  color: #ce1b1c;
  border-bottom: 1px solid #ce1b1c;
  background: none;
}
.page-info .form-control {
  color: #999;
  border: 1px solid #ddd;
}
.page-info .form-control:focus {
  border-color: #777777;
} /*------------ / pagination ------------*/ /*-----reminder-----*/
.reminder {
  text-align: center;
  margin: 0 0 45px 0;
  font-size: 14px;
  color: #777;
}
.reminder b {
  width: 10px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 3px 0;
  /* background: url(../../../images/layout04/common/ic.png); */
}
.reminder b::before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 0 0 6px 10px;
  border-color: transparent transparent #ce1b1c transparent;
}
/*-----form-detail-----*/
.form-control {
  display: block;
  width: 100%;
  height: 33px;
  line-height: 33px;
  color: #666666;
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-bottom: 6px;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 0;
  /* border: 0; */
}

.form-control:focus {
  outline: none;
  border: 1px solid #ccc;
}
textarea.form-control {
  padding: 8px 10px;
  line-height: 1.4;
  resize: vertical;
  height: auto;
}
.form-box .captcha .form-control {
  display: inline-block;
  width: 46%;
  max-width: 280px;
}
.form-box .captcha a {
  display: inline-block;
  color: #bbb;
  font-size: 20px;
  line-height: inherit;
  margin-left: 5px;
  margin-bottom: 6px;
  transition: all 0.3s ease;
} /*-----form-static-control-----*/
.static-control {
  color: #5946a5;
  line-height: inherit;
  font-weight: bold;
  margin: 5px 0 0 5px;
  font-size: 13px;
  line-height: 1.6;
} /*-----form-wrap-----*/
.form-wrap {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.form-box .name .radio-box {
  position: static;
}
.form-box {
  position: relative;
  margin: 0 auto;
  padding: 0px 0px 10px;
  box-sizing: border-box;
  z-index: 15;
}
.form-box .row {
  margin: 0 -24px;
  display: block;
}
.form-box .col {
  float: left;
  width: 50%;
  padding: 0 24px;
} /*-----form-required-----*/
.form-box .required {
  position: relative;
  padding: 0px 0 0 20px;
}
.form-box .required:before {
  /* content: '';
  width: 10px;
  height: 9px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 3px;
  margin: -5px 0 0 0;
  background: url(../../../images/layout04/common/ic.png); */
  content: '';
  width: 0;
  height: 0;
  margin: 0 5px 0 0;
  display: block;
  border-style: solid;
  border-width: 0 0 6px 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-color: transparent transparent #ce1b1c transparent;
}
.form-box .name .radio-box {
  position: absolute;
  right: -11px;
  bottom: 100%;
  margin: 0 0 3px;
  line-height: 1.6;
} /*----- success-box -----*/
.success-box {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  padding: 70px 100px 65px;
}
.success-box .msg {
  color: #ce1b1c;
  font-weight: bold;
  font-size: 24px;
  padding: 0 0 15px;
  margin: 0 0 20px;
  border-bottom: 1px solid #e4e4e4;
}
.success-box .msg i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 6px 0;
  font-style: normal;
}
.success-box .msg i:before {
  content: '\e1051';
  font-family: 'icon-font2' !important;
} /*------------ lightbox ------------*/
body .fancybox-close {
  background: none;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 3px solid #000;
  color: #000;
  box-sizing: border-box;
  background: #fff;
  outline: 10px solid #fff;
  line-height: 20px;
}
body .fancybox-close:after {
  content: '\e1019';
  display: block;
  font-size: 36px;
  position: absolute;
  top: 1px;
  left: -6px;
  text-align: center;
  font-weight: bold;
  z-index: 12;
  font-family: 'icon-font2' !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .fancybox-close:hover {
  color: #888888;
  border-color: #888888;
}
body .fancybox-skin {
  box-shadow: none;
  border-radius: 0;
  background: #fff;
  margin: 20px auto 20px;
}
body .fancybox-nav span {
  visibility: visible;
  background: url('../../../images/layout04/common/lightbox_arrow.png') no-repeat;
  width: 30px;
  height: 60px;
  opacity: 0.8;
  margin-top: -30px;
}
body .fancybox-prev span {
  background-position: 0 0;
  left: -65px;
}
body .fancybox-next span {
  background-position: 100% 0;
  right: -65px;
}
body .fancybox-nav span:hover {
  opacity: 1;
}
body .fancybox-inner {
  background: #fff;
  border-radius: 0;
  overflow: hidden !important;
}
body .fancybox-title-inside-wrap {
  padding-top: 0;
}
.fancybox-album .fancybox-image,
.fancybox-album .fancybox-inner {
  max-height: unset !important;
  object-fit: unset;
}
.lightbox-wrapper {
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.login-box {
  padding: 30px;
}
.lightbox-title {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 25px;
}
.lightbox-title span {
  display: block;
  font-size: 32px;
}
.lightbox-title .icon {
  background: url('../../../images/layout04/common/title_ic.png') no-repeat 0 -240px;
  width: 30px;
  height: 30px;
  vertical-align: text-bottom;
}
.login-box .form-box {
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
}
.lightbox-wrapper .form-group {
  padding: 5px 0;
}
.lightbox-wrapper .control-label {
  display: none;
}
.photo-title {
  background: #eeeeee;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding: 10px 10px 0;
  font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.photo-intro {
  background: #eeeeee;
  font-size: 13px;
  color: #666666;
  line-height: 1.75;
  padding: 10px 15px;
  font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.photo-pager {
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  margin: 10px 0 0 0;
  position: absolute;
  width: 100%;
  left: 0;
}
.photo-pager b {
  color: #ce1b1c;
} /*------------ / lightbox ------------*/
.form-radio:before {
  background-image: url('../../../images/layout04/common/form_radio.png');
  margin: 0 3px 4px 0;
}
.form-checkbox:before {
  background-image: url('../../../images/layout04/common/form_checkbox.png');
}
/*------------ mobile_menu ------------*/
.mmenu-show .ic-m-home:before,
.mmenu-show .ic-m-contact:before,
.mmenu-show .ic-m-search:before,
.mmenu-show .ic-m-menu:before {
  color: #fff;
}
.mmenu-show #mobile-fixed ul {
  border-bottom: 1px solid #ce1b1c;
}
.mmenu-show #mobile-fixed li {
  background: #ce1b1c;
  color: #fff;
}
.mmenu-show #mobile-menu .menu li > a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
  background: #ce1b1c;
  color: #fff;
}
.mmenu-show #mobile-menu .menu li > a:hover ~ .toggle-submenu,
.mmenu-show #mobile-menu .menu li.has-child.active > .toggle-submenu:before {
  color: #fff;
}
.mmenu-show #mobile-menu .language-menu {
  background: #000;
  color: #fff;
}
.mmenu-show.mmenu-open #mobile-menu {
  background: #eee;
}
.mmenu-show #mobile-search {
  background: rgb(23, 27, 26);
}
.mmenu-show #mobile-menu .menu ul ul li a {
  background: #ffffff;
  color: #999;
}
.mmenu-show #mobile-fixed .toggleBtn {
  font-size: 0;
}
.mmenu-show #mobile-fixed .toggleBtn i {
  font-size: 28px;
}
.mmenu-show #mobile-fixed .m-go-home {
  font-size: 0;
}
.mmenu-show #mobile-fixed .m-go-home i {
  font-size: 28px;
}
.mmenu-show #mobile-menu .share .btn {
  font-size: 0;
}
.mmenu-show #mobile-menu .share .btn i {
  line-height: 28px;
  margin-left: 5px;
}
.mmenu-show #mobile-fixed .m-contact {
  font-size: 0;
}
.mmenu-show #mobile-fixed .m-contact i {
  font-size: 28px;
}
.mmenu-show #mobile-menu .menu ul li.products_activity a {
  color: #c57500;
}
.mmenu-show #mobile-menu .menu li.products_activity > a:hover,
.mmenu-show #mobile-menu .menu li.products_activity.active > a {
  background: #ce1b1c;
  color: #000;
}
.mmenu-show #mobile-menu .menu li.pd-class > a {
  font-size: 16px;
  font-weight: bold;
  background: #fff;
}
.mmenu-show #mobile-menu .menu li.pd-class.has-child > .toggle-submenu:before {
  content: '\f078';
  display: inline-block;
  font-family: 'icon-font' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} /*------------ / mobile_menu ------------*/
.contact-form {
  border: 1px solid #bbbbbb;
  background: none;
  padding: 50px 60px 30px;
  margin-top: 35px;
  margin-bottom: 80px;
}
.contact-title {
  padding: 0 0 15px 5px;
  border-bottom: 1px solid #ffffff;
  margin: 0 0 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-form .contit,
.contact-form .reminder {
  display: inline-block;
  margin: 0;
} /* .reminder:before {  content: '/  ';  display: inline-block;  margin: 0 5px -2px 10px;} */
.contact-title .reminder .requrin_txt,
.reminder .requrin_txt {
  display: block;
}
.contact-form .contit {
  text-align: left;
}
.contact-form .contit span {
  display: none;
}
.contact-form .contit b:before {
  content: '\e1009';
  color: #555555;
  font-size: 23px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 7px 0;
  font-family: 'icon-font2' !important;
  font-weight: normal;
}
.contact-form .contit b {
  font-size: 25px;
  color: #ce1b1c;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  font-family: '微軟正黑體', Source Sans Pro, Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.contact-form .btn-box {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 0;
  right: 0;
} /*------------ cart ------------*/
.main-cart-box {
  background: #222222;
  position: fixed;
  width: 80px;
  height: auto;
  z-index: 1000;
  right: 0;
  bottom: calc(50% - 300px);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-sizing: border-box;
}
.main-cart-box .c-box-btn {
  width: 80px;
  height: 99px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
.main-cart-box .c-box-btn + .c-box-btn:before {
  content: '';
  width: calc(100% - 20px);
  height: 1px;
  background: #383838;
  position: absolute;
  left: 10px;
  top: 1px;
}
.main-cart-box .c-box-btn .ic {
  width: 41px;
  height: 41px;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  display: block;
  line-height: 41px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #444444;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin-bottom: 3px;
  color: #fff;
}
.main-cart-box .c-box-btn .ic.icon-cart-info {
  font-weight: bold;
}
.main-cart-box .c-box-t {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.main-cart-box .c-box-btn:hover .ic {
  background: #666666;
  color: #fff;
}
.main-cart-box .cart-btn .qty {
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 7px;
  top: 7px;
  color: #020202;
  background: #f8d038;
  border-radius: 50%;
}
.main-cart-box .history-btn.c-box-btn.active .ic,
.main-cart-box .history-btn.c-box-btn:hover .ic {
  background: #666666;
  border: 1px solid #444444;
  color: #fff;
}
.main-cart-box .history-content {
  position: absolute;
  width: 80px;
  height: auto;
  left: -85px;
  top: 110px;
  box-sizing: border-box;
  padding: 13px 8px 7px;
  border: 2px solid #c5c5c5;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
.main-cart-box .history-content.active {
  opacity: 1;
  pointer-events: all;
  top: 100px;
}
.main-cart-box .history-content:before {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
}
.history-list .box {
  position: relative;
  margin-bottom: 10px;
}
.history-list .box:nth-last-child(1) {
  margin-bottom: 0;
}
.history-list .box .name {
  font-size: 15px;
  text-align: center;
  display: block;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.history-list .box:hover .name {
  color: #8b8b8b;
  text-decoration: underline;
}
.history-list .box .pic {
  position: relative;
}
.history-list .box .pic:before {
  content: '';
  background: rgba(204, 204, 204, 0.5);
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.history-list .box:hover .pic:before {
  opacity: 1;
}
.history-list .box .cover {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.cart-fancybox-content {
  display: none;
}
.front-member-fancybox .fancybox-skin {
  margin-top: unset;
  margin-bottom: unset;
}
.front-member-fancybox .fancybox-inner {
  max-height: unset !important;
}
.member-fancybox-body {
  overflow-y: hidden;
}
.social-login-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 15px;
  padding-right: 15px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.social-login-box > div.fb-login-box,
.social-login-box > div.google-login-box,
.social-login-box > div.line-login-box {
  width: 240px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 5px;
}
.LINE-login-button a {
  width: 240px;
  height: 40px;
  background: #eb1923;
  border-radius: 6px;
  display: flex;
  margin: auto;
  transition: all 0.3s ease;
}
.LINE-login-button a .LINE-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='61' viewBox='0 0 64 61'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='LINE' class='cls-1' d='M57.144,41.969c4.64-5.087,6.863-10.251,6.863-15.984C64.007,11.66,49.646.005,32,.005S-0.014,11.66-.014,25.985c0,12.842,11.388,23.6,26.771,25.633,1.041,0.225,2.46.688,2.819,1.579a6.558,6.558,0,0,1,.1,2.894s-0.374,2.259-.456,2.741C29.085,59.641,28.58,62,32,60.557S50.43,49.7,57.145,41.969h0M19.466,34.508h-6.36a1.681,1.681,0,0,1-1.678-1.68V20.107a1.678,1.678,0,1,1,3.356,0V31.15h4.682A1.679,1.679,0,0,1,19.466,34.508Zm6.579-1.68a1.678,1.678,0,1,1-3.355,0V20.107a1.678,1.678,0,1,1,3.355,0V32.829Zm15.31,0a1.678,1.678,0,0,1-3.022,1.008l-6.518-8.878v7.87a1.679,1.679,0,1,1-3.357,0V20.107A1.678,1.678,0,0,1,31.479,19.1L38,27.978v-7.87a1.678,1.678,0,1,1,3.356,0V32.829Zm10.292-8.039a1.679,1.679,0,1,1,0,3.357H46.966v3h4.681a1.679,1.679,0,0,1,0,3.358h-6.36a1.682,1.682,0,0,1-1.678-1.68V20.107a1.68,1.68,0,0,1,1.678-1.679h6.36a1.679,1.679,0,1,1,0,3.357H46.966v3h4.681Z'/%3E%3C/svg%3E");
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  background-size: 24px 24px;
  background-position: center;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.LINE-login-button a .LINE-text {
  font-size: 14px;
  font-weight: 600;
  width: 210px;
  color: #fff;
  text-align: center;
  line-height: 39px;
}
.LINE-login-button a:hover,
.LINE-login-button a:focus,
.LINE-login-button a:active {
  background: #eb1923;
}
.f-login {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
  height: auto;
  overflow-x: hidden;
}
.f-login .f-title {
  text-align: center;
  margin-bottom: 30px;
}
.f-login .main-title {
  color: #444444;
  font-size: 26px;
  margin: 0;
}
.f-login .main-title {
  color: #444444;
  font-size: 26px;
  margin: 0;
  z-index: 1;
  position: relative;
  font-weight: 600;
}
.f-login .main-sub {
  color: #e5e5e5;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  margin-top: -72px;
  display: block;
}
.f-login .form-box label.control-label {
  display: none;
}
.f-login label.form-checkbox {
  display: block;
  font-size: 14px;
}
.f-login .form-box .form-group {
  padding-bottom: 5px;
  text-align: left;
}
.f-login .form-control {
  background: #efefef;
}
.f-login .form-box .form-group label {
  width: 139px;
}
.f-login .btn.pure {
  text-align: center;
  color: #000;
  font-size: 16px;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  margin-top: 5px;
}
.f-login .btn.pure:hover {
  color: #eb1923;
}
.f-login .btn.p-reset,
.f-login .btn.p-send {
  width: 202px;
  height: 45px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  border-radius: 5px;
  background: #aaaaaa;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 0;
  -webkit-appearance: none;
}
.f-login .btn.p-reset:before,
.f-login .btn.p-send:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(to bottom, #000000, #000000);
  opacity: 0;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.f-login .btn.p-reset:hover:before,
.f-login .btn.p-send:hover:before {
  opacity: 1;
}
.f-login .form-box {
  background: none;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.f-login .check-agree {
  padding: 10px 30px 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.f-login .f-reminder {
  padding: 10px 25px 30px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  box-sizing: border-box;
  background: none;
}
.f-login .f-reminder p {
  margin: 0;
}
.f-login .btn-box.cart_f_btn {
  padding-top: 10px;
}
.f-login .terms-style {
  color: #000;
  transition: all 0.3s ease;
}
.f-login .terms-style:hover {
  color: #eb1923;
}
.f-login .f-msg {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.f-login .f-txt {
  font-size: 15px;
  text-align: center;
} /*------------ / cart ------------*/
@media screen and (max-width: 1500px) {
  .main-cart-box {
    width: 100%;
    height: 60px;
    right: 0;
    bottom: 0;
    border-radius: 0;
    background: #222222;
    display: flex;
    z-index: 401;
  }
  .main-cart-box .c-box-btn {
    width: auto;
    height: auto;
    background: #222222;
    z-index: 2;
    flex-grow: 1;
    flex-direction: row;
  }
  .main-cart-box .c-box-btn .ic {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 4px;
    border: 0;
    font-size: 25px;
    color: #fff;
    background: transparent;
  }
  .main-cart-box .c-box-btn:hover .ic,
  .main-cart-box .history-btn.c-box-btn.active .ic,
  .main-cart-box .history-btn.c-box-btn:hover .ic {
    background: transparent;
    border: 0;
  }
  .main-cart-box .c-box-t {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    white-space: nowrap;
    transition: all 0.3s ease;
  }
  .main-cart-box .cart-btn .qty {
    right: calc(50% + 9px);
    top: 6px;
  }
  .main-cart-box .c-box-btn + .c-box-btn:before {
    width: 1px;
    height: calc(100% - 30px);
    background: #383838;
    left: 0;
    top: 15px;
  }
  .main-cart-box .c-box-btn:after {
    content: '';
    width: calc(100% - 1px);
    height: 100%;
    position: absolute;
    left: 1px;
    top: 0;
    background: #666666;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
  }
  .main-cart-box .c-box-btn:hover:after,
  .main-cart-box .history-btn.c-box-btn.active:after,
  .main-cart-box .history-btn.c-box-btn:hover:after {
    opacity: 1;
  }
  .main-cart-box .history-content {
    width: 100%;
    height: auto;
    left: 0;
    border-radius: 0;
    padding: 10px 5px 3px;
    top: unset;
    bottom: 90%;
    z-index: 1;
  }
  .main-cart-box .history-content.active {
    top: unset;
    bottom: 100%;
  }
  .history-list {
    display: flex;
    justify-content: center;
  }
  .history-list .box {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    width: 60px;
  }
  .history-list .box .name {
    font-size: 12px;
  }
  .floating.for-cart .ibtn.gotop {
    bottom: 65px;
  }
  .footer_bottom.for-cart {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .site-title .logo {
    width: 280px;
  }
  .footer_top > .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 900px;
  }
  .site-map {
    float: none;
    clear: both;
    text-align: center;
    padding-top: 30px;
    letter-spacing: 40px;
    width: 100%;
    order: 3;
  }
  .site-map ul {
    display: inline;
    padding: 0 0px;
    float: none;
  }
  .site-map ul li {
    display: inline-block;
  }
  .site-map li {
    padding: 2px 6px;
  }
  .site-map ul + ul {
    margin: 0 0 0 0px;
  }
  .copy_box {
    text-align: center;
  }
  .footer_bottom .container {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1250px) {
  .site-title .logo {
    width: 280px;
    height: 57px;
  }
  .site-title {
    padding: 15px 0 5px;
    float: none;
    text-align: center;
    position: static;
  }
  .header-fixed .site-title,
  .header-fixed .func-menu {
    display: none;
  }
  .site-nav {
    clear: both;
    position: static;
    width: 95%;
    text-align: center;
    padding: 17px 0 3px;
    float: none;
    margin: auto;
  }
  .func-menu {
    position: absolute;
    top: 10px;
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .main-content::before {
    height: 46px;
  }
  .banner:before {
    display: none;
  }
  .wrapper {
    padding-top: 40px;
  }
  .side {
    display: none;
  }
  .has-side .content {
    position: relative;
    width: 100%;
    float: none;
  }
  .content:before {
    display: none;
  }
  .site-footer .tit {
    display: none;
  }
  .ibtn.fb {
    margin: 0 10px;
  }
  .btn.style01 {
    max-width: 40%;
    font-size: 12px;
    padding: 0 15px;
    margin: 0 5px 15px;
  }
  .has-side .content,
  .content {
    padding: 0px 0px 0px;
  }
  .btn-box {
    padding-top: 5px;
  } /*------------ site_header 1000 ------------*/
  .site-header,
  .header-fixed .site-header {
    position: relative;
    width: 100%;
    z-index: 600;
    box-shadow: 0 0 0;
  }
  .site-title,
  .header-fixed .site-title {
    float: none;
    padding: 6px 0 14px;
    display: block;
  }
  .site-title .logo,
  .header-fixed .site-title .logo {
    width: 252px;
    height: 60px;
  }
  .top-nav,
  .site-nav,
  .header-fixed .top-nav,
  .header-fixed .site-nav,
  .header-fixed .site-nav .menu > li > a,
  .site-nav .menu > li > a {
    display: none;
    top: 0;
  } /*------------ / site_header 1000 ------------*/ /*------------ site-footer 1000 ------------*/
  .footer_top {
  }
  .footer_top .container {
    padding: 35px 0px 15px;
    display: block;
  }
  .footer_bottom {
    padding: 10px 0  30px;
  }
  .site-map,
  .fllow .share {
    display: none;
  }
  .site-footer .col {
    float: none;
    /* width: auto; */
    margin-top: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .site-info p {
    margin: 0 0 0 10px;
  }
  .fllow p {
    margin: 15px 0 0 0;
  }
  .site-footer .site-info {
    padding-left: 15px;
    padding-right: 15px;
    background: none;
    float: none;
    margin: 0 auto 15px;
  } /*------------ / site-footer 1000 ------------*/ /*------------ floating 1000 ------------*/
  .gotop {
    display: none;
  }
  .floating .ibtn.gotop {
    background: url(../../../images/layout04/common/mobile_gotop.svg) 50% 50% no-repeat;
  }
  .floating .gotop:before,
  .floating .gotop:after {
    display: none;
  } /*------------ / floating 1000 ------------*/
  .contact-title {
    margin: 0 5px 15px;
  }
  .contact-title .reminder,
  .reminder {
    margin: 0;
    text-align: left;
  }
  .contact-form {
    padding: 20px 15px 0;
  }
  .main-top {
    margin-bottom: 0px;
  }
  .content-top {
    padding: 0 0 0px 0px;
  }
  .contact-title > b {
    font-size: 30px;
  }
  .form-box {
    background: none;
    padding: 15px;
  }
  .form-box .captcha .form-control {
    width: 100%;
    display: block;
    max-width: inherit;
  }
  .success-box {
    padding: 50px 15px 45px;
  }
  .success-box .btn-box {
    padding-top: 25px;
  } /*------------ lightbox ------------*/
  .fancybox-album .fancybox-skin {
    margin: 50px 0 20px;
  }
  .fancybox-album .fancybox-close {
    top: -10px;
    right: 50%;
    margin-right: -15px;
  }
  .fancybox-album .fancybox-nav span {
    top: -45px;
  }
  .fancybox-album .fancybox-prev span {
    left: 0;
  }
  .fancybox-album .fancybox-next span {
    right: 0;
    left: unset;
  }
  .fancybox-album .fancybox-title .photo-title,
  .fancybox-album .fancybox-title .photo-pager {
    font-size: 18px;
  }
  .fancybox-album .fancybox-title .photo-title {
    padding: 5px 0;
  }
  .fancybox-album .fancybox-title .photo-pager {
    padding: 5px 0 0;
  }
  .fancybox-album .fancybox-title .photo-intro {
    padding: 15px 0 5px;
  } /*------------ / lightbox  ------------*/
}
@media screen and (max-width: 900px) {
  body .fancybox-nav span {
    left: 0;
  }
  body .fancybox-next span {
    left: calc(100% - 35px);
  }
}
@media screen and (max-width: 850px) {
  .footer_top > .container {
    display: flex;
    flex-wrap: wrap;
  }
  .site-footer .fllow {
    width: 100%;
    text-align: center;
  }
  .site-footer .fllow {
    display: flex;
    justify-content: center;
  }
  .fllow .qr-inner {
    float: none;
    margin: 0 5px;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .content-title {
   font-size:15px;
   padding: 10px 0 5px 20px;
   }
  .content-title:before{
    font-size: 12px;
    left: -12px;
  }
  /*------------ site-main 767 ------------*/
  .main-content {
    padding: 0 0 70px;
  }
  .pagination li a.controls {
    margin-bottom: 0px;
  }
  /*------------ / site-main 767 ------------*/
  /*------------ site-footer 767 ------------*/
  /* .site-info li {
    display: block;
  } */
  .site-info li + li {
    margin: 0;
  }
  .pagination li a {
    display: none;
  }
  /*------------ / site-footer 767 ------------*/
  .member-fancybox-body {
    overflow-y: auto;
  }
  .main-cart-box {
    height: 85px;
  }
  .main-cart-box .c-box-btn {
    flex-direction: column;
  }
  .main-cart-box .c-box-btn .ic {
    margin-right: auto;
    margin-left: auto;
  }
  .main-cart-box .c-box-t {
    font-size: 12px;
  }
  .main-cart-box .cart-btn .qty {
    right: calc(50% - 28px);
    top: 5px;
  }
  .floating.for-cart .ibtn.gotop {
    bottom: 90px;
  }
  .footer_bottom.for-cart {
    margin-bottom: 83px;
  }
}
@media screen and (max-width: 600px) {
  /*------------ cart-fancybox 600 ------------*/
  .f-login .form-control {
    margin-bottom: 0;
  }
  .f-login {
    padding-top: 0px;
    height: unset;
  }
  .f-login .f-title {
    padding-top: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #member-login-fancybox {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #member-register-fancybox {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #member-forget-fancybox {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  #member-forget-ok-fancybox {
    padding-top: 30px;
    padding-bottom: 0;
  }
  #member-register-ok-fancybox {
    padding-top: 0px;
    padding-bottom: 0;
  }
  .f-login .f-title {
    margin-top: 25px;
  }
  .f-login .main-sub {
    font-size: 40px;
    line-height: 40px;
    margin-top: -55px;
    margin-bottom: 0;
  }
  .f-login .form-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .f-login .btn.p-reset,
  .f-login .btn.p-send {
    width: 100px;
    height: 30px;
    font-size: 15px;
    line-height: 28px;
    border-radius: 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
  }
  .f-login .btn-box.cart_f_btn {
    margin-top: 0;
    padding-top: 10px;
  }
  .f-login .btn.p-reset:before,
  .f-login .btn.p-send:before {
    border-radius: 0;
  }
  .f-login .check-agree {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }
  .f-login .btn.pure {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .f-login .f-reminder {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .f-login .form-box .form-control {
    padding-left: 10px;
  } /*------------ / cart-fancybox 600 ------------*/
}
