@charset "utf-8";
@import url(icon-font-13/style.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:100,400");
/*------------ basic ------------*/
body {
  background: #fff;
  font-size: 15px;
  color: #3b3b3b;
  font-family: Arial, "Roboto", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro",
    "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ",
    "맑은 고딕", sans-serif;
}
.content-nav-menu {
  display: none;
}
.share_box {
  text-align: left;
}
.share_box .share-link .btn,
.share_box .share-link .btn,
.share_box .share-link .a2a_kit {
  color: #b5c4d4;
}

.container {
  max-width: 1300px;
}
/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.header-sheet {
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 1px #82addc;
  color: #444;
}
.header-sheet .close-ontop {
  color: #000;
}
.header-sheet a {
  color: #82addc;
}
.close-ontop {
  color: #000;
  text-shadow: 0 1px 0 #fff;
}
/*---! 隱私權 ---*/
/*--- back-btn ---*/
.btn.back {
  background: #fff;
  color: #82addc;
  font-size: 15px;
  line-height: 38px;
  text-align: left;
  width: 160px;
  padding: 2px 18px;
  position: relative;
  border: 1px solid #82addc;
  box-sizing: border-box;
  border-radius: 0px;
  line-height: 42px;
  height: 45px;
}
.btn.back:after {
  content: "\e91b";
  font-family: "icon-font-13" !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;
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  font-size: 19px;
  margin-top: -10px;
  color: #82addc;
  transition: all 0.3s ease;
}
.btn.back:hover:after {
  color: #ffffff;
}
.btn.back:hover {
  background: #82addc;
  border: 1px solid #82addc;
  color: #fff;
}
/*--- fb-btn ---*/
.ibtn.fb {
  transition: all 0.3s ease;
  background-image: url(../../../images/layout05/tw/fb_page.png);
  height: 100px;
  width: 100px;
  margin: auto;
}
/*--- style01-btn ---*/
.btn.style01 {
  color: #82addc;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 45px;
  height: 45px;
  width: 100%;
  max-width: 168px;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  background: #fff;
  z-index: 0;
  border: none;
  display: inline-block;
  border: 1px solid #82addc;
}
.btn.style01:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #82addc;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 0.7s;
}
.btn.style01:hover {
  color: #fff;
}
/* .btn.style01.arrowL::before {
  background-color: #8b7b65;
} */
.btn.style01:hover:before {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.btn.style01.arrowL {
  background: #fff;
}
.btn.style01 i {
  display: none;
}
/*--- style02-btn ---*/
.btn.style02 {
  color: #82addc;
  font-size: 16px;
  line-height: 38px;
  background: #fff;
  border: 1px solid #82addc;
  position: relative;
  padding: 0;
  margin: 0 2px 8px;
  border-radius: 0px;
  width: 168px;
}
/* .btn.style02 i,
.btn.style02:before {
  font-family: "icon-font-13" !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: "\e911";
  position: absolute;
  left: 22%;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #82addc;
  font-size: 16px;
  text-align: center;
} */
.btn.style02:hover {
  background: #82addc;
  color: #fff;
}
/*------------ / btn ------------*/
.banner .container {
  max-width: inherit;
  padding: 0;
}
.banner img {
  min-height: 100px;
  object-fit: cover;
  object-position: center;
}
/*------------ site_header ------------*/
.site-header {
  text-align: center;
  position: relative;
  z-index: 999;
  width: 100%;
  top: 0;
  background-color: #fff;
  transition: all 0.3s ease;
  border-top: #82addc 5px solid;
  height: 155px;
}
.site-header > .container {
  padding: 0;
  position: static;
}
.site-nav {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.site-nav .menu {
  padding: 0 15px;
  max-width: 1330px;
  margin: auto;
  box-sizing: border-box;
  padding-right: 305px;
}

.site-title {
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
  overflow: hidden;
  height: 90px;
  box-sizing: border-box;
  line-height: 110px;
  padding: 0;
}
.site-title .logo {
  color: transparent;
  background: url(../../../images/layout05/common/logo.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 100%;
  height: 52px;
  transition: all 0.3s ease;
}
.site-title .logo:hover {
  opacity: 0.7;
}
/*------------ top-nav ------------*/
.top-nav {
  position: relative;
  z-index: 60;
  float: right;
}
/*詢價車*/
.func-menu {
  z-index: 15;
  float: none;
  margin-bottom: 12px;
  max-width: 1330px;
  margin: -105px auto 0;
  width: 100%;
  text-align: right;
  position: relative;
  z-index: 90;
}
.func-menu > li.gocart {
  margin-top: 5px;
}
.func-menu > li.gocart .toggleBtn {
  padding: 10px 15px;
}
.func-menu > li.gocart .toggleBtn .num {
  color: #fff;
  background: #82addc;
  text-align: center;
}
.func-menu > li.gocart .price {
  color: #82addc;
  letter-spacing: 0.035em;
}
.func-menu .cart-box {
  border: 2px solid #82addc;
  background: #fff;
}
.func-menu .cart-box .btn {
  background: #82addc;
  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 {
}
.func-menu .cart-list .qty {
  color: #d45000;
}
/*數量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 #a38569;
  margin: 0;
  padding: 0 5px;
  z-index: 1;
  border-radius: 0;
}
.qty-box .form-control:focus {
  border-color: #82addc;
}
.qty-box .btn {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 19px;
  position: absolute !important;
  z-index: 0;
  top: 0;
  color: #a38569;
  border: 1px solid #a38569;
}
.qty-box .btn:hover {
  border-color: #82addc;
  background: #fff;
}
.products-intro .pd-intro .btn-group .btn.addcart {
  background: #dcdaca;
}
.products-intro .pd-intro .btn-group .btn.addcart:hover {
  background: #a38569;
  color: #fff;
}
/*!數量icon*/
/*!詢價車*/
/*---- language ----*/
.site-header .language {
  float: left;
  position: relative;
  background: #ff6c00;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.site-header .language .btn:before {
  content: "\e903";
  font-family: "icon-font-13" !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;
  vertical-align: text-bottom;
  margin: 0 6px 0px 0;
}
.site-header .language .btn {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 56px;
  width: 130px;
  letter-spacing: 0.02em;
  z-index: 2;
  text-align: center;
}
.site-header .language:before {
  content: "";
  position: absolute;
  background: none repeat scroll 0 0 #82addc;
  height: 0%;
  left: 0%;
  right: 0;
  top: 50%;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 0;
}
.site-header .language:hover:before {
  height: 100%;
  z-index: 0;
  width: 100%;
  top: 0;
  border-radius: 0;
}
.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: #fff;
}
.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: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  padding: 10px 8px;
  margin-top: -1px;
  font-size: 14px;
  text-align: center;
}
.site-header .language ul li a:hover {
  background: #d65e05;
  color: #fff;
}
/*---- search-box ----*/
.none {
  display: none;
}
.site-header .search-box {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 175px;
  float: right;
}
.site-header .search-box .form-control {
  color: #3a3a39;
  border: 0;
  background: #fff;
  margin: 0;
  height: 56px;
  line-height: 54px;
  padding: 0 40px 0 12px;
  border-radius: 0;
}
.site-header .search-box .form-control:focus {
  outline: none;
  background: #eee;
}
.site-header .search-box:hover:after {
  opacity: 0.5;
}
.search-box .search {
  z-index: 1;
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  right: 3px;
  top: 8px;
}
.search-box:after {
  content: "";
  display: block;
  background-image: url(../../../images/layout05/common/btn_search.png);
  width: 30px;
  height: 31px;
  position: absolute;
  right: 8px;
  top: 12px;
}
.mmenu-show #mobile-search .search-box:after {
  position: absolute;
  content: "\e901";
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #555555;
  right: 0px;
  top: 0;
  font-size: 24px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  transition: all 0.3s ease;
}
.mmenu-show #mobile-search .search-box:after {
  background-image: none;
}
.mmenu-show #mobile-search .search-box:hover:after {
  color: #82addc;
}
/*------------site-nav ------------*/
.site-nav {
  text-align: left;
  height: 56px;
}
.site-nav .menu {
  position: relative;
  z-index: 15;
  display: flex;
  justify-content: space-between;
}
.site-nav .menu li {
  position: relative;
  width: 100%;
}
.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: #3a3a39;
  letter-spacing: 2px;
  padding: 15px 0px;
  font-size: 18px;
  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.active > a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
  position: absolute;
  left: 50%;
  bottom: -1px;
  margin-left: -8px;
}
.site-nav .menu li ul {
  display: none;
  position: absolute;
  width: 200px;
  background: #fff;
  box-sizing: border-box;
}
.site-nav .menu > li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  display: table-cell;
}
.site-nav .menu > li > ul {
  z-index: 600;
  top: 100%;
  left: 100px;
  box-sizing: border-box;
  text-align: left;
  margin: 0px 0 0 -100px;
  background: #fff;
  border: 1px solid #eee;
  color: #4f4f4f;
  font-size: 15px;
}
.site-nav .menu > li > ul:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  background: transparent;
  height: 5px;
  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 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: #4f4f4f;
  text-align: left;
  padding: 10px;
  margin-top: -1px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a,
.site-nav .menu > li.active2 > a {
  color: #82addc;
}
.site-nav .menu > li + li:before {
  content: " | ";
  display: block;
  width: 1px;
  height: 10px;
  float: left;
  margin-top: 14px;
  color: #e1e1e1;
}

.site-nav .menu ul > li.active > a,
.site-nav .menu ul > li.active2 > a,
.site-nav .menu ul > li > a:hover {
  background: #82addc;
  color: #fff;
}
.site-nav .menu ul ul {
  left: 100%;
  top: 1px;
  margin: 0;
  padding-left: 2px;
}
.site-nav .menu ul ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 2px;
}
.site-nav .menu ul ul li a {
  padding-right: 30px;
}
.site-nav .menu ul ul li a:hover,
.site-nav .menu ul ul li.active > a,
.site-nav .menu ul ul li.active2 > a {
  background: #82addc;
}
.site-nav .menu ul li.has-child > a:after {
  content: "";
  border: 1px solid #626282;
  border-width: 1px 1px 0 0;
  width: 8px;
  height: 8px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 16px;
  top: 18px;
}
.site-nav .menu ul li:hover > a:after,
.site-nav .menu ul li.active > a:after,
.site-nav .menu ul li.active2 > a:after {
  border-color: #fff;
}
/*滿版清單*/
.site-nav .menu .full_menu > ul {
  border: none;
  background-color: #f2f2f2;
}
.site-nav .menu > li.full_menu > ul:before {
  height: 26px;
}
.site-nav .menu > li.full_menu > ul:after {
  display: none;
}
.site-nav .menu li.full_menu ul li.has-child > a:after {
  display: none;
}
.site-nav .menu .full_menu ul a {
  padding: 6.5px 15px;
  border: none;
}
.site-nav .menu .full_menu ul ul ul {
  padding-left: 30px;
}
.site-nav .menu li.full_menu ul ul {
  padding: 5px 30px 5px !important;
  background-color: #f2f2f2 !important;
}
.site-nav .menu li.full_menu ul ul li a {
  background: rgb(193 198 204 / 28%);
  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: #82addc;
  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: #82addc;
  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: #82addc;
}
.site-nav > .menu > li:nth-child(n + 9) {
  display: none;
}
/*!滿版清單*/
/*------------share------------*/
.share li {
  display: inline-block;
  margin: 0 4px;
}
.share .btn {
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 0;
  color: #fff;
  border-radius: 50%;
  transition: all 0.2s;
  border: 1px solid;
}
.share .btn i {
  display: block;
  font-size: 16px;
  line-height: 28px;
}
.mmenu-show .share .btn i {
  display: block;
  vertical-align: middle;
}
.share .btn.cm-fb:hover {
  color: #405d9a;
}
.share .btn.cm-youtube:hover {
  color: #cd201f;
}
.share .btn.cm-instagram:hover {
  color: #a43ec2;
}
.share .btn.cm-instagram:hover i {
  background: -webkit-radial-gradient(
      32% 106%,
      circle cover,
      rgb(255, 225, 125) 0%,
      rgb(255, 205, 105) 10%,
      rgb(250, 145, 55) 28%,
      rgb(235, 65, 65) 42%,
      transparent 82%
    ),
    -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
  background: -moz-radial-gradient(
      32% 106%,
      circle cover,
      rgb(255, 225, 125) 0%,
      rgb(255, 205, 105) 10%,
      rgb(250, 145, 55) 28%,
      rgb(235, 65, 65) 42%,
      transparent 82%
    ),
    -moz-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
  background: -ms-radial-gradient(
      32% 106%,
      circle cover,
      rgb(255, 225, 125) 0%,
      rgb(255, 205, 105) 10%,
      rgb(250, 145, 55) 28%,
      rgb(235, 65, 65) 42%,
      transparent 82%
    ),
    -ms-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
  background: -o-radial-gradient(
      32% 106%,
      circle cover,
      rgb(255, 225, 125) 0%,
      rgb(255, 205, 105) 10%,
      rgb(250, 145, 55) 28%,
      rgb(235, 65, 65) 42%,
      transparent 82%
    ),
    -o-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
  background: radial-gradient(
      circle farthest-corner at 32% 106%,
      rgb(255, 225, 125) 0%,
      rgb(255, 205, 105) 10%,
      rgb(250, 145, 55) 28%,
      rgb(235, 65, 65) 42%,
      transparent 82%
    ),
    linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.share .btn.cm-mail:hover {
  color: #82addc;
}
.share .btn.cm-line:hover {
  color: #04ba04;
}
.share .btn.cm-phone:hover {
  color: #3c352a;
}
.share .btn.cm-linkedin:hover {
  color: #0073b0;
}
.share .btn.cm-twitter:hover {
  color: #5da9dd;
}
.share .btn.cm-wechat:hover {
  color: #51c332;
}
.share .btn.cm-qq:hover {
  color: #000;
}
/*------------ / site_header ------------*/
/*------------  fixed ------------*/
.header-fixed .site-nav {
  position: fixed;
  bottom: auto;
  top: 0;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.18);
}
/*------------ / fixed ------------*/
/*------------ site_main ------------*/
.main-top {
  padding: 10px 0 10px 0;
  text-align: right;
  margin-bottom: 45px;
}
.main-top .main-title {
  margin: auto;
  text-align: center;
  background: url(../../../images/layout05/common/newsomething/title_bg.png)
    center no-repeat;
  color: #fff;
  font-size: 24px;
  height: 90px;
  line-height: 110px;
  margin-top: -100px;
}
.main-title:before {
  content: "-";
  margin-right: 5px;
}
.main-title:after {
  content: "-";
  margin-left: 5px;
}
.main-content {
  box-sizing: border-box;
  z-index: 100;
  position: relative;
  padding: 0 0 80px;
}
.main-content .container {
  width: 100%;
  display: flex;
}
.content {
  min-height: 300px;
  box-sizing: border-box;
  padding: 0 40px 0px;
}
.content-top {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.content-title {
  float: left;
  color: #383838;
  font-size: 20px;
  font-weight: normal;
  display: inline-block;
  padding-bottom: 10px;
  margin: 0;
  position: relative;
}
.search-title h1 {
  font-weight: normal;
  margin: 0;
  font-size: 20px;
  display: inline-block;
}
/*------------ / site_main ------------*/
/*------------ site_footer ------------*/
.site-footer {
  background: #f4f5f9;
  background-size: cover;
  position: relative;
}

.footer_top {
  color: #444;
  font-size: 12px;
  position: relative;
}
.footer_top .container {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0 90px;
  justify-content: space-between;
}
.footer_bottom {
  background: #82addc; /* Old browsers */
  color: #fff;
  font-size: 12px;
  border-width: 1px 0;
  text-align: left;
  padding: 15.5px 0px;
}
.site-footer .tit {
  display: none;
}
.site-info {
  width: 419px;
  font-size: 14px;
  order: 2;
  padding: 0 25px 0 50px;
  box-sizing: border-box;
}
.site-info li .tel a {
  font-size: 40px;
  font-weight: bold;
  color: #444;
  line-height: 1;
}
.site-info li {
  position: relative;
  padding: 4px 0;
  line-height: 27px;
}
.site-info li span,
.site-info li a {
}
.site-info li + li {
  margin: 0px 0 0;
}
.site-info li a,
.site-info span {
  display: inline-block;
}
.site-map {
  line-height: 1.2;
  width: 609px;
  font-size: 14px;
  transition: all 0.3s ease;
  padding-top: 10px;
  position: relative;
}
.site-map:after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 0;
  border-left: 1px solid #a4afbb;
  visibility: visible;
  height: auto;
}
.site-map ul {
  box-sizing: border-box;
  float: left;
  padding: 0 10px;
  font-size: 14px;
  letter-spacing: 0.35px;
  width: 20%;
}
.site-map li + li {
  margin-top: 17.5px;
}
.site-map ul a:hover {
  color: #82addc;
}
.site-footer .fllow {
  text-align: right;
  order: 3;
}
.fllow .share {
  vertical-align: bottom;
  display: block;
  text-align: right;
  right: 0;
  position: absolute;
  top: 100%;
  z-index: 5;
  margin-top: 15px;
}
.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 0px 0 20px;
  float: right;
  width: 100px;
}
.copy_box {
  text-align: left;
  font-size: 12px;
  margin: 5px 0;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 400;
  transition: all 0.3s ease;
}
.floating .gotop {
  background-image: url(../../../images/layout05/common/gotop.png);
  width: 85px;
  height: 34px;
  line-height: 40px;
  font-size: 0;
  text-indent: 0;
  text-align: center;
}
.floating .gotop:before {
  content: "\e924";
  font-family: "icon-font-13" !important;
  font-size: 10px;
  color: #ffffbf;
  display: none;
}
.floating .gotop:hover {
  background-position: 0 100%;
}
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
  font-size: 12px;
  color: #888;
  padding: 10px 0;
}
.breadcrumb li,
.breadcrumb li a {
  display: inline;
  transition: all 0.2s;
}
.breadcrumb a:hover {
  color: #82addc;
}
.main-top .breadcrumb li:first-child {
  font-size: 0;
}
.main-top .breadcrumb li:first-child a:before {
  font-family: "icon-font-13" !important;
  content: "\e901";
  font-size: 12px;
}
.breadcrumb li + li:before {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  margin: 0px 4px 3px;
  color: #888;
}
.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: #82addc;
}
.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: 220px;
  box-sizing: border-box;
  line-height: 1.5;
  display: table-cell;
  vertical-align: top;
  padding: 0px 0 0 0;
  margin-right: 45px;
}
.content {
  position: relative;
}
.has-side .content {
  width: calc(100% - 265px);
  box-sizing: border-box;
  padding: 0;
}
.side_logo {
  font-size: 0;
  width: 2px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  margin-left: 48px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: url(../../../images/layout05/common/nav-title-dec.png) no-repeat;
}
.side .title {
  padding: 75px 0px 0;
  background: url(../../../images/layout05/common/newsomething/side_top.png)
    no-repeat;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1.2px;
  height: 120px;
  box-sizing: border-box;
}
.side-nav {
  max-width: 220px;
  font-family: "Roboto", Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro",
    "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ",
    "맑은 고딕", sans-serif;
  /* background: #fbf8f2; */
}
.side-nav li a {
  position: relative;
  display: block;
  transition: all 0.2s;
  line-height: 1.2;
  padding: 9px 32px 9px 15px;
  color: #4f4f4f;
  font-size: 15px;
  border-bottom: 1px solid #fff;
}
.side-nav > li + li {
  border-top: 1px solid #f2f2f2;
  background: #f2f2f2;
  margin-top: 6px;
  color: #000;
}
.side-nav > li {
  border-top: 1px solid #f2f2f2;
  background: #f2f2f2;
}
.side-nav > li > a {
  padding: 12px 10px;
  font-size: 15px;
  position: relative;
}
.side-nav > li.has-child > a:after {
  content: "+";
  color: #666;
  width: 8px;
  height: 8px;
  top: 10px;
  right: 20px;
  position: absolute;
  font-size: 18px;
}
.side-nav > li.has-child > a:hover:after,
.side-nav > li.has-child.active > a:after,
.side-nav > li.has-child.active2 > a:after {
  content: "";
  color: #fff;
  width: 8px;
  height: 2px;
  background: #fff;
  top: 20px;
  right: 20px;
}
.side-nav > li > a:hover,
.side-nav > li.active > a,
.side-nav > li.active2 > a {
  background: #82addc;
  transition: all 0.2s;
  color: #ffffff;
  border-color: #82addc;
}
.side-nav ul {
  font-size: 14px;
  display: none;
  margin: 0px 0;
  padding: 13px 0;
}
.side-nav ul li a {
  border: none;
  padding: 7px 0px 7px 35px;
  font-size: 14px;
  color: #717171;
  transition: all 0.1s;
  position: relative;
}
.side-nav ul li:hover > a,
.side-nav ul li.active > a,
.side-nav ul li.active2 > a {
  color: #82addc;
  padding-left: 45px;
}
.side-nav ul ul {
  padding-left: 25px;
}
.side-nav ul li a:before {
  content: "";
  background: #9b9b9b;
  position: absolute;
  display: block;
  top: 12px;
  left: 25px;
  margin: 0px;
  right: 0px;
  width: 3px;
  height: 3px;
  transition: all 0.1s;
}
.side-nav ul li a:hover:before,
.side-nav ul li.active > a:before,
.side-nav ul li.active2 > a:before {
  background: #82addc;
  width: 12px;
  left: 20px;
}
.side-nav > li.active2 > ul {
  display: block;
}
/*------------ / side ------------*/
/*------------ pagination ------------*/
.pagination li a,
.pagination li span {
  min-width: 34px;
  height: 34px;
  line-height: 32px;
  padding: 0 3px;
  border: 1px solid #bdbdbd;
  overflow: hidden;
  position: relative;
  color: #000000;
  margin-left: -1px;
  margin-right: 0px;
  font-weight: normal;
}
.pagination li a:hover,
.pagination li.active a {
  background-color: #82addc;
  color: #ffffff;
  font-weight: bold;
  border-color: #82addc;
}
.pagination li a.controls {
  min-width: 34px;
  height: 34px;
  line-height: 32px;
  padding: 0 3px;
  border: 1px solid #bdbdbd;
  overflow: hidden;
  position: relative;
  color: #000000;
  margin-left: -1px;
  margin-right: 0px;
  font-weight: normal;
  border-radius: 0;
  font-size: 0;
}
.pagination li a.controls i {
  font-size: 16px;
  line-height: 30px;
}
.pagination li a.controls:hover {
  background-color: #82addc;
  color: #ffffff;
  font-weight: bold;
  border-color: #82addc;
}
/*------------ / pagination ------------*/
/*-----reminder-----*/
.reminder {
  text-align: left;
  margin: 0 auto 0;
  padding-bottom: 15px;
  font-size: 15px;
  border-bottom: 2px solid #ddd;
  position: relative;
  padding-left: 50px;
}
.reminder:before {
  content: "\e910";
  color: #b6cae0;
  position: absolute;
  display: block;
  top: 4%;
  left: 0;
  margin: 0;
  font-size: 30px;
  font-family: "icon-font-13" !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;
}
.reminder b:before {
  content: "\f0da";
  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: 18px;
  vertical-align: text-bottom;
  color: #82addc;
  margin: 0 6px 0 0;
}
/*-----form-detail-----*/
.form-control,
.page-info .form-control {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  border-radius: 0px;
  padding: 0 10px;
  border: 1px solid #bdbdbd;
  background: none;
  box-sizing: border-box;
  margin-bottom: 0px;
}
.form-control {
  height: 44px;
  line-height: 44px;
  border: none;
}
.form-box .form-group {
  padding-bottom: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.form-control:focus {
  outline: none;
  border-color: #e6ded0;
}
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;
}
.contit {
  display: none;
}
.form-wrap {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.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;
  box-sizing: border-box;
  z-index: 15;
  padding: 20px 0px 25px;
}
.form-box .row {
  margin: 0 -24px;
  display: block;
}
.form-box .col {
  float: left;
  width: 50%;
  padding: 0 24px;
}
.form-box .name .radio-box {
  position: static;
  margin-top: 5px;
}
/*-----form-required-----*/
.form-box .required {
  position: relative;
}
.form-box .required:before {
  content: "\f0da";
  display: inline-block;
  vertical-align: middle;
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #82addc;
  font-size: 16px;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -3px;
}
.form-box .form-group {
  margin: 12px 0 6px;
  line-height: 44px;
  position: relative;
}
.form-box .form-group:after {
  content: "";
  display: block;
  clear: both;
}
.form-box .control-label {
  display: block;
  color: #3b3b3b;
  font-size: 14px;
  padding-left: 5px;
  line-height: inherit;
  pointer-events: none;
  width: 110px;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 5;
}
.form-box .control-label:after {
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  border-left: 1px solid #bebebe;
}
.form-box .control-box {
  position: relative;
}
.form-box .form-control {
  padding-left: 144px;
}
.form-box .control-box select {
  padding-left: 9px;
  margin-left: 144px;
  width: unset;
  border: 1px solid #bdbdbd;
  margin-bottom: 3px;
  margin-top: 4px;
  height: 35px;
  line-height: 38px;
  background: #fff;
}
.form-box .control-box > select:nth-child(2) {
  margin-left: 0px;
}
.form-box .control-box > select:nth-child(3) {
  margin-left: 0px;
}
.form-box .control-box label {
  display: inline-block;
  line-height: inherit;
  margin: 0 10px 6px 5px;
}
.form-box .control-box label:first-child {
  margin-left: 144px;
}
.form-box .captcha .form-control {
  display: inline-block;
  vertical-align: top;
  padding-right: 130px;
}
.form-box .captcha a {
  position: absolute;
  right: 0;
  bottom: 0;
}
/*----- success-box -----*/
.success-box {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  padding: 30px 0 0 0;
}
.success-box .msg {
  font-size: 24px;
  margin: 0 0 15px;
}
.success-box .msg:after {
  content: "";
  display: block;
  border-top: 2px solid #aaa;
  width: 25px;
  margin: 15px auto;
}
.success-box .msg i:before {
  content: "\f046";
  font-size: 30px;
  color: #82addc;
  font-family: "icon-font" !important;
  font-style: normal;
  display: block;
}
.success-box .btn-box {
  background: none;
}
/*------------ lightbox ------------*/
/*************fancybox-close*************/
body .fancybox-close {
  background: url("../../../images/layout05/common/lightbox_close.png")
    no-repeat;
  width: 44px;
  height: 42px;
  right: 6%;
  top: 25px;
  margin-right: -21px;
}
body .fancybox-close:hover {
  background-position: 0 100%;
}
.fancybox-album .fancybox-title {
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  text-align: center;
}
.fancybox-album .photo-pager {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: #82addc;
  font-size: 14px;
  margin-top: 20px;
}
.fancybox-album .photo-pager b {
  color: #1127b7;
  font-size: 14px;
  text-decoration: underline;
}
.fancybox-album .photo-intro {
  padding: 10px 5px;
  font-size: 15px;
}
body .fancybox-skin {
  background: #ffffff;
  margin: 0;
  border-radius: 10px;
}
body .fancybox-inner {
  background: #fff;
}
.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/layout05/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;
}
.fancybox-album .fancybox-nav span {
  background: url("../../../images/layout05/common/album/lightbox_arrow.png")
    no-repeat;
  width: 25px;
  height: 40px;
  margin-top: -20px;
  visibility: visible;
}
.fancybox-album .fancybox-prev span {
  background-position: 0 0;
  left: -55px;
}
.fancybox-album .fancybox-next span {
  background-position: 100% 0;
  right: -55px;
}
.fancybox-album .fancybox-prev:hover span {
  background-position: 0 100%;
}
.fancybox-album .fancybox-next:hover span {
  background-position: 100% 100%;
}
.photo-title {
  border-bottom: 1px dotted #251726;
  color: #82addc;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
  padding: 10px 12px;
}
.photo-intro {
  color: #111;
  padding: 15px 0 0;
  font-size: 14px;
}
/*------------ / lightbox ------------*/
.form-radio:before {
  background-image: url("../../../images/layout05/common/form_radio.png");
  margin: 0 3px 4px 0;
}
.form-checkbox:before {
  background-image: url("../../../images/layout05/common/form_checkbox.png");
}
/*------------ mobile_menu ------------*/
.mmenu-show #mobile-fixed ul {
  border-bottom: 1px solid #82addc;
}
.mmenu-show #mobile-fixed li {
  background: #82addc;
}
.mmenu-show #mobile-menu .menu li > a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
  color: #82addc;
}
.mmenu-show #mobile-menu .language-menu {
  background: #82addc;
  color: #fff;
}
.mmenu-show #mobile-menu .share-menu {
  background: #505050;
}
.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-menu .share .btn {
  font-size: 0;
}
.mmenu-show #mobile-menu .share .btn i {
  line-height: 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;
  box-sizing: border-box;
  position: relative;
  padding: 30px 0px 0px;
}
.form-box,
.contact-title,
.form-wrap .btn-box {
  padding-left: 50px;
  padding-right: 50px;
  margin: 30px auto;
  box-sizing: border-box;
  max-width: 1120px;
}
.form-box {
  background: #fff;
  box-shadow: 0px 0px 35px rgb(82 82 82 / 15%);
}
@media screen and (max-width: 1280px) {
  .site-info {
    width: auto;
    padding: 0 25px 0 0px;
  }
  .site-map ul {
    width: 17%;
  }
  .site-map {
    width: 50%;
  }
  .footer_top .container {
    padding: 60px 35px 55px;
  }
  .site-footer .fllow {
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
  }
  .site-map:after {
    right: 5%;
  }
}
@media screen and (max-width: 1000px) {
  .btn-box {
    padding-top: 20px;
  }
  .btn.back {
    width: 160px;
  }
  .btn.style01 {
    margin: 0 auto 10px;
  }
  .search-box:after {
    color: #111;
    top: 0;
  }
  .breadcrumb {
    position: absolute;
    right: 5px;
    top: -9px;
    color: #575757;
  }
  .breadcrumb li + li:before {
    color: #575757;
  }
  .main-top {
    padding: 10px 0;
    background: rgb(220 224 229);
  }
  .main-top .main-title {
    color: #444;
  }
  .main-top .main-title {
    display: block;
    position: static;
    background: none;
    margin-top: 0;
    padding: 0;
    line-height: 1.3;
    font-size: 18px;
    height: auto;
  }
  .content-top {
    margin-bottom: 20px;
  }
  .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;
  }
  .slick-slider .slick-list {
    padding-top: 0px !important;
  }
  /*------------ site_header 1000 ------------*/
  .site-header {
    height: unset;
  }
  .site-title {
    float: none;
    padding: 15px 0;
    height: auto;
    line-height: 1;
  }
  .site-title .logo {
    height: 50px;
  }
  .top-nav,
  .site-nav {
    display: none;
  }
  /*------------ / site_header 1000 ------------*/
  /*------------ site-footer 1000 ------------*/
  .site-footer {
    padding: 25px 0 0px;
  }
  .site-info li {
    padding: 0 0;
  }
  .site-map,
  .fllow .share {
    display: none;
  }
  .site-footer .col {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0px 0 0px;
  }
  .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;
    display: block;
  }
  .site-footer .fllow {
    padding: 10px 0 0 0;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .fllow p {
    margin: 15px 0 0 0;
  }
  .fllow .qr-inner {
    margin: 0 auto 20px;
    display: block;
    max-width: 100px;
    order: 2;
  }
  .copy_box {
    float: none;
    width: 100%;
    text-align: center;
  }
  .follow p {
    display: block;
  }
  .footer_top,
  .footer_top .container {
    padding: 0;
  }
  .footer_top {
    padding: 0px 0 30px;
  }
  .footer_bottom {
    position: static;
    padding-bottom: 30px;
  }
  .fllow .qr-inner {
    float: none;
    display: inline-block;
    margin: 0 3px;
  }
  .ibtn.fb {
    margin: 0 3px;
  }
  .site-info .list-v {
    left: 0;
  }
  .ibtn.fb {
    top: 100%;
    margin-top: 0px;
    left: 0;
    right: 0;
  }
  /*------------ / site-footer 1000 ------------*/
  /*------------ floating 1000 ------------*/
  .gotop {
    display: none;
  }
  .floating .ibtn.gotop {
    background: url(../../../images/layout05/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 0px;
  }
  .contact-title .reminder {
    margin: 0;
  }
  .form-box .control-box label:first-child {
    margin-left: 0;
  }
  .reminder {
    margin-bottom: 25px;
  }
  .contact-form {
    margin-top: 20px;
  }
  .form-wrap.has-bg {
    background: none;
  }
  .form-box .control-label {
    position: static;
  }
  .form-box .control-label:after {
    display: none;
  }
  .form-box .form-control {
    padding-left: 10px;
  }
  .form-box .control-box select {
    padding-left: 0;
    margin-left: 18px;
  }
  .form-box {
    padding: 20px 15px 10px;
  }
  .form-box,
  .contact-title,
  .form-wrap .btn-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .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;
  }
  body .fancybox-close {
    right: 0;
    left: 0;
    margin: auto;
    top: 15px;
  }
  .fancybox-album .fancybox-skin {
    margin: 50px 0 0;
    padding: 70px 15px 50px !important;
  }
  .fancybox-album .fancybox-nav span {
    margin: 0;
    top: -55px;
  }
  .fancybox-album .fancybox-prev span {
    left: 0;
  }
  .fancybox-album .fancybox-next span {
    right: 0;
  }
  .form-box .control-box .contact-box label {
    margin: 0 20px 6px 0px;
  }
}
@media screen and (max-width: 767px) {
  .pagination li a.controls {
    bottom: -34px;
    margin: 0;
    position: absolute;
  }
  .site-title .logo {
    height: 50px;
  }
  .about-sect {
    padding: 0px 20px 0px;
  }
  .about-sect .txt-box {
    padding: 115px 10px 0;
  }
  .about-sect .txt-box:before {
    top: 52px;
  }
  /*------------ site-main 767 ------------*/
  .main-content {
    padding: 0 0 20px;
  }
  /*------------ / site-main 767 ------------*/
  /*------------ site-footer 767 ------------*/
  .site-info li {
    display: block;
  }
  .site-info li + li {
    margin: 0;
  }

  /*------------ / site-footer 767 ------------*/
}
