@charset "utf-8";
@import url(icon-font2/style.css);
/*------------ basic ------------*/
body {
  color: #444444;
  line-height: 1.8;
  font-family: "Open Sans";
}
.content-nav-menu {
  display: none;
}
/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.header-sheet {
  background-color: rgb(255 255 255 / 75%);
  border: solid 1px #8cc220;
  color: #313131;
}
.header-sheet .close-ontop {
  color: #313131;
}
.header-sheet a {
  color: #8cc220;
}
.close-ontop {
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
/*---! 隱私權 ---*/
/*--- back-btn ---*/
.btn.back {
  color: #fff;
  font-size: 15px;
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  border-radius: 0;
  line-height: 45px;
  width: 166px;
  height: 45px;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease;
  background: #000;
}

.btn.back:hover {
  background: #8cc220;
  color: #fff;
}
/*--- fb-btn ---*/
.ibtn.fb {
  transition: all 0s ease;
  width: 130px;
  height: 65px;
  background: url("../../../images/layout04/tw/fb.png") no-repeat;
  background-position: 0 0;
  position: relative;
  overflow: inherit;
}
.ibtn.fb:hover {
  opacity: 0.8;
}
/*--- style01-btn ---*/
.btn.style01 {
  transition: all 0.2s;
  line-height: 40px;
  background: #000;
  color: #fff;
  font-size: 18px;
  margin: 0 10px 15px;
  width: 166px;
  height: 45px;
  border-radius: 0;
}

.btn.style01:hover i {
  color: #fff;
}
.btn.style01 i {
  margin: 0 0px 2px 8px;
  font-size: 13px;
}
.btn.style01.arrowL i {
  margin: 0 8px 2px 0;
  transform: rotate(180deg);
  transition: all 0.2s;
}
.btn.style01:hover {
  background: #8cc220;
  color: #fff;
}

/*--- 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);
  border-radius: 0;
  width: 166px;
  height: 45px;
  line-height: 45px;
}

.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: #8cc220;
}
/*------------ / 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: 138px;
}
.site-main {
}
.site-main.has-side {
  background: url(../../../images/layout04/common/wrapper-bg.png) #fff no-repeat
    100% 0%;
}
.site-header {
  text-align: center;
  background: #fff;
  border-bottom: 3px solid #8cc220;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
}
.site-title {
  padding: 34px 0 32px;
  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) 50% 50% no-repeat;
  background-size: contain;
  width: 419px;
  height: 75px;
  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: #f9d038;
}
.func-menu > li.gocart .price {
  color: #f2856c;
  letter-spacing: 0.035em;
}
.func-menu .cart-box {
  border: 2px solid #f9d038;
  background: #fff;
}
.func-menu .cart-box .btn {
  background: #f9d038;
  color: #000;
}
.func-menu .cart-box .btn:hover {
  background: #f9d038;
  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: #8cc220;
}
.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: #8cc220;
  background: #eee;
}
.products-intro .pd-intro .btn-group .btn.addcart {
  background: #000;
  color: #8cc220;
}
.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: #f9d038;
}
/*---- 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: 30px;
  border: 1px solid #eee;
  transition: all 0.1s;
  padding: 0 15px;
  background: #eeeeee;
  color: #777777;
}
.site-header .search-box .form-control:focus {
  outline: none;
  border: 1px solid #8cc220;
}
.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;
  opacity: 0.6;
}
.search-box:hover:after {
  background-position: center;
}
/*------------site-nav ------------*/

.site-nav {
  float: right;
  margin: 65px 0px 0 0;
  transition: all 0.3s ease;
}
.site-nav .menu {
  display: inline-block;
}
.site-nav .menu li {
  position: relative;
  width: 100px;
}
.site-nav .menu > li:nth-last-child(-n) {
  display: none;
}
.site-nav .menu > li > a {
  color: #020202;
  font-size: 17px;
  letter-spacing: 0.15em;
  box-sizing: border-box;
  line-height: 30px;
  transition: all 0.3s;
  padding: 8px 0;
}
.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: 10px 0 0 -95px;
  background: #414042;
}
.site-nav .menu > li ul {
  background: #fff;
  border: 2px solid #005bac;
}
.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 #005bac;
}
.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: 15px;
  transition: all 0.2s;
  color: #0e0e0e;
  background: #fff;
  font-weight: 400;
}
.site-nav .menu ul > li.active > a,
.site-nav .menu ul > li.active2 > a,
.site-nav .menu ul > li > a:hover {
  background: #005bac;
  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 .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: #f9d038;
  color: #000;
}
.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: #f9d038;
}
.site-nav .menu > li > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 0;
  background: #005bac;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease;
  bottom: -16px;
  z-index: 601;
}
.site-nav .menu > li.active > a:before,
.site-nav .menu > li.active2 > a:before,
.site-nav .menu > li:hover > a:before {
  height: 24px;
}
.site-nav .menu > li:hover > a {
  color: #005bac;
}
/*!滿版清單*/
/*------------share------------*/
.share li {
  display: inline-block;
  margin: 0 4px;
}
.share .btn {
  font-size: 0;
  color: #adadad;
  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: #8cc220;
}
.share .btn.cm-youtube:hover {
  color: #8cc220;
}
.share .btn.cm-instagram:hover i {
  background: #8cc220;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.share .btn.cm-mail:hover {
  color: #8cc220;
}
.share .btn.cm-line:hover {
  color: #8cc220;
}
.share .btn.cm-phone:hover {
  color: #8cc220;
}
.share .btn.cm-linkedin:hover {
  color: #8cc220;
}
.share .btn.cm-twitter:hover {
  color: #8cc220;
}
.share .btn.cm-wechat:hover {
  color: #8cc220;
}
.share .btn.cm-qq:hover {
  color: #8cc220;
}
.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: 10px 0;
}
.header-fixed .site-title .logo {
  width: 240px;
  height: 43px;
}
.header-fixed .site-nav {
  margin-top: 0px;
  margin-right: 95px;
  padding: 10px 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;
} */
/*------------ / fixed ------------*/
/*------------ site_main ------------*/
.main-top {
  text-align: center;
  margin-top: -70px;
  position: relative;
  z-index: 5;
}
.main-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-top .main-title {
  line-height: 24px;
  font-size: 25px;
  color: #ffffff;
  width: 100%;
  margin: 0;
  text-align: left;
  text-shadow: 1px 1px 5px #5c6b3d6b;
  letter-spacing: 2px;
  font-weight: 400;
}
.main-top .container {
  padding: 0;
}
.main-content {
  box-sizing: border-box;
  z-index: 100;
  position: relative;
  padding: 100px 0 100px;
}
.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 10px 0px;
  overflow: hidden;
}
.content-title {
  position: relative;
  padding: 5px 0 5px 40px;
  color: #444;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  min-height: 30px;
  float: left;
  margin: 0;
}
.content-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 12px;
  color: #fff;
  background: url("../../../images/layout04/common/title-arrow.png") #000000
    no-repeat center;
  border-radius: 50%;
  width: 27px;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  content: "";
  font-family: "icon-font2" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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: #2d2a23;
  margin-top: 60px;
}
.site-footer::before {
  content: "";
  background: url(../../../images/layout04/common/footer-grass.png) no-repeat;
  width: 100%;
  height: 196px;
  position: absolute;
  left: 0;
  top: -196px;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.footer_top .container {
  border-bottom: 1px solid #444444;
  padding: 65px 0 45px;
}
.footer_bottom {
  text-align: right;
  padding: 15px 0px;
  font-size: 13px;
  color: #adadad;
}
.site-footer .col {
  float: left;
}
.site-footer .tit {
  font-size: 14px;
  color: #dddddd;
  font-weight: bold;
  margin: 0 0 25px;
}
.site-info .tit {
  display: none;
}
.site-info {
  width: 400px;
  color: #fff;
  font-size: 14px;
}
.site-info li .tel a {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.site-info li {
  position: relative;
  padding: 4px 0;
}
.site-info li + li {
  margin: 12px 0 0;
}
.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: #fff;
}
.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: 17.5px;
}
.site-map ul a:hover {
  color: #8cc220;
}
.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;
  left: 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;
  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%;
  bottom: 100%;
  margin-bottom: -17.5px;
  z-index: 400;
  transition: all 0.3s ease;
}
.floating .gotop {
  display: block;
  width: 45px;
  height: 45px;
  transition: all 0.2s;
  background: #8cc220;
  position: relative;
  text-indent: initial;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 45px;
}

.floating .gotop:hover {
  background: #81b31e;
}
/* .floating .gotop:hover:before {
  color: #000000;
  border-color: #000000;
} */
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
  text-align: center;
  color: #737373;
  font-size: 13px;
  padding: 5px 15px;
  margin-top: 1px;
  background: #fff;
  width: 125px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
}
.breadcrumb li,
.breadcrumb li a {
  display: inline;
  transition: all 0.2s;
}
.breadcrumb a:hover {
  color: #005bac;
}
.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: #005bac;
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
  width: 265px;
  box-sizing: border-box;
  line-height: 1.5;
  display: table-cell;
  vertical-align: top;
  padding: 0px 0 0 0;
}
.content {
  position: relative;
}
.content .breadcrumb {
  width: auto;
}
.has-side .content {
  width: calc(100% - 260px);
  box-sizing: border-box;
  display: table-cell;
}
.side_logo {
  font-size: 0;
  display: block;
  background: #000000;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto 8px;
  transform-origin: 0 50%;
  transform: rotate(-45deg);
  position: relative;
  display: none;
}
/* .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 #8cc220;
  color: #8cc220;
  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: 42px 0 35px 0px;
  margin-bottom: 0px;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  width: 202px;
  margin-bottom: 15px;
}
.side-nav {
  max-width: 202px;
  border-top: none;
}
.side-nav li {
  border: 1px solid #dadada;
  background: #fff;
}
.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: 7px 20px 8px 20px;
  font-size: 15px;
  color: #000000;
  position: relative;
}
.side-nav > li:hover > a,
.side-nav > li.active > a,
.side-nav > li.active2 > a {
  /* background: #8cc220; */
  border-left: 5px solid #8cc220;
}
.side-nav > li > a:before {
  display: none;
}
.side-nav > li:hover > a:before,
.side-nav > li.active > a:before,
.side-nav > li.active2 > a:before {
  color: #444444;
}
.side-nav ul {
  font-size: 15px;
  display: none;
  margin: 0px 0;
  background: #fff;
}
.side-nav ul ul {
  padding-top: 0px;
  padding-bottom: 15px;
}
.side-nav ul li a {
  line-height: 1.3;
  padding: 8px 20px;
  font-size: 14px;
  transition: all 0.3s ease;
  /* border: 1px solid transparent;
  margin: 1px 0; */
}
.side-nav ul ul li {
  border: 0;
}
.side-nav ul li {
  border: none;
  border-bottom: 1px solid #dadada;
}
.side-nav ul li:last-child {
  border-bottom: 0;
}
.side-nav ul li:first-child {
  border-top: 1px solid #dadada;
}
.side-nav ul li a:before {
  content: "";
  display: inline-block;
  background: #fff;
  height: 0px;
  position: absolute;
  left: 26px;
  top: 15px;
  width: 0;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.side-nav ul li:hover > a,
.side-nav ul li.active > a,
.side-nav ul li.active2 > a {
  color: #fff;
  background: #8cc220;
  padding-left: 40px;
}
.side-nav ul li.active2,
.side-nav ul li:hover {
  border: 1px solid #8cc220;
}
.side-nav ul li:hover > a:before,
.side-nav ul li.active > a:before,
.side-nav ul li.active2 > a:before {
  width: 4px;
  height: 4px;
}
.side-nav ul ul {
  padding-left: 25px;
}
.side-nav > li.active2 > ul {
  display: block;
}
/*------------ / 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: #2d2a23;
  font-weight: bold;
  font-size: 15px;
  box-sizing: border-box;
  transition: all 0.2s;
}
.pagination li a:hover,
.pagination li.active a {
  color: #8cc220;
}
.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: #424242;
}
.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: #444;
}
.reminder b {
  width: 7px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 3px 0;
  background: #8cc220;
  border-radius: 50%;
}
/*-----form-detail-----*/
.form-control {
  display: block;
  width: 100%;
  height: 33px;
  line-height: 33px;
  color: #666666;
  background: #fff;
  border: 0;
  box-sizing: border-box;
  margin-bottom: 6px;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 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: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 59%;
  left: 3px;
  margin: -5px 0 0 0;
  background: #8cc220;
}
.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: #005bac;
  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: 0 auto 150px;
}
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;
}
.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: 20px 0 0 0;
  position: absolute;
  width: 100%;
  left: 0;
}
.photo-pager b {
  color: #8cc220;
}
/*------------ / 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 #mobile-menu .menu li.has-child.active > .toggle-submenu:before {
  color: #fff;
}
.mmenu-show #mobile-fixed ul {
  border-bottom: 1px solid #8cc220;
}
.mmenu-show #mobile-fixed li {
  background: #8cc220;
  color: #fff;
}
.mmenu-show #mobile-menu .menu li > a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
  background: #8cc220;
  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(218, 218, 218);
}
.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;
}
/*------------ / mobile_menu ------------*/
.contact-form {
  border: 1px solid #bbbbbb;
  background: #eeeeee;
  padding: 60px 130px 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;
}
.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: inline-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: #dd5012;
  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;
}
/*---- img scale ----*/
.box .pic {
  position: relative;
  overflow: hidden;
}
.box .pic img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.box:hover .pic img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
@media screen and (max-width: 1440px) {
  .about-page .content-02 .info .info-region {
    margin-left: 15px;
  }
}

@media screen and (max-width: 1280px) {
  .site-title .logo {
    width: 350px;
  }
  .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 {
    padding: 10px 0;
    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: 0;
    float: none;
    margin: auto;
  }
  .func-menu {
    position: absolute;
    top: 10px;
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .banner:before {
    display: none;
  }
  .wrapper {
    padding-top: 40px;
  }
  .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: 15px 0;
    display: block;
  }
  .site-title .logo,
  .header-fixed .site-title .logo {
    width: 190px;
    height: 30px;
  }
  .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: 20px 0px 20px;
  }
  .footer_bottom {
    padding-bottom: 30px;
  }
  .site-map,
  .fllow .share {
    display: none;
  }
  .site-footer .col {
    float: none;
    width: auto;
    margin-top: 0;
  }
  .site-info p {
    margin: 0 0 0 10px;
  }
  .fllow p {
    margin: 15px 0 0 0;
  }
  .site-footer .site-info {
    padding-left: 0;
    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.png) 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: 30px;
    margin-top: -71px;
  }
  .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 5px;
  }
  .fancybox-album .fancybox-close {
    top: -50px;
    right: 50%;
    margin-right: -20px;
  }
  .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  ------------*/
}
@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 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 ------------*/
}

@media screen and (max-width: 650px) {
  .breadcrumb {
    width: 150px;
  }
  .about-page .content-01 .info .txt {
    width: 100%;
  }
  .about-page .content-01 .info .img {
    width: 420px;
    bottom: -206px;
  }
  .about-page .content-01 {
    margin-bottom: 207px;
  }
  .about-page .content-01 .info .img {
    right: calc(50% - 210px);
  }
  .about-page .content-01,
  .about-page .content-02 {
    padding: 0 30px;
    text-align: center;
  }
  .about-page .about-title {
    text-align: center;
    margin-bottom: 50px;
  }
  .about-page .content-01 .about-title::before {
    left: calc(50% - 20px);
    bottom: -15px;
  }
  .about-page .title-en {
    text-align: center;
    margin: 0 auto;
  }
  .about-page .content-02 .info {
    display: block;
  }
  .about-page .content-01 {
    margin-bottom: 240px;
  }
  .about-page .content-02 .info .img {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .about-page .content-02 .info .info-region {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
  }
  .about-page .content-02 .info .info-region .about-title {
    width: 110px;
    margin: 20px auto 30px;
  }
  .main-content {
    padding: 60px 0 50px !important;
  }
}
@media screen and (max-width: 480px) {
  .about-page .content-02 .title-en {
    font-size: 50px;
    margin-bottom: -11px;
  }
  .breadcrumb {
    width: 180px;
  }
  .about-page .content-01,
  .about-page .content-02 {
    padding: 0;
  }
  .about-page .about-title {
    margin-top: -4px;
    margin-bottom: 40px;
  }
}
