@charset "utf-8";
@import url("icon-font-41/style.css");
/*------------ basic ------------*/
body {
  background: #fff;
  color: #ccc;
  font-size: 16px;
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro",
    "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕",
    sans-serif;
}
.editor {
  letter-spacing: 1px;
  color: #7f7f7f;
  font-weight: 400;
}
.content-nav-menu {
  display: none;
}
/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.header-sheet {
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 1px #8b2d31;
  color: #444;
}
.header-sheet .close-ontop {
  color: #000;
}
.header-sheet a {
  color: #8b2d31;
}
.close-ontop {
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
/*---! 隱私權 ---*/
/*--- back-btn ---*/
.btn.back {
  line-height: 36px;
  padding: 0 15px;
  color: #fff;
  font-size: 15px;
  margin: 0 0px 10px;
  position: relative;
  background: #8b2c30;
  text-align: right;
  width: 142px;
  height: 53px;
  border-radius: 0;
  text-align: center;
  line-height: 53px;
}
.btn.back:hover {
  background: #000;
}
/*--- fb-btn ---*/
.ibtn.fb {
  transition: all 0.3s ease;
  background-image: url(../../../images/layout03/tw/fb_page.png);
  height: 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  max-width: 1330px;
  margin: 0;
  right: 0;
  margin: auto;
}
.ibtn.fb:before {
  content: "";
  width: 160px;
  position: absolute;
  z-index: 30;
  left: 0;
  top: 0;
  height: 45px;
}
/*--- style01-btn ---*/
.btn.style01 {
  padding: 0 15px;
  color: #fff;
  font-size: 15px;
  margin: 0 0px 10px;
  position: relative;
  background: #8b2c30;
  text-align: left;
  display: block;
  width: 142px;
  height: 53px;
  border-radius: 0;
  text-align: center;
  line-height: 53px;
}
.btn.style01.arrowL {
  background: #000;
}

.btn.style01.arrowL:after {
  display: none;
}
.btn.style01 i {
  display: none;
}
.btn.style01.arrowL i {
  margin: 0 15px 2px 0;
  transition: all 0.2s;
}
.btn.style01:hover {
  background: #742225;
  color: #fff;
}
.btn.style01.arrowL:hover {
  background: #444;
}
.btn.style01:hover i {
  color: #fff;
  transition: all 0.2s;
}
/*--- style02-btn ---*/
.btn.style02 {
  border: 1px solid #2036c5;
  width: 150px;
  height: 36px;
  line-height: 34px;
  color: #465be4;
  font-size: 14px;
  margin: 0 5px 10px;
  position: relative;
}
.btn.style02 i,
.btn.style02:before {
  content: "\e908";
  font-family: "icon-font-41" !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: #2036c5;
  font-size: 28px;
  vertical-align: middle;
  position: relative;
  margin: -10px 5px 0px 0;
  top: -2px;
}
.btn.style02:hover {
  border-color: #674bef;
  color: #674bef;
}
.btn.style02:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #0e29c5 transparent;
  position: absolute;
  right: 2px;
  bottom: 2px;
}
/*------------ / btn ------------*/
.banner .container {
  max-width: inherit;
  padding: 0;
}
/*------------ site_header ------------*/
.site-header {
  text-align: center;
  background: #fff;
  background-size: cover;
  position: fixed;
  z-index: 600;
  width: 100%;
  top: 0;
}
.site-header .container {
  /* display: flex;
  align-items: center;
  height: 183px; */
}
.wrapper {
  padding-top: 167px;
}
.site-title {
  position: relative;
  text-align: center;
  padding: 35px 0;
}
.site-title .logo {
  color: transparent;
  background: url(../../../images/layout03/common/logo.png) no-repeat;
  background-size: contain;
  width: 471px;
  height: 50px;
}
.site-title .logo:hover {
  opacity: 0.7;
}
/*------------ top-nav ------------*/
.top-nav {
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 40px;
}
/*詢價車*/
.func-menu > li.gocart {
  margin-top: 5px;
}
.func-menu > li.gocart .toggleBtn {
  padding: 10px 15px;
}
.func-menu > li.gocart .toggleBtn .num {
  color: #fff;
  background: #3e53e6;
  text-align: center;
}
.func-menu > li.gocart .price {
  color: #5a60a0;
  letter-spacing: 0.035em;
}
.func-menu .cart-box {
  border: 2px solid #3e53e6;
  background: #0a1144;
}
.func-menu .cart-box .btn {
  background: #3e53e6;
  color: #fff;
}
.func-menu .cart-box .btn:hover {
  background: #000;
}
.func-menu .cart-list li + li {
  border-top: 1px solid #666;
}
.func-menu .cart-list li:hover .box {
  background: #000;
}
.func-menu .cart-list .qty {
  color: #5a60a0;
}
/*數量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: #152cbf;
}
.qty-box .btn {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 19px;
  position: absolute !important;
  z-index: 0;
  top: 0;
  color: #fff;
  border: 1px solid #666b8a;
}
.qty-box .btn:hover {
  border-color: #152cbf;
  background: #666b8a;
}
.products-intro .pd-intro .btn-group .btn.addcart {
  background: #dcdede;
}
.products-intro .pd-intro .btn-group .btn.addcart:hover {
  background: #24262c;
}
/*!數量icon*/
/*!詢價車*/
/*---- language ----*/
.site-header .language {
  float: left;
  position: relative;
}
.site-header .language .btn {
  transition: all 0.2s;
  position: relative;
  display: block;
  box-sizing: border-box;
  color: #000;
  font-size: 13px;
  padding: 0 10px;
  line-height: 45px;
}
.site-header .language .btn i:before {
  content: "\f107";
  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;
  margin: 0 0 0 10px;
  color: #000;
}
.site-header .language ul {
  display: none;
  margin: 0px 0 0 0;
  position: absolute;
  z-index: 35;
  width: 100%;
}
.site-header .language ul li {
  margin: 0 0 0px;
  background: #ffffff;
}
.site-header .language li a {
  display: block;
  background: #7b7b7b;
  color: #fff;
  padding: 5px 10px;
  margin-top: 1px;
  font-size: 14px;
  text-align: left;
}
.site-header .language ul li a:hover {
  color: #FFF;
  background: #8B2D30;

}
/*---- search-box ----*/
.none {
  display: none;
}
.site-header .search-box {
  position: relative;
  padding: 10px 44px 10px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 189px;
  height: 44px;
  float: left;
  border-radius: 25px;
  background-color: #f2f2f2;
}
.site-header .search-box .form-control {
  height: 25px;
  line-height: 25px;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  background: transparent;
  color: #6d6d6d;
  font-size: 16px;
  margin: 0;
  letter-spacing: 2px;
}
.site-header .search-box .form-control:focus {
  outline: none;
  border: 0;
}
.search-box .search {
  z-index: 1;
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  right: 3px;
  top: 8px;
}
.search-box:after {
  position: absolute;
  content: "\e925";
  font-family: "icon-font-41" !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: #6d6d6d;
  right: 11px;
  top: 8px;
  font-size: 28px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  transition: all 0.3s ease;
}
.search-box:hover:after {
  color: #8b2c30;
}

/*------------site-nav ------------*/
.site-nav {
  text-align: center;
  width: 100%;
  border-top: 1px solid #ececec;
  /* margin-top: 35px; */
}
.site-nav .menu {
  width: 100%;
  display: flex;
  justify-content: center;
}
.site-nav .menu {
  color: #000;
}
.site-nav .menu li {
  position: relative;
  margin-left: 25px;
  width: 120px;
}
.site-nav .menu > li > a:hover {
  color: #8b2d31;
}
.site-nav .menu > li:nth-last-child(-n) {
  display: none;
}
.site-nav .menu > li > a {
  transition: all 0.2s;
  text-align: center;
  display: block;
  color: #000;
  letter-spacing: 2px;
  padding: 10px 0px;
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: relative;
  top: 0;
  line-height: 1.6;
  transition: all 0.3s ease;
}
.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: 5px 0 0 -95px;
  background: #414042;
}

.site-nav .menu > li ul {
  background: #fff;
  box-shadow: 1px 1px 10px #59595940;
}
.site-nav .menu li ul li {
  margin: 0 0 0px 0;
  padding: 0px 0 0 0;
  width: auto;
  text-align: center;
  border-bottom: 1px solid #ececec;
}
.site-nav .menu li ul li:last-child {
  border-bottom: none;
}
.site-nav .menu ul li a {
  display: block;
  position: relative;
  font-size: 15px;
  transition: all 0.2s;
  color: #000;
  font-size: 15px;
  text-align: center;
  padding: 12px;
  background: #fff;
}
.site-nav .menu ul > li.active > a,
.site-nav .menu ul > li.active2 > a,
.site-nav .menu ul > li > a:hover {
  color: #fff;
  background: #000;
}
.site-nav .menu ul ul {
  width: 100%;
  top: 0px;
  left: 100%;
  margin-left: 1px;
  box-sizing: border-box;
}
.site-nav .menu ul ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 2px;
}
.site-nav > .menu > li:nth-child(n + 9) {
  display: none;
}
/*滿版清單*/
.site-nav .menu > li.full_menu > ul:before {
  height: 26px;
}
.site-nav .menu > li.full_menu > ul:after {
  display: none;
}
.site-nav .menu .full_menu ul {
  margin-top: -50px;
}

.site-nav .menu .full_menu ul 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(199, 199, 199, 0.38);
  padding: 5px 10px;
  margin: 6px 3px;
}
.site-nav .menu li.full_menu ul ul ul li a {
  background: rgba(199, 199, 199, 0.08);
}
.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: #8b2d31;
  color: #ffffff;
}
.site-nav .menu li.full_menu ul ul ul li:hover > a,
.site-nav .menu li.full_menu ul ul ul li.active > a,
.site-nav .menu li.full_menu ul ul ul li.active2 > a {
  background: #5a60a0;
  color: #ffffff;
}
.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;
  text-decoration: none;
  color: #8b2d31;
}
/*!滿版清單*/
/*------------share------------*/
.share li {
  display: inline-block;
  margin: 0 1px;
}
.share .btn {
  width: 32px;
  height: 32px;
  line-height: 26px;
  font-size: 0;
  color: #fff;
  border-radius: 50%;
  background: #555;
  transition: all 0.2s;
  border: 2px solid #555;
}
.share .btn i {
  display: block;
  font-size: 16px;
  line-height: 28px;
}
.share .btn:hover {
  transition: all 0.2s;
  border: 2px solid #ffffff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  border-color: #ffffff;
  color: #fff;
}
/*------------ / site_header ------------*/
/*------------  fixed ------------*/
.header-fixed .site-header {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.header-fixed .site-title {
  padding: 5px 0;
  float: left;
}
.header-fixed .site-header .container {
  height: auto;
}
.header-fixed .site-title {
  margin-top: 0;
}
.header-fixed .site-title .logo {
  background: url("../../../images/layout03/common/logo02.png") 50% 50%
    no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  text-align: left;
}
.header-fixed .top-nav {
  display: none;
}
.header-fixed .site-nav {
  padding: 14.5px 0;
  margin-left: 90px;
  text-align: left;
}
.header-fixed .site-nav .menu {
  margin: 0 0px;
}
.header-fixed .site-nav .menu > li > a {
  width: 104px;
  height: auto;
  padding: 5px 0;
}
.header-fixed .func-menu > li.gocart {
  margin-top: 0;
}
.header-fixed .site-nav .menu > li > ul {
  margin: 5px 0 0 -104px;
}
.header-fixed .site-nav .menu .full_menu ul {
  margin: -18px 0 0 -104px;
}
/*------------ / fixed ------------*/
/*------------ site_main ------------*/
.main-top {
  padding: 10px 0 10px 0;
  text-align: right;
  margin-bottom: 55px;
  border-bottom: 1px solid #ececec;
}
.main-top .main-title {
  display: none;
  margin: 0;
}
.plugin,
.plugin button,
.plugin input,
.plugin label,
.plugin select,
.plugin td,
.plugin textarea {
  color: #fff !important;
}
.main-content {
  box-sizing: border-box;
  z-index: 100;
  position: relative;
  padding: 0 0 120px;
}
.main-content .container {
  width: 100%;
  display: flex;
}
.content {
  min-height: 300px;
  box-sizing: border-box;
  padding: 0 40px 0px;
}
.content-top {
  background: #f5f5f5;
  margin: 0 0 35px;
  padding: 8px 15px;
  min-height: 32px;
}
.content-title {
  color: #7f7f7f;
  font-size: 20px;
  font-weight: normal;
  position: relative;
  min-height: 32px;
  padding-left: 30px;
  margin: 0;
  float: left;
}
.content-title:before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 18px;
  top: 8px;
  background: url(../../../images/layout03/common/title_arrow.png);
}
.search-title h1 {
  font-weight: normal;
  margin: 0;
  font-size: 20px;
  display: inline-block;
}
.search-title:before {
  content: "\f105";
  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;
  margin-right: 5px;
}
/*------------ / site_main ------------*/
/*------------ site_footer ------------*/
.site-footer {
  background: #000;
  background-size: cover;
  position: relative;
}
.footer_top {
  color: #a1a1a1;
  font-size: 12px;
  padding: 40px 0 85px;
}
.footer_bottom {
  position: absolute;
  top: 39px;
  max-width: 100%;
  width: 1330px;
  margin: auto;
  left: 0;
  right: 0;
}
.site-footer .col {
  float: left;
}
.site-footer .tit {
  display: none;
}
.site-info {
  width: 100%;
  order: 2;
  background: #000;
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #454545;
}
.site-info .ic {
  font-size: 24px;
  vertical-align: middle;
  margin: 0 4px 3px 0;
}
.site-info .list-v {
  max-width: 1330px;
  margin: auto;
  padding: 0px 0;
  left: 190px;
  position: relative;
  z-index: 20;
  box-sizing: border-box;
  font-size: 14px;
}
.site-info li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  letter-spacing: 1px;
}
.site-info li a:hover {
  color: #fff;
  text-decoration: underline;
}
.site-info li span,
.site-info li a {
  color: #fff;
}
.site-info li > a,
.site-info li > span {
  display: inline-block;
  padding: 11px 0;
}
.site-map {
  font-size: 14px;
  width: 50%;
  position: relative;
  z-index: 5;
}
.site-map ul {
  box-sizing: border-box;
  float: left;
}
.site-map ul + ul {
  margin: 0 0 0 45px;
}
.site-map ul li {
  margin-bottom: 14px;
}
.site-map ul li a {
  padding: 0 5px;
}
.site-map ul li a:hover {
  color: #8b2d31;
  text-decoration: underline;
}
.site-footer .fllow {
  float: right;
  width: 50%;
  text-align: right;
}
.fllow .share {
  margin: 55px 0px 0px 0px;
  vertical-align: bottom;
  text-align: left;
  width: 250px;
  padding-left: 10px;
  box-sizing: border-box;
}
.fllow * {
  display: inline-block;
  vertical-align: middle;
}
.fllow p {
  display: block;
  margin: 15px 0 0 0;
  font-size: 12px;
  color: #aaa;
}
.fllow .qr-inner {
  margin: 0 15px 0 0;
}
.copy_box {
  text-align: left;
  font-size: 12px;
  color: #a1a1a1;
  width: 240px;
  float: right;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
  position: absolute;
  right: 10%;
  bottom: 88%;
  margin-right: -27px;
  z-index: 400;
  transition: all 0.3s ease;
}
.floating .gotop {
  background-image: url(../../../images/layout03/common/gotop.png);
  width: 70px;
  height: 70px;
}
.floating .gotop:hover {
  background-position: 0 100%;
}
.footer_top .container {
  position: static;
  display: flex;
  flex-wrap: wrap;
}
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
  color: #aaaaaa;
  font-size: 13px;
}
.breadcrumb li,
.breadcrumb li a {
  display: inline;
  transition: all 0.2s;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb li + li:before {
  content: "| ";
  margin: 0px 2px;
}
.products-breadcrumb {
  line-height: 1;
  display: inline-block;
  padding: 0 10px 0 5px;
  white-space: nowrap;
  margin: 9px 0 9px 10px;
  color: #999;
  float: right;
}
.products-breadcrumb a:hover {
  color: #ffffff;
}
.products-breadcrumb li:first-child a span {
  display: inline-block;
}
.products-breadcrumb li:first-child a:before {
  content: "";
}
.products-breadcrumb li + li:before {
  content: "/ ";
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
  width: 250px;
  box-sizing: border-box;
  line-height: 1.5;
  display: table-cell;
  vertical-align: top;
  padding: 0px 0 0 0;
  margin-right: 45px;
}
.side-region {
  padding: 32px 20px 45px;
  box-shadow: 1px 1px 10px #dadada;
}
.content:before {
  content: "";
  display: block;
  width: 100%;
  background: url(../../../images/layout03/common/shadow.png) center bottom
    no-repeat;
  height: 12px;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
}
.content {
  position: relative;
}
.has-side .content {
  width: calc(100% - 265px);
  box-sizing: border-box;
  padding: 0;
}
.side_logo {
  display: none;
}
.side .title {
  max-width: 220px;
  color: #000;
  font-family: "Oswald", Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro",
    "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ",
    "맑은 고딕", sans-serif;
  font-size: 22px;
  border-width: 0 1px;
  padding-bottom: 15px;
  box-sizing: border-box;
  background-size: 18px;
  position: relative;
}
.side .title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 128px;
  height: 3px;
  background-color: #5d5d5d;
}
.side .title:after {
  content: "";
  position: absolute;
  right: 30%;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #8b2c30;
}
.side-nav {
  max-width: 220px;
  margin-top: 20px;
}
.side-nav li a {
  position: relative;
  display: block;
  transition: all 0.2s;
  line-height: 1.2;
}
.side-nav > li {
  border-bottom: 1px solid #ececec;
}
.side-nav > li > a {
  padding: 12px 22px;
  color: #000;
  font-size: 15px;
  position: relative;
  font-weight: 500;
}
.side-nav > li > a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background: #5d5d5d;
  top: calc(50% - 1px);
  left: 0;
}
.side-nav > li > a:hover,
.side-nav > li.active > a,
.side-nav > li.active2 > a {
  color: #8b2c30;
  font-weight: bold;
}
.side-nav > li.active > a:before {
  background: #8b2c30;
}
.side-nav > li.active > a:after,
.side-nav > li.active2 > a:after,
.side-nav > li:hover > a:after {
  opacity: 0;
}
.side-nav ul {
  font-size: 15px;
  display: none;
  margin: 0px 0;
}
.side-nav ul li a {
  padding: 6px 25px 6px 40px;
  color: #7f7f7f;
  font-size: 15px;
  transition: all 0.3s ease;
}
.side-nav ul li:hover > a,
.side-nav ul li.active > a,
.side-nav ul li.active2 > a {
  color: #8b2c30;
}
.side-nav ul ul {
  padding-left: 25px;
}
.side-nav > li.active2 > ul {
  display: block;
}
/*------------ / side ------------*/
/*------------ pagination ------------*/
.pagination li a,
.pagination li span {
  min-width: 30px;
  height: 30px;
  line-height: 28px;
  color: #6c6c6c;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
}
.pagination li a:hover,
.pagination li.active a {
  color: #8b2d31;
}
.pagination li a.controls {
  color: #777;
  background: none;
  height: 30px;
  font-size: 22px;
  line-height: 42px;
  font-size: 0;
}
.pagination li a.controls i {
  font-size: 16px;
  line-height: 23px;
}
.pagination li a.controls:hover {
  color: #ffffff;
}
/*------------ / pagination ------------*/
/*-----reminder-----*/
.reminder {
  text-align: left;
  margin: 0 0 45px 0;
  font-size: 16px;
  color: #616161;
}
.reminder b:before {
  font-family: "icon-font-41" !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: "\e928";
  color: #c28588;
  font-size: 18px;
  vertical-align: text-bottom;
}
.requrin_txt {
  color: #c28588;
}
/*-----form-detail-----*/
.form-box .captcha a {
  margin-left: 5px;
}
.form-control,
.page-info .form-control {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  color: #444;
  border: 1px solid #ececec;
  background: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 6px;
  border-radius: 0;
}
.form-control:focus {
  outline: none;
  border-color: #b2b3ba;
}
textarea.form-control {
  padding: 8px 10px;
  line-height: 1.4;
  resize: vertical;
  height: 90px;
}
/*-----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-----*/
.contact-form {
  margin-top: 60px;
}
.contact-form .form-box {
  box-shadow: 1px 1px 10px #ddd;
  padding: 25px 35px;
}
.contact-form .form-box .form-group {
  padding: 20px 0 20px;
  line-height: 30px;
  border-bottom: 1px solid #ececec;
}
.contit b {
  display: inline-block;
  vertical-align: bottom;
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: normal;
  margin-right: 5px;
}
.contit {
  position: relative;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 3px solid #ececec;
  padding-bottom: 4px;
  margin: 0 0 10px;
  text-align: left;
}
.contit:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-top: 3px solid #8b2c30;
  width: 76px;
}
.form-wrap {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.form-wrap.has-bg:before,
.form-wrap.has-bg:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 275px;
  height: 216px;
  background: url("../../../images/layout03/common/contact/bg.png");
  z-index: -1;
  pointer-events: none;
}
.form-wrap.has-bg:before {
  top: 0;
  left: 0;
}
.form-wrap.has-bg:after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.form-box {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 15;
  background: #fff;
  padding: 20px 25px 0px;
}
.form-box .name .radio-box label {
  color: #000;
}
.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;
}
.form-box .required:after {
  font-family: "icon-font-41" !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: "\e928";
  color: #c28588;
  font-size: 18px;
  vertical-align: text-bottom;
  padding-left: 7px;
}
.form-box .form-group {
  padding: 12px 0 6px;
  line-height: 30px;
  border-bottom: 1px solid #ececec;
}
.form-box .form-group:after {
  content: "";
  display: block;
  clear: both;
}
.form-box .control-label {
  display: block;
  color: #000;
  font-size: 15px;
  line-height: inherit;
  float: left;
}
.form-box .control-box {
  position: relative;
  margin-left: 180px;
}
.form-box .control-box select {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #444;
  border: 1px solid #ececec;
  background: #f5f5f5;
  box-sizing: border-box;
  margin-bottom: 6px;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 8px;
}
.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;
  width: 49%;
  max-width: 280px;
}
/*----- success-box -----*/
.success-box {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  padding: 30px 0 0 0;
}
.success-box .msg {
  color: #ccc;
  font-weight: bold;
  font-size: 22px;
  margin: 0 0 15px;
}
.success-box .msg:after {
  content: "";
  display: block;
  width: 58px;
  border-top: 2px dotted #ddd;
  margin: 15px auto 15px;
}
.success-box .msg i {
  display: none;
}
.success-box .btn-box {
  background: none;
}
/*------------ lightbox ------------*/
/*************fancybox-close*************/
body .fancybox-close {
  background: url(../../../images/layout03/common/lightbox_close.png) no-repeat;
  width: 45px;
  height: 45px;
  right: 0px;
  top: 10px;
}
body .fancybox-close:hover {
  background-position: 0 100%;
}
.fancybox-album .fancybox-title:before {
  content: "ALBUM";
  display: block;
  color: #8b2c30;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  line-height: 1.5;
}
.fancybox-album .fancybox-title {
  color: #ececec;
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro",
    "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕",
    sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.075em;
  border-left: 1px solid #444;
  padding: 0 50px 0 15px;
  margin: 0 40px 20px;
}
.fancybox-album .photo-pager {
  color: #545454;
  font-size: 12px;
  text-align: center;
  border-bottom: 2px dotted #ddd;
  padding: 8px 20px 8px;
  background: #fff;
}
.fancybox-album .photo-pager b {
  color: #8b2c30;
  font-size: 14px;
  text-decoration: underline;
}
.fancybox-album .photo-intro {
  padding: 10px 5px;
  font-size: 15px;
  background: #f5f5f5;
}
body .fancybox-skin {
  background: #fff;
  margin: 20px 40px;
  border-radius: 0px;
  border-radius: 0;
}
body .fancybox-inner {
  background: #fff;
  border-radius: 0;
  overflow: hidden !important;
}
.lightbox-wrapper {
  padding: 40px;
  max-width: 100%;
  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/layout03/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;
}
body .fancybox-nav span {
  visibility: visible;
  width: 35px;
  height: 70px;
  background: url(../../../images/layout03/common/album/lightbox_arrow.png)
    no-repeat;
  left: -60px;
}
body .fancybox-next span {
  left: auto;
  background-position: 100% 0;
  right: -60px;
}
.fancybox-prev:hover span {
  background-position: 0 100%;
}
.fancybox-next:hover span {
  background-position: 100% 100%;
}
.photo-title {
  background: #f9f7fb;
  color: #9a7f64;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  padding: 15px 15px 0;
}
.photo-intro {
  padding: 10px 5px;
  font-size: 15px;
}
/*------------ / lightbox ------------*/
.form-radio:before {
  background-image: url("../../../images/layout03/common/form_radio.png");
  margin: 0 3px 4px 0;
}
.form-checkbox:before {
  background-image: url("../../../images/layout03/common/form_checkbox.png");
}
/*------------ mobile_menu ------------*/
.mmenu-show #mobile-fixed ul {
  border-bottom: 1px solid #444;
}
.mmenu-show #mobile-fixed li {
  background: #111;
}
.mmenu-show #mobile-menu .menu li > a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
  color: #111;
}
.mmenu-show #mobile-menu .language-menu {
  background: #111;
  color: #fff;
}
.mmenu-show #mobile-menu .share-menu {
  background: #414042;
}
.mmenu-show #mobile-search {
  background: #d8d8d8;
}
.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-fixed .m-contact {
  font-size: 0;
}
.mmenu-show #mobile-fixed .m-contact i {
  font-size: 28px;
}
/*------------ / mobile_menu ------------*/
.contact-title {
  font-size: 18px;
  text-align: center;
  margin: 0 0 15px;
}
@media screen and (max-width: 1280px) {
  .service-box {
    margin-top: 120px !important;
  }
  .about-sect .index_more {
    margin: 0 40px !important;
  }
  .about-sect .txt-box {
    padding: 30px 40px 15px !important;
  }
  .about-sect .col.txt {
    padding: 22px 0 22px 30px !important;
  }
  .about-sect .col.pic {
    left: -150px;
  }
  .about-sect .col.pic::before {
    width: 700px !important;
    height: 500px !important;
    background-size: auto !important;
    background-position: -60% 50% !important;
  }
  .wrapper {
    padding-top: 110px;
  }
  .site-title .logo {
    width: 300px;
    height: 40px;
  }
  .site-nav .menu {
    padding: 5px 0;
  }
  .site-nav .menu li {
    width: 80px;
    margin-left: 15px;
  }
  .top-nav {
    top: 18px;
  }
  .site-header .container {
    height: 100px;
  }
  .site-nav .menu li a {
    font-size: 15px;
    padding: 4px 5px;
  }
  .site-map ul + ul {
    margin: 0 0 0 20px;
  }
  .site-title {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1024px) {
  .products-sect .index_more {
    top: 16% !important;
  }
}

@media screen and (max-width: 1000px) {
  .about-sect .title h2,
  .service-sect .title h2,
  .news-sect .title h2,
  .products-sect .title h2,
  .album-sect .title h2 {
    font-size: 30px !important;
  }
  .products-sect .title span {
    bottom: -25px;
    left: calc(50% - 50px);
  }

  .site-title {
    margin-top: 0;
  }
  .site-header .container {
    height: 70px;
  }
  .btn.style01,
  .btn.back {
    width: 160px;
  }
  .search-box:after {
    color: #111;
    top: 0;
  }
  .breadcrumb {
    display: none;
  }
  .main-top {
    padding: 10px 0;
  }
  .main-top .main-title {
    display: block;
    font-size: 24px;
    text-align: center;
    display: none;
  }
  .main-title:before,
  .main-title:after {
    content: "。";
  }
  .site-header,
  .header-fixed .site-header {
    position: relative;
    width: 100%;
    z-index: 600;
  }
  .wrapper {
    padding-top: 40px;
  }
  .content:before {
    display: none;
  }
  .site-footer .tit {
    display: none;
  }
  .main-top {
    margin-bottom: 10px;
  }
  .has-side .content,
  .content {
    padding: 0px 0px 0px;
  }
  /*------------ site_header 1000 ------------*/
  .site-title,
  .header-fixed .site-title {
    float: none;
    padding: 15px 0;
  }
  .site-title .logo,
  .header-fixed .site-title .logo {
    background-image: url(../../../images/layout03/common/logo.png);
  }
  .top-nav,
  .site-nav {
    display: none;
  }
  /*------------ / site_header 1000 ------------*/
  /*------------ site-footer 1000 ------------*/
  .site-footer {
    padding: 25px 0 0px;
  }
  .site-map,
  .fllow .share {
    display: none;
  }
  .site-footer .col {
    float: none;
    width: 100%;
    text-align: center;
  }
  .site-info li,
  .site-info p {
    display: inline-block;
  }
  .site-info p {
    margin: 0 0 0 10px;
  }
  .site-info li + li {
    margin: 0 0 0 20px;
  }
  .site-info li > a,
  .site-info li > span {
    display: inline-block;
    padding: 3px 0;
  }
  .site-footer .fllow {
    padding: 0px 0 0 0;
    position: relative;
  }
  .fllow p {
    margin: 15px 0 0 0;
  }
  .fllow .qr-inner {
    margin: 0 auto 20px;
    display: block;
    max-width: 100px;
  }
  .copy_box {
    float: none;
    width: 100%;
    text-align: center;
  }
  .follow p {
    display: block;
  }
  .footer_to {
    padding: 20px 0;
  }
  .footer_top,
  .footer_top .container {
    padding: 0;
  }
  .footer_bottom {
    position: static;
    padding-bottom: 30px;
    background: #000000;
  }
  .copy_box {
    color: #fff;
  }
  .copy_box .author {
    display: inline-block;
  }
  .site-info {
    position: static;
    padding: 60px 15px 30px;
  }
  .site-info .list-v {
    left: 0;
  }
  .ibtn.fb {
    top: 100%;
    margin-top: 0px;
    left: 0;
    right: 0;
    width: 160px;
  }
  /*------------ / site-footer 1000 ------------*/
  /*------------ floating 1000 ------------*/
  .gotop {
    display: none;
  }
  .floating .ibtn.gotop {
    background: url(../../../images/layout03/common/mobile_gotop.png) 50% 50%
      no-repeat;
  }
  .floating .gotop:before,
  .floating .gotop:after {
    display: none;
  }
  /*------------ / floating 1000 ------------*/
  .contact-title .reminder {
    margin: 0 45px;
  }
  .contact-title {
    margin: 0 5px 15px;
  }
  .contact-title .reminder {
    margin: 0;
  }
  .reminder {
    margin-bottom: 25px;
  }
  .form-box,
  .form-wrap.has-bg {
  }
  .form-wrap.has-bg {
    background: none;
  }
  .form-box {
    padding: 20px 15px 0px;
  }
  .copy_box {
    text-align: center;
  }
  .form-box .control-label {
    float: none;
  }
  .form-box .control-box {
    margin-left: 0;
  }
  .content-top,
  .content-title {
    min-height: 28px;
  }
  .content-title {
    font-size: 18px;
  }
  /* .content-title:before {
    top: 2px;
  } */
  .fancybox-album .fancybox-skin {
    margin: 0 0 80px;
  }
  .fancybox-album .fancybox-title {
    margin: 0 0 20px;
  }
  .fancybox-album .fancybox-nav span {
    top: 100%;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 20px;
    height: 40px;
    -webkit-background-size: 40px 80px;
    background-size: 40px 80px;
  }
  .fancybox-album .fancybox-prev span {
    left: 0;
  }
  .fancybox-album .fancybox-next span {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .about-sect .txt-box .index-about-editor .editor {
    margin-top: 50px;
  }
  .about-sect .index_more {
    margin: 0 auto !important;
  }
  .about-sect .col.txt {
    padding: 0 0 60px !important;
  }
  .about-sect .title span {
    left: calc(50% - 40.5px);
    bottom: -25px;
  }
  .about-sect .txt-box {
    padding: 0px 15px 15px !important;
  }
  .about-sect .row {
    display: flex;
    align-items: flex-end;
  }
  .about-sect .col.pic {
    left: calc(50% - 350px) !important;
  }
  .about-sect .col.pic::before {
    background-position: 5% 50% !important;
  }
  .about-sect {
    height: 925px !important;
  }
  .pagination li a.controls {
    bottom: -30px;
    margin: 0;
  }
  .service-box {
    padding: 30px 35px !important;
  }
  .service-sect .title span {
    bottom: -25px;
    left: calc(50% - 58px);
  }
  .news-sect .title h2 {
    margin-top: 0;
  }
  /*------------ site-main 767 ------------*/
  .main-content {
    padding: 0 0 40px;
  }
  /*------------ / site-main 767 ------------*/
  /*------------ site-footer 767 ------------*/
  .site-info li {
    display: block;
  }
  .site-info li + li {
    margin: 0;
  }
  .btn.style01 {
    display: inline-block !important;
  }
  /*------------ / site-footer 767 ------------*/
}

@media screen and (max-width: 480px) {
  .service-sect .index_more {
    margin-top: 20px !important;
  }
  .site-title .logo {
    width: 250px;
    height: 30px;
  }
  .about-sect .txt-box .index-about-editor .editor {
    line-height: 1.65 !important;
    margin-top: 40px !important;
    font-size: 15px !important;
    color: #444 !important;
  }
  .service-sect .editor {
    line-height: 1.65 !important;
    font-size: 15px !important;
    color: #444 !important;
  }
  .service-sect .title {
    margin: 0px auto 50px;
  }
  .service-box {
    margin-top: 50px !important;
  }
  .service-sect:before {
    height: 300px !important;
  }
  .news-list .item .description,
  .news-list .item .date {
    font-size: 14px !important;
  }
  .btn.style01,
  .btn.back {
    width: 100px !important;
    height: 44px !important;
    line-height: 44px !important;
  }
  .contact-form .form-box {
    padding: 0px 15px;
  }
  .site-header .container {
    height: 65px;
  }
  .about-sect .title h2,
  .service-sect .title h2,
  .news-sect .title h2,
  .products-sect .title h2,
  .album-sect .title h2 {
    font-size: 20px !important;
  }
  .title span {
    font-size: 13px !important;
  }
  .about-sect .title span {
    left: calc(50% - 28px);
    bottom: -20px;
  }
  .service-sect .title span {
    bottom: -20px;
    left: calc(50% - 40.5px);
  }
  .news-sect .title span {
    bottom: -20px;
    left: calc(50% - 23.5px);
  }
  .products-sect .title span {
    bottom: -20px;
    left: calc(50% - 34.5px);
  }
  .album-sect .title span {
    bottom: -20px;
    left: calc(50% - 37.7px);
  }
}
