@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i,900");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
/*------------ basic ------------*/
body {
  color: #777;
  background: #fff;
  background-position: center 172px;
}
.editor {
  letter-spacing: 1px;
}
.content-nav-menu {
  display: none;
}
/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.header-sheet {
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 1px #8cc987;
  color: #444;
}
.header-sheet .close-ontop {
  color: #000;
}
.header-sheet a {
  color: #8cc987;
}
.close-ontop {
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
/*---! 隱私權 ---*/
/*--- back-btn ---*/
.btn.back {
  background: #fff;
  border: 1px solid #8cc987;
  color: #8cc987;
  width: 125px;
  height: 30px;
  text-indent: inherit;
  margin: 0px auto;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.btn.back:hover {
  background: #8cc987;
  color: #fff;
}
/*--- fb-btn ---*/
.ibtn.fb {
  transition: all 0.3s ease;
  width: 85px;
  height: 85px;
  position: relative;
  overflow: inherit;
  margin-top: 0;
  text-indent: unset;
  font-size: 0;
}
.ibtn.fb:hover {
  opacity: 0.8;
}
/*--- style01-btn ---*/
.btn.style01 {
  transition: all 0.3s ease;
  line-height: 40px;
  border-radius: 9px;
  background: #fff;
  border: 1px solid #8cc987;
  color: #8cc987;
  font-size: 18px;
  font-weight: bold;
  padding: 0 15px;
  margin: 0 20px 15px;
  position: relative;
  max-width: 250px;
  width: 100%;
}
.btn.style01 i {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  background-image: url(../../../images/layout01-5/common/icons.png);
}
.btn.style01 i {
  background-position: -180px -87px;
  right: 10px;
}
.btn.style01.arrowL i {
  background-position: -160px -87px;
  left: 10px;
  width: 20px;
  height: 20px;
}
.btn.style01:hover {
  background: #8cc987;
  color: #fff;
}
.btn.style01 i {
  color: #8cc987;
}
.btn.style01:hover i {
  color: #fff;
  transition: all 0.2s;
}
/*--- style02-btn ---*/
.btn.style02 {
  background: #fff;
  border: 1px solid #8cc987;
  color: #8cc987;
  font-size: 16px;
  text-align: center;
  padding: 0 10px;
  min-width: 120px;
  line-height: 40px;
  border-radius: 8px;
  margin: 0 2px 10px;
}
.btn.style02:before {
  font-family: "icon-font" !important;
  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: "\e1002";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
  color: #8cc987;
  vertical-align: middle;
  margin-top: -4px;
}
.btn.style02:hover {
  background: #8cc987;
  color: #fff;
}
.btn.style02:hover:before {
  color: #fff;
}
/*------------ / btn ------------*/
.banner {
  padding: 0;
  margin: auto;
  position: relative;
  z-index: 2;
  background: url(../../../images/layout01-5/common/index-bg-1.png) no-repeat;
  background-position: center top;
}
.banner .container {
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.banner:before {
  display: none;
}
/*------------ site_header ------------*/
.wrapper {
  padding-top: 142px;
}
.site-header {
  text-align: center;
  background: #fff;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
}
.site-title {
  padding: 65px 0 27px;
  float: left;
  transition: all 0.3s ease;
}
.site-title .logo {
  color: transparent;
  background: url(../../../images/layout01-5/common/logo.png) 50% 50% no-repeat;
  background-size: contain;
  width: 202px;
  height: 50px;
  transition: all 0.3s ease;
}
.site-title .logo:hover {
  opacity: 0.7;
}
/*------------ top-nav ------------*/
.top-nav {
  position: absolute;
  right: 5px;
  z-index: 35;
  top: 25px;
}
/*詢價車*/
.func-menu > li.gocart {
  margin-top: 8px;
}
.func-menu > li.gocart .toggleBtn .num {
  color: #fff;
  background: #8cc987;
}
.func-menu > li.gocart .price {
  color: #8cc987;
  letter-spacing: 0.035em;
}
.func-menu .cart-box {
  border: 2px solid #8cc987;
  background: #fff;
}
.func-menu .cart-box .btn {
  background: #8cc987;
  color: #fff;
}
.func-menu .cart-box .btn:hover {
  background: #f3dca5;
  color: #fff;
}
.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: #8cc987;
}
/*數量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: #8cc987;
}
.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: #8cc987;
  background: #8cc987;
  color: #fff;
}
.products-intro .pd-intro .btn-group .btn.addcart {
  background: #8cc987;
  color: #fff;
}
.products-intro .pd-intro .btn-group .btn.addcart:hover {
  background: #dfc482;
  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: #222;
  font-size: 13px;
  border-left: solid thin #ddd;
  line-height: 16px;
  min-width: 28px;
  text-align: center;
  padding-left: 5px;
  transition: all 0.3s ease;
}
.top-nav .language li a:hover {
  color: #8cc987;
  text-decoration: underline;
}
/*---- 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 {
  border: 1px solid #eeeeee;
  height: 32px;
  line-height: 30px;
  margin: 0;
  padding: 0 42px 0 12px;
  border-radius: 15px;
}
.site-header .search-box .form-control:focus {
  outline: none;
  border-color: #8cc987;
}
.search-box .search {
  z-index: 1;
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  right: 0;
  top: 1px;
}
.search-box:after {
  font-family: "icon-font" !important;
  content: "\e901";
  font-size: 22px;
  position: absolute;
  right: 6px;
  top: -3px;
  transition: all 0.3s ease;
  color: #bbbbbb;
}
.search-box:hover:after {
  color: #8cc987;
}
/*------------site-nav ------------*/
.site-nav {
  float: right;
  margin: 80px 0 0;
  transition: all 0.3s ease;
  border-radius: 5px;
  line-height: 12px;
}
.site-nav .menu {
  display: inline-block;
}
.site-nav .menu li {
  position: relative;
}
.site-nav .menu > li:nth-last-child(-n) {
  display: none;
}
.site-nav .menu > li > a {
  line-height: 50px;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 0px 19px;
  transition: all 0.3s ease;
  z-index: 0;
  color: #566855;
  font-weight: 500;
  z-index: 601;
}
.site-nav .menu > li:nth-child(n) > a:hover,
.site-nav .menu > li:nth-child(n).active > a,
.site-nav .menu > li:nth-child(n).active2 > a {
  color: #76be70;
}
.site-nav .menu > li + li:before {
  content: " | ";
  display: block;
  width: 1px;
  height: 10px;
  float: left;
  margin-top: 18px;
  color: #ebebeb;
  left: -3px;
  position: relative;
}
.site-nav .menu > li > a::after {
  content: "";
  display: block;
  background: #b4dbb0;
  width: 0;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
  bottom: -16px;
  z-index: 601;
}
.site-nav .menu > li.active > a:after,
.site-nav .menu > li.active2 > a:after,
.site-nav .menu > li:hover > a:after {
  width: 56px;
}
.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: 16px 0 0 -95px;
}
.site-nav .menu > li > ul:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  background: transparent;
  height: 44px;
  width: 100%;
}
.site-nav .menu li ul li {
  margin: 0 0 0px 0;
  padding: 0px 0 0 0;
  width: auto;
  text-align: center;
}
.site-nav .menu ul li a {
  font-weight: bold;
  line-height: 1.4;
  display: block;
  padding: 10.5px 15px;
  position: relative;
  font-size: 15px;
  transition: all 0.3s ease;
  color: #566855;
  background: #f3f5f3;
  border-bottom: 1px #dae0dd solid;
}
.site-nav .menu ul li:last-of-type a {
  border: 0;
}
.site-nav .menu ul > li.active > a,
.site-nav .menu ul > li.active2 > a,
.site-nav .menu ul > li > a:hover {
  background: #8cc987;
  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 > li.full_menu > ul {
  top: 100%;
}
.site-nav .menu > li.full_menu > ul {
  background: #f3f5f3;
}
.site-nav .menu > li.full_menu ul {
  background: #f3f5f3;
}
.site-nav .menu .full_menu ul li a {
  padding: 6.5px 15px;
  background: transparent;
  border: 0;
}
.site-nav .menu .full_menu ul ul ul {
  padding-left: 30px;
}
.site-nav .menu li.full_menu ul ul li a {
  background: rgb(195 195 195 / 50%);
  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: #8cc987;
  color: #ffffff;
}
.site-nav .menu li.full_menu > ul > li > a:before {
  font-family: "icon-font" !important;
  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: #8cc987;
}
.site-nav .menu > li.full_menu > ul:before {
  height: 67px;
}
/*!滿版清單*/
/*------------share------------*/
.share li {
  display: inline-block;
  margin: 0 4px;
}
.share .btn {
  font-size: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid transparent;
  text-align: center;
  color: #c5d2c7;
}
.share .btn i {
  display: block;
  font-size: 17px;
  line-height: 30px;
}
.share .btn {
  color: #c5d2c7;
}
.share .btn:hover {
  color: #fff;
  border: 1px solid transparent;
}
.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);
  background: #fff;
  width: 100%;
  -moz-transition: height 0.3s ease, width 0.3s ease, background-color 0.3s ease;
  -o-transition: height 0.3s ease, width 0.3s ease, background-color 0.3s ease;
  -webkit-transition: height 0.3s ease, width 0.3s ease,
    background-color 0.3s ease;
  transition: height 0.3s ease, width 0.3s ease, background-color 0.3s ease;
}
.header-fixed .language,
.header-fixed .search-box {
  display: none;
}
.header-fixed .site-title {
  padding: 15px 0;
}
.header-fixed .site-title .logo {
  height: 40px;
  width: 162px;
}
.header-fixed .site-nav {
  margin-top: 14px;
}
.header-fixed .site-nav .menu > li > a {
  border-radius: 10px;
}
.header-fixed .site-nav .menu > li > a:after {
  bottom: -7px;
}
.header-fixed .func-menu > li.gocart {
  margin-top: 6px;
}
.header-fixed .top-nav {
  top: -5px;
}
.header-fixed .site-nav .menu > li > ul:before {
  height: 0;
}
.header-fixed .site-nav .menu > li.full_menu ul {
  margin-top: 0px;
}
.header-fixed .site-nav .menu > li.full_menu > ul:before {
  height: 20px;
}
.header-fixed .site-nav .menu > li > ul {
  margin: 6px 0 0 -95px;
}
.header-fixed .site-nav .menu > li:nth-child(n) > a:hover,
.header-fixed .site-nav .menu > li:nth-child(n).active > a,
.header-fixed .site-nav .menu > li:nth-child(n).active2 > a {
  top: 0;
}
/*------------ / fixed ------------*/
/*------------ site_main ------------*/
.main-top {
  text-align: right;
  margin-bottom: 30px;
  margin-top: 5px;
}
.main-top .main-title {
  display: none;
}
.main-top .container {
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.main-content {
  box-sizing: border-box;
  z-index: 100;
  position: relative;
  padding: 0 0 100px;
}
.main-content .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.content {
  min-height: 300px;
  box-sizing: border-box;
}
.content-top {
  border-width: 1px 0;
  padding: 3px 0 3px;
  margin: 0 0 40px 0px;
  overflow: hidden;
  position: relative;
  background: #f2f4f2;
}
.content-title {
  position: relative;
  padding: 5px 0 5px 0px;
  color: #566855;
  font-size: 18px;
  font-family: "微軟正黑體", "Oswald", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  min-height: 30px;
  /* float: left; */
  text-align: center;
  margin: 0;
  font-weight: 500;
}
.search-title h1 {
  color: #444444;
  font-weight: normal;
  margin: 0;
  font-size: 20px;
  display: inline-block;
}
/*------------ / site_main ------------*/
/*------------ site_footer ------------*/
.site-footer {
  position: relative;
  border-width: 1px 0;
}
.footer_top {
  padding: 62px 15px 51px;
  background: url(../../../images/layout01-5/common/footer_bg.jpg);
}
.footer_bottom {
  border-width: 1px 0;
  text-align: right;
  color: #c5d2c7;
  background: url(../../../images/layout01-5/common/footer_bg.jpg);
  font-size: 12px;
  padding: 20px 0 20px;
  position: relative;
}
.footer_bottom:before {
  background: #c5d2c7;
  content: "";
  width: 1300px;
  height: 1px;
  display: block;
  position: absolute;
  z-index: 11;
  top: 0px;
  left: calc(50% - 650px);
}
.site-footer .col {
  float: left;
}
.site-footer .tit {
  display: none;
}
.site-info {
  width: 450px;
  font-size: 14px;
  color: #fff;
  min-height: 149px;
}
.site-info ul {
  list-style-type: none;
}
.site-info li .tel a {
  font-size: 40px;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  font-family: "Lato", sans-serif;
  position: relative;
  padding-left: 0;
}
.site-info li {
  position: relative;
  padding: 4px 0;
}
.site-info li span,
.site-info li a {
  color: #fff;
}
.site-info li + li {
  margin: 0px 0 0;
}
.site-info li a {
  display: inline-block;
}
.site-map {
  line-height: 1.2;
  width: 403px;
  font-size: 14px;
  transition: all 0.3s ease;
  padding-top: 10px;
}
.site-map ul {
  box-sizing: border-box;
  float: left;
  padding: 0 10px;
  font-size: 14px;
  letter-spacing: 0.35px;
  color: #c5d2c7;
}
.site-map li + li {
  margin-top: 17.5px;
}
.site-map ul a:hover {
  color: #fff;
}
.site-footer .fllow {
  float: right;
  text-align: right;
}
.fllow .share {
  vertical-align: bottom;
  display: block;
  text-align: right;
  left: 0;
  position: absolute;
  top: 146%;
  margin-top: 1px;
  z-index: 5;
}
.fllow * {
  display: inline-block;
  vertical-align: middle;
}
.fllow p {
  display: block;
  margin: 15px 0 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.fllow .qr-inner {
  margin: 0 0px 0 20px;
  float: right;
  width: 85px;
}
.fllow .qr-inner .ibtn.qr {
  text-indent: unset;
  font-size: 0;
  transition: all 0.3s ease;
}
.fllow .qr-inner .ibtn.qr:hover {
  opacity: 0.8;
}
.copy_box {
  text-align: right;
  font-size: 12px;
  margin: 5px 0;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
  display: none;
  position: absolute;
  right: unset;
  bottom: unset;
  z-index: 400;
  transition: all 0.3s ease;
  left: calc(50% - 32px);
  top: -95px;
}
.floating .gotop {
  background-image: url(../../../images/layout01-5/common/top.png);
  width: 64px;
  height: 64px;
  line-height: 20px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  transition: all 0s;
}
.floating .gotop:hover {
  background-position: 0 100%;
}
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
  text-align: right;
  color: #999;
  font-size: 13px;
  padding: 5px 15px;
  margin-top: 1px;
}
.breadcrumb li,
.breadcrumb li a {
  display: inline;
  transition: all 0.2s;
}
.breadcrumb a:hover {
  color: #8cc987;
}
.breadcrumb li + li:before {
  content: "/";
  margin: 0px 2px;
}
.content-top .breadcrumb {
  background: none;
  float: right;
  color: #999;
  padding: 6px 0;
  margin-top: 6px;
  position: absolute;
  right: 15px;
  top: 0;
}
.products-breadcrumb {
  line-height: 1;
  display: inline-block;
  padding: 0 10px 0 5px;
  white-space: nowrap;
  margin: 0 0 15px;
  float: right;
  color: #999;
  background: none;
}
.products-breadcrumb:before,
.products-breadcrumb:after {
  content: "/";
}
.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: "";
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
  width: 265px;
  box-sizing: border-box;
  line-height: 1.5;
  vertical-align: top;
  padding: 0px 0 0 0;
}
.content {
  position: relative;
}
.has-side .content {
  width: calc(100% - 260px);
  box-sizing: border-box;
}
.side_logo {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 10px;
  letter-spacing: 0.8px;
  display: none;
}
.side_logo span {
  display: block;
  font-weight: 400;
}
.side .title {
  background-size: 100% auto;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 48px;
  color: #000;
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  width: 220px;
  text-align: left;
  box-sizing: border-box;
  font-weight: bold;
}
.side .title::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 36px;
  height: 5px;
  background: #8cc987;
}
.side .title::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #8cc987 transparent transparent transparent;
  position: absolute;
  top: 10px;
  left: 115px;
}
.side-nav {
  max-width: 220px;
}
.side-nav > li {
  margin: 0 0 0px;
}
.side-nav li a {
  font-size: 15px;
  padding: 9px 30px 9px 10px;
  padding-right: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  border-radius: 0;
  transition: all 0.3s;
  position: relative;
  display: block;
  transition: all 0.2s;
  line-height: 1.2;
}
.side-nav > li > a {
  color: #444444;
  background: #f8f8f8;
  border: 1px solid #e7e7e7;
}
.side-nav > li > a:hover,
.side-nav > li.active > a,
.side-nav > li.active2 > a {
  background: #8cc987;
  color: #fff;
  border-color: transparent;
}
.side-nav > li > a:hover:before,
.side-nav > li.active > a:before,
.side-nav > li.active2 > a:before {
  content: "";
  position: absolute;
  background: url(../../../images/layout01-5/common/side_arr.png);
  width: 28px;
  height: 7px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.side-nav ul {
  font-size: 16px;
  display: none;
  margin: 0px 0;
  padding-top: 0px;
  margin-bottom: 15px;
}
.side-nav ul ul {
  padding-top: 5px;
}
.side-nav ul li a {
  line-height: 1.3;
  padding: 6px 10px 6px 32px;
  font-size: 15px;
  transition: all 0.3s ease;
  margin: 1px 0;
}
.side-nav ul ul li a {
  border: none;
}
.side-nav ul li a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #8cc987;
  position: absolute;
  left: 20px;
  top: 12px;
  opacity: 0;
  transition: all 0.3s ease;
}
.side-nav ul li:hover > a,
.side-nav ul li.active > a,
.side-nav ul li.active2 > a {
  color: #8cc987;
}
.side-nav ul li:hover > a:before,
.side-nav ul li.active > a:before,
.side-nav ul li.active2 > a:before {
  opacity: 1;
}
.side-nav ul ul {
  padding-left: 25px;
}
.side-nav > li.active2 > ul {
  display: block;
}
/*------------ / side ------------*/
/*------------ pagination ------------*/
.pagination li a,
.pagination li span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  padding: 0 5px;
  margin: 0;
  border-radius: 50%;
  box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
  text-decoration: underline;
  color: #8cc987;
}
.pagination li a.controls {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-bottom: 2px;
  color: #fff;
  background-color: #538950;
  font-size: 0;
}
.pagination li a.controls i {
  font-size: 16px;
  line-height: 23px;
}
.pagination li a.controls:hover {
  background-color: #8cc987;
}
.page-info .form-control {
  color: #999;
  border: 1px solid #ddd;
}
.page-info .form-control:focus {
  border-color: #8cc987;
}
/*------------ / pagination ------------*/
/*-----reminder-----*/
.reminder {
  text-align: center;
  margin: 0 0 45px 0;
}
.reminder b {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 2px 0;
  width: 3px;
  height: 3px;
  border: 3px solid #8cc987;
  border-radius: 5px;
}
/*-----form-detail-----*/
.form-control {
  color: #666666;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 6px;
  height: 30px;
  line-height: 28px;
}
.form-control:focus {
  border: 1px solid #8cc987;
}
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;
  border: 3px solid #ddd;
  max-width: 1000px;
  margin: 0 auto;
  background: #f4f4f4;
  border-radius: 20px;
  padding-bottom: 30px;
}
.form-box .name .radio-box {
  position: static;
}
.form-box {
  position: relative;
  margin: 0 auto;
  max-width: 880px;
  padding: 30px 30px 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;
}
.form-box .required:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0px 2px 10px;
  width: 3px;
  height: 3px;
  border: 3px solid #8cc987;
  border-radius: 5px;
}
/*----- success-box -----*/
.success-box {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border: 0px solid #e8e8e8;
  text-align: center;
  padding: 4% 15px;
}
.success-box .msg {
  max-width: 600px;
  border-bottom: 1px dashed #ccc;
  color: #538950;
  font-size: 24px;
  font-weight: bold;
  padding: 5px 0;
  line-height: 1.5;
  margin: 0 auto 20px;
}
.success-box .msg i {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
}
.success-box .msg i:before {
  content: "\f046";
  position: relative;
  font-size: 30px;
  color: #538950;
  font-family: "icon-font" !important;
  font-style: normal;
  display: block;
  padding: 0 7px 0 0;
  top: 4px;
}
/*------------ lightbox ------------*/
body .fancybox-close {
  background: none;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  background: #333;
  border-radius: 50%;
  transition: all 0.3s ease;
}
body .fancybox-close:after {
  content: "\cc900";
  font-size: 16px;
  font-family: "icon-font" !important;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0px;
  left: 7px;
}
body .fancybox-close:hover {
  background: #8cc987;
}
body .fancybox-skin {
  background: #fff;
  margin: 20px 40px;
  border-radius: 20px;
  border: 3px solid #ccc;
}
body .fancybox-nav span {
  visibility: visible;
  background: url("../../../images/layout01-5/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;
}
.fancybox-album .fancybox-image,
.fancybox-album .fancybox-inner {
  max-height: unset !important;
  object-fit: unset;
}
.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/layout01-5/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 {
  border: 1px dashed #ddd;
  border-width: 1px 0;
  color: #333;
  font-size: 20px;
  line-height: 1.5;
  padding: 5px 70px 5px 10px;
  min-height: 28px;
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro",
    "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕",
    sans-serif;
}
.photo-intro {
  padding: 15px 10px 5px;
}
.photo-pager {
  float: right;
  color: #999;
  font-size: 20px;
  line-height: 1.5;
  padding: 5px 10px 0;
}
.photo-pager b {
  color: #eb4130;
}
/*------------ / lightbox ------------*/
.form-radio:before {
  background-image: url("../../../images/layout01-5/common/form_radio.png");
  margin: 0 3px 4px 0;
}
.form-checkbox:before {
  background-image: url("../../../images/layout01-5/common/form_checkbox.png");
}
/*------------ mobile_menu ------------*/
.mmenu-show #mobile-fixed ul {
  border-bottom: 1px solid #8cc987;
}
.mmenu-show #mobile-fixed li {
  background: #8cc987;
}
.mmenu-show #mobile-menu .menu li > a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
  color: #8cc987;
}
.mmenu-show #mobile-menu .language-menu {
  background: #8cc987;
  color: #fff;
}
.mmenu-show.mmenu-open #mobile-menu {
  background: #eee;
}
.mmenu-show #mobile-search {
  background: #8cc987;
}
.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: 30px;
}
.mmenu-show #mobile-fixed .m-contact {
  font-size: 0;
}
.mmenu-show #mobile-fixed .m-contact i {
  font-size: 28px;
}
.mmenu-show #mobile-menu .share .btn:hover {
  color: #8cc987 !important;
}
.mmenu-show #mobile-menu .share .btn.cm-instagram:hover i {
  background: -webkit-radial-gradient(
      32% 106%,
      circle cover,
      #8cc987 0%,
      #8cc987 10%,
      #8cc987 28%,
      #8cc987 42%,
      transparent 82%
    ),
    -webkit-linear-gradient(-45deg, #8cc987 12%, #8cc987 58%);
  background: -moz-radial-gradient(
      32% 106%,
      circle cover,
      #8cc987 0%,
      #8cc987 10%,
      #8cc987 28%,
      #8cc987 42%,
      transparent 82%
    ),
    -moz-linear-gradient(-45deg, #8cc987 12%, #8cc987 58%);
  background: -ms-radial-gradient(
      32% 106%,
      circle cover,
      #8cc987 0%,
      #8cc987 10%,
      #8cc987 28%,
      #8cc987 42%,
      transparent 82%
    ),
    -ms-linear-gradient(-45deg, #8cc987 12%, #8cc987 58%);
  background: -o-radial-gradient(
      32% 106%,
      circle cover,
      #8cc987 0%,
      #8cc987 10%,
      #8cc987 28%,
      #8cc987 42%,
      transparent 82%
    ),
    -o-linear-gradient(-45deg, #8cc987 12%, #8cc987 58%);
  background: radial-gradient(
      circle farthest-corner at 32% 106%,
      #8cc987 0%,
      #8cc987 10%,
      #8cc987 28%,
      #8cc987 42%,
      transparent 82%
    ),
    linear-gradient(135deg, #8cc987 12%, #8cc987 58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*------------ / mobile_menu ------------*/
.contact-title {
  font-size: 18px;
  text-align: center;
  margin: 0 0 35px;
}
.contit {
  font-size: 0px;
  text-align: center;
}
.contit b {
  color: #5d5d5d;
  font-family: "Times new roman", cursive;
  font-size: 46px;
  text-align: center;
  line-height: 1.2;
  display: block;
  font-weight: normal;
  margin-bottom: 8px;
}
.contit span {
  display: none;
}
.contact-title .reminder,
.reminder {
  margin: 0 0 25px;
  font-size: 14px;
  font-weight: normal;
  color: #666666;
}
.contact-title .reminder .requrin_txt,
.reminder .requrin_txt {
  display: block;
}
/*------------ side-share ------------*/
.side-share {
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 400;
}
.side-share .share {
  display: flex;
  flex-direction: column;
}
.side-share .share li {
  margin: 2px 0;
}
.side-share .share li a {
  width: 55px;
  height: 55px;
  color: #fff;
  background: #31caa4;
  border-radius: 50%;
  display: block;
  line-height: 55px;
  text-align: center;
  transition: all 0.5s ease;
  border: 0;
  font-size: 0;
  box-shadow: 0px 2px 5px #0000001c;
  overflow: hidden;
}
.side-share .share .btn i {
  display: block;
  font-size: 30px;
  line-height: 55px;
}
.side-share .share .btn.cm-fb {
  color: #fff;
  background: #405d9a;
}
.side-share .share .btn.cm-youtube {
  color: #fff;
  background: #b52322;
}
.side-share .share .btn.cm-mail {
  color: #fff;
  background: #2caf8e;
}
.side-share .share .btn.cm-line {
  color: #fff;
  background: #06c755;
  padding-top: 1px;
  padding-left: 1px;
}
.side-share .share .btn.cm-phone {
  color: #fff;
  background: #3c352a;
}
.side-share .share .btn.cm-instagram {
  background: #b90675;
}
.side-share .share .btn.cm-instagram i {
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background: unset;
  color: #fff;
}
.side-share .share .btn.cm-linkedin {
  color: #fff;
  background: #0073b0;
}
.side-share .share .btn.cm-twitter {
  background: #0f1419;
}
.side-share .share .btn.cm-wechat {
  background: #51c332;
}
.side-share .share .btn.cm-qq {
  background: #000;
}
.side-share .share .btn:hover {
  border: 0;
  box-shadow: unset;
}
.side-share .share .btn.cm-fb:hover {
  background: #5c79b7;
}
.side-share .share .btn.cm-youtube:hover {
  background: #cb3a39;
}
.side-share .share .btn.cm-mail:hover {
  background: #43caa8;
}
.side-share .share .btn.cm-line:hover {
  background: #1dd96a;
}
.side-share .share .btn.cm-phone:hover {
  background: #5a5247;
}
.side-share .share .btn.cm-instagram:hover {
  background: #ce208c;
}
.side-share .share .btn.cm-linkedin:hover {
  background: #1c94d4;
}
.side-share .share .btn.cm-twitter:hover {
  background: #29333c;
}
.side-share .share .btn.cm-wechat:hover {
  background: #71e053;
}
.side-share .share .btn.cm-qq:hover {
  background: #333;
}
/*------------ / side-share ------------*/
@media screen and (max-width: 1280px) {
  .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;
  }
  .footer_bottom .container {
    padding-right: 15px;
    max-width: 900px;
  }
  .fllow .share {
    bottom: -99px;
    margin-top: 0;
    top: unset;
  }
  .site-title .logo {
    width: 202px;
  }
}
@media screen and (max-width: 1250px) {
  .wrapper {
    padding-top: 138px;
  }
  .site-title {
    padding: 19px 0;
    float: none;
    text-align: center;
    position: static;
  }
  .header-fixed .site-title,
  .header-fixed .func-menu {
    display: none;
  }
  .site-nav {
    clear: both;
    position: static;
    text-align: center;
    float: none;
    margin: auto;
    margin-bottom: 0px;
  }
  .header-fixed .site-nav {
    margin-top: 0px;
    margin-bottom: 0px;
    transition: all 0.3s ease;
  }
  .site-nav .menu > li > a:after {
    bottom: -1px;
  }
  .site-nav .menu > li > ul:before {
    height: 0;
  }
  .site-nav .menu > li > ul {
    margin-top: 0;
  }
  .site-nav .menu > li.full_menu > ul:before {
    height: 0;
  }
  .header-fixed .site-nav .menu > li.full_menu > ul {
    margin-top: 0px;
  }
  .header-fixed .site-nav .menu > li > a:after {
    bottom: 0;
  }
  .header-fixed .site-nav .menu > li > ul {
    margin-top: 0px;
  }
  .func-menu {
    position: absolute;
    top: 10px;
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .banner:before {
    display: none;
  }
  .main-top > .container {
    display: flex;
    flex-direction: column;
  }
  .main-top .main-title {
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 5px 15px 5px;
    margin-left: 16px;
    margin-right: 16px;
    margin: 0;
    order: 2;
  }
  .main-top > .container > .breadcrumb {
    order: 1;
  }
  .site-header,
  .header-fixed .site-header {
    position: relative;
    width: 100%;
    z-index: 600;
  }
  .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;
  }
  .btn.style01 {
    max-width: 40%;
    font-size: 12px;
    padding: 0 15px;
    margin: 0 5px 15px;
  }
  .has-side .content,
  .content {
    padding: 0px 0px 30px;
  }
  .btn-box {
    padding-top: 25px;
  }
  /*------------ site_header 1000 ------------*/
  .header-fixed .site-title,
  .site-title {
    display: block;
    float: none;
    padding: 15px 0;
  }
  .site-title .logo,
  .header-fixed .site-title .logo {
    width: 202px;
    height: 50px;
  }
  .top-nav,
  .site-nav {
    display: none;
  }
  .banner .container {
    padding: 0;
  }
  .main-top .container {
    padding: 0;
  }
  /*------------ / site_header 1000 ------------*/
  /*------------ site-footer 1000 ------------*/
  .footer_top {
    padding: 20px 0px;
  }
  .footer_bottom {
    padding-bottom: 30px;
  }
  .site-map,
  .fllow .share {
    display: none;
  }
  .site-footer .col {
    float: none;
    width: auto;
  }
  .site-info p {
    margin: 0 0 0 10px;
  }
  .site-info li .tel a {
    font-size: 36px;
  }
  .fllow p {
    margin: 15px 0 0 0;
  }
  .site-footer .site-info {
    padding-left: 0;
    background: none;
    float: none;
    margin: 0 auto 15px;
    min-height: inherit;
  }
  .copy_box {
    text-align: center;
  }
  /*------------ / site-footer 1000 ------------*/
  /*------------ floating 1000 ------------*/
  .gotop {
    display: none;
  }
  .floating .ibtn.gotop {
    background: url(../../../images/layout01-5/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;
  }
  .contact-form {
    background: none;
  }
  .main-top {
    margin-bottom: 0px;
  }
  .content-title {
    font-size: 16px;
  }
  .content-title:before {
    border-width: 4px 0 4px 7px;
    left: -30px;
    top: 12px;
  }
  .content-top {
    /* padding: 0 0 0px 0px; */
  }
  .contact-title > b {
    font-size: 30px;
  }
  .form-box {
    background: none;
    padding: 15px;
  }
  /*------------ lightbox ------------*/
  .fancybox-album .fancybox-skin {
    margin: 50px 0 5px;
  }
  .fancybox-album .fancybox-close {
    top: -50px;
    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;
  }
  .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  ------------*/
  /*------------ side-share ------------*/
  .side-share {
    top: unset;
    transform: unset;
    bottom: 20px;
  }
  .side-share .share li a {
    width: 40px;
    height: 40px;
    padding-left: 1px;
  }
  .side-share .share .btn i {
    font-size: 20px;
    line-height: 40px;
  }
  /*------------ / side-share ------------*/
}
@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) {
  /*------------ site-main 767 ------------*/
  .main-content {
    padding: 0 0 40px;
  }
  .pagination li a.controls {
    margin-bottom: -3px;
  }
  /*------------ / site-main 767 ------------*/
  /*------------ site-footer 767 ------------*/
  .site-info li {
    display: block;
  }
  .site-info li + li {
    margin: 0;
  }
  /*------------ / site-footer 767 ------------*/
}
