@charset "utf-8";
@import url("icon-font-41/style.css");
/*------------ basic ------------*/

body {
  background: #fff;
  color: #ccc;
  font-size: 16px;
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

.content-nav-menu {
  display: none;
}

/*------------ / basic ------------*/

/*--- 隱私權 ---*/

.header-fixed .header-region {
  display: flex;
}

.header-sheet {
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 1px #3e53e6;
  color: #444;
}

.header-sheet .close-ontop {
  color: #000;
}

.header-sheet a {
  color: #3e53e6;
}

.close-ontop {
  color: #000;
  text-shadow: 0 1px 0 #fff;
}

/*---! 隱私權 ---*/

/*--- back-btn ---*/

.btn.back {
  width: 150px;
  line-height: 44px;
  padding: 0 15px;
  color: #fff;
  font-size: 15px;
  margin: 0 0px 10px;
  position: relative;
  background: #5f9fdb;
  text-align: center;
  border-radius: 0;
}

.btn.back:hover {
  background: #3555ae;
}

/*--- fb-btn ---*/

.ibtn.fb {
  transition: all 0.3s ease;
  background-image: url(../../../images/layout03/tw/fb_page.png);
  height: 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  max-width: 1330px;
  margin: 0;
  right: 0;
  margin: auto;
}

.ibtn.fb:before {
  content: "";
  width: 160px;
  position: absolute;
  z-index: 30;
  left: 0;
  top: 0;
  height: 45px;
}

/*--- style01-btn ---*/

.btn.style01 {
  width: 150px;
  line-height: 44px;
  padding: 0 15px;
  color: #fff;
  font-size: 15px;
  margin: 0 0px 10px;
  position: relative;
  background: #5f9fdb;
  text-align: center;
  display: block;
  border-radius: 0;
}

.btn.style01.arrowL {
  background: #575757;
  text-align: center;
}

.btn.style01.arrowL:after {
  display: none;
}

.btn.style01 i {
  display: none;
}

.btn.style01.arrowL i {
  margin: 0 15px 2px 0;
  transition: all 0.2s;
}

.btn.style01:hover {
  background: #2c4179;
  color: #fff;
}

.btn.style01:hover i {
  color: #fff;
  transition: all 0.2s;
}

/*--- style02-btn ---*/

.btn.style02 {
  border: 1px solid #2036c5;
  width: 150px;
  height: 36px;
  line-height: 34px;
  color: #465be4;
  font-size: 14px;
  margin: 0 5px 10px;
  position: relative;
}

.btn.style02 i, .btn.style02:before {
  content: "\e908";
  font-family: "icon-font-41" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2036c5;
  font-size: 28px;
  vertical-align: middle;
  position: relative;
  margin: -10px 5px 0px 0;
  top: -2px;
}

.btn.style02:hover {
  border-color: #674bef;
  color: #674bef;
}

.btn.style02:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #0e29c5 transparent;
  position: absolute;
  right: 2px;
  bottom: 2px;
}

/*------------ / btn ------------*/

.banner .container {
  max-width: inherit;
  padding: 0;
}

/*------------ site_header ------------*/

.site-header {
  text-align: center;
  background: #fff;
  background-size: cover;
  position: fixed;
  z-index: 600;
  width: 100%;
  top: 0;
}

.wrapper {
  padding-top: 168px;
}

.site-title {
  position: relative;
  text-align: center;
  padding: 15px 0;
}

.site-title .logo {
  color: transparent;
  background: url(../../../images/layout03/common/logo.png) 50% 50% no-repeat;
  background-size: contain;
  width: 336px;
  height: 82px;
}

.site-title .logo:hover {
  opacity: 0.7;
}

/*------------ top-nav ------------*/

.top-nav {
  position: absolute;
  z-index: 10;
  right: 14px;
  top: 0%;
  padding: 0 10px;
  /* border: 1px solid #d4d4d4; */
}

/*詢價車*/

.func-menu>li.gocart {
  margin-top: 5px;
}

.func-menu>li.gocart .toggleBtn {
  padding: 10px 15px;
}

.func-menu>li.gocart .toggleBtn .num {
  color: #fff;
  background: #3e53e6;
  text-align: center;
}

.func-menu>li.gocart .price {
  color: #5a60a0;
  letter-spacing: 0.035em;
}

.func-menu .cart-box {
  border: 2px solid #3e53e6;
  background: #0a1144;
}

.func-menu .cart-box .btn {
  background: #3e53e6;
  color: #fff;
}

.func-menu .cart-box .btn:hover {
  background: #000;
}

.func-menu .cart-list li+li {
  border-top: 1px solid #666;
}

.func-menu .cart-list li:hover .box {
  background: #000;
}

.func-menu .cart-list .qty {
  color: #5a60a0;
}

/*數量icon*/

.qty-box {
  position: relative;
  display: inline-block;
  width: 100px;
  max-width: none;
  padding: 0 29px;
  box-sizing: border-box;
}

.qty-box .less {
  left: 0;
}

.qty-box .add {
  right: 0;
}

.qty-box .form-control {
  position: relative;
  text-align: center;
  height: 30px;
  line-height: 28px;
  color: #777;
  background: #fff;
  border: 1px solid #ddd;
  margin: 0;
  padding: 0 5px;
  z-index: 1;
  border-radius: 0;
}

.qty-box .form-control:focus {
  border-color: #152cbf;
}

.qty-box .btn {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 19px;
  position: absolute !important;
  z-index: 0;
  top: 0;
  color: #fff;
  border: 1px solid #666b8a;
}

.qty-box .btn:hover {
  border-color: #152cbf;
  background: #666b8a;
}

.products-intro .pd-intro .btn-group .btn.addcart {
  background: #dcdede;
}

.products-intro .pd-intro .btn-group .btn.addcart:hover {
  background: #24262c;
}

/*!數量icon*/

/*!詢價車*/

/*---- language ----*/

.site-header .language {
  float: left;
  position: relative;
}

.site-header .language .btn {
  transition: all 0.2s;
  position: relative;
  display: block;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  padding: 0 10px;
  line-height: 35px;
  background: #1C50A2;
  border-radius: 0 0 5px 5px;
  margin: 0;
  border-bottom: 1px #fff solid;
}

.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;
  color: #fff;
  padding-left: 5px;
}

.site-header .language ul {
  display: none;
  margin: -1px 0 0 0;
  position: absolute;
  z-index: 35;
  width: 100%;
  border-radius: 10px;
}

.site-header .language ul li {
  margin: 0 0 0px;
  background: #ffffff;
}

.site-header .language li a {
  display: block;
  background: #F3F3F3;
  color: #000;
  padding: 5px 10px;
  margin-top: 1px;
  font-size: 14px;
  text-align: left;
  transition: all 0.3s ease;
  border-bottom: 1px solid #DDDDDD;
  border-radius: 0;
}

.site-header .language li:last-of-type a {
  border: 0;
  border-radius: 0 0 5px 5px;
}

.site-header .language ul li a:hover {
  background: #1C50A2;
  color: #fff;
}

/*---- search-box ----*/

.none {
  display: none;
}

.site-header .search-box {
  position: relative;
  padding: 3px 44px 3px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 180px;
  float: left;
}

.site-header .search-box .form-control {
  height: 25px;
  line-height: 29px;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  background: #f6f6f6;
  color: #3c3c3c;
  margin: 0;
  letter-spacing: 1px;
}

.site-header .search-box .form-control:focus {
  outline: none;
  border: 0;
}

.site-header .search-box {
  position: relative;
  padding: 0px 35px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 195px;
  float: left;
  margin-right: 10px;
}

.site-header .search-box .form-control {
  height: 35px;
  line-height: 35px;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  background: #F3F3F3;
  color: #969696;
  margin: 0;
  border-radius: 0 0 0 10px;
}

.site-header .search-box .form-control:focus {
  outline: none;
  border: 0;
}

.search-box .search {
  z-index: 1;
  position: absolute;
  width: 35px;
  height: 35px;
  display: block;
  right: 0;
  top: 0;
}

.search-box:after {
  position: absolute;
  content: "\e925";
  font-family: 'icon-font-41' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  right: 0;
  top: 0;
  font-size: 28px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  text-align: center;
  transition: all .3s ease;
  background: #1c50a2;
  border-radius: 0 0 5px 0;
}

.search-box:hover:after {
  background: #569ed7;
}

/*------------site-nav ------------*/

.site-nav {
  border-top: 1px solid #eee;
  text-align: center;
  padding: 7px 0 0;
}

.site-nav .menu>li+li:before {
  content: ' | ';
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  left: -3px;
  top: 9px;
  color: #eee;
}

.site-nav .menu>li+li.full_menu:before {
  display: none;
}

.site-nav .menu>li:nth-child(4):after {
  content: ' | ';
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  right: 0px;
  top: 9px;
  color: #eee;
  display:none;
}

.site-nav .menu {
  display: inline-block;
}

.site-nav .menu li {
  position: relative;
  width: 150px;
}

.site-nav .menu>li:nth-last-child(-n) {
  display: none;
}

.site-nav .menu>li>a {
  transition: all .2s;
  text-align: center;
  display: block;
  color: #333333;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 10px 0px;
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: relative;
  top: 0;
  line-height: 1.6;
  transition: all .3s ease;
}

.site-nav .menu li ul {
  display: none;
  position: absolute;
}

.site-nav .menu>li>ul {
  z-index: 600;
  width: 190px;
  top: 100%;
  left: 50%;
  box-sizing: border-box;
  text-align: left;
  margin: 5px 0 0 -95px;
  background: #414042;
}

.site-nav .menu .full_menu>ul {
  top: 100%;
}

.site-nav .menu>li.active>a, .site-nav .menu>li.active2>a, .site-nav .menu>li:hover>a {
  color: #1e51a2;
}

.site-nav .menu>li>a:before {
  content: '';
  display: block;
  height: 0;
  width: 3px;
  position: absolute;
  left: 10px;
  top: 15px;
  transition: all .3s ease;
  background: #1e51a2;
}

.site-nav .menu>li ul {
  background: #F2F3FD;
}

.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;
  border-bottom: 1px #ddd solid;
}

.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 .2s;
  color: #000;
  font-size: 15px;
  text-align: center;
  padding: 12px;
  background: #F2F3FD;
}

.site-nav .menu ul>li.active>a, .site-nav .menu ul>li.active2>a, .site-nav .menu ul>li>a:hover {
  color: #fff;
  background: #1e51a2;
}

.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 {
  color: #1e51a2;
  background: transparent;
}

.site-nav .menu ul ul {
  width: 100%;
  top: 0px;
  left: 100%;
  margin-left: 1px;
  box-sizing: border-box;
}

.site-nav .menu ul ul:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 2px;
}

.site-nav>.menu>li:nth-child(n+9) {
  display: none;
}

/*滿版清單*/

.site-nav .menu>li.full_menu>ul:before {
  height: 26px;
}

.site-nav .menu>li.full_menu>ul:after {
  display: none;
}

.site-nav .menu .full_menu ul a {
  padding: 6.5px 15px;
}

.site-nav .menu .full_menu ul ul ul {
  padding-left: 30px;
}

.site-nav .menu li.full_menu ul ul li a {
  background: rgba(199, 199, 199, 0.38);
  padding: 5px 10px;
  margin: 6px 3px;
}

.site-nav .menu li.full_menu ul ul ul li a {
  background: rgba(199, 199, 199, 0.08);
}

.site-nav .menu li.full_menu ul ul li:hover>a, .site-nav .menu li.full_menu ul ul li.active>a, .site-nav .menu li.full_menu ul ul li.active2>a {
  background: #1e51a2;
  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: #1e51a2;
  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 {
  text-decoration: none;
  color: #1e51a2;
}

/*!滿版清單*/

/*------------share------------*/

.share li {
  display: inline-block;
  margin: 0 1px;
}

.share .btn {
  width: 32px;
  height: 32px;
  line-height: 26px;
  font-size: 0;
  color: #fff;
  border-radius: 50%;
  background: #c9cbd0;
  transition: all 0.2s;
  border: 2px solid #c9cbd0;
}

.share .btn i {
  display: block;
  font-size: 16px;
  line-height: 28px;
}

.share .btn:hover {
  transition: all 0.2s;
  border: 2px solid #ffffff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  border-color: #ffffff;
  color: #fff;
}

/*------------ / site_header ------------*/

/*------------  fixed ------------*/

.header-fixed .site-header {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.header-fixed .site-title {
  padding: 5px 0;
  float: left;
}

.header-fixed .site-title .logo {
  background: url("../../../images/layout03/common/logo02.png") 50% 50% no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  text-align: left;
}

.header-fixed .top-nav {
  display: none;
}

.header-fixed .site-nav {
  padding: 12px 0 0px;
  margin-left: 90px;
  text-align: left;
  background-color: #fff;
}

.header-fixed .site-nav .menu {
  margin: 0 0px;
}

.header-fixed .site-nav .menu>li>a {
  width: 120px;
  height: auto;
  padding: 10px 5px;
}

.header-fixed .func-menu>li.gocart {
  margin-top: 0;
}

.header-fixed .site-nav .menu>li>ul {
  margin: 5px 0 0 -104px;
}

/*------------ / fixed ------------*/

/*------------ site_main ------------*/

.main-top {
  padding: 10px 0 10px 0;
  text-align: right;
  margin-bottom: 55px;
  background: #1a4ea4;
}

.main-top .main-title {
  display: none;
  margin: 0;
  color: #fff;
}

.plugin, .plugin button, .plugin input, .plugin label, .plugin select, .plugin td, .plugin textarea {
  color: #fff !important;
}

.main-content {
  box-sizing: border-box;
  position: relative;
  padding-bottom: 100px;
}

/* .main-content::before {
  content: "";
  width: 800px;
  height: 600px;
  position: absolute;
  right: -18%;
  bottom: -33%;
  background-image: url(../../../images/layout03/common/index/deco_item003.png);
  background-size: contain;
} */

.main-content .container {
  width: 100%;
  display: flex;
  background-color: #fff;
}

.content {
  min-height: 300px;
  box-sizing: border-box;
  padding: 0 40px 0px;
}

.content-top {
  background: url(../../../images/layout03/common/title_bg.jpg);
  color: #fff;
  margin: 0 0 15px;
  padding: 8px 15px;
  min-height: 32px;
}

.content-title {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  min-height: 32px;
  padding-left: 33px;
  margin: 0;
  float: left;
}

.content-title:before {
  content: "";
  line-height: 1;
  background: url(../../../images/layout03/common/title_deco.png);
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 4px;
}

.search-title h1 {
  font-weight: normal;
  margin: 0;
  font-size: 20px;
  display: inline-block;
}

.search-title:before {
  content: "\f105";
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}

/*------------ / site_main ------------*/

/*------------ site_footer ------------*/

.site-footer {
  background: url(../../../images/layout03/common/footer_bg.jpg);
  background-size: contain;
  position: relative;
  z-index: 3;
}

/* .site-footer::before {
  content: "";
  background-image: url(../../../images/layout03/common/footer_deco.png);
  position: absolute;
  width: 100%;
  height: 65px;
  top: -19%;
  background-size: contain;
  background-repeat: no-repeat;
} */

.footer_top {
  color: #000;
  font-size: 12px;
  padding: 70px 0 90px;
}

.footer_bottom {
  position: absolute;
  top: 20%;
  max-width: 100%;
  width: 1330px;
  margin: auto;
  left: 0;
  right: 0;
}

.site-footer .col {
  float: left;
}

.site-footer .tit {
  display: none;
}

.site-info {
  width: 100%;
  order: 2;
  background: #3555ae;
  font-size: 14px;
  color: #bbb;
  position: absolute;
  bottom: 0;
  left: 0;
}

.site-info .ic {
  font-size: 24px;
  vertical-align: middle;
  margin: 0 4px 3px 0;
}

.site-info .list-v {
  max-width: 1330px;
  margin: auto;
  padding: 0px 0;
  left: 190px;
  position: relative;
  z-index: 20;
  box-sizing: border-box;
  font-size: 14px;
  color: #efefef;
}

.site-info li {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  letter-spacing: 1px;
}

.site-info li a:hover {
  color: #fff;
  text-decoration: underline;
}

.site-info li span, .site-info li a {
  color: #efefef;
}

.site-info li>a, .site-info li>span {
  display: inline-block;
  padding: 11px 0;
}

.site-map {
  font-size: 14px;
  width: 50%;
  position: relative;
  z-index: 5;
}

.site-map ul {
  box-sizing: border-box;
  float: left;
}

.site-map ul+ul {
  margin: 0 0 0 45px;
}

.site-map ul li {
  margin-bottom: 12px;
}

.site-map ul li a {
  padding: 0 5px;
}

.site-map ul li a:hover {
  color: #1427a7;
  text-decoration: underline;
}

.site-footer .fllow {
  float: right;
  width: 50%;
  text-align: right;
}

.fllow .share {
  margin: 40px 0px 0px 0px;
  vertical-align: bottom;
  text-align: left;
  width: 250px;
  padding-left: 10px;
  box-sizing: border-box;
}

.fllow * {
  display: inline-block;
  vertical-align: middle;
}

.fllow p {
  display: block;
  margin: 15px 0 0 0;
  font-size: 12px;
  color: #aaa;
}

.fllow .qr-inner {
  margin: 0 15px 0 0;
}

.copy_box {
  text-align: left;
  font-size: 12px;
  color: #000;
  width: 240px;
  float: right;
}

/*------------ / site_footer ------------*/

/*------------ floating ------------*/

.floating, .floating.fancybox-margin {
  position: absolute;
  right: 6%;
  bottom: 100%;
  margin-right: -27px;
  z-index: 400;
  transition: all 0.3s ease;
}

.floating .gotop {
  background-image: url(../../../images/layout03/common/gotop.png);
  width: 70px;
  height: 70px;
  background-size: cover;
  background-position: top;
}

.floating .gotop:hover {
  background-position: 0 100%;
}

.footer_top .container {
  position: static;
  display: flex;
  flex-wrap: wrap;
}

/*------------ / floating ------------*/

/*------------ breadcrumb ------------*/

.breadcrumb {
  color: #fff;
  font-size: 13px;
}

.breadcrumb li, .breadcrumb li a {
  display: inline;
  transition: all 0.2s;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb li+li:before {
  content: "| ";
  margin: 0px 2px;
}

.products-breadcrumb {
  line-height: 1;
  display: inline-block;
  padding: 0 10px 0 5px;
  white-space: nowrap;
  margin: 9px 0 9px 10px;
  color: #999;
  float: right;
}

.products-breadcrumb a:hover {
  color: #ffffff;
}

.products-breadcrumb li:first-child a span {
  display: inline-block;
}

.products-breadcrumb li:first-child a:before {
  content: "";
}

.products-breadcrumb li+li:before {
  content: "/ ";
}

/*------------ / breadcrumb ------------*/

/*------------ side ------------*/

.side {
  width: 247px;
  box-sizing: border-box;
  line-height: 1.5;
  display: table-cell;
  vertical-align: top;
  padding: 0px 0 0 0;
  margin-right: 45px;
}

.content:before {
  content: "";
  display: block;
  width: 100%;
  background: url(../../../images/layout03/common/shadow.png) center bottom no-repeat;
  height: 12px;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
}

.content {
  position: relative;
}

.has-side .content {
  width: calc(100% - 265px);
  box-sizing: border-box;
  padding: 0;
  /* background: #fff; */
}

.ab-content {
  box-shadow: 0px 0px 25px #ddd;
  text-align: center;
  padding: 35px 40px !important;
  background-color: #fff;
}

.side_logo {
  display: none;
}

.side .title {
  max-width: 247px;
  color: #fff;
  font-size: 20px;
  border-width: 0 1px;
  padding: 3px 15px 0px 36px;
  box-sizing: border-box;
  background: url(../../../images/layout03/common/about/side_bg.jpg) no-repeat;
  position: relative;
  line-height: 43px;
}

.side .title::before {
  content: "";
  background: url(../../../images/layout03/common/about/arrow.png) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 15px;
  top: 16px;
}

.side-nav {
  max-width: 247px;
  background-color: #fff;
  box-shadow: 0px 0px 15px #ddd;
}

.side-nav li a {
  position: relative;
  display: block;
  transition: all 0.2s;
  line-height: 1.2;
}

.side-nav>li {
  border-bottom: 1px #ececec solid;
}

.side-nav>li>a {
  padding: 13px 10px;
  color: #6d6d6d;
  font-size: 15px;
  position: relative;
}

.side-nav>li>a:before {
  content: "\f105";
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  vertical-align: middle;
  padding: 0px 8px 0px 6px;
  margin-top: 1px;
  position: absolute;
  left: -19px;
  top: calc(50% - 9px);
  color: #fff;
}

.side-nav>li.active>a:after, .side-nav>li.active2>a:after, .side-nav>li:hover>a:after {
  opacity: 0;
}

.side-nav>li>a:hover, .side-nav>li.active>a, .side-nav>li.active2>a {
  border: 1px solid #3555ae;
  border-left: 22px solid #3555ae;
  color: #3555ae;
  margin-top: -2px;
}

.side-nav ul {
  font-size: 15px;
  display: none;
  margin: 0px 0;
}

.side-nav ul li a {
  padding: 6px 25px 6px 40px;
  color: #cccccc;
  font-size: 15px;
  transition: all 0.3s ease;
}

.side-nav ul li:hover>a, .side-nav ul li.active>a, .side-nav ul li.active2>a {
  color: #74a1fe;
}

.side-nav ul ul {
  padding-left: 25px;
}

.side-nav>li.active2>ul {
  display: block;
}

/*------------ / side ------------*/

/*------------ pagination ------------*/

.pagination li a, .pagination li span {
  min-width: 30px;
  height: 30px;
  line-height: 28px;
  color: #6d6d6d;
  background-color: #ddd;
  border: 1px solid #ddd;
  padding: 0 5px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
}

.pagination li a:hover, .pagination li.active a {
  background: #6a81be;
  border-color: #6a81be;
  color: #fff;
}

.pagination li a.controls {
  color: #777;
  background: none;
  height: 30px;
  font-size: 22px;
  line-height: 42px;
  font-size: 0;
}

.pagination li a.controls i {
  font-size: 16px;
  line-height: 23px;
}

.pagination li a.controls:hover {
  color: #ffffff;
}

/*------------ / pagination ------------*/

/*-----reminder-----*/

.reminder {
  text-align: left;
  margin: 0 0 45px 0;
  font-size: 16px;
}

.reminder b:before {
  font-family: "icon-font-41" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e928";
  color: #5f9fdb;
  font-size: 18px;
  vertical-align: text-bottom;
}

.requrin_txt {
  color: #5f9fdb;
}

/*-----form-detail-----*/

.form-box .captcha a {
  margin-left: 5px;
}

.form-control, .page-info .form-control {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  color: #6d6d6d;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 6px;
}

.form-control:focus {
  outline: none;
  border-color: #16248c;
}

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 b {
  display: inline-block;
  vertical-align: bottom;
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin-right: 5px;
}

.contit {
  position: relative;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 2px #ececec solid;
  padding-bottom: 4px;
  margin: 0 0 10px;
  text-align: left;
}

.contit:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-top: 3px solid #3555ae;
  width: 76px;
}

.form-wrap {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}

.form-wrap.has-bg:before, .form-wrap.has-bg:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 275px;
  height: 216px;
  background: url("../../../images/layout03/common/contact/bg.png");
  z-index: -1;
  pointer-events: none;
}

.form-wrap.has-bg:before {
  top: 0;
  left: 0;
}

.form-wrap.has-bg:after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.form-box {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 15;
  background: linear-gradient(-180deg, white, #e6f4f8);
  box-shadow: 0px 0px 20px #ebe7e7;
  padding: 20px 25px 0px;
}

.form-box .row {
  margin: 0 -24px;
  display: block;
}

.form-box .col {
  float: left;
  width: 50%;
  padding: 0 24px;
}

/*-----form-required-----*/

.form-box .required {
  position: relative;
}

.form-box .required:after {
  font-family: "icon-font-41" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e928";
  color: #5f9fdb;
  font-size: 18px;
  vertical-align: text-bottom;
}

.form-box .form-group {
  padding: 12px 0 6px;
  line-height: 30px;
}

.form-box .form-group:after {
  content: "";
  display: block;
  clear: both;
}

.form-box .control-label {
  display: block;
  color: #6d6d6d;
  font-size: 15px;
  line-height: inherit;
  float: left;
}

.form-box .control-box {
  position: relative;
  margin-left: 180px;
}

.form-box .control-box select {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #ddd;
  border: 1px solid #5c6284;
  background: #5c6284;
  box-sizing: border-box;
  margin-bottom: 6px;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 8px;
}

.form-box .control-box label {
  display: inline-block;
  line-height: inherit;
  margin: 0 10px 6px 5px;
}

.form-box .captcha .form-control {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  max-width: 280px;
}

/*----- success-box -----*/

.success-box {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  padding: 30px 0 0 0;
}

.success-box .msg {
  color: #ccc;
  font-weight: bold;
  font-size: 22px;
  margin: 0 0 15px;
}

.success-box .msg:after {
  content: "";
  display: block;
  width: 58px;
  border-top: 2px dotted #ddd;
  margin: 15px auto 15px;
}

.success-box .msg i {
  display: none;
}

.success-box .btn-box {
  background: none;
}

/*------------ lightbox ------------*/

/*************fancybox-close*************/

body .fancybox-close {
  background: url(../../../images/layout03/common/lightbox_close.png) no-repeat;
  width: 45px;
  height: 45px;
  right: 0px;
  top: 10px;
}

body .fancybox-close:hover {
  background-position: 0 100%;
}

.fancybox-album .fancybox-title:before {
  content: "ALBUM";
  display: block;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  line-height: 1.5;
}

.fancybox-album .fancybox-title {
  color: #ececec;
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.075em;
  border-left: 1px solid #444;
  padding: 0 50px 0 15px;
  margin: 0 40px 20px;
}

.fancybox-album .photo-pager {
  color: #545454;
  font-size: 12px;
  text-align: center;
  border-bottom: 2px dotted #ddd;
  padding: 8px 20px 8px;
  background: #eee;
}

.fancybox-album .photo-pager b {
  color: #3555ae;
  font-size: 14px;
  text-decoration: underline;
}

.fancybox-album .photo-intro {
  padding: 10px 5px;
  font-size: 15px;
  background: #eee;
}

body .fancybox-skin {
  background: #fff;
  margin: 20px 40px;
  border-radius: 0px;
  border-radius: 0;
}

body .fancybox-inner {
  background: #eee;
  border-radius: 0;
  overflow: hidden !important;
}

.lightbox-wrapper {
  padding: 40px;
  max-width: 100%;
  box-sizing: border-box;
}

.login-box {
  padding: 30px;
}

.lightbox-title {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 25px;
}

.lightbox-title span {
  display: block;
  font-size: 32px;
}

.lightbox-title .icon {
  background: url("../../../images/layout03/common/title_ic.png") no-repeat 0 -240px;
  width: 30px;
  height: 30px;
  vertical-align: text-bottom;
}

.login-box .form-box {
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
}

.lightbox-wrapper .form-group {
  padding: 5px 0;
}

.lightbox-wrapper .control-label {
  display: none;
}

body .fancybox-nav span {
  visibility: visible;
  width: 35px;
  height: 70px;
  background: url(../../../images/layout03/common/album/lightbox_arrow.png) no-repeat;
  left: -60px;
}

body .fancybox-next span {
  left: auto;
  background-position: 100% 0;
  right: -60px;
}

.fancybox-prev:hover span {
  background-position: 0 100%;
}

.fancybox-next:hover span {
  background-position: 100% 100%;
}

.photo-title {
  background: #f9f7fb;
  color: #9a7f64;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  padding: 15px 15px 0;
}

.photo-intro {
  padding: 10px 5px;
  font-size: 15px;
}

/*------------ / lightbox ------------*/

.form-radio:before {
  background-image: url("../../../images/layout03/common/form_radio.png");
  margin: 0 3px 4px 0;
}

.form-checkbox:before {
  background-image: url("../../../images/layout03/common/form_checkbox.png");
}

/*------------ mobile_menu ------------*/

.mmenu-show #mobile-fixed ul {
  border-bottom: 1px solid #444;
}

.mmenu-show #mobile-fixed li {
  background: #111;
}

.mmenu-show #mobile-menu .menu li>a:hover, .mmenu-show #mobile-menu .menu li.active>a {
  color: #111;
}

.mmenu-show #mobile-menu .language-menu {
  background: #111;
  color: #fff;
}

.mmenu-show #mobile-menu .share-menu {
  background: #414042;
}

.mmenu-show #mobile-search {
  background: #d8d8d8;
}

.mmenu-show #mobile-fixed .toggleBtn {
  font-size: 0;
}

.mmenu-show #mobile-fixed .toggleBtn i {
  font-size: 28px;
}

.mmenu-show #mobile-fixed .m-go-home {
  font-size: 0;
}

.mmenu-show #mobile-fixed .m-go-home i {
  font-size: 28px;
}

.mmenu-show #mobile-fixed .m-contact {
  font-size: 0;
}

.mmenu-show #mobile-fixed .m-contact i {
  font-size: 28px;
}

/*------------ / mobile_menu ------------*/

.contact-title {
  font-size: 18px;
  text-align: center;
  margin: 0 0 15px;
}

@media screen and (max-width: 1600px) {
  .site-footer::before {
    top: -17%;
  }
}

@media screen and (max-width: 1440px) {
  .site-footer::before {
    top: -15%;
  }
}

@media screen and (max-width: 1280px) {
  .service-sect {
    background-position: 50% 50% !important;
    padding: 80px 0 !important;
  }
  .products-sect {
    padding: 30px 0 120px;
  }
  .site-footer::before {
    top: -14%;
  }
  .site-nav .menu li {
    width: 120px;
  }
  .header-fixed .site-nav .menu>li>a {
    width: 85px;
    height: auto;
    padding: 10px 5px;
  }
  .site-nav .menu li a {
    font-size: 15px;
    padding: 10px 5px;
  }
  .site-map ul+ul {
    margin: 0 0 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  .news-sect {
    padding: 75px 0 65px;
  }
  .about-sect {
    /* padding: 0 0 65px !important; */
  }
  .service-box {
    /* width: 44% !important; */
  }
  .service-sect {
    padding: 50px 0;
  }
  .site-footer::before {
    top: -10%;
  }
  .news-sect::before {
    left: -58% !important;
    bottom: -20% !important;
  }
  .album-sect::before {
    right: -12%;
    bottom: -28%;
    width: 500px;
  }
  .products-sect::before {
    right: -21%;
    bottom: -23%;
    width: 500px;
  }
}

@media screen and (max-width: 1000px) {
  .site-footer::before {
    display: none;
  }
  .btn.style01, .btn.back {
    width: 160px;
  }
  .search-box:after {
    color: #111;
    top: 0;
  }
  .breadcrumb {
    display: none;
  }
  .main-top {
    padding: 10px 0;
  }
  .main-top .main-title {
    display: block;
    font-size: 24px;
    text-align: center;
  }
  .main-title:before, .main-title:after {
    content: "。";
  }
  .site-header, .header-fixed .site-header {
    position: relative;
    width: 100%;
    z-index: 600;
  }
  .wrapper {
    padding-top: 40px;
  }
  .content:before {
    display: none;
  }
  .site-footer .tit {
    display: none;
  }
  .main-top {
    margin-bottom: 10px;
  }
  .has-side .content, .content {
    padding: 0px 0px 0px;
  }
  /*------------ site_header 1000 ------------*/
  .site-title, .header-fixed .site-title {
    float: none;
    padding: 15px 0;
  }
  .site-title .logo, .header-fixed .site-title .logo {
    width: 220px;
    height: 60px;
    background-image: url(../../../images/layout03/common/logo.png);
  }
  .top-nav, .site-nav {
    display: none;
  }
  /*------------ / site_header 1000 ------------*/
  /*------------ site-footer 1000 ------------*/
  .site-footer {
    padding: 0px 0 0px;
    background: transparent;
  }
  .site-map, .fllow .share {
    display: none;
  }
  .site-footer .col {
    float: none;
    width: 100%;
    text-align: center;
  }
  .site-info li, .site-info p {
    display: inline-block;
  }
  .site-info p {
    margin: 0 0 0 10px;
  }
  .site-info li+li {
    margin: 0 0 0 20px;
  }
  .site-info li>a, .site-info li>span {
    display: inline-block;
    padding: 3px 0;
  }
  .site-footer .fllow {
    padding: 0px 0 0 0;
    position: relative;
  }
  .fllow p {
    margin: 15px 0 0 0;
  }
  .fllow .qr-inner {
    margin: 0 auto 20px;
    display: block;
    max-width: 100px;
  }
  .copy_box {
    float: none;
    width: 100%;
    text-align: center;
  }
  .follow p {
    display: block;
  }
  .footer_to {
    padding: 20px 0;
  }
  .footer_top, .footer_top .container {
    padding: 0;
  }
  .footer_bottom {
    position: static;
    padding-bottom: 30px;
    background: #000000;
  }
  .copy_box {
    color: #fff;
  }
  .copy_box .author {
    display: inline-block;
  }
  .site-info {
    position: static;
    padding: 60px 15px 30px;
  }
  .site-info .list-v {
    left: 0;
  }
  .ibtn.fb {
    top: 100%;
    margin-top: 0px;
    left: 0;
    right: 0;
    width: 160px;
  }
  /*------------ / site-footer 1000 ------------*/
  /*------------ floating 1000 ------------*/
  .gotop {
    display: none;
  }
  .floating .ibtn.gotop {
    background: url(../../../images/layout03/common/mobile_gotop.png) 50% 50% no-repeat;
  }
  .floating .gotop:before, .floating .gotop:after {
    display: none;
  }
  /*------------ / floating 1000 ------------*/
  .contact-title .reminder {
    margin: 0 45px;
  }
  .contact-title {
    margin: 0 5px 15px;
  }
  .contact-title .reminder {
    margin: 0;
  }
  .reminder {
    margin-bottom: 25px;
    color: #6d6d6d;
  }
  .form-box, .form-wrap.has-bg {}
  .form-wrap.has-bg {
    background: none;
  }
  .form-box {
    padding: 20px 15px 0px;
  }
  .copy_box {
    text-align: center;
  }
  .form-box .control-label {
    float: none;
  }
  .form-box .control-box {
    margin-left: 0;
  }
  .content-top, .content-title {
    min-height: 28px;
  }
  .content-title {
    font-size: 18px;
  }
  .content-title:before {
    top: 2px;
  }
  .fancybox-album .fancybox-skin {
    margin: 0 0 80px;
  }
  .fancybox-album .fancybox-title {
    margin: 0 0 20px;
  }
  .fancybox-album .fancybox-nav span {
    top: 100%;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 20px;
    height: 40px;
    -webkit-background-size: 40px 80px;
    background-size: 40px 80px;
  }
  .fancybox-album .fancybox-prev span {
    left: 0;
  }
  .fancybox-album .fancybox-next span {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .pagination li a.controls {
    bottom: -30px;
    margin: 0;
  }
  .service-box {
    text-align: center !important;
    width: 100% !important;
  }
  .service-list::before {
    display: none !important;
  }
  .service-list li {
    width: 30.33%;
  }
  .service-list li:nth-child(2) {
    position: relative;
  }
  .service-list li:nth-child(2):before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 1px;
    height: 100px;
    background: #ffffff8c;
  }
  .service-list li:nth-child(2):after {
    content: "";
    position: absolute;
    right: -18px;
    top: 0;
    width: 1px;
    height: 100px;
    background: #ffffff8c;
  }
  /*------------ site-main 768 ------------*/
  .main-content {
    padding: 0 0 40px;
  }
  /*------------ / site-main 768 ------------*/
  /*------------ site-footer 768 ------------*/
  .service-sect .title span {
    font-size: 50px !important;
  }
  .site-info li {
    display: block;
  }
  .site-info li+li {
    margin: 0;
  }
  .news-sect::before {
    left: -90% !important;
    bottom: -20% !important;
  }
  .about-sect .col.txt {
    width: 100%;
    order: 1;
  }
  .about-sect .row {
    display: block !important;
  }
  .title span {
    text-align: center;
  }
  .about-sect .col.pic {
    padding: 0 35px;
  }
  .news-sect::before {
    bottom: -17% !important;
  }
  .album-sect::before {
    right: -31%;
    bottom: -8%;
    width: 500px;
    height: 600px;
  }
  .service-sect {
    background-position: 60% -18% !important;
  }
  .products-sect::before {
    right: -41%;
  }
  .products-sect .title h2, .album-sect .title h2, .news-sect .title h2, .articles-sect .title h2 {
    padding-bottom: 5px !important;
  }
  .news-sect {
    padding: 40px 0 65px !important;
  }
  .products-sect {
    padding-top: 0 !important;
  }
  .products-sect {
    padding: 30px 0 65px !important;
  }
  .album-sect::before {
    right: -52%;
    bottom: -50%;
  }
  /*------------ / site-footer 768 ------------*/
}

@media screen and (max-width: 480px) {
  .process-list ul {
    display: block;
    background: linear-gradient(-180deg, transparent, #e6f4f8);
    padding: 0 15px !important;
  }
  .process-list ul li {
    display: flex;
    align-items: center;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .process-list .img {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .process-list ul li img {
    margin: 0;
    margin-right: 15px;
    width: 100px !important;
  }
  .process-list ul li:nth-child(2) {
    border: 0;
    border-bottom: 1px solid #ececec;
  }
  .process-list img {
    width: 100px;
    margin: 0 auto 10px;
  }
  .ab-content {
    box-shadow: none;
    padding: 35px 0px 15px !important;
  }
  .title span {
    font-size: 35px !important;
  }
  .title h2 {
    font-size: 20px !important;
  }
  .news-sect {
    padding: 20px 0 65px !important;
  }
  .editor .title span {
    font-size: 25px !important;
    margin-top: -7px !important;
  }
  .news-sect .title {
    margin-bottom: 15px !important;
  }
  .news-sect::before {
    bottom: -34% !important;
    left: -77% !important;
    width: 500px !important;
    height: 680px !important;
    background-size: contain !important;
  }
  .about-sect .txt-box .index-about-editor .editor {
    font-size: 16px !important;
  }
  .products-sect::before {
    width: 350px !important;
    height: 450px !important;
    right: -44% !important;
    bottom: -22% !important;
    transform: rotate(-45deg);
    background-size: contain !important;
  }
  .album-sect .title span {
    line-height: 66px;
  }
  .album-sect::before {
    right: -69%;
    bottom: -30%;
    background-size: contain;
    width: 500px;
    height: 500px;
  }
  .album-sect {
    padding: 40px 0 50px !important;
  }
  .products-sect .slick-dots, .news-sect .slick-dots, .album-sect .slick-dots {
    padding-top: 20px !important;
  }
  .site-info .list-v, .site-info li aㄒ {
    font-size: 13px;
    color: #fff;
  }
}