@charset "UTF-8";
/*
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/raleway-v13-latin-100.eot');
  src: local('Raleway Thin'), local('Raleway-Thin'), url('../fonts/raleway-v13-latin-100.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-v13-latin-100.woff2') format('woff2'), url('../fonts/raleway-v13-latin-100.woff') format('woff'), url('../fonts/raleway-v13-latin-100.ttf') format('truetype'), url('../fonts/raleway-v13-latin-100.svg#Raleway') format('svg');
}
*/
#tarteaucitronRoot .tarteaucitronAlertBigBottom .wrap:after, .swiper-product-thumbs.insufficient-swiper .swiper-wrapper::after, .pro-show::after, .thumbnails::after {
  content: "";
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 8px 8px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.8;
}

.hamburger-box {
  width: 34px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 34px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sb-active .hamburger--collapse .hamburger-inner {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
          transform: translate3d(0, -8px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sb-active .hamburger--collapse .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.sb-active .hamburger--collapse .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
          transform: translate3d(0, 8px, 0) rotate(-45deg);
}

.sb-active .hamburger--spring .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent;
}
.sb-active .hamburger--spring .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}
.sb-active .hamburger--spring .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
          transform: translate3d(0, 8px, 0) rotate(-45deg);
}

body {
  color: #555555;
  font-family: "Roboto Condensed", "Open Sans", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  font-size: 15px;
}
body a:hover, body a:focus {
  color: #979797;
  text-decoration: none !important;
  outline: none !important;
}
body a:hover:focus {
  text-decoration: none !important;
  outline: none !important;
}

img {
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
  width: auto\9 ;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto Condensed", "Open Sans", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

h2 {
  word-break: break-all;
  color: #333333;
}

h3,
h4 {
  color: #333333;
}

.page-header {
  border: 0;
}
.page-header h1 {
  color: #333;
  font-size: 36px;
}

.form-control {
  font-family: "Roboto Condensed", "Open Sans", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  font-size: 15px;
  color: #555555;
}
.form-control:focus {
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}

.btn-default {
  border-color: #333;
  color: #333;
  background: transparent;
}

.btn-default:hover,
.btn-default.focus,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default:active:focus,
.open > .dropdown-toggle.btn-default {
  background-color: #666;
  border-color: #666;
  color: #fff;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled.hover,
.btn-default[disabled].hover,
fieldset[disabled] .btn-default.hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  border-color: #cccccc;
  background: transparent;
  color: #cccccc;
}

.btn-primary {
  background-color: #000000;
  border-color: #000000;
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.open > .dropdown-toggle.btn-primary {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled.hover,
.btn-primary[disabled].hover,
fieldset[disabled] .btn-primary.hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #666666;
  border-color: #666666;
}

.btn-success {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}

.btn-success:hover,
.btn-success.focus,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success:active:focus,
.open > .dropdown-toggle.btn-success {
  background-color: #b6b6b6;
  border-color: #b6b6b6;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled.hover,
.btn-success[disabled].hover,
fieldset[disabled] .btn-success.hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #d3d3d3;
  border-color: #d3d3d3;
}

.btn-info {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.btn-info:hover,
.btn-info.focus,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info:active:focus,
.open > .dropdown-toggle.btn-info {
  background-color: #787878;
  border-color: #787878;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled.hover,
.btn-info[disabled].hover,
fieldset[disabled] .btn-info.hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}

.btn-warning {
  background-color: #ecce8e;
  border-color: #ecce8e;
}

.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning:active:focus,
.open > .dropdown-toggle.btn-warning {
  background-color: #e3be6f;
  border-color: #e3be6f;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f4e2bb;
  border-color: #f4e2bb;
}

.btn-danger {
  background-color: #de9585;
  border-color: #de9585;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger:active:focus,
.open > .dropdown-toggle.btn-danger {
  background-color: #b86957;
  border-color: #b86957;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ebbfb6;
  border-color: #ebbfb6;
}

.btn-link {
  color: #333;
}

.btn-link:hover,
.btn-link:focus {
  color: #666;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #c6c6c6;
}

.input-group-btn .btn-default {
  border-color: #ccc;
}

.alert-success {
  color: #505050;
  background-color: #e9e9e9;
  border-color: #c2c2c2;
}

.alert-info {
  color: #121212;
  background-color: #ababab;
  border-color: #848484;
}

.alert-warning {
  color: #c18d20;
  background-color: #fbf4e5;
  border-color: #f7eacf;
}

.alert-danger {
  color: #9f402b;
  background-color: #f4dbd5;
  border-color: #eec9c1;
}

.panel-default {
  border-color: #cccccc;
}
.panel-default > .panel-heading {
  background: #cccccc;
  border-color: #cccccc;
  color: #333333;
}

.panel-primary {
  border-color: #666666;
}
.panel-primary > .panel-heading {
  background-color: #666666;
  border-color: #666666;
}

.panel-success {
  border-color: #d3d3d3;
}
.panel-success.panel-success > .panel-heading {
  color: #838383;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
}

.panel-info {
  border-color: #bbbbbb;
}
.panel-info.panel-info > .panel-heading {
  color: #454545;
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}

.panel-warning {
  border-color: #f4e2bb;
}
.panel-warning.panel-warning > .panel-heading {
  color: #c69326;
  background-color: #f4e2bb;
  border-color: #f4e2bb;
}

.panel-danger {
  border-color: #ebbfb6;
}
.panel-danger .panel-danger > .panel-heading {
  color: #c75036;
  background-color: #ebbfb6;
  border-color: #ebbfb6;
}

.pagination > li > a,
.pagination > li > span {
  color: #333333;
  border-color: #d5d5d5;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #fff;
  background-color: #979797;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #888888;
}

.hamburger--spring .hamburger-inner {
  height: 1px;
}
.hamburger--spring .hamburger-inner:before {
  height: 1px;
  top: 10px;
}
.hamburger--spring .hamburger-inner:after {
  height: 1px;
  top: 20px;
}

html,
body {
  overflow: auto !important;
  height: auto !important;
}

.container {
  width: 1830px;
}
@media (max-width: 1830px) {
  .container {
    width: 100%;
  }
}

.sider-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  min-height: auto !important;
}
@media (max-width: 991px) {
  .sider-header {
    padding: 8px 0;
  }
}
.sider-header > .container {
  position: relative;
}

.leavetop .sider-header {
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}

.steptag {
  font-size: 24px;
  font-weight: 400;
  position: relative;
  padding: 0px 18px 0 0;
}
.steptag .step-icon {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #4f4f4f;
  position: absolute;
  display: block;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.steptag .step-icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.head {
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
}

#company_logo {
  margin: 10px 0;
}
@media (max-width: 991px) {
  #company_logo {
    margin-left: 20px;
  }
}
@media (max-width: 425px) {
  #company_logo {
    margin-left: 10px;
  }
}
#company_logo img {
  width: 87px;
  height: 46px;
}

#index_container,
#container {
  padding-top: 80px;
}
@media (max-width: 991px) {
  #index_container,
  #container {
    padding-top: 76px;
    overflow: hidden;
  }
}

#index_container {
  min-height: auto !important;
}

#index_header,
#header {
  padding: 5px 0;
}

.head-logo {
  width: 120px;
  float: left;
}
@media (max-width: 1366px) {
  .head-logo {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .head-logo {
    position: relative;
    z-index: 2;
    width: auto;
    float: left;
  }
}

@media (max-width: 991px) {
  #language_area,
  #hello_member,
  #mainnav-wrap {
    display: none;
  }
}

#language_area {
  width: 80px;
  text-align: left;
  position: relative;
}
#language_area::after {
  content: "\f0dd";
  display: block;
  position: absolute;
  z-index: -1;
  top: -4px;
  right: 10px;
  font-family: "FontAwesome";
  font-size: 20px;
}
#language_area a {
  font-size: 16px;
  color: #000;
}
#language_area a img {
  margin-right: 5px;
  display: none;
}
#language_area ul li a {
  padding: 5px 15px;
}

#hello_member {
  display: none;
}

#qsearch {
  min-width: 240px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  padding: 0;
}
@media (max-width: 991px) {
  #qsearch {
    position: relative;
    min-width: initial;
    display: block;
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
}
#qsearch .input-group-btn {
  background-color: #fff;
}

@media (max-width: 991px) {
  .open #qsearch {
    opacity: 1;
    height: auto;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@media (max-width: 991px) {
  .qsearch .dropdown, .qsearch .dropup {
    position: static;
  }
}

.qsearch i {
  font-size: 24px;
}

.head-icon {
  width: 210px;
  float: right;
  margin-top: 20px;
}
@media (max-width: 1280px) {
  .head-icon {
    position: absolute;
    top: 0;
    right: 10px;
    float: none;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .head-icon {
    position: relative;
    width: 100%;
    right: 0;
  }
}
.head-icon > .row {
  margin-right: 0;
  margin-left: 0;
  text-align: right;
}
.head-icon .col-md-3 {
  display: inline-block;
  width: auto;
  padding: 0;
  line-height: 26px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .head-icon .col-md-3 {
    display: block;
    margin-right: 0;
    position: absolute;
    top: 17px;
  }
  .head-icon .col-md-3.cart-link {
    right: 100px;
    z-index: 1;
  }
  .head-icon .col-md-3.qsearch {
    right: 0px;
  }
  .head-icon .col-md-3.qsearch > .dropdown > a {
    margin-right: 60px;
  }
}
.head-icon .cart-link {
  position: relative;
}
.head-icon .cart-link a {
  color: #000;
}
.head-icon .cart-link img {
  margin-right: 5px;
}
.head-icon .cart-link .shopnum {
  font-size: 12px;
  color: #fff;
  min-height: 20px;
  min-width: 20px;
  line-height: 18px;
  text-align: center;
  padding: 1px 0;
  background: #e1362e;
  border-radius: 10px;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  bottom: -6px;
  right: -4px;
}
.head-icon .dropdown-menu {
  right: 0;
  left: inherit;
}

.icon {
  width: 24px;
  height: 24px;
}

.icon-fb {
  font-size: 24px;
}

#mainnav-wrap {
  width: calc(100% - 150px - 210px);
  float: left;
}
@media (max-width: 1280px) {
  #mainnav-wrap {
    width: calc(100% - 120px);
  }
}

#mainnav {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  margin-top: 20px;
  position: static;
}
@media (max-width: 1280px) {
  #mainnav {
    margin-top: 35px;
    min-height: 35px;
  }
  #mainnav > #navbar-1 {
    padding-right: 0;
  }
}
#mainnav .navbar-nav > .active > a,
#mainnav .navbar-nav > .active > a:focus,
#mainnav .navbar-nav > .active > a:hover,
#mainnav .navbar-nav > li > a:hover {
  color: #1459a4;
  background-color: transparent;
}
#mainnav .navbar-nav > .active > a::before, #mainnav .navbar-nav > .active > a::after,
#mainnav .navbar-nav > .active > a:focus::before,
#mainnav .navbar-nav > .active > a:focus::after,
#mainnav .navbar-nav > .active > a:hover::before,
#mainnav .navbar-nav > .active > a:hover::after,
#mainnav .navbar-nav > li > a:hover::before,
#mainnav .navbar-nav > li > a:hover::after {
  width: 100%;
  opacity: 1;
}

#main_menu {
  float: right;
}
#main_menu > li {
  margin: 0 15px;
}
@media (max-width: 1280px) {
  #main_menu > li {
    margin: 0 12px;
  }
}
#main_menu > li.nav-pro {
  position: static;
}
#main_menu > li.nav-pro .dropdown-menu {
  padding: 3em 5%;
  margin: 0 15px;
  width: calc(100% - 30px);
  top: calc(100% - 20px);
}
@media (max-width: 1440px) {
  #main_menu > li.nav-pro .dropdown-menu {
    padding: 3em;
  }
}
@media (max-width: 1280px) {
  #main_menu > li.nav-pro .dropdown-menu {
    top: calc(100% - 5px);
    padding: 3em 0;
  }
}
#main_menu > li > a {
  font-size: 20px;
  color: #000000;
  cursor: pointer;
  padding: 5px 10px;
  position: relative;
}
#main_menu > li > a::before, #main_menu > li > a::after {
  content: "";
  background-color: #13358a;
  display: block;
  width: 0%;
  height: 1px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#main_menu > li > a::before {
  top: 0;
  left: 0;
}
#main_menu > li > a::after {
  bottom: 0;
  right: 0;
}
#main_menu > li:hover > .dropdown-menu {
  display: block;
}
#main_menu > li > .dropdown-menu {
  background-color: #eee;
  padding: 2em 5%;
  border: none;
  border-radius: 0;
}
#main_menu > .open > a,
#main_menu > .open > a:focus,
#main_menu > .open > a:hover {
  background-color: transparent;
}

#nav-prolist-wrap::after {
  content: "";
  display: table;
  clear: both;
}
#nav-prolist-wrap > #nav-prolist-cate {
  float: left;
  width: 300px;
  border-bottom: none;
}
@media (max-width: 1440px) {
  #nav-prolist-wrap > #nav-prolist-cate {
    width: 250px;
  }
}
#nav-prolist-wrap > #nav-prolist-cate > li {
  float: none;
}
#nav-prolist-wrap > #nav-prolist-cate > li > a {
  border: none;
  font-size: 18px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
  color: #000;
}
#nav-prolist-wrap > #nav-prolist-cate > li > a::before {
  content: "";
  background-color: #4e4e4e;
  height: 1px;
  position: absolute;
  width: 0px;
  left: 50px;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav-prolist-wrap > #nav-prolist-cate > li > a::after {
  opacity: 0;
  content: "";
  background: #000;
  height: 1px;
  width: 15px;
  position: absolute;
  right: 0;
  bottom: 3px;
  -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
          transform: rotate(25deg);
}
#nav-prolist-wrap > #nav-prolist-cate > li:first-child a {
  color: #0c0;
}
#nav-prolist-wrap > #nav-prolist-cate > li:first-child a::before {
  width: 0;
  background-color: #0c0;
}
#nav-prolist-wrap > #nav-prolist-cate > li:first-child a::after {
  opacity: 0;
  background: #0c0;
}
#nav-prolist-wrap > #nav-prolist-cate > li:first-child.active > a, #nav-prolist-wrap > #nav-prolist-cate > li:first-child.active > a:focus, #nav-prolist-wrap > #nav-prolist-cate > li:first-child.active > a:hover,
#nav-prolist-wrap > #nav-prolist-cate > li:first-child > a:hover {
  background-color: transparent;
  color: #0a0;
}
#nav-prolist-wrap > #nav-prolist-cate > li:first-child.active > a::before, #nav-prolist-wrap > #nav-prolist-cate > li:first-child.active > a:focus::before, #nav-prolist-wrap > #nav-prolist-cate > li:first-child.active > a:hover::before,
#nav-prolist-wrap > #nav-prolist-cate > li:first-child > a:hover::before {
  width: calc(100% - 50px);
}
#nav-prolist-wrap > #nav-prolist-cate > li:first-child.active > a::after, #nav-prolist-wrap > #nav-prolist-cate > li:first-child.active > a:focus::after, #nav-prolist-wrap > #nav-prolist-cate > li:first-child.active > a:hover::after,
#nav-prolist-wrap > #nav-prolist-cate > li:first-child > a:hover::after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
#nav-prolist-wrap > #nav-prolist-cate img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
#nav-prolist-wrap > #nav-prolist-cate > li.active > a,
#nav-prolist-wrap > #nav-prolist-cate > li.active > a:focus,
#nav-prolist-wrap > #nav-prolist-cate > li.active > a:hover,
#nav-prolist-wrap > #nav-prolist-cate > li > a:hover {
  background-color: transparent;
  font-weight: normal;
  color: #000;
}
#nav-prolist-wrap > #nav-prolist-cate > li.active > a::before,
#nav-prolist-wrap > #nav-prolist-cate > li.active > a:focus::before,
#nav-prolist-wrap > #nav-prolist-cate > li.active > a:hover::before,
#nav-prolist-wrap > #nav-prolist-cate > li > a:hover::before {
  width: calc(100% - 50px);
}
#nav-prolist-wrap > #nav-prolist-cate > li.active > a::after,
#nav-prolist-wrap > #nav-prolist-cate > li.active > a:focus::after,
#nav-prolist-wrap > #nav-prolist-cate > li.active > a:hover::after,
#nav-prolist-wrap > #nav-prolist-cate > li > a:hover::after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
#nav-prolist-wrap > .tab-content {
  float: left;
  width: calc(100% - 300px);
}
@media (max-width: 1440px) {
  #nav-prolist-wrap > .tab-content {
    width: calc(100% - 250px);
  }
}
#nav-prolist-wrap > .tab-content .listimg {
  border-radius: 50%;
  overflow: hidden;
  width: 160px;
  height: 160px;
  margin: 0 auto 10px;
  background-color: #fff;
  text-align: center;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
#nav-prolist-wrap > .tab-content .listimg img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#nav-prolist-wrap > .tab-content .cate-name a {
  color: #505050;
  font-family: "Roboto Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  font-size: 16px;
  font-weight: normal;
}
#nav-prolist-wrap ul.nav-prolist > li {
  width: 20%;
  float: left;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  #nav-prolist-wrap ul.nav-prolist > li {
    width: 25%;
  }
}
#nav-prolist-wrap ul.nav-prolist > li:hover .cate-name > a {
  color: #1459a4;
}
#nav-prolist-wrap ul.nav-prolist > li:hover .listimg > a > img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#nav-prolist-wrap ul.nav-prolist + a {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 40px 5px 0;
  color: #000;
}
#nav-prolist-wrap ul.nav-prolist + a::after {
  content: "+";
  background-color: #e0332e;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  border-top-left-radius: 50px;
  width: 35px;
  height: 35px;
  text-align: right;
  font-size: 24px;
  padding: 0 7px 0px 0;
}

#mobile_toggle {
  position: absolute;
  display: none;
  z-index: 2;
}
@media (max-width: 991px) {
  #mobile_toggle {
    display: block;
    right: auto;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#mobile_toggle .hamburger {
  outline: none;
}

.sb-site,
.sb-site-container {
  padding: 0;
}

#left_menu {
  background: #f8f8f8;
}
#left_menu .site-search .btn-search {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#left_menu .site-search .advanced_search {
  display: none;
}
#left_menu .site-search .form-search {
  padding-right: 10px;
}
#left_menu .site-language #language_ul {
  border-top: 1px solid #ddd;
}
#left_menu .site-language #language_ul::after {
  content: "";
  display: table;
  clear: both;
}
#left_menu .site-language #language_ul li {
  border: none;
}
#left_menu .site-language #language_ul > li {
  width: 33.3333333333%;
  float: left;
}
@media (max-width: 600px) {
  #left_menu .site-language #language_ul > li {
    text-align: center;
  }
}
#left_menu .site-language #language_ul > li > a {
  padding: 5px;
  font-weight: normal;
  color: #0d2664;
  border: 1px solid;
  margin: 10px;
}
#left_menu .site-language #language_ul > li > a img {
  margin-right: 5px;
  display: none;
}
#left_menu .site-language #language_ul > li > a:hover {
  background: none;
  /*hover effect*/
}
#left_menu .site-member ul li {
  border-top: 1px solid #ddd;
}
#left_menu .site-member ul li#logLink, #left_menu .site-member ul li#regLink {
  display: none;
}
#left_menu li {
  border-bottom: none;
}
#left_menu #custom-mobile_menu,
#left_menu #mobile_menu {
  overflow: hidden;
}
#left_menu #custom-mobile_menu a,
#left_menu #mobile_menu a {
  font-size: 16px;
}
#left_menu .simple_menu > li {
  border-left: 4px solid transparent;
}
#left_menu .simple_menu > li > a {
  padding: 13px 48px 13px 12px;
}
#left_menu .simple_menu > li.active {
  border-left-color: #2e4b97;
}
#left_menu .simple_menu > li > ul > li > a {
  padding: 8px 48px 8px 40px;
}
#left_menu .simple_menu > li > ul > li > a::before {
  top: 18px;
  left: 25px;
}

#mainbanner,
#probanner {
  display: none;
}

#mainbanner-wrap {
  position: relative;
  overflow: hidden;
}
#mainbanner-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  #mainbanner-wrap {
    display: none;
  }
}
#mainbanner-wrap #mainbannerContainer {
  overflow: hidden;
}
#mainbanner-wrap > .inner {
  padding-top: 43.75%;
}
#mainbanner-wrap .ms-tableCell {
  max-height: 100% !important;
  height: 100% !important;
}
#mainbanner-wrap .ms-tableCell > a {
  display: block;
  height: 100%;
  width: 100%;
}
#mainbanner-wrap #multiscroll-nav {
  position: absolute;
  margin: 0 !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  #mainbanner-wrap #multiscroll-nav {
    right: 5px;
  }
}
#mainbanner-wrap #multiscroll-nav li a span {
  border: none;
  background: #FFF;
}
#mainbanner-wrap #multiscroll-nav li .active span {
  background: red;
}
#mainbanner-wrap .ms-left .banner-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}
#mainbanner-wrap .ms-right .banner-img {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
#mainbanner-wrap .ms-right .right-banner_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #0d2664;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#mainbanner-wrap .ms-right .right-banner_content .pic {
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
}
#mainbanner-wrap .ms-right .right-banner_content .pic img {
  max-width: 100%;
}
@media (max-width: 768px) {
  #mainbanner-wrap .ms-right .right-banner_content .pic img {
    max-width: 178px;
  }
}
@media (max-width: 767px) {
  #mainbanner-wrap .ms-right .right-banner_content .pic img {
    max-width: 100%;
  }
}
#mainbanner-wrap .ms-right .right-banner_content .title {
  font-size: 55px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 4px;
  padding: 6px 10px;
  font-size: 2.6vw;
  text-align: center;
  position: relative;
  margin: 24px auto;
}
@media (max-width: 1199px) {
  #mainbanner-wrap .ms-right .right-banner_content .title {
    margin-bottom: 0px;
  }
}
#mainbanner-wrap .ms-right .right-banner_content .title::after, #mainbanner-wrap .ms-right .right-banner_content .title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  background: #FFF;
}
#mainbanner-wrap .ms-right .right-banner_content .title::after {
  top: 0;
}
#mainbanner-wrap .ms-right .right-banner_content .title::before {
  bottom: 0;
}
#mainbanner-wrap .ms-right .right-banner_content .banner-link {
  font-size: 20px;
  color: #FFF;
  padding: 20px 0;
}
#mainbanner-wrap .ms-right .right-banner_content .banner-link .fa-angle-right {
  margin-left: 12px;
}
#mainbanner-wrap .ms-right .right-banner_content .inner {
  text-align: center;
}

#mainbanner {
  padding-top: 0;
  position: relative;
}
#mainbanner a {
  color: #000;
}
#mainbanner .swiper-main-pagination {
  width: 10px;
  height: auto;
  min-height: 100px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  outline: none;
}
#mainbanner .swiper-main-pagination .swiper-pagination-bullet {
  cursor: pointer;
}
#mainbanner .swiper-main-pagination .swiper-pagination-bullet-active {
  background: #000;
}

.pro_cate #probanner {
  display: block;
  position: relative;
}
.pro_cate #probanner .cate-icon {
  display: block;
  margin: inherit;
}

.banner-text {
  position: absolute;
  bottom: 20%;
  left: 5%;
}
@media (max-width: 991px) {
  .banner-text {
    bottom: 30px;
  }
}
.banner-text h2,
.banner-text h3 {
  font-size: 60px;
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  color: #fff;
  margin: 0;
  line-height: 1;
}
@media (max-width: 1280px) {
  .banner-text h2,
  .banner-text h3 {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .banner-text h2,
  .banner-text h3 {
    font-size: 24px;
    line-height: 1.4;
  }
}

.container_product #sidebar,
.container_product_show #sidebar,
.container_contact #sidebar,
.container_thanks #sidebar,
.container_privacy #sidebar,
.container_site-map #sidebar,
.container_msg32 #sidebar {
  display: none;
}

#side_menu {
  border-top: #0d2664 1px solid;
  border-bottom: #0d2664 1px solid;
}
#side_menu .nav-header {
  display: none;
}
#side_menu > .nav-list {
  text-align: center;
}
#side_menu > .nav-list li {
  display: inline-block;
}
#side_menu .nav > li {
  min-width: 200px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#side_menu .nav > li.active {
  position: static;
}
#side_menu .nav > li.active > ul {
  position: absolute;
  left: 0;
  right: 0;
}
#side_menu .nav > li.active > ul li a {
  font-size: 15px;
  padding: 10px;
  margin-top: 1px;
}
@media (max-width: 1280px) {
  #side_menu .nav > li.active > ul li a {
    padding: 10px 4px;
  }
}
#side_menu .nav > li.active:before {
  opacity: 0;
}
#side_menu .nav > li + li:before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #0d2664;
  top: 50%;
  position: absolute;
  left: -2px;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
}
@media (max-width: 1680px) {
  #side_menu .nav > li {
    min-width: auto;
  }
}
@media (max-width: 1440px) {
  #side_menu .nav > li {
    min-width: auto;
  }
}
@media (max-width: 1280px) {
  #side_menu .nav > li {
    min-width: auto;
  }
}
@media (max-width: 1024px) {
  #side_menu .nav > li {
    min-width: auto;
  }
}
#side_menu .nav > li > a {
  font-size: 18px;
  color: #000;
  padding: 20px;
  line-height: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1280px) {
  #side_menu .nav > li > a {
    padding: 20px 8px;
  }
}
#side_menu .nav > li:hover {
  background-color: #7eaddf;
}
#side_menu .nav > li:hover > a {
  color: #fff;
  background-color: #7eaddf;
}
#side_menu .nav > li:hover > a:hover, #side_menu .nav > li:hover > a:focus {
  background-color: transparent;
}
#side_menu .nav > li.active > a {
  color: #fff;
  background-color: #1459a4;
}

#content {
  background: #f8f8f8;
  padding: 0;
}
#content.pro_list {
  background: none;
}

.txtNormal ul {
  list-style-type: disc;
}

.breadcrumb {
  background-color: transparent;
  padding: 15px 30px;
  margin-bottom: 0;
  font-family: "Lato Regular", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}
@media (max-width: 991px) {
  .breadcrumb {
    padding: 10px 5px;
  }
}
.breadcrumb li a {
  color: #000;
}
.breadcrumb + #result {
  display: none;
}

@media (max-width: 991px) {
  #sidebar {
    display: none;
  }
}

#sidebar + #result,
.prolist-bg > #result {
  display: none;
}

.page-header {
  display: none;
}

.page-wrap {
  padding: 30px 5%;
}
@media (max-width: 991px) {
  .page-wrap {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .page-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.thumbnails {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0;
}
.thumbnails > li {
  float: none;
}
@media (max-width: 991px) {
  .thumbnails > li {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .thumbnails > li {
    width: 100%;
  }
}

.thumbnail {
  border: none;
  background-color: transparent;
  margin-bottom: 100px;
}
.thumbnail .prolistqty,
.thumbnail .protlistbtn,
.thumbnail .prolistbtn a.btn-info {
  display: none;
}
.thumbnail .prolistbtn {
  margin-top: 10px;
  position: relative;
}
.thumbnail .prolistbtn label {
  font-weight: normal;
}
.thumbnail .prolistbtn input {
  vertical-align: middle;
  margin-top: 0;
  width: 20px;
  height: 20px;
  display: none;
}
.thumbnail .prolistbtn a {
  padding-left: 0;
}
.thumbnail .prolistbtn-label {
  display: block;
}
.thumbnail .prolist_checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #a6a6a6;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
}
.thumbnail .prolistbtn input[type=checkbox]:checked ~ .prolist_checkbox:before {
  content: "\f00c";
  font-family: fontawesome;
  display: block;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .thumbnail {
    margin-bottom: 30px;
  }
}

.container_product .breadcrumb {
  padding: 15px 7%;
}
.container_product .catelist {
  width: 33.3333333333%;
}
@media (max-width: 991px) {
  .container_product .catelist {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .container_product .catelist {
    width: 100%;
  }
}
.container_product .thumbnail {
  margin-bottom: 70px;
}
.container_product .listimg {
  position: relative;
}
.container_product .listimg .listimg-pic {
  max-width: 470px;
  max-height: inherit;
  border-radius: inherit;
  overflow: hidden;
}
.container_product .listimg .listimg-pic::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}
.container_product .listimg .listimg-pic img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.container_product .listimg > .caption + a {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.container_product .listimg:hover .listimg-pic::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.container_product .listimg:hover .listimg-pic img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.container_product .listimg:hover .caption {
  -webkit-transform: translate(-50%, -60%);
      -ms-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}
.container_product .listimg:hover .cate-icon {
  background-color: rgba(225, 54, 46, 0.8);
}
.container_product .listimg:hover .cate-icon img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.container_product .caption {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.container_product .cate-name a {
  color: #fff;
  font-size: 22px;
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}
.container_product .cate-icon {
  width: 108px;
  height: 108px;
  line-height: 88px;
  display: block;
}

.cate-icon {
  width: 50px;
  height: 50px;
  padding: 5px;
  line-height: 40px;
  text-align: center;
  margin: auto;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .cate-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.cate-icon img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.prodlist .prolistspec,
.related .product-cate .prolistspec {
  padding-top: 10px;
}
.prodlist .thumbnail,
.related .product-cate .thumbnail {
  position: relative;
}
.prodlist .cate-img_name,
.related .product-cate .cate-img_name {
  position: relative;
}
.prodlist .listimg,
.related .product-cate .listimg {
  max-width: 330px;
  margin: auto;
  border-color: transparent;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  overflow: hidden;
  padding: 30px;
  opacity: 1;
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.prodlist .listimg img,
.related .product-cate .listimg img {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.prodlist .cate-name,
.related .product-cate .cate-name {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 30px);
      -ms-transform: translate(-50%, 30px);
          transform: translate(-50%, 30px);
}
.prodlist .cate-name > a,
.related .product-cate .cate-name > a {
  font-size: 22px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 1.2;
  color: #000;
  margin-bottom: 12px;
}
.prodlist .cate-name > a span,
.related .product-cate .cate-name > a span {
  display: block;
  font-size: 18px;
  position: relative;
  width: 200px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.prodlist .cate-name > a span::before,
.related .product-cate .cate-name > a span::before {
  content: "";
  background-color: #000;
  height: 1px;
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.prodlist:hover .listimg,
.related .product-cate:hover .listimg {
  opacity: 0.5;
  border-color: #ccc;
}
.prodlist:hover .listimg img,
.related .product-cate:hover .listimg img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.prodlist:hover .cate-name,
.related .product-cate:hover .cate-name {
  left: 0;
  bottom: 50%;
  -webkit-transform: translate(-20%, 50%);
      -ms-transform: translate(-20%, 50%);
          transform: translate(-20%, 50%);
  z-index: 1;
}
.prodlist:hover .cate-name > a,
.related .product-cate:hover .cate-name > a {
  font-size: 48px;
  color: #000;
  text-align: left;
}
.prodlist:hover .cate-name > a span,
.related .product-cate:hover .cate-name > a span {
  opacity: 0;
}

.related .product-cate .cate-name {
  bottom: 10px;
}

.prolist-bg {
  background-color: #fff;
}

#frm_perpage {
  margin-top: 24px;
  font-size: 18px;
}
@media (max-width: 991px) {
  #frm_perpage {
    margin-top: 0;
  }
  #frm_perpage ul {
    padding-left: 5px;
  }
}
#frm_perpage ul li {
  color: #f00;
  display: inline-block;
}
#frm_perpage ul li + li:before {
  content: "/";
  margin-right: 4px;
}
#frm_perpage ul li a {
  color: #f00;
}

.listimg .listimg-pic {
  max-width: 270px;
  max-height: 270px;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  position: relative;
  /* Add this line */
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.listimg .listimg-pic a {
  display: block;
}
.listimg .listimg-pic img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.listimg:hover .listimg-pic img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.cate-name a,
.cate-name-more a {
  display: block;
  color: #333333;
  text-decoration: none;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  font-size: 18px;
}
.cate-name a:hover,
.cate-name-more a:hover {
  color: #8B8682;
  text-decoration: underline;
}

.cate-icon {
  display: none;
}

.prolistdesc {
  word-wrap: break-word;
}

.pro-desc {
  height: 80px;
  overflow-x: hidden;
  overflow-y: auto;
}

.pro-bg {
  background: #f8f8f8;
  padding: 10px 5% 0;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .pro-bg {
    background: #f8f8f8;
    padding: 30px 30px 0;
  }
  .pro-bg .page-header {
    display: block;
    opacity: 1;
    height: auto;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .pro-bg {
    padding: 30px 15px 0;
  }
}

#pb_area {
  max-width: 600px;
  margin: 0 auto;
}
#pb_area .swiper-button-next,
#pb_area .swiper-button-prev {
  width: 26px;
  height: 49px;
  margin-top: -24px;
  background-size: 26px 49px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  outline: none;
}
@media (max-width: 425px) {
  #pb_area .swiper-button-next {
    right: 0;
  }
  #pb_area .swiper-button-prev {
    left: 0;
  }
}
#pb_area .showsmall .swiper-button-next,
#pb_area .showsmall .swiper-button-prev {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}
#pb_area .swiper-button-prev,
#pb_area .swiper-container-rtl .swiper-button-next {
  background-image: url(arrow-left.png);
}
#pb_area .swiper-button-next,
#pb_area .swiper-container-rtl .swiper-button-prev {
  background-image: url(arrow-right.png);
}

.pro-show {
  position: relative;
  padding: 0px 0 5%;
}
.pro-show .pro-pic {
  float: right;
  width: 60%;
}
@media (max-width: 1440px) {
  .pro-show .pro-pic {
    width: 50%;
  }
}
.pro-show .pro-info {
  width: 40%;
  float: left;
}
@media (max-width: 1440px) {
  .pro-show .pro-info {
    width: 50%;
  }
}
.pro-show .pro-info .prodesc {
  max-width: 70%;
}
.pro-show .pro-info .prodesc p {
  margin-bottom: 0;
}
.pro-show #pdf .label-info {
  background: transparent;
  color: #555;
  font-weight: 700;
  font-size: 15px;
  padding: 0.2em 0 0.3em;
}
.pro-show #pdf > a {
  color: #337ab7;
  font-size: 15px;
  padding: 0.2em 0 0.3em;
  font-weight: 700;
}
.pro-show #pdf > a:hover {
  text-decoration: underline !important;
}
@media (max-width: 991px) {
  .pro-show .pro-pic {
    float: none;
    padding-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .pro-show .pro-info {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
  .pro-show .pro-info .list-name,
  .pro-show .pro-info .pro-name,
  .pro-show .pro-info .pro-no {
    display: none;
  }
  .pro-show .pro-info .prodesc {
    max-width: inherit;
  }
}

#content .pro-info .pshow_title {
  display: none;
}

.list-name {
  text-align: left;
}
.list-name .cate-icon {
  display: inline-block;
  margin: inherit;
  margin-right: 5px;
}
.list-name h2 {
  display: inline-block;
  font-size: 36px;
  vertical-align: middle;
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  color: #000;
  word-break: inherit;
  margin: 0;
}
@media (max-width: 991px) {
  .list-name h2 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .list-name h2 {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .list-name h2 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .page-header h1 {
    font-size: 36px;
    font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #000;
    margin: 10px auto 0;
  }
  .page-header h1 + h2 {
    margin: auto;
    font-size: 36px;
    font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #000;
  }
}
@media (max-width: 991px) and (max-width: 425px) {
  .page-header {
    font-size: 30px;
  }
  .page-header + h2 {
    font-size: 24px;
  }
}
.pro-name {
  font-size: 40px;
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  color: #000;
}

.pro-no {
  font-size: 40px;
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  color: #000;
}

.proshowqty label.control-label {
  display: none;
}
.proshowqty .input-group {
  position: static;
}
.proshowqty .input-group > input {
  display: none;
}
.proshowqty .input-group .input-group-btn {
  position: absolute;
  left: 100%;
  bottom: -30px;
  display: block;
  width: 100px;
  height: 100px;
  background-color: #e31a16;
  -webkit-transform: translate(-50px, 50px);
      -ms-transform: translate(-50px, 50px);
          transform: translate(-50px, 50px);
  border-radius: 50%;
  text-align: center;
}
.proshowqty .input-group .input-group-btn a {
  color: #fff;
  background-color: transparent;
  border: none;
  margin: 2px auto 0;
  font-size: 18px;
  font-family: "Lato Regular", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}
.proshowqty .input-group .input-group-btn a::before {
  content: "+";
  font-size: 50px;
  display: block;
  height: 40px;
  line-height: 1;
}
@media (max-width: 991px) {
  .proshowqty .input-group .input-group-btn {
    left: 50%;
  }
}

.prodesc {
  font-size: 18px;
  font-family: "Roboto Light Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}
.prodesc h4 {
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}
.prodesc .txtNormal > div {
  margin-bottom: 30px;
}
.prodesc ul {
  padding-left: 20px;
}

.pro-list {
  position: relative;
}
.pro-list > a.btn {
  position: fixed;
  z-index: 2;
  right: 0;
  top: 50%;
  display: block;
  width: 100px;
  height: 100px;
  border-color: #e31a16;
  background-color: #e31a16;
  border-radius: 50%;
  text-align: center;
  margin: 2px auto 0;
  font-size: 18px;
  font-family: "Lato Regular", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}
.pro-list > a.btn:before {
  content: "+";
  font-size: 50px;
  display: block;
  height: 40px;
  line-height: 1;
}

.pro-view {
  padding: 5px;
  font-size: 16px;
}
.pro-view a {
  color: #f00;
}

.prochar {
  padding: 30px 5%;
}

#content .prochar .pshow_title {
  border-left: none;
  background-color: transparent;
  font-size: 25px;
  padding: 10px 0;
  margin-bottom: 30px;
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

.spec {
  height: 38px;
}

#shopstep {
  display: none;
}

#frm a {
  color: #000;
}

.alert.alert-info {
  background: #f6f6f6;
  color: #5f5f5f;
  border-color: #f1f1f1;
}

.btn:hover, .btn:hover:focus, .btn:focus {
  outline: none !important;
}
.btn.btn-more-product {
  background: #5e5e5e;
  color: #FFF;
}
.btn.btn-more-product:hover {
  background: #787878;
}
.btn.btn-order-reset, .btn.btn-update-qty {
  background: #9c9c9c;
  color: #FFF;
}
.btn.btn-order-reset:hover, .btn.btn-update-qty:hover {
  background: #b6b6b6;
}
.btn.btn-order-submit, .btn.btn-cart-inquiry {
  background: #000;
  color: #FFF;
}
.btn.btn-order-submit:hover, .btn.btn-cart-inquiry:hover {
  background: #1a1a1a;
}
.btn.btn-login {
  background: #0a254c;
  color: #FFF;
}
.btn.btn-login:hover {
  background: #103b79;
}

#tablist.cart-table thead tr th {
  background: #646464;
  color: #FFF;
}

.msg-tablist #tablist {
  display: block;
}
.msg-tablist #tablist thead {
  display: none;
}
.msg-tablist #tablist tbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.msg-tablist #tablist tr,
.msg-tablist #tablist td {
  display: block;
}
.msg-tablist #tablist tbody::after {
  content: "";
  display: table;
  clear: both;
}
.msg-tablist #tablist tr {
  width: 30%;
  margin: 3% 1.6%;
  background-color: #fff;
  float: left;
  padding: 30px 5%;
  position: relative;
  border: transparent 1px solid;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.msg-tablist #tablist tr:hover {
  border-color: #13358a;
}
@media (max-width: 1440px) {
  .msg-tablist #tablist tr {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .msg-tablist #tablist tr {
    width: 48%;
    margin: 30px 1%;
  }
}
@media (max-width: 600px) {
  .msg-tablist #tablist tr {
    float: none;
    width: 100%;
    margin: 0 auto 30px;
  }
}
.msg-tablist #tablist tr:nth-child(3n+1) {
  clear: both;
}
.msg-tablist #tablist td {
  border-top: none;
}
.msg-tablist #tablist td.msg-img {
  text-align: center;
}
.msg-tablist #tablist .newsTitle {
  margin-bottom: 10px;
}
.msg-tablist #tablist .newsTitle a {
  font-weight: bold;
  font-size: 16px;
  color: #1e1e1e;
}
.msg-tablist #tablist ul {
  list-style: disc;
  padding-left: 20px;
}
.msg-tablist #tablist ul li {
  line-height: 1.8;
}

.msgShow-header {
  display: block;
  margin: 0;
}
.msgShow-header h1 {
  margin: 0px;
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

.msg-show-cont {
  margin-bottom: 20px;
}
.msg-show-cont > div > img {
  display: none;
}

h2.page-title {
  font-size: 45px;
  word-break: inherit;
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  color: #191919;
  margin: 0 0 0.5em;
}
@media (max-width: 991px) {
  h2.page-title {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  h2.page-title {
    font-size: 30px;
  }
}

.story {
  padding: 50px 0;
  background: url(../story-2.html) no-repeat bottom left;
  background-size: 50%;
}
@media (max-width: 991px) {
  .story {
    background: none;
    background-size: 60%;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .story {
    background-size: 80%;
  }
}
.story .page-wrap::after {
  content: "";
  display: table;
  clear: both;
}
.story .story-img {
  font-size: 16px;
  line-height: 1.8;
}
.story .story-img img {
  width: 50%;
  float: left;
  margin-right: 5%;
  margin-bottom: 3%;
}
@media (max-width: 991px) {
  .story .story-img img {
    text-align: center;
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
}
.story .story-img p {
  margin-bottom: 1.5em;
}
@media (max-width: 991px) {
  .story .story-img {
    max-width: 708px;
    margin: auto;
    padding: 0;
  }
}
.story .story-pic {
  clear: both;
  margin-left: 50%;
}
@media (max-width: 991px) {
  .story .story-pic {
    margin-left: auto;
    text-align: center;
    margin-bottom: 300px;
  }
}
@media (max-width: 425px) {
  .story .story-pic {
    margin-bottom: 200px;
  }
}

.message {
  padding: 50px 0;
}
.message::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  .message {
    padding-top: 0;
  }
}
.message .mess-text {
  padding: 0 30px;
  font-size: 16px;
  line-height: 1.8;
}
.message .mess-text .mess-img {
  float: left;
  padding: 0 5% 5%;
  width: 40%;
  text-align: right;
}
@media (max-width: 1280px) {
  .message .mess-text .mess-img {
    margin: 0 5% 5% 0;
    padding: 0;
    width: auto;
    text-align: inherit;
  }
}
@media (max-width: 600px) {
  .message .mess-text .mess-img {
    text-align: center;
    float: none;
  }
}
.message .mess-text h2,
.message .mess-text h6,
.message .mess-text p {
  margin-left: 40%;
}
@media (max-width: 1280px) {
  .message .mess-text h2,
  .message .mess-text h6,
  .message .mess-text p {
    margin-left: auto;
  }
}
@media (max-width: 1280px) {
  .message .mess-text {
    padding: 0;
  }
}
.message .mess-text h6 {
  font-family: "Roboto Light Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  font-size: 17px;
}
.message .mess-text p {
  margin-bottom: 1.5em;
}

.history {
  overflow: hidden;
  max-width: 1300px;
  margin: 30px auto;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .history {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .history {
    padding: 30px 15px;
  }
}
.history > h2 {
  text-align: center;
}

.cd-timeline__container h4 {
  margin-top: 30px;
  font-size: 24px;
  padding: 0 20px;
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  color: #1459a4;
}
.cd-timeline__container h4 span {
  display: inline-block;
  padding-bottom: 5px;
}

.cd-timeline__block {
  border-bottom: #ccc 1px solid;
  padding: 10px 30px 30px;
}
@media (max-width: 600px) {
  .cd-timeline__block {
    padding: 10px 0 30px;
  }
}
.cd-timeline__block h2 {
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  font-size: 24px;
}
.cd-timeline__block .anchor {
  display: block;
  height: 92px;
  margin-top: -92px;
  visibility: hidden;
}

.cd-timeline__select {
  text-align: right;
}

.important-select {
  display: inline-block;
}

.important-select .select {
  width: 210px;
  height: 50px;
  border: 1px solid #c8c8c8;
  display: inline-block;
  margin-left: 30px;
  text-align: left;
  position: relative;
  cursor: pointer;
}
.important-select .select .default {
  padding: 15px;
  display: inline-block;
  width: 100%;
}
.important-select .select ul {
  display: none;
  list-style: none;
  position: absolute;
  top: 48px;
  left: -1px;
  margin-left: 0;
  width: calc(100% + 2px);
  border: 1px solid #c8c8c8;
  z-index: 100;
  padding: 7px 0;
  background: #fff;
}
.important-select .select li a {
  padding: 7px 15px;
  width: 100%;
  display: inline-block;
  color: #000;
}
.important-select .select li a:hover {
  color: #979797;
  text-decoration: none;
}
.important-select .select:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0;
  border-color: #4788b1 transparent transparent;
  position: absolute;
  top: 22px;
  right: 15px;
  pointer-events: none;
}

.csr {
  padding: 10px 0;
  line-height: 1.8;
  font-size: 16px;
}
.csr::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  .csr {
    padding-top: 0;
  }
}
.csr .csr-img {
  float: left;
  margin-right: 60px;
  margin-bottom: 30px;
  max-width: 50%;
}
@media (max-width: 767px) {
  .csr .csr-img {
    float: none;
    max-width: inherit;
    margin-right: auto;
  }
}
.csr p {
  margin-bottom: 1.5em;
}

.enviro {
  padding: 10px 0;
  line-height: 1.8;
  font-size: 16px;
}
.enviro::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  .enviro {
    padding-top: 0;
  }
}
.enviro .enviro-img {
  float: left;
  margin-right: 60px;
  margin-bottom: 30px;
  max-width: 50%;
}
@media (max-width: 767px) {
  .enviro .enviro-img {
    float: none;
    max-width: inherit;
    margin-right: auto;
  }
}
.enviro p {
  margin-bottom: 1.5em;
}

.operation .operation-section {
  margin-bottom: 40px;
}
.operation h4 {
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  font-size: 18px;
  color: #191919;
}
.operation p {
  font-size: 16px;
}
@media (max-width: 425px) {
  .operation .operation-pic {
    text-align: center;
  }
}
.operation .operation-pic img {
  margin-right: 8px;
  margin-bottom: 8px;
}
@media (max-width: 425px) {
  .operation .operation-pic img {
    margin-right: auto;
  }
}

.vision {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .vision {
    padding-top: 0;
  }
}
.vision .page-wrap::after {
  content: "";
  display: table;
  clear: both;
}
.vision .vision-img {
  width: 40%;
  float: left;
  padding: 0 30px;
  text-align: right;
}
@media (max-width: 991px) {
  .vision .vision-img {
    width: 100%;
    float: none;
    text-align: center;
  }
}
@media (max-width: 425px) {
  .vision .vision-img {
    padding: 0;
  }
}
.vision .vision-text {
  width: 60%;
  float: left;
  padding: 0 30px;
  line-height: 1.8;
  font-size: 16px;
}
@media (max-width: 991px) {
  .vision .vision-text {
    width: 100%;
    float: none;
  }
}
@media (max-width: 425px) {
  .vision .vision-text {
    padding: 0;
  }
}
.vision .vision-section {
  margin-bottom: 2em;
}
.vision h5 {
  font-size: 18px;
}
.vision ol {
  padding-left: 20px;
}

.advantage {
  padding: 50px 0;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .advantage {
    padding-top: 0;
  }
}
.advantage .page-wrap::after {
  content: "";
  display: table;
  clear: both;
}
.advantage .advant-img {
  width: 50%;
  float: left;
  padding: 0 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .advantage .advant-img {
    width: 100%;
    float: none;
    margin-right: inherit;
  }
}
.advantage p {
  margin-bottom: 1.5em;
}

.cients {
  font-size: 16px;
  line-height: 1.8;
}
.cients p {
  margin-bottom: 3em;
}

.su-list ul {
  list-style: none;
  padding-left: 0;
}
.su-list ul li {
  margin-bottom: 3em;
}
.su-list h3 {
  font-size: 21px;
  margin-bottom: 10px;
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}
@media (max-width: 600px) {
  .su-list h3 {
    font-size: 16px;
  }
}
.su-list .su-list-logo {
  padding: 10px 30px;
}
.su-list .su-list-logo img {
  margin: 0 10px 10px;
}
.su-list span.icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  background-color: #d5d5d5;
  margin: 0 10px 0 20px;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .su-list span.icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.su-list span.icon img {
  max-width: 20px;
}
@media (max-width: 600px) {
  .su-list span.icon img {
    max-width: 20px;
  }
}

.patent-section ul li p {
  max-width: 150px;
  margin: auto;
}

.patent-list {
  margin-top: 80px;
}
.patent-list .patent-section {
  margin-bottom: 60px;
}
.patent-list .patent-section h4 {
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  font-size: 21px;
  color: #000;
  border-bottom: #13358a 1px solid;
  padding-bottom: 15px;
}
.patent-list .patent-section p {
  font-size: 17px;
  color: #13358a;
}

#msgfilter {
  float: right;
  font-size: 15px;
  min-width: 200px;
  margin: 30px 6.6% 0 0;
  padding: 2px 5px;
}
@media (max-width: 991px) {
  #msgfilter {
    margin: 30px 0 0 30px;
  }
}
@media (max-width: 600px) {
  #msgfilter {
    margin-left: 15px;
  }
}
#msgfilter + #filterform {
  clear: both;
}

#msgpage {
  text-align: center;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #1459a4;
  border-color: #1459a4;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: #7eaddf;
}

.patent p {
  font-size: 16px;
  margin-bottom: 1.5em;
  line-height: 1.8;
}

.patent-section ul {
  list-style-type: none;
  padding-left: 0;
  margin: 50px auto;
}
.patent-section ul::after {
  content: "";
  display: table;
  clear: both;
}
.patent-section li {
  width: calc(14.2857142857% - 1px);
  float: left;
  text-align: center;
}
.patent-section li p {
  line-height: 1.2;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .patent-section li {
    width: 25%;
    margin-bottom: 10px;
  }
  .patent-section li:nth-child(4n+1) {
    clear: both;
  }
  .patent-section li p {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .patent-section li {
    width: 50%;
  }
  .patent-section li:nth-child(2n+1) {
    clear: both;
  }
}
.patent-section .patent-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 0 auto 10px;
  border-radius: 50%;
  background-color: #d5d5d5;
}
.patent-section .patent-icon img {
  max-width: 36px;
}

.patent-tab,
.patent-tab {
  width: 100%;
}

.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;
}

.table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}

.patent-tab {
  font-size: 17px;
  margin-bottom: 3em;
}
.patent-tab a {
  color: #13358a;
}
.patent-tab a:hover {
  color: #13358a;
  text-decoration: underline;
}
.patent-tab h4 {
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  font-size: 21px;
  color: #2e2e2e;
  margin-bottom: 1em;
}
.patent-tab table {
  width: 100%;
  min-width: 680px;
}
.patent-tab th,
.patent-tab td {
  text-align: center;
  padding: 5px;
}
.patent-tab th {
  padding: 10px;
  border-bottom: 1px solid #13358a;
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  color: #13358a;
  background-color: #d5d5d5;
}
.patent-tab tr:nth-child(2) td {
  padding-top: 2em;
}
.patent-tab:hover h4 {
  color: #13358a;
}

.certification {
  font-size: 16px;
  line-height: 1.8;
}
.certification h2.page-title {
  text-align: center;
}
.certification h3 strong {
  color: #0d2664;
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

.certification-section {
  margin-bottom: 50px;
}

.certification-name, .certification-link, .certification-pro-link {
  font-weight: bold;
}

.certification-link {
  font-size: 16px;
}

.certification-list .certification-img {
  text-align: center;
}
.certification-list .certification-img img {
  max-height: 360px;
}
.certification-list::after {
  content: "";
  display: table;
  clear: both;
}
.certification-list.cer-list-5 .certification-item {
  width: calc(20% - 20px);
  float: left;
  max-width: 280px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.certification-list.cer-list-5 .certification-item .certification-name {
  max-width: 280px;
  margin: 0 auto 5px;
}
@media (max-width: 991px) {
  .certification-list.cer-list-5 .certification-item {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 600px) {
  .certification-list.cer-list-5 .certification-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 425px) {
  .certification-list.cer-list-5 .certification-item {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.certification-list.cer-list-3 .certification-item {
  width: calc(33.3333333333% - 20px);
  float: left;
  max-width: 490px;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .certification-list.cer-list-3 .certification-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 425px) {
  .certification-list.cer-list-3 .certification-item {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.certification-list.cer-list-3 .certification-name {
  max-width: 490px;
  margin-bottom: 5px;
}
.certification-list .certification-item {
  margin: 0 0 30px;
}
.certification-list .certification-name {
  font-size: 18px;
}

.mfp-figure:after {
  background-color: #fff;
}

.dltable {
  padding: 15px;
}
@media (max-width: 767px) {
  .dltable {
    padding: 0;
    border: none;
  }
}
.dltable table {
  border: none;
}
.dltable table > thead > tr > th,
.dltable table > tbody > tr > td {
  border: none;
}
.dltable table > thead > tr > th:first-child,
.dltable table > tbody > tr > td:first-child {
  display: none;
}
.dltable table > thead > tr > th {
  background: #12358a;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  padding: 10px 15px;
}
.dltable table > tbody > tr > td {
  padding: 10px 15px;
  border-bottom: #dcdcdc 1px solid;
  vertical-align: middle;
}
.dltable table .help-block {
  margin-bottom: 5px;
  color: #555;
}
.dltable table a {
  color: #fff;
  background-color: #13358a;
  border: #13358a 1px solid;
  display: inline-block;
  padding: 10px 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 3px;
}
.dltable table a:hover {
  color: #13358a;
  background-color: #fff;
}

.download-title,
.faq-title {
  padding: 15px;
  font-size: 16px;
}
@media (max-width: 600px) {
  .download-title,
  .faq-title {
    padding: 0 0 15px;
  }
}
.download-title h1,
.faq-title h1 {
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  color: #191919;
}
@media (max-width: 600px) {
  .download-title h1,
  .faq-title h1 {
    margin-top: 0;
  }
}

.dltable .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}

.dltable table > thead > tr > th.dl-btn,
.dltable table > tbody > tr > td.dl-btn {
  width: 300px;
  text-align: center;
}

#faqlist .panel-default {
  border: none;
  border-bottom: #dcdcdc 1px solid;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  padding: 10px 0;
}
#faqlist .panel-heading {
  background-color: transparent;
  border: none;
  padding: 0;
}
#faqlist .panel-heading a {
  display: block;
  color: #0d2664;
  font-size: 18px;
  padding: 10px 40px 10px 15px;
  position: relative;
}
@media (max-width: 600px) {
  #faqlist .panel-heading a {
    padding-left: 0;
  }
}
#faqlist .panel-heading a::before {
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 20px;
}
#faqlist .panel-heading a.collapsed::before {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #a0a0a0;
}
#faqlist .panel-heading + .panel-collapse > .panel-body {
  border: none;
  padding-top: 0;
  font-size: 16px;
  -webkit-columns: #656262;
     -moz-columns: #656262;
          columns: #656262;
}
@media (max-width: 600px) {
  #faqlist .panel-heading + .panel-collapse > .panel-body {
    padding-left: 0;
  }
}

#faqcate .form-horizontal .form-group {
  margin: auto;
}
#faqcate .form-horizontal .control-label {
  width: 160px;
  text-align: left;
  font-size: 20px;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  #faqcate .form-horizontal .control-label {
    padding-left: 0;
  }
}
#faqcate .form-horizontal .control-label + .col-sm-10 {
  width: calc(100% - 160px);
  font-size: 20px;
}
@media (max-width: 600px) {
  #faqcate .form-horizontal .control-label + .col-sm-10 {
    padding-left: 0;
  }
}

.join-area {
  max-width: 1180px;
  margin: 50px auto;
}

.join-sec,
.join-info {
  text-align: center;
  max-width: 760px;
  margin: 30px auto;
  font-size: 18px;
  color: #0d0700;
}

.join-section {
  margin-bottom: 50px;
}
.join-section > h3 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 425px) {
  .join-section > h3 {
    font-size: 24px;
    line-height: 1.5;
  }
}
.join-section .table-container {
  margin-bottom: 3em;
  padding-bottom: 10px;
}
.join-section table {
  width: 100%;
}
.join-section table th {
  background-color: #13358a;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
}
.join-section table th:first-child {
  border-left: #13358a 1px solid;
}
.join-section table th + th {
  border-left: #fff 1px solid;
}
.join-section table th:last-child {
  border-right: #13358a 1px solid;
}
.join-section table td {
  border: #13358a thin solid;
  padding: 10px 15px;
  font-size: 18px;
}
.join-section table td:last-child {
  text-align: center;
}

.join-step > h3 > span {
  border-bottom: #13358a 1px solid;
}

.join-step-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 80px;
}
.join-step-area::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 600px) {
  .join-step-area {
    display: block;
  }
}
.join-step-area .join-step-item {
  position: relative;
  width: 20%;
  float: left;
  margin: 50px 2.5% 20px;
  padding: 60px 30px 30px;
  border: #13358a 1px solid;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .join-step-area .join-step-item {
    width: 40%;
    margin: 50px 5% 20px;
  }
}
@media (max-width: 600px) {
  .join-step-area .join-step-item {
    width: 100%;
    margin: 30px auto 20px;
  }
}
.join-step-area .join-step-item:before {
  content: "";
  width: 30px;
  height: 30px;
  border-style: solid;
  border-width: 30px 0 30px 45px;
  border-color: transparent transparent transparent #13358a;
  display: block;
  position: absolute;
  right: -45px;
  top: 50%;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}
@media (max-width: 1024px) {
  .join-step-area .join-step-item:before {
    display: none;
  }
}
.join-step-area .join-step-item:after {
  content: "";
  width: 30px;
  height: 30px;
  border-style: solid;
  border-width: 30px 0 30px 45px;
  border-color: transparent transparent transparent #f8f8f8;
  display: block;
  position: absolute;
  right: -43px;
  top: 50%;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}
@media (max-width: 1024px) {
  .join-step-area .join-step-item:after {
    display: none;
  }
}
.join-step-area .join-step-item:last-child:before, .join-step-area .join-step-item:last-child:after {
  display: none;
}
.join-step-area .join-num {
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 36px;
  color: #fff;
  font-family: "Arial Bold", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  text-align: center;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: #0c3381;
  border-radius: 50%;
}
.join-step-area h5 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.join-step-area p {
  font-size: 17px;
  margin-bottom: 0;
}

.join-sec > h3 > span {
  border-bottom: #13358a 1px solid;
  padding: 4px 10px;
}
.join-sec p {
  margin: 20px auto;
}

.join-btn > a {
  width: 140px;
  height: 42px;
  display: inline-block;
  text-indent: -9999px;
  margin: 0 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 425px) {
  .join-btn > a {
    margin-bottom: 10px;
  }
}
.join-btn .btn-104 {
  background: url(104.jpg) no-repeat;
}
.join-btn .btn-104:hover {
  background: url(104-hover.jpg) no-repeat;
}
.join-btn .btn-1111 {
  background: url(1111.jpg) no-repeat;
}
.join-btn .btn-1111:hover {
  background: url(1111-hover.jpg) no-repeat;
}

.join-info h3 {
  margin-bottom: 15px;
}
.join-info p {
  border-top: #13358a 1px solid;
  border-bottom: #13358a 1px solid;
  padding: 20px 10px;
}

.join-tab {
  min-width: 890px;
}

.join-map iframe {
  border: 0;
}

.join-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .join-top {
    display: block;
  }
}
.join-top .join-top-left {
  width: 40%;
  text-align: center;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .join-top .join-top-left {
    width: 100%;
    padding-right: 0;
  }
}
.join-top .join-top-right {
  width: 60%;
}
@media (max-width: 991px) {
  .join-top .join-top-right {
    width: 100%;
  }
}
.join-top .join-top-right > img {
  margin-bottom: 50px;
}
.join-top .join-top-right > p {
  font-size: 16px;
  line-height: 1.6;
}

.join-104 > h2.page-title,
.join-benefits > h2.page-title {
  color: #0d0700;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.join-104 {
  margin-bottom: 50px;
  font-size: 18px;
}
.join-104 table {
  width: 100%;
  min-width: 680px;
}
.join-104 th {
  padding: 20px;
  font-weight: bold;
  border-top: #13358a 1px solid;
  border-bottom: #13358a 1px solid;
}
.join-104 th:first-child {
  padding-left: 100px;
}
@media (max-width: 991px) {
  .join-104 th:first-child {
    padding-left: 10px;
  }
}
.join-104 td {
  padding: 10px 20px;
  border-bottom: #d2d2d2 1px solid;
}
@media (max-width: 991px) {
  .join-104 td {
    padding: 10px;
  }
}
.join-104 td:first-child {
  padding-left: 100px;
}
@media (max-width: 991px) {
  .join-104 td:first-child {
    padding-left: 10px;
  }
}
.join-104 td:last-child {
  width: 300px;
  text-align: center;
}
@media (max-width: 991px) {
  .join-104 td:last-child {
    width: inherit;
  }
}
.join-104 a {
  color: #13358a;
  background-color: #fff;
  border: #13358a 1px solid;
  display: inline-block;
  padding: 10px 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.join-104 a:hover {
  color: #fff;
  background-color: #13358a;
}

.join-benefits {
  font-size: 16px;
  color: #0d0700;
}
.join-benefits .section {
  margin-bottom: 30px;
  padding-left: 100px;
}
@media (max-width: 991px) {
  .join-benefits .section {
    padding-left: 10px;
  }
}
.join-benefits h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.work .section {
  margin-bottom: 50px;
}
.work h2.page-title {
  margin-bottom: 10px;
}
.work p {
  font-size: 16px;
  line-height: 1.8;
}

.work-pic {
  text-align: center;
  margin-bottom: 50px;
}

.welfare > h2.page-title {
  text-align: center;
}

.welfare-section {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 50px;
}
.welfare-section > h5 {
  font-size: 24px;
  font-weight: bold;
  color: #0d0700;
  padding-left: 20px;
  position: relative;
}
.welfare-section > h5::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(welfare.png) no-repeat;
  position: absolute;
  left: 0;
  top: 6px;
}
.welfare-section p {
  margin-left: 20px;
}

.welfare-pic {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .welfare-pic {
    text-align: center;
  }
}
.welfare-pic > img {
  margin-right: 10px;
  margin-bottom: 10px;
}

.contact {
  font-size: 16px;
  padding: 0 2%;
}
.contact::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1280px) {
  .contact {
    padding: 0;
  }
}
.contact h2 {
  margin-bottom: 30px;
}
.contact + p {
  font-size: 18px;
  margin-top: 30px;
}

.contact-info {
  width: 50%;
  float: left;
  padding: 0 5% 30px 0;
  margin-bottom: 50px;
  line-height: 1.6;
}
.contact-info::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1280px) {
  .contact-info {
    float: none;
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }
}
.contact-info > div {
  margin-bottom: 30px;
}
.contact-info h5 {
  font-size: 18px;
  margin-top: 0;
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

.contact-map {
  width: 50%;
  float: left;
}
@media (max-width: 1280px) {
  .contact-map {
    float: none;
    width: 100%;
  }
}
.contact-map iframe {
  border: 0;
}

.google-maps {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.contact-top {
  font-size: 16px;
  color: #000;
}

.contact-alert,
.contact-required {
  display: none;
}

.cont-form,
.inqform {
  padding: 0 2%;
  color: #000;
  overflow: hidden;
}
@media (max-width: 600px) {
  .cont-form,
  .inqform {
    padding: 0;
  }
}
.cont-form input,
.cont-form textarea,
.cont-form select,
.cont-form textarea#content,
.inqform input,
.inqform textarea,
.inqform select,
.inqform textarea#content {
  background-color: #fff;
  border-radius: 0;
  padding: 10px;
  font-size: 16px;
  height: auto;
  border: #ececec 1px solid;
}
.cont-form select.selgray,
.inqform select.selgray {
  color: #999;
}
.cont-form option.opblack,
.inqform option.opblack {
  color: #000;
}
@media (max-width: 600px) {
  .cont-form .form-group,
  .inqform .form-group {
    margin-top: 0;
  }
}
.cont-form .form-group > .control-label,
.inqform .form-group > .control-label {
  width: 200px;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  padding-top: 10px;
  padding-left: 20px;
}
.cont-form .form-group > .control-label .red,
.inqform .form-group > .control-label .red {
  position: absolute;
  top: 12px;
  left: 7px;
}
@media (max-width: 767px) {
  .cont-form .form-group > .control-label,
  .inqform .form-group > .control-label {
    width: 100%;
  }
}
.cont-form .form-group > .controls,
.inqform .form-group > .controls {
  width: calc(100% - 200px);
}
@media (max-width: 767px) {
  .cont-form .form-group > .controls,
  .inqform .form-group > .controls {
    width: 100%;
  }
}
.cont-form #content,
.inqform #content {
  background-image: none;
}
.cont-form input.btn,
.inqform input.btn {
  background-color: #123589;
  color: #fff;
  border: #fff 1px solid;
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cont-form input.btn:hover,
.inqform input.btn:hover {
  background-color: #fff;
  color: #123589;
  border-color: #123589;
}
.cont-form .checkbox-inline,
.cont-form .radio-inline,
.inqform .checkbox-inline,
.inqform .radio-inline {
  margin-right: 10px;
}
.cont-form .checkbox-inline + .checkbox-inline,
.cont-form .radio-inline + .radio-inline,
.inqform .checkbox-inline + .checkbox-inline,
.inqform .radio-inline + .radio-inline {
  margin-left: 0;
}
.cont-form .checkbox-inline,
.inqform .checkbox-inline {
  padding-left: 30px;
  margin-right: 30px;
  min-height: 51px;
  vertical-align: baseline;
}
.cont-form .checkbox-inline input[type=checkbox],
.inqform .checkbox-inline input[type=checkbox] {
  position: absolute;
  height: 0;
  width: 0;
  cursor: pointer;
  opacity: 0;
}
.cont-form .checkmark,
.inqform .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: #ececec 1px solid;
}
.cont-form .checkmark:after,
.inqform .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cont-form #ccOther + .checkmark,
.cont-form #ccOthers + .checkmark,
.inqform #ccOther + .checkmark,
.inqform #ccOthers + .checkmark {
  top: 16px;
}
.cont-form #ccOther + .checkmark + input,
.cont-form #ccOthers + .checkmark + input,
.inqform #ccOther + .checkmark + input,
.inqform #ccOthers + .checkmark + input {
  margin-left: 30px;
}
.cont-form #ccOther + .checkmark + input:focus,
.cont-form #ccOthers + .checkmark + input:focus,
.inqform #ccOther + .checkmark + input:focus,
.inqform #ccOthers + .checkmark + input:focus {
  outline: none;
}
.cont-form #inqcOther + .checkmark,
.cont-form #inqcOthers + .checkmark,
.inqform #inqcOther + .checkmark,
.inqform #inqcOthers + .checkmark {
  top: 14px;
}
.cont-form #inqcOther + .checkmark + input,
.cont-form #inqcOthers + .checkmark + input,
.inqform #inqcOther + .checkmark + input,
.inqform #inqcOthers + .checkmark + input {
  margin-left: 30px;
}
.cont-form #inqcOther + .checkmark + input:focus,
.cont-form #inqcOthers + .checkmark + input:focus,
.inqform #inqcOther + .checkmark + input:focus,
.inqform #inqcOthers + .checkmark + input:focus {
  outline: none;
}
.cont-form input:checked ~ .checkmark:after,
.inqform input:checked ~ .checkmark:after {
  content: "\f00c";
  font-family: "FontAwesome";
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.inqform .radio-inline {
  margin-right: 30px;
  padding-left: 30px;
}
.inqform .radio-inline input[type=radio] {
  margin-left: -30px;
}

.inqform fieldset.over-border {
  padding-left: 5% !important;
  padding-right: 5% !important;
}

.inqform fieldset .control-group:nth-of-type(2) > .control-label,
.inqform fieldset .control-group:nth-of-type(12) > .control-label {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .inqform fieldset .control-group:nth-of-type(2) > .control-label,
  .inqform fieldset .control-group:nth-of-type(12) > .control-label {
    padding-top: 10px;
  }
}
.inqform fieldset .control-group:nth-of-type(2) > .control-label > .red,
.inqform fieldset .control-group:nth-of-type(12) > .control-label > .red {
  top: 22px;
}
@media (max-width: 991px) {
  .inqform fieldset .control-group:nth-of-type(2) > .control-label > .red,
  .inqform fieldset .control-group:nth-of-type(12) > .control-label > .red {
    top: 12px;
  }
}

.cont-form fieldset .form-group:nth-child(4),
.cont-form fieldset .form-group:nth-child(6),
.cont-form fieldset .form-group:nth-child(8) {
  width: 50%;
  float: left;
}
@media (max-width: 991px) {
  .cont-form fieldset .form-group:nth-child(4),
  .cont-form fieldset .form-group:nth-child(6),
  .cont-form fieldset .form-group:nth-child(8) {
    width: auto;
    float: none;
  }
  .cont-form fieldset .form-group:nth-child(4) > .control-label,
  .cont-form fieldset .form-group:nth-child(6) > .control-label,
  .cont-form fieldset .form-group:nth-child(8) > .control-label {
    width: 200px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cont-form fieldset .form-group:nth-child(4) > .control-label,
  .cont-form fieldset .form-group:nth-child(6) > .control-label,
  .cont-form fieldset .form-group:nth-child(8) > .control-label {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cont-form fieldset .form-group:nth-child(4) > .controls,
  .cont-form fieldset .form-group:nth-child(6) > .controls,
  .cont-form fieldset .form-group:nth-child(8) > .controls {
    width: calc(100% - 200px);
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cont-form fieldset .form-group:nth-child(4) > .controls,
  .cont-form fieldset .form-group:nth-child(6) > .controls,
  .cont-form fieldset .form-group:nth-child(8) > .controls {
    width: 100%;
  }
}
.cont-form fieldset .form-group:nth-child(5),
.cont-form fieldset .form-group:nth-child(7),
.cont-form fieldset .form-group:nth-child(9) {
  width: 50%;
  float: right;
}
@media (max-width: 991px) {
  .cont-form fieldset .form-group:nth-child(5),
  .cont-form fieldset .form-group:nth-child(7),
  .cont-form fieldset .form-group:nth-child(9) {
    width: auto;
    float: none;
  }
}
.cont-form fieldset .form-group:nth-child(5) > .control-label,
.cont-form fieldset .form-group:nth-child(7) > .control-label,
.cont-form fieldset .form-group:nth-child(9) > .control-label {
  width: 100px;
}
@media (max-width: 991px) {
  .cont-form fieldset .form-group:nth-child(5) > .control-label,
  .cont-form fieldset .form-group:nth-child(7) > .control-label,
  .cont-form fieldset .form-group:nth-child(9) > .control-label {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .cont-form fieldset .form-group:nth-child(5) > .control-label,
  .cont-form fieldset .form-group:nth-child(7) > .control-label,
  .cont-form fieldset .form-group:nth-child(9) > .control-label {
    width: 100%;
  }
}
.cont-form fieldset .form-group:nth-child(5) > .controls,
.cont-form fieldset .form-group:nth-child(7) > .controls,
.cont-form fieldset .form-group:nth-child(9) > .controls {
  width: calc(100% - 100px);
}
@media (max-width: 991px) {
  .cont-form fieldset .form-group:nth-child(5) > .controls,
  .cont-form fieldset .form-group:nth-child(7) > .controls,
  .cont-form fieldset .form-group:nth-child(9) > .controls {
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .cont-form fieldset .form-group:nth-child(5) > .controls,
  .cont-form fieldset .form-group:nth-child(7) > .controls,
  .cont-form fieldset .form-group:nth-child(9) > .controls {
    width: 100%;
  }
}
.cont-form fieldset .form-group:nth-child(10) {
  clear: both;
  padding-top: 30px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .cont-form fieldset .form-group:nth-child(10) {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cont-form fieldset .control-group:nth-child(3) > .control-label,
.cont-form fieldset .control-group:nth-child(12) > .control-label {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cont-form fieldset .control-group:nth-child(3) > .control-label,
  .cont-form fieldset .control-group:nth-child(12) > .control-label {
    padding-top: 10px;
  }
}
.cont-form fieldset .control-group:nth-child(3) > .control-label > .red,
.cont-form fieldset .control-group:nth-child(12) > .control-label > .red {
  top: 22px;
}
@media (max-width: 991px) {
  .cont-form fieldset .control-group:nth-child(3) > .control-label > .red,
  .cont-form fieldset .control-group:nth-child(12) > .control-label > .red {
    top: 12px;
  }
}

.inquiry a {
  color: #000;
}
.inquiry a:hover {
  color: #979797;
}

.terms > h2,
.prviacy > h2 {
  text-align: center;
}
.terms ul ul,
.prviacy ul ul {
  list-style-type: square;
}

.sitemap ul {
  padding-left: 0;
  list-style: none;
}
.sitemap ul ul ul {
  display: none;
}
.sitemap ul ul li > a {
  padding: 10px 5px;
  display: block;
  line-height: 1.2;
  font-size: 18px;
  color: #000;
}
.sitemap ul ul li > a:hover {
  color: #979797;
  background-color: transparent;
}
.sitemap > ul::after {
  content: "";
  display: table;
  clear: both;
}
.sitemap > ul > li {
  float: left;
  width: calc(14.2857142857% - 41px);
  margin: 0 20px;
}
@media (max-width: 1440px) {
  .sitemap > ul > li {
    width: calc(25% - 41px);
    margin-bottom: 30px;
  }
  .sitemap > ul > li:nth-child(4n+1) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .sitemap > ul > li {
    width: calc(33.3333333333% - 41px);
  }
  .sitemap > ul > li:nth-child(4n+1) {
    clear: initial;
  }
  .sitemap > ul > li:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .sitemap > ul > li {
    width: calc(50% - 41px);
  }
  .sitemap > ul > li:nth-child(3n+1) {
    clear: initial;
  }
  .sitemap > ul > li:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 425px) {
  .sitemap > ul > li {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sitemap > ul > li > a {
  display: block;
  padding: 5px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
  color: #000;
}
.sitemap > ul > li > a:hover {
  color: #979797;
}

#maincarousel {
  height: 100%;
}

.swiper-probanner_v .arrow-left,
.swiper-probanner_v .swiper-button-prev,
.swiper-probanner_v .arrow-right,
.swiper-probanner_v .swiper-button-next,
.swiper-probanner .arrow-left,
.swiper-probanner .swiper-button-prev,
.swiper-probanner .arrow-right,
.swiper-probanner .swiper-button-next,
.swiper-banner .arrow-left,
.swiper-banner .swiper-button-prev,
.swiper-banner .arrow-right,
.swiper-banner .swiper-button-next,
.swiper-product .arrow-left,
.swiper-product .swiper-button-prev,
.swiper-product .arrow-right,
.swiper-product .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  margin: 0;
}
.swiper-probanner_v .arrow-left,
.swiper-probanner_v .swiper-button-prev,
.swiper-probanner .arrow-left,
.swiper-probanner .swiper-button-prev,
.swiper-banner .arrow-left,
.swiper-banner .swiper-button-prev,
.swiper-product .arrow-left,
.swiper-product .swiper-button-prev {
  left: 15px;
  z-index: 99;
}
.swiper-probanner_v .arrow-right,
.swiper-probanner_v .swiper-button-next,
.swiper-probanner .arrow-right,
.swiper-probanner .swiper-button-next,
.swiper-banner .arrow-right,
.swiper-banner .swiper-button-next,
.swiper-product .arrow-right,
.swiper-product .swiper-button-next {
  right: 15px;
}
.swiper-probanner_v .swiper-pagination,
.swiper-probanner_v .page-banner,
.swiper-probanner .swiper-pagination,
.swiper-probanner .page-banner,
.swiper-banner .swiper-pagination,
.swiper-banner .page-banner,
.swiper-product .swiper-pagination,
.swiper-product .page-banner {
  position: absolute;
  left: 0;
  z-index: 99;
  text-align: center;
  bottom: 0;
  width: 100%;
}
.swiper-probanner_v .swiper-lazy,
.swiper-probanner .swiper-lazy,
.swiper-banner .swiper-lazy,
.swiper-product .swiper-lazy {
  opacity: 0;
}
.swiper-probanner_v .swiper-lazy.swiper-lazy-loaded,
.swiper-probanner .swiper-lazy.swiper-lazy-loaded,
.swiper-banner .swiper-lazy.swiper-lazy-loaded,
.swiper-product .swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
}

.swiper-probanner_v .swiper-button-disabled,
.swiper-probanner .swiper-button-disabled {
  display: none;
}

.swiper-product-thumbs {
  margin-top: 15px;
}
.swiper-product-thumbs .swiper-slide {
  width: 25%;
  opacity: 0.4;
}
.swiper-product-thumbs .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.swiper-product-thumbs .swiper-product-thumbs-next,
.swiper-product-thumbs .swiper-product-thumbs-prev {
  display: none;
}
.swiper-product-thumbs.swiper-container-initialized .swiper-product-thumbs-next,
.swiper-product-thumbs.swiper-container-initialized .swiper-product-thumbs-prev {
  display: block;
}
.swiper-product-thumbs.insufficient-swiper .swiper-wrapper {
  display: block;
}
.swiper-product-thumbs.insufficient-swiper .swiper-wrapper .swiper-slide {
  padding: 0 7px;
  float: left;
}
.swiper-product {
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 18px 4px rgba(210, 210, 210, 0.36);
          box-shadow: 0px 0px 18px 4px rgba(210, 210, 210, 0.36);
  background: #FFF;
}
.swiper-product .swiper-product-pagination {
  position: static;
  display: none;
}
.swiper-product .swiper-product-next,
.swiper-product .swiper-product-prev {
  display: none;
}
@media (max-width: 991px) {
  .swiper-product .swiper-product-next,
  .swiper-product .swiper-product-prev {
    display: block;
  }
}
@media (max-width: 991px) {
  .swiper-product .swiper-product-next.swiper-button-disabled,
  .swiper-product .swiper-product-prev.swiper-button-disabled {
    display: none !important;
  }
}
.swiper-product .swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
  padding-top: 100%;
}
.swiper-product .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.showsmall {
  padding: 0 48px;
  position: relative;
}
.showsmall .gallery-thumbs {
  border-radius: 100%;
  overflow: hidden;
  background: #FFF;
}
.showsmall .swiper-product-thumbs-next {
  right: 0;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}
.showsmall .swiper-product-thumbs-prev {
  left: 0;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}
@media (max-width: 991px) {
  .showsmall {
    display: none;
  }
}

#content .related .pshow_title {
  border-left: none;
  border-top: #e5e5e5 1px solid;
  background-color: transparent;
  font-size: 25px;
  padding: 10px 5%;
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

.related .product-cate .listimg {
  max-width: 280px;
}
.related .product-cate:hover .cate-name {
  -webkit-transform: translate(0%, 50%);
      -ms-transform: translate(0%, 50%);
          transform: translate(0%, 50%);
}

.related-slider {
  padding: 0 5% 50px;
}
.related-slider::after, .related-slider::before {
  content: "";
  background: #fff;
  width: 5%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.related-slider::after {
  left: 0;
}
.related-slider::before {
  right: 0;
}
.related-slider .form-horizontal,
.related-slider .product-cate,
.related-slider .thumbnail {
  margin-bottom: 0;
  height: 100%;
}
.related-slider .swiper-slide {
  height: auto;
  height: initial;
}
.related-slider .related-slider-pagination {
  display: none;
}
.related-slider .related-slider-next,
.related-slider .related-slider-prev {
  outline: none;
}
.related-slider .related-slider-next {
  right: 0;
  background-image: url(arrow-right.png);
}
.related-slider .related-slider-prev {
  left: 0;
  background-image: url(arrow-left.png);
}

#footer {
  overflow: hidden;
}

#cominfo {
  display: none;
}

.ftbar-area,
.ftbar {
  display: none;
}

#custnav {
  background-color: #0d2664;
  padding: 60px 8.33333333% 100px;
}
#custnav .col-md-2 {
  width: calc(14.2857142857% - 1px);
}
#custnav a {
  color: #fff;
  padding: 2px 0;
}
#custnav a:hover, #custnav a:focus {
  background-color: transparent;
  text-decoration: underline !important;
}
@media (max-width: 1280px) {
  #custnav {
    padding: 30px 5%;
  }
  #custnav .span2.col-md-2 {
    float: left;
    width: 33.33%;
    margin-bottom: 30px;
  }
  #custnav .span2.col-md-2:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 991px) {
  #custnav {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  #custnav .span2.col-md-2 {
    width: 50%;
  }
  #custnav .span2.col-md-2:nth-child(3n+1) {
    clear: inherit;
  }
  #custnav .span2.col-md-2:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 359px) {
  #custnav .span2.col-md-2 {
    width: 100%;
    margin-bottom: 10px;
  }
}

#custnav > .row > div > div > ul > li:first-child > div.nav-header {
  margin-bottom: 5px;
  color: #fff;
  font-size: 20px;
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

#custnav > .row > div:last-child > div > span.nav-header {
  display: none;
}
#custnav > .row > div:last-child > div > ul div.nav-header {
  font-size: 20px;
  margin-bottom: 5px;
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

.foot-area {
  padding: 0 8.3333% 50px;
  background-color: #0d2664;
  color: #fff;
}
.foot-area::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1280px) {
  .foot-area {
    padding: 0 5% 20px;
  }
}
.foot-area .smo {
  float: left;
  width: 50%;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .foot-area .smo {
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .foot-area .smo {
    float: none;
    width: 100%;
  }
}
.foot-area .smo a {
  color: #fff;
  font-size: 24px;
}
.foot-area .smo ul {
  padding-left: 0;
}
.foot-area .smo ul li {
  display: inline-block;
  margin-right: 15px;
}
.foot-area .newsletter {
  float: left;
  width: 50%;
  display: none;
}
@media (max-width: 600px) {
  .foot-area .newsletter {
    float: none;
    width: 100%;
  }
}
.foot-area .newsletter > div {
  float: right;
}
@media (max-width: 600px) {
  .foot-area .newsletter > div {
    float: none;
  }
}
.foot-area .newsletter p {
  font-size: 18px;
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}
.foot-area .newsletter-input {
  position: relative;
}
.foot-area .newsletter-input input {
  border: none;
  padding: 5px 60px 5px 20px;
  line-height: 40px;
  height: 40px;
  width: calc(100% - 50px);
  margin-right: 50px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #333;
}
.foot-area .newsletter-input input:focus {
  outline: none;
}
.foot-area .newsletter-input .newsletter-btn {
  position: absolute;
  padding: 0 20px;
  top: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  background-color: #e0332f;
  color: #fff;
  border-radius: 20px;
}

#copyright {
  text-transform: uppercase;
}

.copyright-left {
  margin-left: 5%;
}

#footlink li {
  padding: 10px 0;
}
#footlink li a {
  padding: 0 15px;
  color: #000;
}
#footlink li a:hover {
  color: #979797;
}
#footlink li + li a {
  border-left: #a3a3a3 1px solid;
}
#footlink li:nth-child(-n+3) {
  display: none;
}

.topbtn-wrap {
  position: fixed;
  z-index: 1;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 1;
  text-align: center;
  bottom: 5px;
  right: 3.125%;
}

#btntop {
  font-size: 30px;
  color: #000;
}

.news {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5em;
}
.news .row > div {
  margin-bottom: 30px;
}
.news li,
.news p {
  margin-bottom: 13px;
}

#small-dialog {
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}

#tarteaucitronRoot .tarteaucitronAlertBigBottom .wrap {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
@media (min-width: 768px) {
  #tarteaucitronRoot .tarteaucitronAlertBigBottom .wrap {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #tarteaucitronRoot .tarteaucitronAlertBigBottom .wrap {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #tarteaucitronRoot .tarteaucitronAlertBigBottom .wrap {
    width: 1170px;
  }
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom .wrap #tarteaucitronDisclaimerAlert {
  display: block;
  width: 100%;
  padding-right: 130px;
}
@media (max-width: 991px) {
  #tarteaucitronRoot .tarteaucitronAlertBigBottom .wrap #tarteaucitronDisclaimerAlert {
    padding-bottom: 50px;
    padding-right: 0;
  }
}
#tarteaucitronRoot .tarteaucitronAlertBigBottom .wrap #tarteaucitronPersonalize {
  width: auto;
  position: absolute;
  right: 15px;
  top: 36px;
}
@media (max-width: 991px) {
  #tarteaucitronRoot .tarteaucitronAlertBigBottom .wrap #tarteaucitronPersonalize {
    top: auto;
    bottom: 0;
  }
}
#tarteaucitronAllDenied.btn-dark {
  color: #FFF;
  background-color: #1459a4 !important;
  border: 1px solid #1459a4;
  margin-bottom: 20px;
}

#tarteaucitronAllagree.btn-primary {
  margin-bottom: 20px;
  background-color: #e1362e !important;
  border-color: #e1362e !important;
}

#tarteaucitronPersonalize.btn-primary {
  background-color: #e1362e !important;
  border-color: #e1362e !important;
}

.container_privacy .page-header {
  display: block;
  text-align: center;
}
.container_privacy .page-header h1 {
  font-size: 45px;
  font-weight: 400;
  word-break: inherit;
  font-family: "Roboto Bold Condensed", "微軟正黑體", 微軟正黑體, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  color: #191919;
  margin: 0 0 0.5em;
}
@media (max-width: 991px) {
  .container_privacy .page-header h1 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .container_privacy .page-header h1 {
    font-size: 30px;
  }
}

.container_privacy .page-header {
  padding-bottom: 0;
  margin: 30px 0 0;
}
.container_privacy .page-wrap {
  padding-top: 0;
}

#catedescA {
  padding: 15px 0;
}
@media (max-width: 991px) {
  #catedescA {
    padding: 0;
  }
}
#catedescA p, #catedescA li {
  color: #333333;
  font-size: 16px;
  line-height: 1.5em;
}

.contact_btn a.btn {
  position: fixed;
  z-index: 2;
  bottom: 6%;
  display: block;
  width: 50px;
  height: 50px;
  border-color: #004b9d;
  background-color: #004b9d;
  border-radius: 50%;
  right: 3.125%;
  -webkit-transform: translateX(16%);
      -ms-transform: translateX(16%);
          transform: translateX(16%);
  padding: 2px;
}

div[class*=container_product] .contact_btn,
.container_contact .contact_btn {
  display: none;
}

.e-bike-security-solution h2, .e-bike-security-solution h3, .e-bike-security-solution p, .e-bike-security-solution a {
  color: #ffffff;
  word-break: normal;
}
.e-bike-security-solution h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.44em;
}
@media (max-width: 991px) {
  .e-bike-security-solution h2 {
    font-size: 28px;
    line-height: 1.2em;
  }
}
@media (max-width: 600px) {
  .e-bike-security-solution h2 {
    font-size: 22px;
  }
}
.e-bike-security-solution h3,
.e-bike-security-solution .more-link {
  font-size: 45px;
  font-weight: bold;
  margin-top: 0;
}
@media (max-width: 991px) {
  .e-bike-security-solution h3,
  .e-bike-security-solution .more-link {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .e-bike-security-solution h3,
  .e-bike-security-solution .more-link {
    font-size: 30px;
  }
}
.e-bike-security-solution .more-link:hover {
  color: #fff;
}
.e-bike-security-solution .more-link:hover span {
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
}
@media (max-width: 600px) {
  .e-bike-security-solution .more-link:hover span {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.e-bike-security-solution .more-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.e-bike-security-solution .more-link span {
  display: block;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.e-bike-security-solution .more-link img {
  width: clamp(90px, 6.4583vw, 124px);
}
@media (max-width: 991px) {
  .e-bike-security-solution .more-link img {
    width: 72px;
  }
}
@media (max-width: 767px) {
  .e-bike-security-solution .more-link img {
    width: 62px;
  }
}
.e-bike-security-solution .btn-wrap {
  padding-top: clamp(30px, 2.604166vw, 50px);
  position: relative;
}

.e-bike-security-text-content {
  width: 790px;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 100%;
}
.e-bike-security-text-content.middle {
  padding-top: 30px;
  padding-bottom: 10px;
}

.e-bike-security-text-content2 {
  width: 910px;
  padding: 0 30px;
  margin: 0 auto;
  max-width: 100%;
}
.e-bike-security-text-content2.middle {
  padding-top: 30px;
  padding-bottom: 10px;
}

.e-bike-security-title {
  width: 220px;
  max-width: 100%;
  margin: 0 auto;
}

.e-bike-security-solution-top-content .main-solgan {
  background: url(e-bile-security-bg1.jpg) top center no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 50.22%;
  position: relative;
}
@media (max-width: 600px) {
  .e-bike-security-solution-top-content .main-solgan {
    padding-bottom: 64%;
    background-size: 128%;
  }
}
.e-bike-security-solution-top-content .main-solgan h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.e-bike-security-solution-top-content .sub-solgan {
  background: url(e-bile-security-bg1_2.jpg) top center repeat-y;
  background-size: 100%;
  overflow: hidden;
}
@media (max-width: 600px) {
  .e-bike-security-solution-top-content .sub-solgan {
    background-size: 128%;
  }
}

.e-bike-security-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
  margin: 0 -5.208vw;
  width: calc(100% + 10.416vw);
}
.e-bike-security-logo .e-bike-security-logo-item {
  width: 50%;
  padding: 0 5.208vw;
}
.e-bike-security-logo .e-bike-security-logo-item + .e-bike-security-logo-item {
  border-left: 1px solid #fff;
}
@media (max-width: 767px) {
  .e-bike-security-logo .e-bike-security-logo-item img {
    max-width: 75%;
  }
}

.e-bike-security-solution-main-content {
  background: url(e-bile-security-bg2.jpg) top center repeat-y;
  background-size: 100%;
}
@media (max-width: 600px) {
  .e-bike-security-solution-main-content {
    background-size: 128%;
  }
}

.solution-main-content-item {
  padding: clamp(30px, 3.125vw, 60px) 0;
}
@media (max-width: 600px) {
  .solution-main-content-item {
    padding: 24px 0;
  }
}

.under-bike {
  padding-right: 10%;
  margin-top: -5%;
}
@media (max-width: 991px) {
  .under-bike {
    padding-right: 30px !important;
  }
}

.bick-list {
  padding-top: 20px;
}
.bick-list p {
  padding-top: 5px;
}
.bick-list img {
  aspect-ratio: 100/67;
  -o-object-fit: contain;
     object-fit: contain;
}
.bick-list > .row {
  margin-top: clamp(-50px, -2.60416vw, -20px);
}
.bick-list > .row > [class*=col-] {
  padding-top: clamp(20px, 2.60416vw, 50px);
}

.lan-T .e-bike-security-solution-top-content h2,
.lan-S .e-bike-security-solution-top-content h2 {
  text-shadow: 3px 6px 6px #000000;
}
@media (max-width: 767px) {
  .lan-T .e-bike-security-solution h3,
  .lan-S .e-bike-security-solution h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .lan-T .e-bike-security-solution .more-link,
  .lan-S .e-bike-security-solution .more-link {
    font-size: 26px;
  }
}
.lan-T .e-bike-security-text-content,
.lan-S .e-bike-security-text-content {
  width: 1060px;
}
.lan-T .under-bike,
.lan-S .under-bike {
  padding-right: 18%;
}

.lan-T .h1, .lan-T .h2, .lan-T .h3, .lan-T .h4, .lan-T .h5, .lan-T .h6, .lan-T h1, .lan-T h2, .lan-T h3, .lan-T h4, .lan-T h5, .lan-T h6,
.lan-T .steptag,
.lan-T .container_privacy .page-header h1,
.lan-T #custnav > .row > div > div > ul > li:first-child > div.nav-header,
.lan-T .banner-text h2,
.lan-T .banner-text h3,
.lan-T .container_product .cate-name a,
.lan-T .cate-name a,
.lan-T .cate-name-more a,
.lan-T .list-name h2,
.lan-T .pro-no,
.lan-T #content .prochar .pshow_title,
.lan-T .patent-tab th,
.lan-T .sitemap > ul > li > a,
.lan-T #content .related .pshow_title,
.lan-T #custnav > .row > div > div > ul > li:first-child > div.nav-header,
.lan-T #custnav > .row > div:last-child > div > ul div.nav-header,
.lan-T .foot-area .newsletter p,
.lan-T #faqlist .panel-heading a,
.lan-S .h1,
.lan-S .h2,
.lan-S .h3,
.lan-S .h4,
.lan-S .h5,
.lan-S .h6,
.lan-S h1,
.lan-S h2,
.lan-S h3,
.lan-S h4,
.lan-S h5,
.lan-S h6,
.lan-S .steptag,
.lan-S .container_privacy .page-header h1,
.lan-S #custnav > .row > div > div > ul > li:first-child > div.nav-header,
.lan-S .banner-text h2,
.lan-S .banner-text h3,
.lan-S .container_product .cate-name a,
.lan-S .cate-name a,
.lan-S .cate-name-more a,
.lan-S .list-name h2,
.lan-S .pro-no,
.lan-S #content .prochar .pshow_title,
.lan-S .patent-tab th,
.lan-S .sitemap > ul > li > a,
.lan-S #content .related .pshow_title,
.lan-S #custnav > .row > div > div > ul > li:first-child > div.nav-header,
.lan-S #custnav > .row > div:last-child > div > ul div.nav-header,
.lan-S .foot-area .newsletter p,
.lan-S #faqlist .panel-heading a {
  font-weight: bold;
}

@media (max-width: 1366px) {
  .lan-T #main_menu > li,
  .lan-S #main_menu > li {
    margin: 0 9px;
  }
}
@media (max-width: 1024px) {
  .lan-T #main_menu > li,
  .lan-S #main_menu > li {
    margin: 0 6px;
  }
}