@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
  text-decoration: none;
  color: inherit;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

label {
  display: inline-block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  padding-top: 0;
  font-family: "Microsoft Jhenghei", Arial, Tahoma, sans-serif;
  font-size: 16px;
  color: #474747;
  background-color: #fff6de;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  body {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  body {
    padding-top: 62px;
  }
}
body.freeze {
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
  overflow: auto;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* cancel bootstrap gutter */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

header {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 70px 35px 30px;
  background-color: #fec821;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  color: #292b2c;
  overflow-x: hidden;
}
@media (max-height: 800px) {
  header {
    padding-top: 50px;
  }
}
@media (max-height: 500px) {
  header {
    padding-top: 30px;
  }
}
header .info-box {
  margin-right: -20px;
  margin-top: 75px;
}
header .info-box .social-icon {
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  color: #00408f;
  border: 1px solid #00408f;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
}
header .info-box .social-icon:hover {
  color: #fff;
  background-color: #00408f;
}
@media (max-height: 800px) {
  header .info-box {
    margin-top: 50px;
  }
}
@media (max-height: 500px) {
  header .info-box {
    margin-top: 30px;
  }
}
header .company {
  font-size: 14px;
  line-height: 1.5;
}
header .company .name {
  font-size: 15px;
}
header .company > * {
  margin-bottom: 5px;
}
header .search {
  position: relative;
  letter-spacing: 3px;
  margin-top: 20px;
}
header .search input[type=text] {
  width: 100%;
  max-width: 180px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: none;
  outline: none;
  padding: 10px 35px 10px 15px;
  font-size: 17px;
}
header .search button[type=submit] {
  position: absolute;
  right: 13px;
  top: 10px;
  background-color: transparent;
  border: none;
  outline: none;
}
header .search .fa-search {
  font-size: 20px;
  color: #9b9a98;
  cursor: pointer;
}

header .nav-brand img {
  width: 100%;
  max-width: 145px;
}

nav.vertical .nav-item {
  display: block;
  font-size: 20px;
  text-decoration: none;
  border-bottom: 1px solid #ffe8d3;
}
nav.vertical .nav-item:hover {
  color: inherit;
}
nav.vertical > .nav-item {
  position: relative;
  padding: 25px 0 10px;
  cursor: pointer;
}
nav.vertical .nav-sub.open {
  display: block;
  left: 240px;
}

/* 子選單 */
.submenu-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 240px;
  overflow-x: hidden;
  background-color: #fff;
  z-index: 999;
  -moz-transition: left 0.2s ease-out;
  -o-transition: left 0.2s ease-out;
  -webkit-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
}
.submenu-container.open {
  left: 240px;
  -moz-transition: left 0.4s ease-out;
  -o-transition: left 0.4s ease-out;
  -webkit-transition: left 0.4s ease-out;
  transition: left 0.4s ease-out;
}
.submenu-container .btn-close {
  position: absolute;
  left: 20px;
  top: 30px;
  color: #888;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
}
.submenu-container .nav-sub {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 240px;
  height: 100vh;
  padding: 180px 0 35px;
}
.submenu-container .nav-sub > .nav-item {
  position: relative;
  display: block;
  padding: 15px 30px;
  border-bottom: 1px dotted #c2c2c2;
}
.submenu-container .nav-sub > .nav-item:hover {
  color: #fff;
  background-color: #00408f;
}
.submenu-container .nav-sub > .nav-item:after {
  position: absolute;
  right: 15px;
  top: 12px;
  content: '\f105';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 23px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* 選單按鈕 */
.navbar-toggle {
  position: fixed;
  top: 27px;
  right: 15px;
  width: 36px;
  height: 36px;
  margin: 0;
  border: 1px solid #00408f;
  background: #00408f url(../img/com/plus.png) no-repeat center center;
  background-size: 17px 17px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  z-index: 1000;
}
.navbar-toggle.open {
  -moz-transform: rotateZ(135deg);
  -ms-transform: rotateZ(135deg);
  -webkit-transform: rotateZ(135deg);
  transform: rotateZ(135deg);
  border: 1px solid #999;
  background-color: #999;
  z-index: 1005;
}
@media (min-width: 1025px) {
  .navbar-toggle {
    display: none;
  }
}
@media (max-width: 1024px) {
  .navbar-toggle {
    display: block;
    float: right;
  }
}
@media (max-width: 600px) {
  .navbar-toggle {
    width: 30px;
    height: 30px;
    top: 21px;
  }
}

/* 手機選單 */
.nav-overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  cursor: pointer;
  z-index: 998;
}

.nav-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 10px solid #00408f;
  background-color: #fec821;
  padding: 10px;
}
.nav-mobile .nav-brand img {
  height: 45px;
}
@media (max-width: 600px) {
  .nav-mobile .nav-brand img {
    height: 30px;
  }
}
@media (max-width: 1024px) {
  .nav-mobile {
    display: block;
  }
}

footer {
  padding: 10px 15px;
  background-color: #00408f;
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
footer .mor-e {
  color: rgba(255, 255, 255, 0.6);
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

::-webkit-scrollbar-thumb {
  background: #00408f;
}

::-webkit-scrollbar-track {
  background: #7f9fc7;
}

body {
  scrollbar-face-color: #00408f;
  scrollbar-track-color: #7f9fc7;
}

@media (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }

  ::-webkit-scrollbar-thumb {
    background: #00408f;
  }

  ::-webkit-scrollbar-track {
    background: #7f9fc7;
  }

  body {
    scrollbar-face-color: #00408f;
    scrollbar-track-color: #7f9fc7;
  }
}
#scrollUp {
  display: block;
  right: 10px;
  bottom: 40px;
  width: 78px;
  height: 78px;
  background: url(../img/com/top.png) no-repeat;
  background-size: contain;
  font-size: 0;
  cursor: pointer;
  z-index: 100 !important;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#scrollUp:hover {
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 768px) {
  #scrollUp {
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}
@media (max-width: 425px) {
  #scrollUp {
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}

.aside-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 240px;
  height: 100vh;
  z-index: 10;
}
@media (max-width: 1024px) {
  .aside-menu {
    left: -250px;
  }
  .aside-menu.open {
    left: 0;
  }
}

.main-content {
  position: relative;
  width: 100%;
  padding-left: 240px;
  z-index: 8;
}
@media (max-width: 1024px) {
  .main-content {
    padding-left: 0;
  }
}

.body-wrapper {
  width: 100%;
  overflow: hidden;
}

.background-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.inline-box {
  display: inline-block;
}

.element-center {
  margin-left: auto;
  margin-right: auto;
}

.img-holder {
  position: relative;
}
.img-holder .inner-box {
  overflow: hidden;
  padding-top: 100%;
}
.img-holder img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.container-fluid {
  width: 100%;
  max-width: 1680px;
}

.trans-1 {
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.trans-1:before {
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.trans-1:after {
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.trans-2 {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.trans-2:before {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.trans-2:after {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.trans-3 {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.trans-3:before {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.trans-3:after {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.trans-4 {
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.trans-4:before {
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.trans-4:after {
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.trans-5 {
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.trans-5:before {
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.trans-5:after {
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.trans-6 {
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.trans-6:before {
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.trans-6:after {
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.trans-7 {
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.trans-7:before {
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.trans-7:after {
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.trans-8 {
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.trans-8:before {
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.trans-8:after {
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.trans-9 {
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.trans-9:before {
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.trans-9:after {
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}

.trans-10 {
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.trans-10:before {
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.trans-10:after {
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

@-moz-keyframes scroll-down {
  0% {
    top: 0;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes scroll-down {
  0% {
    top: 0;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0;
  }
}
@keyframes scroll-down {
  0% {
    top: 0;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes drop-down {
  0% {
    margin-top: -400px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes drop-down {
  0% {
    margin-top: -400px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes drop-down {
  0% {
    margin-top: -400px;
  }
  100% {
    margin-top: 0;
  }
}
@-moz-keyframes swing {
  0% {
    -moz-transform: rotateZ(-1.5deg);
    transform: rotateZ(-1.5deg);
  }
  50% {
    -moz-transform: rotateZ(1.5deg);
    transform: rotateZ(1.5deg);
  }
  100% {
    -moz-transform: rotateZ(-1.5deg);
    transform: rotateZ(-1.5deg);
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotateZ(-1.5deg);
    transform: rotateZ(-1.5deg);
  }
  50% {
    -webkit-transform: rotateZ(1.5deg);
    transform: rotateZ(1.5deg);
  }
  100% {
    -webkit-transform: rotateZ(-1.5deg);
    transform: rotateZ(-1.5deg);
  }
}
@keyframes swing {
  0% {
    -moz-transform: rotateZ(-1.5deg);
    -ms-transform: rotateZ(-1.5deg);
    -webkit-transform: rotateZ(-1.5deg);
    transform: rotateZ(-1.5deg);
  }
  50% {
    -moz-transform: rotateZ(1.5deg);
    -ms-transform: rotateZ(1.5deg);
    -webkit-transform: rotateZ(1.5deg);
    transform: rotateZ(1.5deg);
  }
  100% {
    -moz-transform: rotateZ(-1.5deg);
    -ms-transform: rotateZ(-1.5deg);
    -webkit-transform: rotateZ(-1.5deg);
    transform: rotateZ(-1.5deg);
  }
}
@-moz-keyframes shake-1 {
  0% {
    -moz-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  20% {
    -moz-transform: rotateZ(-1.5deg);
    transform: rotateZ(-1.5deg);
  }
  35% {
    -moz-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  50% {
    -moz-transform: rotateZ(1.5deg);
    transform: rotateZ(1.5deg);
  }
  75% {
    -moz-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  90% {
    -moz-transform: rotateZ(-1.5deg);
    transform: rotateZ(-1.5deg);
  }
  100% {
    -moz-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
@-webkit-keyframes shake-1 {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  20% {
    -webkit-transform: rotateZ(-1.5deg);
    transform: rotateZ(-1.5deg);
  }
  35% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  50% {
    -webkit-transform: rotateZ(1.5deg);
    transform: rotateZ(1.5deg);
  }
  75% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  90% {
    -webkit-transform: rotateZ(-1.5deg);
    transform: rotateZ(-1.5deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
@keyframes shake-1 {
  0% {
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  20% {
    -moz-transform: rotateZ(-1.5deg);
    -ms-transform: rotateZ(-1.5deg);
    -webkit-transform: rotateZ(-1.5deg);
    transform: rotateZ(-1.5deg);
  }
  35% {
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  50% {
    -moz-transform: rotateZ(1.5deg);
    -ms-transform: rotateZ(1.5deg);
    -webkit-transform: rotateZ(1.5deg);
    transform: rotateZ(1.5deg);
  }
  75% {
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  90% {
    -moz-transform: rotateZ(-1.5deg);
    -ms-transform: rotateZ(-1.5deg);
    -webkit-transform: rotateZ(-1.5deg);
    transform: rotateZ(-1.5deg);
  }
  100% {
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
@-moz-keyframes shake-2 {
  0% {
    -moz-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  15% {
    -moz-transform: rotateZ(-1.5deg);
    transform: rotateZ(-1.5deg);
  }
  30% {
    -moz-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  45% {
    -moz-transform: rotateZ(1.5deg);
    transform: rotateZ(1.5deg);
  }
  60% {
    -moz-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  80% {
    -moz-transform: rotateZ(-1.5deg);
    transform: rotateZ(-1.5deg);
  }
  100% {
    -moz-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
@-webkit-keyframes shake-2 {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  15% {
    -webkit-transform: rotateZ(-1.5deg);
    transform: rotateZ(-1.5deg);
  }
  30% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  45% {
    -webkit-transform: rotateZ(1.5deg);
    transform: rotateZ(1.5deg);
  }
  60% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  80% {
    -webkit-transform: rotateZ(-1.5deg);
    transform: rotateZ(-1.5deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
@keyframes shake-2 {
  0% {
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  15% {
    -moz-transform: rotateZ(-1.5deg);
    -ms-transform: rotateZ(-1.5deg);
    -webkit-transform: rotateZ(-1.5deg);
    transform: rotateZ(-1.5deg);
  }
  30% {
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  45% {
    -moz-transform: rotateZ(1.5deg);
    -ms-transform: rotateZ(1.5deg);
    -webkit-transform: rotateZ(1.5deg);
    transform: rotateZ(1.5deg);
  }
  60% {
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  80% {
    -moz-transform: rotateZ(-1.5deg);
    -ms-transform: rotateZ(-1.5deg);
    -webkit-transform: rotateZ(-1.5deg);
    transform: rotateZ(-1.5deg);
  }
  100% {
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
@-moz-keyframes wave {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 423px 0;
  }
}
@-webkit-keyframes wave {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 423px 0;
  }
}
@keyframes wave {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 423px 0;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/* ================ Google Fonts ================ */
/* 仿宋體 cwTeXFangSong (Chinese Traditional) http://www.google.com/fonts/earlyaccess */
/* 黑體 cwTeXHei (Chinese-traditional) http://www.google.com/fonts/earlyaccess */
/* 楷體 cwTeXKai (Chinese Traditional) http://www.google.com/fonts/earlyaccess */
/* 圓體 cwTeXYen (Chinese Traditional) http://www.google.com/fonts/earlyaccess */
/* ================ Other Font Class ================ */
/* ====================== 標題設定 ====================== */
/* 預期每頁只會有一個 page-title，通常搭配 h1 使用 */
.page-title {
  padding: 60px 0 40px;
  text-align: center;
}
.page-title .main {
  min-width: 180px;
  color: #00408f;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 4px;
}
.page-title .sub {
  margin-top: 18px;
  color: #666666;
  font-size: 19px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .page-title .main {
    font-size: 35px;
  }
}
@media (max-width: 600px) {
  .page-title {
    padding: 40px 0 25px;
  }
  .page-title .main {
    font-size: 22px;
  }
  .page-title .sub {
    font-size: 16px;
  }
}

/* 區段標題，配合 h2 使用 */
.article-title {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #00408f;
}
.article-title .main {
  font-size: 24px;
  font-weight: bold;
  padding-right: 135px;
}
.article-title .date {
  position: absolute;
  top: 4px;
  right: 0;
  width: 130px;
}
.article-title .date:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  width: 12px;
  height: 12px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fec821;
}
@media (max-width: 425px) {
  .article-title .main {
    padding-right: 0;
  }
  .article-title .date {
    position: static;
    padding-bottom: 10px;
  }
}

/* ====================== 分隔線 ====================== */
.hr-default {
  border-top: 1px solid #474747;
}

.hr-primary {
  border-top: 1px solid #00408f;
}

.hr-primary-sub {
  border-top: 1px solid #00408f;
}

.hr-secondary {
  border-top: 1px solid #fec821;
}

.hr-success {
  border-top: 1px solid #85ba26;
}

.hr-warning {
  border-top: 1px solid #f0ad4e;
}

.hr-danger {
  border-top: 1px solid #d9534f;
}

.hr-info {
  border-top: 1px solid #5bc0de;
}

.hr-black {
  border-top: 1px solid #292b2c;
}

.hr-gray {
  border-top: 1px solid #666666;
}

.hr-smoke {
  border-top: 1px solid #f7f7f7;
}

.hr-brown {
  border-top: 1px solid #665d4f;
}

hr {
  border-top: 1px solid rgba(0, 64, 143, 0.5);
}

/* ====================== 文字格式 ====================== */
a, a:hover {
  color: inherit;
  text-decoration: none;
}

a, span {
  display: inline-block;
}

a.default:hover {
  text-decoration: underline;
}

.text-cp {
  cursor: pointer;
}

i.fa {
  position: relative;
}

/* ====================== 文字 ====================== */
.text-default {
  color: #474747;
}

.text-primary {
  color: #00408f;
}

.text-primary-sub {
  color: #00408f;
}

.text-secondary {
  color: #fec821;
}

.text-success {
  color: #85ba26;
}

.text-warning {
  color: #f0ad4e;
}

.text-danger {
  color: #d9534f;
}

.text-info {
  color: #5bc0de;
}

.text-black {
  color: #292b2c;
}

.text-gray {
  color: #666666;
}

.text-smoke {
  color: #f7f7f7;
}

.text-brown {
  color: #665d4f;
}

.bg-default {
  background-color: #474747;
}

.bg-primary {
  background-color: #00408f;
}

.bg-primary-sub {
  background-color: #00408f;
}

.bg-secondary {
  background-color: #fec821;
}

.bg-success {
  background-color: #85ba26;
}

.bg-warning {
  background-color: #f0ad4e;
}

.bg-danger {
  background-color: #d9534f;
}

.bg-info {
  background-color: #5bc0de;
}

.bg-black {
  background-color: #292b2c;
}

.bg-gray {
  background-color: #666666;
}

.bg-smoke {
  background-color: #f7f7f7;
}

.bg-brown {
  background-color: #665d4f;
}

::selection {
  background: #00408f;
  color: #fff;
}

::-moz-selection {
  background: #00408f;
  color: #fff;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

/* ====================== 圖片 ====================== */
.img-ful {
  width: 100%;
}

.img-adj {
  max-width: 100%;
}

.img-radius {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* ====================== 文章區 ====================== */
article > .content {
  line-height: 1.75;
  padding: 40px 0;
  font-size: 17px;
  color: #665d4f;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}
article > .content.white-bd {
  border-bottom: 1px solid #fff;
}
article > .content.no-bd {
  border: 0;
  padding-bottom: 0;
}
article > .content ol {
  list-style-position: inside;
  list-style-type: none;
  counter-reset: list;
}
article > .content ol li {
  position: relative;
  text-indent: -10px;
  padding-left: 25px;
}
article > .content ol li:before {
  counter-increment: list;
  content: counter(list) ".";
  display: inline-block;
  min-width: 10px;
}
article > .content ul {
  padding-left: 1em;
}
article > .content ul li {
  text-indent: -1em;
}
article > .content ul li:before {
  content: '';
  position: relative;
  top: -2px;
  width: 5px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  background-color: #ee7c00;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 6px;
}
article > .content li > * {
  text-indent: 0;
}
article > .content table {
  line-height: 1.2;
}
article > .content table.no-border td, article > .content table.no-border th {
  border-width: 0;
}
article > .content table th, article > .content table td {
  border: 1px solid #85ba26;
  padding: 7px 12px;
  word-break: keep-all;
}
article > .content table th {
  background-color: #85ba26;
  color: white !important;
}
article > .content table th:not(:last-of-type) {
  border-right: 1px solid #ddd;
}
article > .content h2 {
  padding: 0.5em 0;
  font-size: 1.5em;
  font-weight: bold;
  color: #00408f;
}
article > .content h3 {
  padding: 0.5em 0;
  font-size: 1.25em;
  font-weight: bold;
  color: #00408f;
}
article > .content a {
  word-break: break-all;
  text-decoration: underline;
}
article > .content a:hover {
  text-decoration: underline;
}
article > .content blockquote {
  border-left: 3px solid #fec821;
  padding-left: 13px;
}
article > .content hr {
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}
article > .content img {
  max-width: 100%;
}
article > .content .float-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
article > .content .float-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
@media (max-width: 425px) {
  article > .content {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .table-responsive-seperate tr, .table-responsive-seperate td {
    display: block;
  }
  .table-responsive-seperate th {
    display: none;
  }
  .table-responsive-seperate td {
    position: relative;
    padding: 10px 10px 10px 90px;
    text-align: left;
  }
  .table-responsive-seperate td:first-of-type {
    padding-left: 90px;
  }
  .table-responsive-seperate td:before {
    position: absolute;
    content: attr(data-th);
    left: 10px;
    top: 10px;
    width: 80px;
    display: inline-block;
    white-space: nowrap;
  }
}

.table-responsive-remind {
  display: block;
  margin-top: 3px;
  line-height: 1;
  color: #666666;
  font-size: 12px;
  text-align: right;
}
@media (min-width: 768px) {
  .table-responsive-remind {
    display: none;
  }
}

.table-responsive {
  margin-bottom: 0 !important;
  border-width: 0;
  overflow-y: hidden;
}

/* 取消 input 設計 */
input.no-deco, .form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  outline: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
input.no-deco:focus, .form-input:focus {
  box-shadow: none;
}

/* textarea 參數設定 */
textarea {
  line-height: 1.5;
}
textarea.resize-h {
  resize: horizontal;
}
textarea.resize-v {
  resize: vertical;
}
textarea.resize-n {
  resize: none;
}

input[type=checkbox], input[type=radio] {
  position: relative;
  top: 1px;
  margin-right: 5px;
}

/* 客製 radio */
.form-radio {
  margin-right: 8px;
}
.form-radio label {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 18px;
}
.form-radio label:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: '';
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #b4b4b5;
  width: 13px;
  height: 13px;
}
.form-radio label:after {
  position: absolute;
  left: 3px;
  top: 5px;
  content: '';
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #0057c2;
  width: 7px;
  height: 7px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.form-radio input[type=radio] {
  display: none;
}
.form-radio input[type=radio]:checked ~ label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* 客製 checkbox */
.form-checkbox label {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 18px;
}
.form-checkbox label:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: inline-block;
  border: 1px solid #b4b4b5;
  width: 14px;
  height: 14px;
}
.form-checkbox label:after {
  position: absolute;
  left: 1px;
  bottom: 3px;
  content: '✔';
  display: inline-block;
  color: #0057c2;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 0 2px #fefaf4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.form-checkbox input[type=checkbox] {
  display: none;
}
.form-checkbox input[type=checkbox]:checked ~ label:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* select 客製 */
select.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/com/select.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
  background-size: 7px 7px;
  background-color: transparent;
  padding-right: 18px;
  border: 0;
  outline: 0;
  min-height: 41px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
}
select.form-input::-ms-expand {
  display: none;
}

#twzipcode .county, #twzipcode .district, #twzipcode .zipcode {
  position: relative;
  display: inline-block;
  height: 41px;
  width: calc((100% - 115px) / 3);
}
@media (max-width: 425px) {
  #twzipcode .county, #twzipcode .district, #twzipcode .zipcode {
    width: 33.3333%;
  }
}
#twzipcode .county .form-input, #twzipcode .district .form-input, #twzipcode .zipcode .form-input {
  width: 100%;
}
#twzipcode .zipcode {
  top: 1px;
}

/* 輸入外框 */
.form-group {
  margin-bottom: 20px;
}
.form-group.form-inline .form-input, .form-group.form-inline .form-radio, .form-group.form-inline .form-checkbox {
  display: inline-block;
}
@media (max-width: 425px) {
  .form-group {
    margin-bottom: 10px;
  }
}

/* 輸入標題 */
.form-label {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  padding-top: 13px;
  padding-bottom: 12px;
  padding-right: 10px;
  white-space: nowrap;
}
.form-label.required:after {
  content: '*';
  display: inline-block;
  color: #00408f;
  padding-left: 3px;
}
.form-label.required-pre:after {
  content: none;
}
.form-label.required-pre:before {
  position: absolute;
  content: '*';
  color: #00408f;
  margin-left: -9px;
}
.form-label + .form-input {
  width: calc(100% - 100px);
}
.form-label.short-label {
  width: 50px;
}
.form-label.short-label + .form-input {
  width: calc(100% - 50px);
}
@media (max-width: 767px) {
  .form-label.short-label {
    width: 90px;
  }
  .form-label.short-label + .form-input {
    width: calc(100% - 90px);
  }
}
@media (max-width: 425px) {
  .form-label {
    width: 100%;
  }
  .form-label + .form-input {
    width: 100%;
  }
  .form-label.short-label {
    width: 100%;
  }
  .form-label.short-label + .form-input {
    width: 100%;
  }
}

/* */
.form-text {
  display: inline-block;
  padding-top: 13px;
  padding-left: 10px;
}

/* 輸入項目 */
.form-input {
  width: 100%;
  padding: 10px;
  background-color: #fff;
}
.form-input.full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.form-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b4b4b5;
}
.form-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #b4b4b5;
}
.form-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #b4b4b5;
}
.form-input:-moz-placeholder {
  /* Firefox 18- */
  color: #b4b4b5;
}
@media (max-width: 425px) {
  .form-input {
    width: 100%;
  }
}

/* 驗證碼 */
.form-verify .form-label {
  width: 90px;
}
.form-verify .code {
  display: inline-block;
  vertical-align: top;
  width: 125px;
}
.form-verify .verify {
  width: calc(100% - 215px);
}
@media (max-width: 425px) {
  .form-verify .form-label {
    width: 100%;
  }
  .form-verify .verify {
    width: calc(100% - 125px);
  }
}

form .hr {
  border-bottom: 1px solid rgba(155, 155, 155, 0.5);
}

.btn-submit {
  padding: 12px 60px;
  font-size: 18px;
  letter-spacing: 3px;
}
@media (max-width: 425px) {
  .btn-submit {
    font-size: 17px;
  }
}

/* 線上維修 */
.repair-form .btn-submit {
  padding: 15px 70px;
}

/* 聯絡我們 */
.contact-form .btn-submit {
  padding: 12px 70px;
}

/* 會員註冊 */
.register-form .btn-submit {
  padding: 11px 55px;
}

/* 會員登入 */
.login-form .btn-submit {
  padding: 12px 60px;
}

/**
 * 最新消息列表：一則訊息內有：圖片、標題、時間、摘要
 */
.news-list {
  text-align: center;
}
.news-list > .outer-box {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  max-width: 100%;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  .news-list > .outer-box {
    padding: 0 20px;
  }
  .news-list > .outer-box:nth-of-type(3n+2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.news-list .info-item {
  width: 290px;
  margin: 30px auto 60px;
  text-align: left;
}
.news-list .img-holder {
  position: relative;
  display: block;
  padding-top: 100%;
  overflow: hidden;
}
.news-list .img-holder img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.news-list .img-holder:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.news-list .img-holder:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.news-list .img-holder:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -42px;
  margin-top: -42px;
  width: 84px;
  height: 84px;
  background: url(../img/com/view.png) no-repeat center center;
  background-size: 84px 84px;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 425px) {
  .news-list .img-holder:before {
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
}
.news-list .img-holder:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00408f;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.news-list .txt-holder {
  position: relative;
  margin-top: 30px;
  font-size: 21px;
  color: #666666;
}
.news-list .title {
  height: 50px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  color: #00408f;
  padding-right: 95px;
}
.news-list .date {
  position: absolute;
  right: 0;
  top: 2px;
  width: 85px;
  font-size: 15px;
  line-height: 1.5;
  text-align: right;
  background: url(../img/com/slash.png) no-repeat left 3px;
  background-size: 21px 38px;
}
.news-list .excerpt {
  height: 5em;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
  overflow: hidden;
}
.news-list .readmore {
  position: relative;
  bottom: 1px;
  font-size: 14px;
  padding-left: 5px;
  color: #00408f;
  text-decoration: underline;
}

.prod-list {
  text-align: center;
}
.prod-list .list-item {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  max-width: 290px;
  min-width: 260px;
  margin: 20px 1% 40px;
  text-align: center;
}
@media (max-width: 425px) {
  .prod-list .list-item {
    width: 49%;
    max-width: initial;
    min-width: initial;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}
@media (max-width: 375px) {
  .prod-list .list-item {
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
.prod-list .img-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.prod-list .img-holder img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.prod-list .img-holder:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.prod-list .img-holder:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.prod-list .img-holder:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -42px;
  margin-top: -42px;
  width: 84px;
  height: 84px;
  background: url(../img/com/view.png) no-repeat center center;
  background-size: 84px 84px;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .prod-list .img-holder:before {
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
}
.prod-list .img-holder:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fec821;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.prod-list .txt-holder {
  position: relative;
  margin-top: 30px;
  font-size: 21px;
  color: #444;
}
.prod-list .txt-holder .title {
  font-size: 20px;
  margin-top: 25px;
  line-height: 1.5;
}
.prod-list .txt-holder .price {
  height: 21px;
  color: #00408f;
  font-size: 17px;
  margin-top: 10px;
}
.prod-list .txt-holder .price em {
  font-size: 21px;
}
.prod-list.rent .txt-holder .title {
  font-size: 17px;
  font-weight: bold;
}
.prod-list.rent .txt-holder .excerpt {
  font-size: 14px;
  height: 3em;
  line-height: 1.5;
  overflow: hidden;
}

/* 分類列表 */
.category-list {
  text-align: center;
}
.category-list .list-item {
  position: relative;
  width: 23%;
  max-width: 290px;
  min-width: 260px;
  height: 48px;
  background-color: #fff;
  padding: 15px 25px;
  margin: 0 1% 15px;
  border: 2px solid transparent;
  color: #444;
  font-weight: bold;
  white-space: nowrap;
  text-align: left;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.category-list .list-item:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 16px 16px;
  border-color: transparent transparent #fec821 transparent;
}
.category-list .list-item:hover, .category-list .list-item.active {
  border-color: #00408f;
}
.category-list .list-item:hover:after, .category-list .list-item.active:after {
  border-color: transparent transparent #00408f transparent;
}
@media (max-width: 425px) {
  .category-list .list-item {
    height: 35px;
    width: 80%;
    max-width: initial;
    min-width: initial;
    padding: 10px 15px;
    margin: 0 0.5% 3px;
  }
}

.btn {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  outline: 0;
  line-height: 1;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 0;
  outline-offset: 0;
}
.btn.btn-border {
  background-color: transparent;
}
.btn.btn-border:active, .btn.btn-border.active, .btn.btn-border:active:hover, .btn.btn-border.active:hover, .btn.btn-border:active:focus, .btn.btn-border.active:focus, .btn.btn-border:hover, .btn.btn-border:focus {
  color: #fff;
}

.btn-lg {
  font-size: 1.3em;
  padding: 20px 70px;
}

.btn-md {
  font-size: 1em;
  padding: 12px 50px;
}

.btn-sm {
  font-size: 0.95em;
  padding: 8px 20px;
}

.btn-xs {
  font-size: 0.9em;
  padding: 5px 10px;
}

.btn-primary {
  background-image: none;
  background-color: #00408f;
  border-color: #00408f;
  color: #fff;
}
.btn-primary:active, .btn-primary.active, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary:hover, .btn-primary:focus {
  background-color: #00408f;
  border-color: #00408f;
  color: #fff;
}
.btn-primary.btn-border {
  color: #00408f;
}

.btn-primary-sub {
  background-image: none;
  background-color: #00408f;
  border-color: #00408f;
  color: #fff;
}
.btn-primary-sub:active, .btn-primary-sub.active, .btn-primary-sub:active:hover, .btn-primary-sub.active:hover, .btn-primary-sub:active:focus, .btn-primary-sub.active:focus, .btn-primary-sub:hover, .btn-primary-sub:focus {
  background-color: #00408f;
  border-color: #00408f;
  color: #fff;
}
.btn-primary-sub.btn-border {
  color: #00408f;
}

.btn-secondary {
  background-image: none;
  background-color: #fec821;
  border-color: #fec821;
  color: #fff;
}
.btn-secondary:active, .btn-secondary.active, .btn-secondary:active:hover, .btn-secondary.active:hover, .btn-secondary:active:focus, .btn-secondary.active:focus, .btn-secondary:hover, .btn-secondary:focus {
  background-color: #fec821;
  border-color: #fec821;
  color: #fff;
}
.btn-secondary.btn-border {
  color: #fec821;
}

.btn-success {
  background-image: none;
  background-color: #85ba26;
  border-color: #85ba26;
  color: #fff;
}
.btn-success:active, .btn-success.active, .btn-success:active:hover, .btn-success.active:hover, .btn-success:active:focus, .btn-success.active:focus, .btn-success:hover, .btn-success:focus {
  background-color: #85ba26;
  border-color: #85ba26;
  color: #fff;
}
.btn-success.btn-border {
  color: #85ba26;
}

.btn-warning {
  background-image: none;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #fff;
}
.btn-warning:active, .btn-warning.active, .btn-warning:active:hover, .btn-warning.active:hover, .btn-warning:active:focus, .btn-warning.active:focus, .btn-warning:hover, .btn-warning:focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #fff;
}
.btn-warning.btn-border {
  color: #f0ad4e;
}

.btn-danger {
  background-image: none;
  background-color: #d9534f;
  border-color: #d9534f;
  color: #fff;
}
.btn-danger:active, .btn-danger.active, .btn-danger:active:hover, .btn-danger.active:hover, .btn-danger:active:focus, .btn-danger.active:focus, .btn-danger:hover, .btn-danger:focus {
  background-color: #d9534f;
  border-color: #d9534f;
  color: #fff;
}
.btn-danger.btn-border {
  color: #d9534f;
}

.btn-default {
  background-image: none;
  background-color: #474747;
  border-color: #474747;
  color: #fff;
}
.btn-default:active, .btn-default.active, .btn-default:active:hover, .btn-default.active:hover, .btn-default:active:focus, .btn-default.active:focus, .btn-default:hover, .btn-default:focus {
  background-color: #474747;
  border-color: #474747;
  color: #fff;
}
.btn-default.btn-border {
  color: #474747;
}

.btn-info {
  background-image: none;
  background-color: #5bc0de;
  border-color: #5bc0de;
  color: #fff;
}
.btn-info:active, .btn-info.active, .btn-info:active:hover, .btn-info.active:hover, .btn-info:active:focus, .btn-info.active:focus, .btn-info:hover, .btn-info:focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
  color: #fff;
}
.btn-info.btn-border {
  color: #5bc0de;
}

/* 邊界線 */
.border-default {
  border: 1px solid #474747;
}

.border-primary {
  border: 1px solid #00408f;
}

.border-primary-sub {
  border: 1px solid #00408f;
}

.border-secondary {
  border: 1px solid #fec821;
}

.border-success {
  border: 1px solid #85ba26;
}

.border-warning {
  border: 1px solid #f0ad4e;
}

.border-danger {
  border: 1px solid #d9534f;
}

.border-info {
  border: 1px solid #5bc0de;
}

.border-black {
  border: 1px solid #292b2c;
}

.border-gray {
  border: 1px solid #666666;
}

.border-smoke {
  border: 1px solid #f7f7f7;
}

.border-brown {
  border: 1px solid #665d4f;
}

.btn-radius {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.btn-pill {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.btn-circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.btn-primary:hover .arrow-left, .btn-primary:hover .arrow-right {
  background-image: url(../img/com/arrow_white.png);
}

.arrow-left, .arrow-right {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 19px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/com/arrow_blue.png);
  background-size: 19px 13px;
  vertical-align: middle;
}

.arrow-right {
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

/* ====================== 分頁按鈕 ====================== */
.pagination {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.pagination .btn {
  margin: 5px 11px;
}
.pagination .next, .pagination .prev {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 5px 5px 10px;
  text-align: center;
}
.pagination .page {
  position: relative;
  bottom: 0;
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  margin: 5px 5px 10px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-color: transparent;
  color: #474747;
  font-size: 16px;
  line-height: 38px;
}
.pagination .page.active, .pagination .page:hover {
  color: #fff;
  background-color: #fec821;
  text-decoration: none;
}
.pagination .btn-back {
  position: relative;
  font-size: 18px;
  padding: 15px 50px;
  letter-spacing: 3px;
  color: #00408f;
  border: 1px solid #00408f;
}
.pagination .btn-back:hover {
  color: #fff;
  background-color: #00408f;
}

/* ====================== 頁籤 (Tabs) ====================== */
.tab-list .tab {
  display: inline-block;
  max-width: 220px;
  min-width: 140px;
  width: 25%;
  padding: 12px 20px;
  margin-bottom: 2px;
  background-color: #fec821;
  font-size: 16px;
  color: #fff;
  letter-spacing: 3px;
  text-align: center;
}
.tab-list .tab + .tab {
  border-left: 1px solid #fff;
}
.tab-list .tab.active, .tab-list .tab:hover {
  background-color: #00408f;
}
@media (max-width: 425px) {
  .tab-list .tab {
    min-width: 50%;
    font-size: 15px;
    padding: 12px 10px;
    letter-spacing: 2px;
  }
}
@media (max-width: 375px) {
  .tab-list .tab {
    font-size: 14px;
    letter-spacing: 0;
  }
}

#main-slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 150px;
}
@media (min-width: 375px) {
  #main-slider .swiper-slide {
    height: 200px;
  }
}
@media (min-width: 425px) {
  #main-slider .swiper-slide {
    height: 230px;
  }
}
@media (min-width: 600px) {
  #main-slider .swiper-slide {
    height: 300px;
  }
}
@media (min-width: 768px) {
  #main-slider .swiper-slide {
    height: 350px;
  }
}
@media (min-width: 1024px) {
  #main-slider .swiper-slide {
    height: 400px;
  }
}
@media (min-width: 1440px) {
  #main-slider .swiper-slide {
    height: 550px;
  }
}
#main-slider .swiper-pagination-bullets {
  bottom: 5%;
}
#main-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #eaeaea;
  margin: 0 7px;
  opacity: 1;
  vertical-align: middle;
}
#main-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fec821;
}

#index-news {
  height: 60px;
  background-color: #fff;
  padding: 22px 15px;
  overflow: hidden;
}
#index-news .swiper-container {
  height: 20px;
}
#index-news .heading {
  float: left;
  width: 220px;
  height: 20px;
  padding-right: 15px;
  border-right: 1px solid #666666;
  color: #292b2c;
  font-size: 1.1em;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}
#index-news .news-paging {
  float: right;
  white-space: nowrap;
  width: 250px;
}
#index-news .prev-button, #index-news .next-button {
  height: 34px;
  width: 34px;
  margin: -7px 0;
  color: #fec821;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  vertical-align: middle;
}
#index-news .prev-button:hover, #index-news .next-button:hover {
  color: #00408f;
}
#index-news .more {
  margin-left: 15px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  vertical-align: middle;
}
#index-news #news-slider {
  float: left;
  padding-left: 15px;
  width: calc(100% - 470px);
}
#index-news .news-item {
  display: block;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.3;
}
#index-news .news-item .date {
  float: left;
  width: 110px;
  color: #666666;
}
#index-news .news-item .title {
  float: left;
  width: calc(100% - 110px);
  color: #00408f;
}
@media (max-width: 1440px) {
  #index-news #news-slider {
    width: calc(100% - 280px);
  }
  #index-news .news-paging {
    width: 150px;
  }
  #index-news .heading {
    width: 130px;
  }
}
@media (max-width: 1024px) {
  #index-news {
    height: auto;
  }
  #index-news .heading {
    text-align: left;
    border-right: 0;
  }
  #index-news #news-slider {
    width: 100%;
    padding: 10px 0 0;
  }
}
@media (max-width: 425px) {
  #index-news .swiper-container {
    height: 40px;
  }
  #index-news .news-item .date,
  #index-news .news-item .title {
    float: none;
    width: 100%;
  }
}

#index-about .yellow-box {
  padding: 10px 0 250px;
  background: rgba(254, 200, 33, 0.2) url(../img/com/idx_about.png) no-repeat center 170px;
  background-size: 1800px 260px;
}
@media (max-width: 425px) {
  #index-about .yellow-box {
    background-image: url(../img/com/idx_about_mb.png);
    background-position: left 140px;
    background-size: 55px 250px;
    padding-left: 44px;
    padding-right: 30px;
    text-align: justify;
  }
}
#index-about .family-box {
  margin-top: -240px;
  border-bottom: 60px solid #00408f;
  text-align: center;
}
#index-about .family-box img {
  width: 660px;
  max-width: 100%;
  margin-bottom: -43px;
}
#index-about article {
  max-width: 800px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
}
@media (max-width: 425px) {
  #index-about article {
    font-size: 15px;
  }
}

#index-accordion {
  position: relative;
  height: 800px;
}
#index-accordion .accordion-slider {
  position: absolute;
  top: 0;
  width: 880px;
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
#index-accordion .accordion-img {
  display: none;
  float: left;
  height: 90vw;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
#index-accordion .accordion-img.half {
  width: 50%;
}
#index-accordion .txt-wrap {
  display: table;
  height: 100%;
  width: 100%;
  padding: 0;
}
#index-accordion .txt-holder {
  display: table-cell;
  vertical-align: middle;
  padding-left: 45px;
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
}
#index-accordion .main {
  font-size: 27px;
  color: #fec821;
  letter-spacing: 4px;
}
#index-accordion .sub {
  margin-top: 15px;
  font-size: 32px;
  font-weight: bold;
  color: #00408f;
  letter-spacing: 15px;
}
@media (max-width: 768px) {
  #index-accordion {
    height: 500px;
  }
  #index-accordion .accordion-slider {
    width: 600px;
    height: 500px;
  }
}
@media (max-width: 767px) {
  #index-accordion {
    height: auto;
  }
  #index-accordion .accordion-slider {
    display: none;
  }
  #index-accordion .accordion-img {
    display: block;
  }
}
@media (max-width: 425px) {
  #index-accordion .txt-holder {
    padding-left: 20px;
  }
  #index-accordion .main {
    font-size: 26px;
    letter-spacing: 2px;
  }
  #index-accordion .sub {
    font-size: 22px;
    letter-spacing: 2px;
  }
}
@media (max-width: 375px) {
  #index-accordion .txt-holder {
    padding-left: 15px;
  }
  #index-accordion .main {
    font-size: 22px;
    letter-spacing: 2px;
  }
  #index-accordion .sub {
    font-size: 18px;
    letter-spacing: 2px;
  }
}

.product-container {
  padding: 40px 15px 30px;
  border-top: 1px solid rgba(0, 64, 143, 0.5);
  border-bottom: 1px solid rgba(0, 64, 143, 0.5);
  /* 產品資訊 */
  /* 產品說明 */
}
.product-container .product-info .img-holder {
  max-width: 475px;
  margin-bottom: 15px;
}
.product-container .product-info .prod-model {
  font-size: 17px;
  color: #85ba26;
}
.product-container .product-info .prod-name {
  margin-top: 10px;
  font-size: 26px;
  color: #00408f;
  line-height: 1.1;
}
.product-container .product-info .prod-spec {
  margin: 20px 0;
  padding: 25px 0;
  line-height: 1.75;
  font-size: 16px;
  color: #666666;
  border-top: 1px solid rgba(102, 102, 102, 0.4);
  border-bottom: 1px solid rgba(102, 102, 102, 0.4);
}
.product-container .product-info .prod-buy {
  padding-top: 10px;
}
.product-container .product-info .prod-buy .price {
  float: left;
  font-size: 18px;
}
.product-container .product-info .prod-buy .price em {
  font-size: 1.55em;
  color: #00408f;
}
.product-container .product-info .btn-success {
  float: right;
  position: relative;
  top: -10px;
  font-size: 20px;
  padding: 11px 40px;
}
@media (max-width: 768px) {
  .product-container .product-info .img-holder {
    max-width: 300px;
  }
  .product-container .product-info .prod-buy {
    padding-top: 0;
  }
  .product-container .product-info .btn-success {
    top: 0;
    font-size: 16px;
    padding: 8px 25px;
  }
}
@media (max-width: 425px) {
  .product-container .product-info .prod-buy .price {
    float: none;
  }
  .product-container .product-info .btn-success {
    float: left;
    margin-top: 10px;
  }
}
.product-container .product-details .title {
  font-size: 21px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 64, 143, 0.5);
}
.product-container .product-details .title small {
  display: inline-block;
  font-size: 0.85em;
  margin-left: 10px;
}

.rent-container .prod-name {
  font-size: 24px;
  font-weight: bold;
}
.rent-container .prod-info .img-holder {
  max-width: 300px;
  margin-bottom: 10px;
}
.rent-container .prod-info .txt-holder {
  line-height: 1.75;
  color: #665d4f;
}

.inquiry-table {
  position: relative;
  width: 100%;
  border-bottom: 2px solid #00408f;
}
.inquiry-table:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 180px;
  border-bottom: 3px solid #fec821;
}
.inquiry-table thead th {
  color: #00408f;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 25px;
  border-bottom: 1px solid #00408f;
  white-space: nowrap;
}
.inquiry-table thead th:first-of-type {
  width: 85px;
}
.inquiry-table thead th:nth-of-type(2) {
  width: 120px;
}
.inquiry-table thead th:nth-of-type(3) {
  min-width: 240px;
  width: 420px;
}
.inquiry-table td {
  padding: 12px;
  font-size: 18px;
  line-height: 1.5;
  vertical-align: middle;
}
.inquiry-table tr + tr {
  border-top: 1px solid rgba(0, 64, 143, 0.5);
}
.inquiry-table .prod-img {
  width: 100px;
  max-width: 100%;
}
.inquiry-table .prod-model {
  font-size: 17px;
}
.inquiry-table .form-input {
  width: 55px;
  padding: 4px 10px;
  border: 1px solid rgba(0, 64, 143, 0.5);
  text-align: center;
}
.inquiry-table .btn-delete {
  width: 28px;
  height: 28px;
  background: url(../img/com/delete.png) no-repeat center center;
  background-size: contain;
}
@media (max-width: 600px) {
  .inquiry-table .prod-img {
    width: 80px;
  }
  .inquiry-table thead th:nth-of-type(3) {
    min-width: 250px;
    width: 350px;
  }
}

/* 登入畫面 */
.login-form .link {
  padding: 2px 18px;
  color: #fec821;
  font-size: 16px;
}
@media (max-width: 425px) {
  .login-form .form-label {
    width: 70px;
  }
  .login-form .form-label + .form-input {
    width: calc(100% - 70px);
  }
  .login-form .form-input.verify {
    width: calc(100% - 195px);
  }
}

/* 註冊畫面 */
.register-form .form-radio {
  margin-top: 15px;
}

/* Goole Map */
#gmap {
  width: 100%;
  height: 550px;
}
@media (max-width: 425px) {
  #gmap {
    height: 250px;
  }
}

/* 頁面訊息 */
.msg-box {
  line-height: 1.8;
}
@media (max-width: 425px) {
  .msg-box {
    font-size: 15px;
  }
}

/* 詢價車按鈕 */
.inquiry-cart {
  position: fixed;
  right: 0;
  top: calc(50% - 60px);
  width: 55px;
  height: 115px;
  background: #85ba26 url(../img/com/inquiry.png) no-repeat center 12px;
  background-size: 30px 27px;
  padding: 47px 15px 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.1;
  text-align: center;
  z-index: 15;
}
.inquiry-cart:hover {
  color: #fff;
}
@media (max-width: 640px) {
  .prod-spec iframe,
  .content iframe {
  	width: 100%;
  	height: 320px;
  }
  .content table {
  	width: 100% !important;
  }
}
@media (max-width: 425px) {
  .inquiry-cart {
    background-size: 25px 22px;
    padding: 39px 10px 0;
    width: 40px;
    height: 110px;
    line-height: 1.2;
  }
  .prod-spec iframe,
  .content iframe {
  	height: 230px;
  }
}
@media (max-width: 360px) {
  .prod-spec iframe,
  .content iframe {
  	height: 200px;
  }
}
/* 搜尋頁 */
.search-title {
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-size: 21px;
  border-bottom: 1px solid rgba(0, 64, 143, 0.5);
}
.search-title .rst-count {
  float: right;
  padding-top: 8px;
  font-size: 15px;
}
@media (max-width: 425px) {
  .search-title .rst-count {
    float: none;
  }
}

/* 問題集 */
#faq-list .ask-item {
  position: relative;
  border-bottom: 1px solid #bfbfbf;
  padding: 25px 40px;
}
#faq-list .question {
  position: relative;
  cursor: pointer;
  min-height: 50px;
  overflow: hidden;
}
#faq-list .question .icon {
  float: left;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fec821;
}
#faq-list .question .text {
  float: left;
  width: calc(100% - 50px);
  padding: 15px 40px 0;
  font-size: 19px;
  color: #292b2c;
  line-height: 1.2;
}
#faq-list .question:after {
  content: '\f105';
  position: absolute;
  top: 5px;
  right: 10px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 40px;
  color: rgba(18, 44, 77, 0.5);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
#faq-list .question.open:after {
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
#faq-list .question.open .icon {
  background-color: #00408f;
}
#faq-list .question.open .text {
  font-weight: bold;
}
#faq-list .answer {
  display: none;
  margin-top: 10px;
  padding-left: 90px;
  line-height: 1.75;
}
@media (max-width: 600px) {
  #faq-list .ask-item {
    padding: 20px;
  }
  #faq-list .question {
    min-height: 40px;
  }
  #faq-list .question .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #faq-list .question .text {
    font-size: 17px;
    padding: 10px 30px 0 20px;
  }
  #faq-list .question:after {
    font-size: 30px;
  }
  #faq-list .answer {
    padding-left: 0;
  }
}

select.inqsel option {
    background: rgba(255, 255, 255, 1);
    color: #0276AA;
}

select.inqsel option.oplabel { /* value not val */
   color: #019841;
   background: rgba(208, 208, 208, 1);
  font-size: 24px;
}
.inq_total {
	color: #00408f;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 20px 0px 0px;
	text-align: right;
}
.inq_total span {
	color: #000000;
	font-weight: normal;
}