@import url(
  https://fonts.googleapis.com/css?family=Roboto+Condensed:700,
  400,
  300|Alegreya
);

@import 'default.css';
@import 'animation.css';
@import 'fonts/style.css';
/*@import "plugins.css";*/
@font-face {
  font-family: 'SimHei';
  src: url('../styles/fonts/fonts/SimHei.woff') format("woff"),
       url('../styles/fonts/fonts/SimHei.ttf') format("truetype"),
       url('../styles/fonts/fonts/SimHei.eot') format("embedded-opentype");
}

/* ==========================================================================
    public
 ========================================================================== */
* {
  -webkit-font-smoothing: antialiased;
  font-family: 'SimHei'!important;
}
body {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear;
}
.wp {
  overflow: hidden !important;
  min-width: 320px;
}
section {
  width: 1300px;
  clear: both;
  margin: 0 auto;
  background: transparent;
}
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
span,
label,
input,
select,
button,
tr,
th,
td,
.txt {
  font-family: 'Roboto Condensed';
  font-family: 'SimHei' !important;
  letter-spacing: 0.5px;
}

img {
  max-width: 100%;
}

.fixed-top {
  position: fixed !important;
  margin: 0;
  top: 83px;
  overflow-y: auto;
  height: calc(100vh - 80px);
  width: 75px;
}
.fixed-bottom {
  position: fixed !important;
  margin: 0;
  bottom: 338px;
  overflow-y: auto;
  height: calc(100vh - 420px);
  width: 75px;
}

@media screen and (max-width: 991px) {
  .fixed-bottom {
    bottom: 418px;
    height: calc(100vh - 500px);
  }
}

.clear,
.clearfix {
  clear: both;
}
.scrollToTop {
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 99em;
  /* margin-bottom: -25px; */
  margin-bottom:10px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 0;
  right: 20px;
  display: block;
  background: #000;
  z-index: 999;
  transition:background-color 0.3s ease-in-out;
}
.scrollToTop:hover{background:#0e528d; }
.scrollToTop:before {
  font-family: 'icomoon';
  content: '\e60b';
  color: #fff;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 13px;
  bottom: 0;
}
.box {
  padding: 10px 5px !important;
}
.textHidden {
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 0px !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 0px !important;
}
a,
a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
  outline: 0;
  outline-offset: 0px;
  color: #000;
}
ul.columns:after {
  content: '';
  clear: both;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  visibility: hidden;
}
.nav-tabs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .nav-tabs{width:calc(100% - 30px);}
}
@media screen and (max-width: 599px) {
  .nav-tabs{
    justify-content:flex-start;

  }
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: solid 1px transparent;
  background-color: transparent;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
  border-color: transparent;
}
.nav-justified > li > a,
.nav-tabs > li > a {
  padding: 10px 0;
  margin: 0;
}
.dropbtn {
  z-index: 0;
}
.dropdown-content {
  z-index: 1;
}
input {
  letter-spacing: 1px;
}
input,
textarea {
  -webkit-appearance: none;
}
input[type='checkbox'] {
  -webkit-appearance: checkbox;
}
input[type='checkbox'],
input[type='checkbox']:checked,
input[type='checkbox']:not([multiple]) {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
input[type='checkbox']:not(:checked) + label:before,
input[type='checkbox']:checked + label:before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
a,
button {
  outline: none !important;
}
button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-shadow: 0 0 0 transparent !important;
}
button.btn {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.bootstrap-select.btn-group .dropdown-menu li {
  height: 40px;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  padding: 0 20px;
  line-height: 40px;
}
select:not([multiple]) {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #999;
}
option:checked {
  color: #555;
}
table tr td {
  color: #9f9f9f;
}
.table > thead > tr > th {
  border-bottom: 0;
}
.control-label {
  font-weight: lighter;
}
.required:before {
  font-size: 16px;
  margin-right: 1px;
}

@media screen and (min-width: 768px) {
  .navbar-right {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .table-responsive {
    border: 0px;
  }
}

@media screen and (max-width: 479px) {
  .dropdown {
    min-height: auto;
  }
  .nav > li > a {
    padding: 0px;
  }
}

.content .strike {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.content .strike > .mainTitle {
  position: relative;
  display: inline-block;
}
.content .strike > .mainTitle:before,
.content .strike > .mainTitle:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 5px;
  margin-top: -2px;
  border-top: 1px solid #d7dfdc;
  border-bottom: 1px solid #d7dfdc;
}
.content .strike > .mainTitle:before {
  right: 100%;
  margin-right: 0px;
}
.content .strike > .mainTitle:after {
  left: 100%;
  margin-left: 0px;
}
.content .mainTitle {
  color: #434242;
  font-weight: bolder;
  font-size: 24px;
  background: #fff;
  padding: 0 10px;
}

.area {
  position: relative;
  display: inline-block;
  width: 100%;
}
.list {
  position: relative;
  display: block;
}
.list-item {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  z-index: 10;
}

@media screen and (max-width: 1407px) {
  section {
    width: 1000px;
  }
}
@media screen and (max-width: 1199px) {
  section {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .area {
    display: block;
    float: left;
  }
}

#content .head {
  margin-top: 27px;
  margin-bottom: 35px;
}
#content .head .nav {
  display: block;
  position: relative;
}
#content .head .nav > ul {
  margin-bottom: 0;
}
#content .head .nav ul li {
  display: inline-block;
}
#content .head .nav ul li:first-child:before {
  content: none;
}
#content .head .nav ul li:before {
  content: ' > ';
}
#content .head .nav ul li a {
  font-size: 15px;
  color: #565962;
  border-bottom: solid 1px #565962;
}
#content .head .nav ul li:last-child a {
  border-bottom: solid 1px transparent;
}

@media screen and (max-width: 1407px) {
  .body > .nav-tabs > li:first-child {
    padding-left: 15px;
  }
  #content .head {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  #content .head .nav {
    display: none;
  }
  #content > .body > .nav-tabs > li {
    width: 50%;
  }
  .body > .nav-tabs > li:first-child {
    padding-left: 0px;
  }
  .body > .nav-tabs > li {
    padding-right: 0px;
  }
}

/* ==========================================================================
    Contaniner
 ========================================================================== */

@media screen and (max-width: 479px) {
  #about #mission .mission-container {
    padding: 15px;
  }
}

/* ==========================================================================
    Banner Up
 ========================================================================== */

#banner-up,
#banner-down,
#bannerUp {
  width: 100%;
}
#bannerUp .banner {
  height: 275px;
  position: relative;
}
#bannerUp .banner .txt {
  padding-top: 80px;
  position: absolute;
  width: 1000px;
  color: #565962;
  top: 0;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -mos-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#bannerUp .banner .txt h3 {
  text-align: center;
  font-size: 30px;
  font-family: 'Roboto Condensed', '微軟正黑體';
  font-weight: 400;
  letter-spacing: 3px;
  color: #fff;
  margin-bottom: 13px;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -mos-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}
#hr #bannerUp .banner .txt h3,
#hr #bannerUp .banner .txt h4 {
  color: #565962;
}
#bannerUp .banner .txt h4 {
  font-size: 20px;
  font-family: '微軟正黑體';
  font-weight: normal;
  letter-spacing: 1px;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  #bannerUp .banner .txt {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #bannerUp .banner {
    height: 220px;
    width: 100%;
  }
  #bannerUp .banner .pic {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  #bannerUp .banner {
    height: 160px;
    width: 100%;
  }
  #bannerUp .banner .pic {
    width: 100%;
  }
}

/* ==========================================================================
    Table => Store & Contact
 ========================================================================== */
.company-location > .left > .info {
  font-size: 16px;
  margin-top: 3px;
  float: left;
  width: 100%;
}
#store .company-location > .left > .info {
  margin-top: 6px;
}
.company-location > .left > .info > li {
  line-height: 29px;
}
.company-location > .left > .info > li,
.company-location > .left > .info > li span {
  color: #565962;
  font-family: '微軟正黑體';
}
.company-location > .left > .info table thead,
.company-location > .left > .info .panel > .panel-heading {
  background: #00a1e1;
}
.company-location > .left > .info table th,
.company-location > .left > .info table td,
.company-location > .left > .info .panel > .panel-heading > a {
  font-size: 16px;
  text-align: center;
}
.company-location > .left > .info table td:last-child {
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.company-location > .left > .info table th,
.company-location > .left > .info .panel > .panel-heading {
  color: #fff;
  border: 0;
  height: 52px;
  line-height: 52px;
  margin: 0;
  padding: 0;
  padding-left: 23px;
  padding-right: 23px;
  text-align: left;
}
.company-location > .left > .info .panel > .panel-heading > a {
  color: #fff;
  padding: 0 20px;
}
.company-location > .left > .info thead th,
.company-location > .left > .info tbody tr,
.company-location > .left > .info tbody td {
  vertical-align: middle;
}
.company-location > .left > .info tbody tr {
  height: 56px;
}
.company-location > .left > .info table td {
  color: #565962;
  border-top: 0;
  border-bottom: solid 1px #d7dfdc;
  line-height: 52px;
  margin: 0;
  padding: 0;
}
.company-location > .left > .info table td:first-child {
  background: #ebefed;
  width: 215px;
}
#contact #company-info .company-location:last-child {
  margin-bottom: 77px;
}
#store .company-location {
  margin-bottom: 21px;
  float: left;
  width: 100%;
}
#store .company-location > .left > .info .panel > .panel-heading > a {
  display: block;
  text-align: left;
}
.panel,
.panel-heading {
  box-shadow: 0 0 0 transparent;
  border: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 2px;
}

/* ==========================================================================
    Table Responsive
 ========================================================================== */

@media screen and (max-width: 991px) {
  .max-md-size .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .max-md-size #member.prefecture #track .table-responsive {
    margin-bottom: 0px;
  }
  .max-md-size .table-responsive .table {
    margin-bottom: 0;
  }
  .max-md-size .table-responsive .table > thead > tr > th,
  .max-md-size .table-responsive .table > tbody > tr > th,
  .max-md-size .table-responsive .table > tfoot > tr > th,
  .max-md-size .table-responsive .table > thead > tr > td,
  .max-md-size .table-responsive .table > tbody > tr > td,
  .max-md-size .table-responsive .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .max-md-size .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .max-md-size .table-responsive {
    width: 99%;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

/* ==========================================================================
    Change Page
 ========================================================================== */

#content nav.change-page {
  float: left;
  width: 100%;
}
#content .body nav .page {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -mos-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  float: left;
}
#content .body nav .pagination > li > a,
#content .body nav .pagination > li span {
  border: 0;
  background: transparent;
  color: #868686;
  font-size: 16px;
}
#content .body nav .pagination > .active > a,
#content .body nav .pagination > .active > span,
#content .body nav .pagination > .active > a:hover,
#content .body nav .pagination > .active > span:hover,
#content .body nav .pagination > .active > a:focus,
#content .body nav .pagination > .active > span:focus {
  background: transparent;
  color: #0e528d;
  font-weight: bold;
}
#content .body nav ul.pagination > li > a {
  padding: 6px 8px;
}
#content .body nav ul.pagination > li:hover > a,
#content .body nav .pagination > li:hover span {
  color: #0e528d;
}
#content .body nav .pagination > li.disabled:hover span,
#content .body nav .pagination > li.disabled:hover a {
  color: #565962;
}
#changeLeft:before {
  content: '<';
  padding-right: 5px;
}
#changeRight:after {
  content: '>';
  padding-left: 5px;
}

/* ==========================================================================
    Video Controls Custom Button
 ========================================================================== */

.attend-container > .video {
  position: relative;
}
.attend-container > .video > #play-pause {
  background-size: 80px;
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -mos-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}
.attend-container > .video > #play-pause > img {
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.attend-container > .video > #play-pause > img:hover {
  transform: scale(1.3);
}
@media screen and (max-width: 599px) {
  .attend-container > .video > #play-pause {
    background-size: 65px;
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 479px) {
  .attend-container > .video > #play-pause {
    background-size: 50px;
    width: 50px;
    height: 50px;
  }
}

/* ==========================================================================
    Fancybox
 ========================================================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: none !important;
  }
}

li .borderBottom {
  position: relative;
}
li .borderBottom:after {
  position: absolute;
  content: '';
  display: block;
  height: 1px;
  width: 0;
  bottom: -3px;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
li:hover .borderBottom:after {
  width: 100%;
  background: #373737;
}
#footer-down li:hover .borderBottom:after {
  background: #8f8f8f;
}

/* ==========================================================================
    Animate
 ========================================================================== */

@-webkit-keyframes thumbnail {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #00a1e1;
  }
}
@-webkit-keyframes thumbnail {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #00a1e1;
  }
}
@-moz-keyframes thumbnail {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #00a1e1;
  }
}
@-ms-keyframes thumbnail {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #00a1e1;
  }
}
@-o-keyframes thumbnail {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #00a1e1;
  }
}
@keyframes thumbnail {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #00a1e1;
  }
}

@-webkit-keyframes hoverOut {
  0% {
    background-color: #00a1e1;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes hoverOut {
  0% {
    background-color: #00a1e1;
  }
  100% {
    background-color: #fff;
  }
}
@-moz-keyframes hoverOut {
  0% {
    background-color: #00a1e1;
  }
  100% {
    background-color: #fff;
  }
}
@-ms-keyframes hoverOut {
  0% {
    background-color: #00a1e1;
  }
  100% {
    background-color: #fff;
  }
}
@-o-keyframes hoverOut {
  0% {
    background-color: #00a1e1;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes hoverOut {
  0% {
    background-color: #00a1e1;
  }
  100% {
    background-color: #fff;
  }
}

.bannerDownTransition {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bannerDownTransitionStop {
  transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
}
.TransitionCubic {
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.navbar-default {
  visibility: hidden;
  opacity: 0;
  top: -50px;
}
.banner.up {
  visibility: hidden;
  opacity: 0;
  bottom: -80px;
}
#bannerUp .banner .txt h3 {
  visibility: hidden;
  opacity: 0;
  margin-top: 20px;
}
.list-item .group .left.txt {
  visibility: hidden;
  opacity: 0;
  margin-left: -50px;
}
section.products {
  visibility: hidden;
  opacity: 0;
  margin-top: 50px;
}
#news .content .nav-tabs {
  visibility: hidden;
  opacity: 0;
}
.news #content .body .tab-content {
  visibility: hidden;
  opacity: 0;
  margin-top: 90px;
}
#news .content > .top {
  visibility: hidden;
  opacity: 0;
  top: -80px;
}
#news .content > .body {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  margin-top: -30px;
  float: left;
}
.list-item .group .right img {
  visibility: hidden;
  opacity: 0;
  margin-right: -50px;
}
#about .content .tab-content .sub-body > .sub.nav-tabs {
  visibility: hidden;
  opacity: 0;
}
#about .content .tab-content .sub-body > .tab-content {
  visibility: hidden;
  opacity: 0;
  margin-top: -30px;
}
#product-inner .content > .top {
  visibility: hidden;
  opacity: 0;
  margin-left: -50px;
}
.product-container .gallery {
  visibility: hidden;
  opacity: 0;
  margin-left: -50px;
}
.product-container .note {
  visibility: hidden;
  opacity: 0;
  right: -100px;
}

/* fix 6/4 */
.tab-pane {
  width: 100%;
}
.product-container .list-item .thumbnail {
  min-height: 370px;
}
.product-container .list-item .thumbnail .pic {
  overflow: hidden;
}
.hr_table tbody tr td:first-child {
  white-space: nowrap;
}
.hr_table tbody tr td:nth-child(2) {
  white-space: nowrap;
}
.hr_table tbody tr td:nth-child(3) {
  white-space: nowrap;
}
.hr_table tbody tr td:nth-child(4) {
  width: 240px;
  min-width: 240px;
}
.hr_table tbody tr td:last-child {
  white-space: nowrap;
}

/* .product #content ul li .pic img{
      left: 0% !important;
    transform: translateX(-0%) scale(1.05) !important;
    -webkit-transform: translateX(-0%) translateZ(0) scale(1.05, 1.05) !important;
} */
@media (min-width: 992px){.product #content ul.list-unstyled .col-md-4{flex: 0 0 calc(100% / 3 );max-width:calc(100% / 3 );}}
@media (max-width: 991px){.product #content ul.list-unstyled .col-sm-6{flex: 0 0 50%;max-width:50%;}}
@media (max-width: 767px){.product #content ul.list-unstyled .col-xs-12{flex: 0 0 100%;max-width:400px;}}
.product #content ul {
  margin-top: 0;
  overflow: hidden;
  display: flex;
  flex-wrap:wrap;
}
