@charset "UTF-8";
/******************************************/
/*		bootstrap-okadmin
/******************************************/
@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css?20190222);
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #868e96;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* > reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #868e96 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

/******************************************/
/*		slick
/******************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.pc_Banner .slick-slide {
  height: 371px;
}

.mo_Banner .slick-slide {
  height: 200px;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../assets/slick.eot");
  src: url("../assets/slick.eot?#iefix") format("embedded-opentype"), url("../assets/slick.woff") format("woff"), url("../assets/slick.ttf") format("truetype"), url("../assets/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 99;
}

/*.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}*/
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
  /*    background: url(../images/are.png) 8px 0 no-repeat;*/
}

.slick-next {
  right: -25px;
  /*    background: url(../images/are.png) -10px 0 no-repeat;*/
}

/* Dots */
.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: -39px 0 0 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px !important;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  background: transparent !important;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  display: table;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 99em;
  background: #fff;
  content: "";
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background: #000;
}

.topContent .slick-next, .topContent .slick-prev {
  display: none !important;
}

.topContent .slick-dots li {
  width: 20px;
}

.topContent .slick-dots {
  position: relative;
  margin: 29px 0 0 0;
}

.tagContent .slick-dots {
  margin: 0px 0 0 0;
}

.tagContent .slick-dots li button:before {
  border: none;
}

.exposeCase .topicContent .slick-dots {
  margin: 0px 0 0 0;
}

.exposeCase .topicContent .slick-dots li {
  width: 20px;
}

.exposeCase .topicContent .slick-dots li button:before {
  border: none;
  background: #959595;
}

.exposeCase .topicContent .slick-dots li.slick-active button:before {
  border: none;
  background: #6bad3d;
}

.learningBox .exposeCase .topicContent li {
  margin: 0px 4px 20px 0;
}

.exposeCase .slick-prev {
  width: 46px;
  height: 108px;
  display: block;
  /* background: url(../images/le_ribtn.jpg) top left no-repeat; */
  left: -46px;
}

.exposeCase .slick-next {
  width: 46px;
  height: 108px;
  display: block;
  /* background: url(../images/ex_ribtn.jpg) top left no-repeat; */
  right: -29px;
}

.navigation .tagContent .slick-dots {
  margin: -13px 0 0 0;
  width: auto;
  text-align: right;
  position: relative;
  bottom: -11px;
}

.eventBox .navigation .tagContent .slick-dots {
  margin: -13px 0 0 0;
  width: auto;
  text-align: right;
  position: relative;
  bottom: -26px;
}

.navigation .slick-dots li button:before {
  background: #959595;
}

.navigation .slick-dots li.slick-active button:before {
  background: #6bad3d;
}

.recentBox .slick-dots {
  display: none !important;
}

.recentBox .slick-list {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.banner .slick-prev, .recentBox .slick-prev {
  left: 0px;
  width: 40px;
  height: 93px;
}

.banner .slick-next, .recentBox .slick-next {
  right: 0px;
  width: 40px;
  height: 93px;
}

/******************************************/
/*		base 歸零 變數
/******************************************/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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,
small,
strike,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
thead,
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; */
}

tr,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  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;
}

/*背景沒連結時用*/
.myMOUSE {
  cursor: default;
}

.error {
  font-size: 12px;
  color: #fc7314;
}

@font-face {
  font-family: "Lato-Regular";
  src: url(../assets/Lato-Regular.ttf);
}
/*把變數帶入mixin中，此mixin只就單純把media queries寫到mixin中，
並且使用上面設立的變數來調動media queries的width*/
.searchPage article, .seriesPage article, .giftsPage article, .series_detailPage article, article, section, main[role=main] {
  zoom: 1;
}
.searchPage article:before, .seriesPage article:before, .giftsPage article:before, .series_detailPage article:before, article:before, section:before, main[role=main]:before, .searchPage article:after, .seriesPage article:after, .giftsPage article:after, .series_detailPage article:after, article:after, section:after, main[role=main]:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.searchPage article:after, .seriesPage article:after, .giftsPage article:after, .series_detailPage article:after, article:after, section:after, main[role=main]:after {
  clear: both;
}

/******************************************/
/*		layout 共用
/******************************************/
/*----------------------通用設定------------------------*/
p::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, b::-moz-selection, strong::-moz-selection, span::-moz-selection, li::-moz-selection, div::-moz-selection, a::-moz-selection, img::-moz-selection, tr::-moz-selection, td::-moz-selection, th::-moz-selection {
  color: #ffffff;
  background: #bf9a0b;
}
p::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
b::selection,
strong::selection,
span::selection,
li::selection,
div::selection,
a::selection,
img::selection,
tr::selection,
td::selection,
th::selection {
  color: #ffffff;
  background: #bf9a0b;
}

body {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  line-height: 1em;
  overflow: auto;
  font-size: 16px;
  color: #666;
  word-break: break-word;
  letter-spacing: 0.1em;
  font-family: "Lato-Regular", "微軟正黑體", Verdana, sans-serif;
  z-index: 0;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  outline: 0;
}

a,
a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

ul {
  list-style: none;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

a[href^=tel] {
  color: inherit;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
  /* Additional css `propery: value;` pairs here… */
}

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

.jqimgFill {
  position: relative;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.jqimgFill img,
.jqimgFill-tc img {
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

input,
select,
textarea {
  width: 100%;
  height: 40px;
  outline: none;
  padding: 0 10px;
  color: #000;
  border-bottom: 1px solid #d2d2d2;
  font-size: 1.125rem;
  font-family: "微軟正黑體";
}
@media screen and (max-width: 640px) {
  input,
  select,
  textarea {
    font-size: 0.9375rem;
  }
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background: #000 !important;
}

textarea {
  height: 218px;
  padding: 10px;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #d4d4d4;
}

.form-control::-moz-placeholder {
  color: #d4d4d4;
}

.form-control:-ms-input-placeholder {
  color: #d4d4d4;
}

.form-control::-ms-input-placeholder {
  color: #d4d4d4;
}

.form-control::placeholder {
  color: #d4d4d4;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=date],
input[type=time] {
  -webkit-appearance: none;
}

select {
  font-family: "Lato-Regular", "微軟正黑體", Verdana, sans-serif;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../svg/arrw_1.svg) no-repeat scroll 96.9% center transparent;
  background-size: 3.4%;
  padding-right: 14px;
  height: 40px;
  width: 100%;
  line-height: 1.5;
}
@media (max-width: 575.99px) {
  select {
    background-size: 5%;
  }
}

select::-ms-expand {
  display: none;
}

.selectBox {
  background: #FFF;
}

body :target:before {
  display: block;
  content: "";
  height: 120px;
  margin: -120px 0 0;
}
@media screen and (max-width: 960px) {
  body :target:before {
    height: 100px;
    margin: -100px 0 0;
  }
}

body .slide-down :target:before {
  display: block;
  content: "";
  height: 120px;
  margin: -120px 0 0;
}

.slick-slide {
  outline: 0;
}

/*----------------------大區塊------------------------*/
#Wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 320px !important;
  overflow: hidden;
  z-index: 2;
}

main[role=main] {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 31px;
  z-index: 1;
}

section {
  position: relative;
}

article {
  width: 990px;
  max-width: 93%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin: 0 auto 96px auto;
}

.seriesPage article, .giftsPage article, .series_detailPage article {
  width: 1190px;
  max-width: 93%;
  margin: 0 auto;
}

/*----------------------字級統整------------------------*/
.title_box {
  font-size: 1.375rem;
}

.tag_list {
  font-size: 0.9375rem;
}

.editor_Box {
  font-size: 1rem;
}

.top_btn {
  font-size: 0.75rem;
}

.page {
  font-size: 1.125rem;
}

@media (max-width: 575.99px) {
  .editor_Box, .page {
    font-size: 0.9375rem;
  }
}
/*----------------------wechat------------------------*/
.wechat_box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 8080;
}

.wechat_contact {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-width: 290px;
  background: #ffffff;
  padding: 10px;
  border-radius: 5px;
}
.wechat_contact img {
  width: 100%;
}
.wechat_contact a {
  text-indent: -10000px;
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  background: url(~images/fancybox_sprite.png);
}

/*----------------------顏色------------------------*/
.color_1 {
  color: #000 !important;
}

.color_2 {
  color: #ffffff !important;
}

/*----------------------內頁單元標題------------------------*/
.title_box {
  width: 100%;
  margin: 210px auto 30px auto;
  letter-spacing: 1.1px;
  text-align: center;
}

/*----------------------tag_list------------------------*/
.tag_list a {
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  background: #434343;
  padding: 3px 7px;
}
.tag_list a:not(:last-child) {
  margin-right: 15px;
}
.tag_list a:hover {
  background: #2f3a88;
}

/*----------------------編輯器------------------------*/
.editor_Content {
  position: relative;
}

.editor_Box {
  margin: auto;
  line-height: 1.88;
  color: #333;
}
.editor_Box ul, .editor_Box ol {
  padding-left: 40px;
}
.editor_Box img {
  max-width: 100%;
  height: auto !important;
}
.editor_Box iframe {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .editor_Box iframe {
    height: auto !important;
  }
}
.editor_Box h1,
.editor_Box h2,
.editor_Box h3,
.editor_Box h4,
.editor_Box h5,
.editor_Box h6 {
  margin: inherit;
}

.mo_use {
  display: none;
}

/*----------------------back------------------------*/
.back_btn {
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
}
.back_btn a {
  color: #000;
  display: block;
  text-decoration: underline;
}
.back_btn a:hover {
  color: #bf9a0b;
}

/*----------------------上下則------------------------*/
.seesaw {
  position: relative;
  width: 100%;
  margin-top: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.seesaw a {
  color: #fd7e14;
  text-decoration: none;
}
.seesaw .left_button:before,
.seesaw .right_button:before,
.seesaw .back_button {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.seesaw .left_button,
.seesaw .right_button {
  position: absolute;
}
.seesaw .left_button:before,
.seesaw .right_button:before {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #fd7e14;
  margin-bottom: 2px;
}
.seesaw .left_button:hover:before,
.seesaw .right_button:hover:before {
  width: 90px;
}
.seesaw .left_button {
  right: 0;
}
.seesaw .right_button {
  left: 0;
  text-align: right;
}
.seesaw .back_button {
  width: 230px;
  height: auto;
  padding: 11px 0;
  border: 1px solid #fd7e14;
  text-align: center;
}
.seesaw .back_button:hover {
  background: #fd7e14;
}
.seesaw .back_button:hover a {
  color: #ffffff;
}

/*----------------------GO TOP------------------------*/
.top_btn {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  position: fixed;
  bottom: 2%;
  right: 27px;
  z-index: 8;
  letter-spacing: 0.04em;
  z-index: 9;
  width: 21px;
  color: #bf9a0b;
}
.top_btn::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  display: block;
  width: 8px;
  height: 8px;
  background: #bf9a0b;
}
.top_btn:hover::before {
  top: -20px;
}
.top_btn.active {
  -webkit-transition: 0s;
  transition: 0s;
  opacity: 1;
}
.top_btn.fix {
  position: absolute;
  -webkit-transition: 0s;
  transition: 0s;
  bottom: 80px;
}
@media screen and (max-width: 768px) {
  .top_btn.fix {
    bottom: 138px;
  }
}

/*----------------------頁數------------------------*/
.page dt.rtbn a:before, .page dt.ltbn a:before {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.page dt,
.page dd {
  vertical-align: middle;
  display: inline-block;
}
.page dt a,
.page dd a {
  display: block;
  height: 32px;
  line-height: 30px;
  text-decoration: none;
  color: #666;
}
.page dt a:hover,
.page dd a:hover {
  color: #bf9a0b;
}
.page dd {
  width: 5.5%;
}
.page dd.active a {
  border-radius: 99em;
  background: none;
  padding: 0;
  color: #bf9a0b;
  font-weight: bold;
}
.page dt.rtbn a,
.page dt.ltbn a {
  width: 32px;
  height: 32px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.page .nopage {
  opacity: 0.2;
}
.page dt.ltbn a {
  margin-right: 14px;
}
.page dt.ltbn a:before {
  content: "<";
}
.page dt.rtbn a {
  margin-left: 14px;
}
.page dt.rtbn a:before {
  content: ">";
}

@media screen and (max-width: 768px) {
  .mo_use {
    display: block;
  }
  .pc_use {
    display: none !important;
  }
  .top_btn {
    right: 20px;
  }
}
@media (max-width: 991.99px) {
  main[role=main] {
    margin-top: 50px;
  }
  .title_box {
    margin-top: 40px;
  }
}
@media (max-width: 575.99px) {
  article {
    margin: 0px auto 68px;
  }
  .page dd {
    width: 11%;
  }
  .page dt.ltbn a:before {
    border-width: 5px 5px 5px 0;
  }
  .page dt.rtbn a:before {
    border-width: 5px 0 5px 5px;
  }
  .page dt.ltbn a, .page dt.rtbn a {
    width: 28px;
    height: 28px;
  }
  .back_btn {
    margin-bottom: 60px;
  }
}
/*----------------------header------------------------*/
.header_show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 181px;
  background: #ffffff;
  z-index: 10;
  padding-top: 30px;
  border-bottom: 2px solid #eeeeee;
}
.header_show li {
  list-style: none;
}
.header_show.head_show {
  width: 100%;
  -webkit-transition: 0s;
  transition: 0s;
  position: fixed;
  top: -106px;
  height: 136px;
  -webkit-animation: head_show 0.6s 0.2s 1 forwards;
          animation: head_show 0.6s 0.2s 1 forwards;
}
.header_show.head_show .header_box {
  width: 95%;
  max-width: 1190px;
  margin: auto;
}
.header_show.head_show .header_top {
  width: 100%;
  max-width: 100%;
}
.header_show.head_show .logo {
  left: 0;
  top: 36px;
  bottom: initial;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.header_show.head_show .head_item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  top: 22px;
}
.header_show.head_show .head_item_list, .header_show.head_show .gold_price {
  position: static;
}
.header_show.head_show .nav_box ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.header_show.head_show .sub_menu {
  position: fixed;
  top: 106px;
}
.header_show.head_show .brand_top {
  display: none;
}
.header_show.head_show .brand_item {
  display: block;
}
@media (min-width: 992px) {
  .header_show.head_show .logo a.navtop {
    display: none;
  }
  .header_show.head_show .logo a.navdown {
    display: block;
  }
}

@-webkit-keyframes head_show {
  0% {
    top: -106px;
  }
  100% {
    top: 0;
  }
}

@keyframes head_show {
  0% {
    top: -106px;
  }
  100% {
    top: 0;
  }
}
.header_box {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
}

.header_top {
  width: 95%;
  max-width: 1190px;
  position: relative;
  margin: auto;
}

.logo {
  text-indent: -10000px;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 31px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.logo a {
  width: 100%;
  height: 100%;
  display: block;
}
.logo a.navtop {
  width: 335px;
  height: 65px;
  background: url(../svg/logo.svg) top left no-repeat;
  background-size: contain;
}
.logo a.navdown {
  display: none;
  width: 140px;
  height: 60px;
  background: url(../images/common/logo_down.png) top left no-repeat;
  background-size: contain;
}

.gold_price {
  color: #666;
  position: absolute;
  top: 45px;
}

.head_item_list {
  position: absolute;
  top: 44px;
  right: 0;
}
.head_item_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
.head_item_list ul li:not(:last-child) {
  margin-right: 20px;
}
.head_item_list a {
  display: block;
  color: #666;
  text-decoration: none;
}
.head_item_list a:hover {
  color: #bf9a0b;
}
.head_item_list a.onlin_link i {
  vertical-align: 2px;
  margin-right: 2px;
}

.search_btn .icon {
  width: 15px;
  height: 15px;
  stroke: #606060;
}
.search_btn:hover .icon {
  stroke: #bf9a0b;
}

.member_btn .icon {
  width: 13px;
  height: 15px;
  fill: #606060;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.member_btn:hover .icon {
  fill: #bf9a0b;
}

.already_member {
  position: relative;
}
.already_member .icon {
  fill: #bf9a0b;
}
.already_member:hover .already_member_menu {
  opacity: 1;
  z-index: 2;
}

.already_member_menu, .brand_menu, .language_menu, .area_menu {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  width: 82px;
  position: absolute;
  top: 21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ffffff;
  padding: 12px 0;
  line-height: 1.5;
  text-align: center;
  -webkit-box-shadow: 3px 5px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 5px 4px rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.already_member_menu a:first-child, .brand_menu a:first-child, .language_menu a:first-child, .area_menu a:first-child {
  margin-bottom: 3px;
}

.love_btn .icon {
  width: 15px;
  height: 15px;
  fill: #606060;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.love_btn:hover .icon {
  fill: #bf9a0b;
}

.language_btn {
  position: relative;
  border-bottom: 1px solid #606060;
  padding-bottom: 3px;
}
.language_btn .icon {
  width: 10px;
  height: 10px;
  fill: #606060;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.language_btn:hover {
  border-bottom: 1px solid #bf9a0b;
}
.language_btn:hover .icon {
  fill: #bf9a0b;
}

.brand_top {
  position: absolute;
  left: 0;
  top: 44px;
  z-index: 9;
}
.brand_top a {
  color: #666;
}

.brand_item {
  display: none;
}

.area_btn, .brand_btn {
  border-bottom: 1px solid #606060;
  padding-bottom: 3px;
  position: relative;
}
.area_btn .icon, .brand_btn .icon {
  width: 8px;
  height: 10px;
  fill: #606060;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.area_btn a, .brand_btn a {
  text-decoration: none;
}
.area_btn:hover, .brand_btn:hover {
  border-bottom: 1px solid #bf9a0b;
}
.area_btn:hover > a, .brand_btn:hover > a {
  color: #bf9a0b;
}
.area_btn:hover .area_menu, .brand_btn:hover .area_menu {
  opacity: 1;
  z-index: 2;
}
.area_btn:hover .icon, .brand_btn:hover .icon {
  fill: #bf9a0b;
}

.brand_btn {
  padding-right: 14px;
}
.brand_btn::after {
  position: absolute;
  top: 2px;
  right: 0px;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../svg/arrw_1.svg) no-repeat top center/cover;
}
.brand_btn .area_menu {
  width: 145px;
}
.brand_btn .area_menu a {
  width: 100%;
  height: 100%;
  display: block;
}

.language_btn:hover .language_menu {
  opacity: 1;
  z-index: 2;
}

.slogn_block {
  font-size: 0.875rem;
  color: white;
  background-color: #333333;
  line-height: 2.15;
  padding: 0 12px;
  text-align: center;
  width: 100%;
  z-index: 16;
  position: fixed;
  left: 0;
  top: 0;
}
.slogn_block:hover {
  color: white;
  text-decoration: none;
}

/*----------------------nav------------------------*/
.nav_box {
  position: absolute;
  width: 100%;
  bottom: -1px;
  font-size: 1rem;
}
.nav_box ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.nav_box ul li:not(:last-child) {
  padding-right: 47px;
}
.nav_box li a {
  position: relative;
  height: 36px;
}
.nav_box li a:after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background: #bf9a0b;
  position: absolute;
  bottom: -1px;
}
.nav_box a {
  width: 100%;
  display: block;
  color: #000;
  text-decoration: none;
}
.nav_box a:hover {
  color: #bf9a0b;
}
.nav_box a:hover::after {
  width: 100%;
}

.subordinate .mobile_open.active {
  color: #bf9a0b;
}
.subordinate .mobile_open.active:after {
  width: 100%;
}

/*----------------------nav item------------------------*/
.sub_menu {
  display: none;
  width: 100%;
  height: 515px;
  overflow: hidden;
  position: absolute;
  top: 37px;
  left: 0;
  background: #ffffff;
  padding-top: 52px;
  letter-spacing: 0;
}

.sub_menu_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 80px;
  width: 992px;
  margin: auto;
}

.menu_title {
  color: #000;
  text-align: left;
  font-size: 1rem;
  margin-bottom: 26px;
  line-height: 1.5;
  font-family: "微軟正黑體";
  min-height: 48px;
}

.menu_item {
  padding: 0 19px;
  max-height: 457px;
}
.menu_item ul {
  text-align: left;
  width: 100%;
  max-width: 170px;
  min-width: 146px;
  display: block;
}
.menu_item li {
  margin-bottom: 12px;
  line-height: 29px;
  width: 100%;
  height: 29px;
  overflow: hidden;
  padding-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.menu_item .custom_service {
  text-align: left;
  height: 31px;
  line-height: 31px;
}
.menu_item .custom_service a {
  background: #bf9a0b;
  color: #ffffff;
  width: auto;
  display: inline-block;
  padding: 0 8px;
}
.menu_item:not(:last-child) {
  border-right: 1px solid #d2d2d2;
}
.menu_item a {
  color: #666;
  height: 29px !important;
  text-align: left;
}
.menu_item a:after {
  display: none !important;
}

.nav_box .menu_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav_box .menu_list_item ul li {
  padding-right: 17px;
}

.reservation_btn {
  display: none;
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 0.9375rem;
}
.reservation_btn a {
  color: #ffffff;
  display: inline-block;
  background: #bf9a0b;
  padding: 7px 10px;
  text-decoration: none;
}

/*----------------------nav icon------------------------*/
.menu-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 31px;
  height: 22px;
  cursor: pointer;
  z-index: 16;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 31px;
  height: 2px;
  border-radius: 99em;
}

.hamburger-menu {
  position: relative;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  background: #999999;
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
  border-radius: 99px;
}
.hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}

.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #999999;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 99px;
}

.hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #999999;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 99px;
}

.hamburger-menu.animate:after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 99px;
}

.hamburger-menu.animate:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 99px;
}

.menu-icon {
  display: none;
  top: 45%;
  right: -0.7em;
  z-index: 100;
  width: 45px;
  height: 39px;
  margin-top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: absolute;
}
@media (max-width: 768px) {
  .menu-icon {
    display: block;
  }
}

.menu-icon-block {
  display: none;
  position: relative;
  height: 100%;
  margin: auto;
}
.menu-icon-block i {
  position: absolute;
  display: block;
  margin: auto;
  width: 72%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 99em;
}
.menu-icon-block i.i1 {
  top: 0%;
}
.menu-icon-block i.i2 {
  top: 25%;
}
.menu-icon-block i.i3 {
  top: 51%;
}

.menu_back_title, .menu_list_title {
  display: none;
}

/*-----------mo_menu-----------*/
.nav_box.mo_menu {
  display: none;
  width: 100%;
  height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  background: #ffffff;
  padding: 0 15px;
}
.nav_box.mo_menu .menu_list_item {
  display: block;
  width: 90%;
  height: calc(100% - 80px);
  overflow-y: scroll;
  margin: auto;
}
.nav_box.mo_menu .menu_back_title, .nav_box.mo_menu .menu_list_title {
  display: block;
}
.nav_box.mo_menu .gold_price {
  position: static;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  padding: 30px 0;
  top: 0;
  text-align: center;
}
.nav_box.mo_menu .head_item_list {
  position: static;
  padding: 19px 0 3px;
  margin-top: 60px;
  border-top: 1px solid #ccc;
}
.nav_box.mo_menu .head_item_list ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav_box.mo_menu .head_item_list li.member_btn {
  margin: 0 16%;
}
.nav_box.mo_menu .search_btn .icon, .nav_box.mo_menu .love_btn .icon {
  width: 27px;
  height: 27px;
}
.nav_box.mo_menu .member_btn .icon {
  width: 25px;
  height: 27px;
}
.nav_box.mo_menu .already_member_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: static;
  width: 100%;
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
}
.nav_box.mo_menu .already_member_menu a {
  width: 48.7%;
  padding: 7px 0px;
}
.nav_box.mo_menu .already_member_menu a:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background: #bf9a0b;
  color: #ffffff;
  margin-bottom: 0;
}
.nav_box.mo_menu .already_member_menu a:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background: #ccc;
  color: #ffffff;
}
.nav_box.mo_menu .already_member .already_member_menu, .nav_box.mo_menu .language_btn, .nav_box.mo_menu .area_btn {
  display: none;
}
.nav_box.mo_menu .nav_scroll_box {
  padding-top: 45px;
  height: 100%;
  overflow-y: scroll;
}
.nav_box.mo_menu .nav_box ul li {
  display: block;
  text-align: center;
}
.nav_box.mo_menu .nav_box ul li:not(:last-child) {
  margin-right: 0;
}
.nav_box.mo_menu .nav_box ul li a {
  height: auto;
}
.nav_box.mo_menu .nav_box ul li a:after {
  display: none;
}
.nav_box.mo_menu .menu_item a {
  height: auto !important;
}
.nav_box.mo_menu .nav_menu li {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  display: block;
  margin-right: 0 !important;
  text-align: center;
}
.nav_box.mo_menu .nav_menu a {
  height: auto;
  padding: 20px;
}
.nav_box.mo_menu .sub_menu_box {
  display: block;
  left: 0;
  width: 100%;
}
.nav_box.mo_menu .menu_title {
  position: relative;
  padding: 20px 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  border-bottom: 1px solid #eeeeee;
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav_box.mo_menu .menu_title h4 {
  margin-left: 6px;
}
.nav_box.mo_menu .menu_item ul {
  max-width: 100%;
}
.nav_box.mo_menu .menu_back_title, .nav_box.mo_menu .menu_list_title {
  display: block;
  position: relative;
  width: 90%;
  margin: auto;
  border-bottom: 1px solid #eeeeee;
  padding: 30px 0;
  top: 0;
  text-align: center;
  font-size: 1.125rem;
}
.nav_box.mo_menu .menu_back_title:after, .nav_box.mo_menu .menu_list_title:after {
  right: initial;
  left: 0px;
  -webkit-transform: translateY(-50%) rotate(-180deg) !important;
          transform: translateY(-50%) rotate(-180deg) !important;
}
.nav_box.mo_menu .menu_list {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 17;
  top: 0;
  left: 100%;
}
.nav_box.mo_menu .menu_list li {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
}
.nav_box.mo_menu .menu_list li a {
  padding: 20px;
  text-align: center;
}
.nav_box.mo_menu .menu_item .custom_service a {
  width: 100%;
  margin: 10px auto;
  padding: 10px;
}

.nav_box.mo_menu .subordinate > a:after, .nav_box.mo_menu .menu_title:after, .nav_box.mo_menu .menu_back_title:after, .nav_box.mo_menu .menu_list_title:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  width: 8px;
  height: 16px;
  background: url(../svg/arrw.svg) no-repeat top center/cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav_box.mo_menu .language_bottom, .nav_box.mo_menu .area_bottom {
  width: 100%;
  margin: auto;
  padding: 20px 7.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav_box.mo_menu .language_bottom .icon, .nav_box.mo_menu .area_bottom .icon {
  width: 12px;
  height: 12px;
  fill: #bf9a0b;
}
.nav_box.mo_menu .language_bottom i, .nav_box.mo_menu .area_bottom i {
  margin-right: 6.5%;
}
.nav_box.mo_menu .language_bottom a, .nav_box.mo_menu .area_bottom a {
  padding: 0;
  width: auto;
}
.nav_box.mo_menu .language_bottom a:not(:last-child), .nav_box.mo_menu .area_bottom a:not(:last-child) {
  margin-right: 11%;
}
.nav_box.mo_menu .language_bottom a.active, .nav_box.mo_menu .area_bottom a.active {
  color: #bf9a0b;
}

.nav_box.mo_menu .language_bottom {
  border-bottom: 1px solid #eeeeee;
}

.lare_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.area_bottom .icon {
  width: 10px;
  height: 12px;
  fill: #bf9a0b;
}

@media (max-width: 991.99px) {
  .language_en .nav_box ul li:not(:last-child), .nav_box ul li:not(:last-child) {
    padding-right: 0 !important;
  }
  .brand_top, .header_show.head_show .brand_item {
    display: none;
  }
  .nav_box a:hover:after {
    width: 0;
  }
  @-webkit-keyframes head_show {
    0% {
      top: 0px;
    }
    100% {
      top: 0;
    }
  }
  @keyframes head_show {
    0% {
      top: 0px;
    }
    100% {
      top: 0;
    }
  }
  .header_show {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100px;
    border-bottom: none;
  }
  .header_show.head_show {
    top: 0;
    height: 100px;
  }
  .header_show.head_show .head_item_list {
    margin-right: 0;
  }
  .header_show .sub_menu {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: block;
    z-index: 16;
    position: fixed;
    top: 0 !important;
    left: 100%;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .head_item {
    display: none !important;
  }
  .header_box {
    width: 95%;
    height: 70px;
    font-size: 1.0625rem;
    margin: 0 auto;
    padding-top: 14px;
  }
  .menu-wrapper {
    display: block;
  }
  .pc_menu {
    display: none;
  }
  .reservation_btn {
    display: block;
  }
  .logo {
    position: static;
    margin: auto;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    top: 0;
  }
  .logo a.navtop {
    width: 240px;
    height: 46px;
    margin: 0 auto;
  }
  .header_show .sub_menu.active {
    left: 0;
  }
  .nav_box.mo_menu .menu_list.active {
    left: 0;
  }
  .brand_bottom {
    text-align: center;
  }
  .nav_box.mo_menu .brand_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav_box.mo_menu .brand_link a {
    width: auto;
    padding: 20px 10px 0;
  }
  .nav_box.mo_menu .area_bottom, .nav_box.mo_menu .brand_bottom {
    padding: 18px 0%;
    border-bottom: 1px solid #eee;
  }
}
footer {
  font-size: 0.875rem;
  width: 100%;
  background: #eceff0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 10px 16px 10px;
}
footer .copyright {
  letter-spacing: 0.4px;
  border-right: 1px solid #666;
  padding-right: 20px;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer li {
  list-style: none;
  padding: 0 20px;
}
footer li:not(:last-child) {
  border-right: 1px solid #666;
}
footer li a {
  color: #666;
  text-decoration: none;
}
footer li a:hover {
  color: #bf9a0b;
  text-decoration: none;
}

@media (max-width: 991.99px) {
  footer {
    font-size: 0.8125rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .copyright {
    border: none;
    padding-right: 0;
    margin-bottom: 13px;
  }
  footer ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer li {
    padding: 0 9px;
    margin-bottom: 10px;
  }
  footer li:nth-last-child(2) {
    border: none;
  }
  footer li:last-child {
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
  }
}
/*--------英文版---------*/
.language_en {
  letter-spacing: 0.05em;
}
.language_en .series_detail_particulars ul li:nth-child(odd) h4 {
  min-width: 47%;
}
.language_en .series_detail_particulars ul li:nth-child(even) h4 {
  min-width: 30%;
}
.language_en .nav_box ul li:not(:last-child) {
  padding-right: 42px;
}

#modalBg {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.45);
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.modal-open #modalBg {
  opacity: 1;
  visibility: visible;
}

.modal-open #modalBg.popupOpen .modal {
  max-width: 700px;
}
.modal-open #modalBg.popupOpen .mvideo {
  display: none;
}
.modal-open #modalBg.popupOpen .mimg {
  display: block;
}
@media screen and (min-width: 700px) {
  .modal-open #modalBg.popupOpen .closebtn {
    top: -30px;
    right: -30px;
  }
}

.closebtn {
  cursor: pointer;
  position: absolute;
  top: -60px;
  right: -65px;
  z-index: 10;
  border-radius: 100%;
  -webkit-box-shadow: -3px 0.1px 15.5px 0.5px rgba(1, 1, 1, 0.2);
          box-shadow: -3px 0.1px 15.5px 0.5px rgba(1, 1, 1, 0.2);
}
@media (max-width: 767.99px) {
  .closebtn {
    -webkit-transform: translate(-65px, -10px) scale(0.8);
            transform: translate(-65px, -10px) scale(0.8);
  }
}

.modal {
  position: fixed;
  width: 90%;
  max-width: 800px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: relative;
}
.modal .modal-content.mvideo {
  width: 100%;
  position: relative;
  background-color: #fefefe;
}
.modal .modal-content.mvideo:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.modal .modal-content.mvideo #player {
  width: 100%;
  height: 100%;
}
.modal .modal-content.mvideo iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.modal .modal-content.mimg {
  background-color: #fefefe;
  border-radius: 6px;
  padding: 20px 8px 20px 20px;
  display: none;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.modal .modal-content.mimg .scrollbar {
  max-height: 600px;
  overflow-y: auto;
  padding-right: 12px;
}
.modal .modal-content.mimg .scrollbar::-webkit-scrollbar {
  width: 4px;
}
.modal .modal-content.mimg .scrollbar::-webkit-scrollbar-thumb {
  background-color: #b5b5b5;
}

/******************************************/
/*		pages
/******************************************/
/*----------------------首頁------------------------*/
.indexPage main[role=main] {
  margin-top: 151px;
  padding-bottom: 0;
}
@media (max-width: 991.99px) {
  .indexPage main[role=main] {
    margin-top: 70px;
  }
}

.indexPage .community {
  margin-bottom: 30px;
}

/*----------banner----------*/
.banner {
  width: 100%;
  margin-bottom: 75px;
}
.banner a {
  width: 100%;
  height: 100%;
  display: block;
}
.banner img {
  width: 100%;
}

.banner .slick-dots, .indx-video .slick-dots {
  margin-top: 13px;
}
.banner .slick-dots li, .indx-video .slick-dots li {
  margin: 0 7px;
}
.banner .slick-dots li button:before, .indx-video .slick-dots li button:before {
  width: 5px;
  height: 5px;
  border-radius: 0px;
  background: #898989;
}
.banner .slick-dots li.slick-active button:before, .indx-video .slick-dots li.slick-active button:before {
  background: #bf9a0b;
}

/*----------跑馬燈----------*/
.marquee_box {
  position: relative;
  width: 95%;
  max-width: 1190px;
  margin: 0px auto 0 auto;
  padding: 18px 0;
  font-size: 0.875rem;
  color: #666;
}
@media (max-width: 991.99px) {
  .marquee_box {
    margin: 10px auto 0 auto;
  }
}
.marquee_box b {
  color: #bf9a0b;
  font-weight: normal;
  margin-right: 3px;
}
.marquee_box ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.marquee_box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4%;
}
.marquee_box .marquee_close {
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
  height: 18px;
}
.marquee_box .marquee_close::before, .marquee_box .marquee_close::after {
  display: block;
  content: "";
  width: 18px;
  height: 1px;
  background: #b5b5b5;
}
.marquee_box .marquee_close::before {
  top: 1px;
  position: relative;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.marquee_box .marquee_close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.marquee_box .marquee_mo {
  display: none;
  width: 90%;
}
.marquee_box .marquee_mo div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8%;
}
@media (max-width: 991.99px) {
  .marquee_box .marquee_mo {
    display: block;
  }
  .marquee_box .marquee_pc {
    display: none;
  }
}

.in_item1, .in_item2, .in_item3,
.indx-prod, .indx-video, .indx-ig, .indx-fashion, .indx-news {
  width: 95%;
  max-width: 1190px;
  margin: auto;
  line-height: 1.5;
  letter-spacing: 0;
}
.in_item1 a, .in_item2 a, .in_item3 a,
.indx-prod a, .indx-video a, .indx-ig a, .indx-fashion a, .indx-news a {
  text-decoration: none;
}
.in_item1 li, .in_item2 li, .in_item3 li,
.indx-prod li, .indx-video li, .indx-ig li, .indx-fashion li, .indx-news li {
  list-style: none;
}

/*----------in_item1----------*/
.in_item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.in_item1 a {
  width: 100%;
  height: 100%;
  display: block;
}
.in_item1 .in_item1_left {
  width: 41.177%;
  margin-right: 0.8%;
}
.in_item1 .in_item1_left li .in_item1_photo {
  padding-bottom: 139.796%;
}
.in_item1 .in_item1_left li .in_item1_txt {
  left: 4%;
}
.in_item1 .in_item1_right {
  width: 57.984%;
}
.in_item1 .in_item1_right li:nth-child(1) .in_item1_photo {
  padding-bottom: 47.828%;
}
.in_item1 .in_item1_right li:nth-child(2) .in_item1_photo {
  padding-bottom: 50%;
}
.in_item1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.in_item1 li {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  list-style: none;
  margin-bottom: 10px;
  position: relative;
}
.in_item1 li .in_item1_txt {
  left: 3%;
}
.in_item1 li:hover {
  opacity: 0.5;
}
.in_item1 .in_item1_photo {
  background: url(~images/vb_bg.png) #bfbfbf center no-repeat;
  height: 0;
}
.in_item1 .in_item1_txt {
  position: absolute;
  bottom: 3.5%;
  line-height: 1.2;
}
.in_item1 .in_item1_txt h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.in_item1 .in_item1_txt h3 {
  font-size: 1rem;
}

/*-----in_item2------*/
.in_item2 {
  margin: 0 auto 90px auto;
}

.indx-video .ltbn, .indx-video .rtbn {
  position: absolute;
  bottom: -30px;
  color: #666;
  cursor: pointer;
  font-size: 1rem;
}
.indx-video .ltbn i, .indx-video .rtbn i {
  font-size: 0.75rem;
}
.indx-video .ltbn {
  left: 0;
}
.indx-video .rtbn {
  right: 0;
  text-align: right;
}
@media (min-width: 768px) {
  .indx-video .ltbn:hover, .indx-video .rtbn:hover {
    color: #bf9a0b;
  }
}
@media (max-width: 767.99px) {
  .indx-video .ltbn, .indx-video .rtbn {
    width: 40px;
  }
  .indx-video .ltbn i, .indx-video .rtbn i {
    display: none;
  }
}

.video_content {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: #000;
}
.video_content iframe {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.video_content:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
@media (max-width: 991.99px) {
  .video_content {
    width: 95vw;
  }
}

/*-----in_item3------*/
.in_item3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.in_item3_box {
  width: 50%;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.in_item3_box:hover {
  opacity: 0.6;
}

.in_item3_box:first-child {
  margin-right: 0.8%;
}

.in_item_img {
  width: 100%;
  height: 0;
  padding-bottom: 50.828%;
  background: url(~images/vb_bg.png) #bfbfbf center no-repeat;
}

.in_item3_txt {
  font-size: 1.5rem;
  color: #000;
  position: absolute;
  bottom: 7.5%;
  left: 3.4%;
}

/*-----20220509update------*/
.bgcover {
  padding-bottom: 100%;
  width: 100%;
  height: 0%;
  background: no-repeat center/cover;
}

.video_banner {
  width: 100%;
  height: calc(100vh - 149px);
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video_banner video, .video_banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.indx-prod {
  margin-top: 75px;
}
.indx-prod .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}
.indx-prod h5 {
  font-size: 1.5rem;
  color: black;
}
.indx-prod .stext {
  margin: 0.5em 0 1.5em;
}
.indx-prod .bgcover {
  padding-bottom: 100%;
}
.indx-prod .imgbx {
  position: relative;
}
.indx-prod .playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  -webkit-box-shadow: -3px 0.1px 15.5px 0.5px rgba(1, 1, 1, 0.2);
          box-shadow: -3px 0.1px 15.5px 0.5px rgba(1, 1, 1, 0.2);
}
.indx-prod .more {
  display: inline-block;
  border: 1px solid #bf9a0b;
  color: #bf9a0b;
  height: 29px;
  line-height: 26px;
  padding: 0 15px;
}
.indx-prod .more:hover {
  background: #bf9a0b;
  color: #ffffff;
}
@media (min-width: 768px) {
  .indx-prod {
    margin-bottom: 70px;
  }
  .indx-prod .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
  }
  .indx-prod .row:nth-child(odd) .imgbx {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .indx-prod .row:nth-child(odd) .txtbx {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .indx-prod .txtbx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .indx-prod .txtbx > div {
    max-width: 400px;
    width: 98%;
  }
}
@media (max-width: 991.99px) {
  .indx-prod .bgcover {
    margin-bottom: 12px;
  }
}

.indx-video {
  margin: 0 auto 90px auto;
}
.indx-video .ltbn, .indx-video .rtbn {
  position: absolute;
  bottom: -30px;
  color: #666;
  cursor: pointer;
  font-size: 1rem;
}
.indx-video .ltbn i, .indx-video .rtbn i {
  font-size: 0.75rem;
}
.indx-video .ltbn {
  left: 0;
}
.indx-video .rtbn {
  right: 0;
  text-align: right;
}
@media (min-width: 768px) {
  .indx-video .ltbn:hover, .indx-video .rtbn:hover {
    color: #bf9a0b;
  }
}
@media (max-width: 767.99px) {
  .indx-video .ltbn, .indx-video .rtbn {
    width: 40px;
  }
  .indx-video .ltbn i, .indx-video .rtbn i {
    display: none;
  }
}

.mpsrel {
  position: relative;
}

.indx-title {
  text-align: center;
  font-size: 1.5rem;
  color: black;
  margin-bottom: 40px;
}
.indx-title span {
  padding: 0 1em;
}
.indx-title::before, .indx-title:after {
  content: "";
  display: inline-block;
  background: no-repeat url(../images/title_img.png);
  width: 4px;
  height: 1.17em;
  vertical-align: -0.2em;
}

.indx-ig, .indx-fashion, .indx-news {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.indx-ig a, .indx-fashion a, .indx-news a {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.indx-ig h6, .indx-fashion h6, .indx-news h6 {
  font-size: 1.125rem;
  color: black;
}
.indx-ig .swiper-next, .indx-ig .swiper-prev, .indx-fashion .swiper-next, .indx-fashion .swiper-prev, .indx-news .swiper-next, .indx-news .swiper-prev {
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-top: 1px solid black;
  border-right: 1px solid black;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 1;
}
.indx-ig .swiper-button-disabled, .indx-fashion .swiper-button-disabled, .indx-news .swiper-button-disabled {
  opacity: 0;
}
.indx-ig .swiper-prev, .indx-fashion .swiper-prev, .indx-news .swiper-prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.indx-ig .swiper-next, .indx-fashion .swiper-next, .indx-news .swiper-next {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 768px) {
  .indx-ig, .indx-fashion, .indx-news {
    padding-left: 30px;
    padding-right: 30px;
  }
  .indx-ig .swiper-next:hover, .indx-ig .swiper-prev:hover, .indx-fashion .swiper-next:hover, .indx-fashion .swiper-prev:hover, .indx-news .swiper-next:hover, .indx-news .swiper-prev:hover {
    border-color: #bf9a0b;
  }
}

/*-----indx-instagram------*/
.indx-ig {
  max-width: 980px;
  margin-bottom: 90px;
}
.indx-ig .swiper-slide a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.indx-ig .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.indx-ig .swiper-next {
  right: -20px;
}
.indx-ig .swiper-prev {
  left: -20px;
}
.indx-ig .text-center {
  text-align: center;
  margin-bottom: 16px;
  font-size: 1rem;
  color: #bf9a0b;
  font-weight: 700;
}
@media (min-width: 768px) {
  .indx-ig a:hover {
    opacity: 0.6;
  }
  .indx-ig .swiper-next {
    right: -30px;
  }
  .indx-ig .swiper-prev {
    left: -30px;
  }
}

/*-----indx-fashion------*/
.indx-fashion {
  margin-bottom: 90px;
}
.indx-fashion ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.indx-fashion h6 {
  margin-top: 20px;
}
.indx-fashion .bgcover {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  padding-bottom: 78%;
}
.indx-fashion a {
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 768px) {
  .indx-fashion a:hover .bgcover {
    opacity: 0.6;
  }
  .indx-fashion a:hover h6 {
    color: #bf9a0b;
  }
}

.indx-news {
  margin-bottom: 50px;
}
.indx-news i {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 20px;
  height: 20px;
}
.indx-news i::before, .indx-news i:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: no-repeat center/contain;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.indx-news i::before {
  background-image: url(../images/alink.png);
}
.indx-news i::after {
  background-image: url(../images/alink_hover.png);
  opacity: 0;
}
.indx-news a {
  width: 550px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #eeeeee;
  padding: 24px 64px 24px 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.indx-news a::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #bf9a0b;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.indx-news a span, .indx-news a h6 {
  width: 100%;
}
.indx-news h6 {
  margin-top: 8px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  height: 3.6em;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
  height: auto;
  max-height: 3.6em;
}
.indx-news .mdate {
  position: relative;
  font-size: 0.875rem;
  padding-left: 16px;
  color: black;
}
.indx-news .mdate::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 7px;
  height: 7px;
  background: #bf9a0b;
}
@media (min-width: 768px) {
  .indx-news a {
    height: 144px;
  }
  .indx-news a:hover {
    background-color: rgba(238, 238, 238, 0.7);
  }
  .indx-news a:hover h6 {
    color: #bf9a0b;
  }
  .indx-news a:hover::before {
    background-color: rgba(191, 154, 11, 0.7);
  }
  .indx-news a:hover i:after {
    opacity: 1;
  }
  .indx-news a:hover i:before {
    opacity: 0;
  }
}

/*-----20220509update------*/
/*-----community------*/
.community {
  width: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.community a {
  text-indent: -10000px;
  width: 28px;
  height: 28px;
  opacity: 0.5;
  -webkit-filter: grayscale(1);
}
.community a:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
}
.community a:not(:last-child) {
  margin-right: 15px;
}
.community .fb_btn {
  background: url(../images/community/fb_icon.png) top left no-repeat;
  background-size: cover;
}
.community .ig_btn {
  background: url(../images/community/ig_icon.png) top left no-repeat;
  background-size: cover;
}
.community .line_btn {
  background: url(../images/community/line_icon.png) top left no-repeat;
  background-size: cover;
}
.community .you_btn {
  background: url(../images/community/you_icon.png) top left no-repeat;
  background-size: cover;
}

article + .community {
  position: absolute;
  bottom: 30px;
  z-index: 10;
}

/*-----region_box------*/
#region_popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.45);
}

.region_content {
  width: 80%;
  max-width: 468px;
  text-align: center;
  padding: 49px 1% 52px 1%;
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 3.1px 3.9px 9px 1px rgba(14, 6, 10, 0.25);
          box-shadow: 3.1px 3.9px 9px 1px rgba(14, 6, 10, 0.25);
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #000;
}
.region_content h2 {
  font-size: 1.3125rem;
  margin-bottom: 43px;
}
.region_content .region_txt {
  max-width: 354px;
  margin: 0 auto 51px auto;
  line-height: 1.2;
}
.region_content .region_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.region_content .region_btn a {
  display: block;
  min-width: 86px;
  height: 29px;
  line-height: 28px;
  padding: 0 10px;
  width: 148px;
  text-decoration: none;
}
.region_content .region_btn a:hover {
  opacity: 0.6;
}
.region_content .region_btn a:first-child {
  margin-right: 7%;
}
.region_content .cancel_btn {
  background: #eee;
  color: #666;
  margin-right: 38px;
}
.region_content .region_link {
  background: #bf9a0b;
  color: #ffffff;
}
.region_content .close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 25px;
  height: 25px;
}
.region_content .close_btn:before, .region_content .close_btn:after {
  position: relative;
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  background: #b5b5b5;
  left: 2px;
}
.region_content .close_btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 12px;
}
.region_content .close_btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 11px;
}

@media (max-width: 575.99px) {
  .region_content .region_btn {
    display: block;
  }
  .region_content .region_btn a {
    width: 70%;
    margin: auto;
  }
  .region_content .region_btn a:first-child {
    margin-right: auto;
    margin-bottom: 17px;
  }
  .in_item1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .in_item1 .in_item1_left, .in_item1 .in_item1_right {
    width: 100%;
    margin-right: 0;
  }
  .in_item1 li {
    width: 100%;
    margin-right: 0;
  }
  .in_item1 li .in_item1_photo {
    padding-bottom: 71.015% !important;
  }
  .in_item1 .in_item1_txt h2 {
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
  .in_item1 .in_item1_txt h3 {
    font-size: 0.9375rem;
  }
  .in_item3 {
    display: block;
  }
  .in_item3_box {
    width: 100%;
  }
  .in_item3_box:first-child {
    margin-bottom: 10px;
  }
  .in_item3_txt {
    font-size: 1.125rem;
  }
  .community a:hover {
    -webkit-filter: grayscale(1);
  }
}
/*----------------------三大列表頁------------------------*/
.seriesPage article .banner {
  margin-bottom: 50px;
}
.seriesPage article .page {
  margin-bottom: 100px;
}

.classification {
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  margin-bottom: 50px;
}
.classification .pc_use {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.classification .pc_use a {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 1.125rem;
  letter-spacing: 0.9px;
  color: #999999;
  text-decoration: none;
}
.classification .pc_use a:not(:last-child) {
  margin-right: 60px;
}
.classification .pc_use a.active {
  color: #000;
}
.classification .pc_use a.active:after {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  background: #000;
  position: relative;
  top: 0px;
}

.series_list_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.series_list_content li {
  list-style: none;
  margin-bottom: 28px;
}
.series_list_content .custom_service {
  text-align: left;
  height: 31px;
  line-height: 31px;
}
.series_list_content .custom_service a {
  background: #bf9a0b;
  color: #ffffff;
  width: auto;
  display: inline-block;
  padding: 0 8px;
}
.series_list_content .custom_service a:hover {
  color: #ffffff;
  opacity: 0.7;
}

.series_item {
  width: 23%;
  max-width: 265px;
  padding-right: 15px;
}
.series_item .active > a {
  color: #bf9a0b;
}
.series_item .active ul {
  display: block;
}
.series_item a {
  color: #666;
  text-decoration: none;
}
.series_item a:hover {
  color: #bf9a0b;
}
.series_item li > ul {
  display: none;
  margin: 15px 0 0 15px;
}
.series_item li > ul li {
  margin-bottom: 12px;
}

.series_list {
  width: 75%;
  max-width: 877px;
}
.series_list .series_box {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  max-width: 250px;
  margin: 0 auto 52px auto;
}
.series_list .series_box:hover {
  opacity: 0.5;
}
.series_list .series_img {
  position: relative;
  border: solid 1px #eeeeee;
  width: 100%;
  height: 0;
  padding-bottom: 99.2%;
  margin-bottom: 20px;
  background: url(~vb_bg.png) #bfbfbf center no-repeat;
  background-size: 60%;
}
.series_list .series_img i {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  display: block;
  background-image: url(../svg/heart.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 3;
  cursor: pointer;
}
.series_list .series_img i.active {
  background-image: url(../svg/heart_active.svg);
}
.series_list .series_photo {
  position: absolute;
  width: 100%;
  height: 100%;
}
.series_list .series_txt {
  height: 3.34em;
  line-height: 1.67;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
  letter-spacing: 0.5px;
  height: 100%;
}
.series_list .series_txt a {
  text-decoration: none;
  font-size: 1.125rem;
  color: #000;
  width: 100%;
  height: 100%;
  display: block;
}

/*-----詳細內頁-----*/
.series_detail_top {
  margin: 210px 0 100px 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.series_detail_photo {
  width: 41.177%;
  max-width: 490px;
  height: 0;
  padding-bottom: 41.009%;
  border: solid 1px #eeeeee;
  background: url(~vb_bg.png) #bfbfbf center no-repeat;
}
@media (max-width: 767.99px) {
  .series_detail_photo {
    padding-bottom: 68.325%;
  }
}
@media (max-width: 575.99px) {
  .series_detail_photo {
    padding-bottom: 99.482%;
  }
}
.series_detail_photo img {
  width: 100%;
}

.series_detail_content {
  position: relative;
  width: 50%;
  max-width: 607px;
  line-height: 1.5;
  padding-left: 15px;
}
.series_detail_content h1 {
  font-size: 1.375rem;
  letter-spacing: 0.6px;
  color: #000;
  min-height: 123px;
  margin-bottom: 10px;
}

.product_name {
  margin-right: 5px;
}

.series_detail_tag {
  width: 72%;
  margin-bottom: 21px;
}

.series_detail_series {
  margin-bottom: 15px;
}

.series_detail_particulars {
  margin-bottom: 40px;
}
.series_detail_particulars ul {
  width: 100%;
  display: block;
}
.series_detail_particulars ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: 100%;
  padding-right: 10px;
  margin-bottom: 8px;
}
.series_detail_particulars ul li h4 {
  min-width: 6%;
}
.series_detail_particulars h4 {
  font-weight: bold;
  letter-spacing: 0.4px;
  margin-right: 2%;
}
.series_detail_particulars p {
  width: 80%;
}

.join_favorite {
  position: absolute;
  top: 0;
  right: 0;
}
.join_favorite a {
  position: relative;
  display: block;
  height: 29px;
  line-height: 28px;
  position: relative;
  border: 1px solid #999999;
  color: #999999;
  text-decoration: none;
  padding: 0 17px;
}
.join_favorite a i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  background-image: url(../svg/heart.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 3;
  cursor: pointer;
}
.join_favorite a.active {
  border: 1px solid #bf9a0b;
  color: #bf9a0b;
}
.join_favorite a.active i {
  background-image: url(../svg/heart_active.svg);
}
@media (min-width: 992px) {
  .join_favorite a:hover {
    border: 1px solid #bf9a0b;
    color: #bf9a0b;
  }
  .join_favorite a:hover i {
    background-image: url(../svg/heart_active.svg);
  }
}

.series_detail_txt {
  height: 7.5em;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
}

.series_detail_bottom .series_list {
  width: 100%;
  max-width: 100%;
  margin-bottom: 53px;
}
.series_detail_bottom .series_list .series_box {
  max-width: 252px;
}
.series_detail_bottom .series_list .series_img {
  padding-bottom: 99.21%;
}
.series_detail_bottom .series_first {
  border: none;
  height: 0;
  padding-bottom: 91.64%;
  position: relative;
}
.series_detail_bottom .series_first:hover {
  opacity: 1;
}
.series_detail_bottom .series_first_txt {
  font-size: 1.375rem;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.series_detail_bottom .series_catena {
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  padding: 30px 0;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.series_detail_bottom .series_catena h4 {
  font-size: 1.125rem;
  margin-right: 29px;
}
.series_detail_bottom .series_catena a {
  display: block;
  text-decoration: none;
  border: 1px solid #bf9a0b;
  color: #bf9a0b;
  height: 29px;
  line-height: 26px;
  padding: 0 15px;
}
.series_detail_bottom .series_catena a:not(:last-child) {
  margin-right: 29px;
}
.series_detail_bottom .series_catena a:hover {
  background: #bf9a0b;
  color: #ffffff;
}

/*-----企業禮品-----*/
.giftsPage .banner {
  margin-bottom: 60px;
}
.giftsPage article .page {
  margin-bottom: 100px;
}

.gifts_txt {
  max-width: 980px;
  padding-bottom: 46px;
  margin: 0px auto 50px auto;
  line-height: 1.88;
  letter-spacing: 0.8px;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #eee;
}

.gifts_img {
  max-width: 490px;
  margin: 225px auto 30px auto;
  border: solid 1px #eeeeee;
  height: 0;
  padding-bottom: 49.293%;
  background: url(~vb_bg.png) #bfbfbf center no-repeat;
}

.gifts_title {
  font-size: 1.375rem;
  line-height: 1.36;
  letter-spacing: 0.6px;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}

.gifts_detailPage .back_btn {
  margin: 50px 0 20px 0;
  padding-top: 50px;
  border-top: solid 1px #eeeeee;
}

@media (max-width: 767.99px) {
  .seriesPage article .banner {
    margin-bottom: 30px;
  }
  .series_item {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .series_list,
  .series_list .series_img {
    width: 100%;
    max-width: 100%;
  }
  .series_list_content {
    width: 100%;
    display: block;
  }
  .series_list_content .custom_service {
    width: 100%;
    margin-bottom: 45px;
  }
  .series_list_content .custom_service a {
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }
  .series_list_content .series_item select {
    border: 1px solid #000;
    margin-bottom: 30px;
  }
  .series_list .series_txt a {
    font-size: 1rem;
    line-height: 1.5;
  }
  .series_list .series_img {
    margin-bottom: 10px;
  }
  .series_list .series_box {
    margin: 0 auto 40px;
  }
  .series_list .series_img i {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .classification {
    margin-bottom: 20px;
  }
  .classification_select {
    position: relative;
    width: 100%;
  }
  .classification_select select {
    border: none;
  }
  .series_detail_top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .series_detail_content {
    width: 100%;
    max-width: 100%;
  }
  .series_detail_photo {
    width: 72%;
    margin: 0 auto 35px auto;
  }
  .gifts_img {
    padding-bottom: 71.616%;
  }
}
@media (max-width: 575.99px) {
  .seriesPage article .page,
  .giftsPage article .page {
    margin-bottom: 50px;
  }
  .series_detail_tag {
    width: 53%;
  }
  .series_detail_series {
    margin-bottom: 5px;
  }
  .series_detail_top {
    margin: 35px 0 50px;
  }
  .series_detail_content h1 {
    min-height: 60px;
  }
  .series_detail_photo {
    width: 100%;
  }
  .series_detail_particulars {
    margin-bottom: 20px;
  }
  .series_detail_particulars ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .series_detail_particulars h4 {
    min-width: 100% !important;
  }
  .series_detail_particulars p {
    width: 100%;
  }
  .series_catena h4 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .series_detail_bottom .series_catena a {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
  .series_detail_bottom .series_catena a:not(:last-child) {
    margin-right: 14px;
  }
  .series_detail_content {
    font-size: 0.9375rem;
  }
  .series_detail_content h1 {
    font-size: 1.125rem;
  }
  .series_detail_bottom .series_catena {
    margin-bottom: 40px;
  }
  .join_favorite a {
    line-height: 27px;
  }
  .gifts_txt {
    padding-bottom: 25px;
  }
  .gifts_img {
    margin: 50px auto 20px;
    padding-bottom: 99.464%;
  }
  .gifts_detailPage .back_btn {
    margin: 25px 0 0;
  }
}
/*----------------------人才招募------------------------*/
.recruit_box {
  padding: 30px 27px;
  margin-bottom: 49px;
  background-color: #fafafa;
}
.recruit_box li {
  list-style: none;
}
.recruit_box li:not(:last-child) {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 15px;
  margin-bottom: 23px;
}

.recruit_title {
  font-size: 1.125rem;
  letter-spacing: 0.9px;
  line-height: 1.58;
  width: 100%;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  position: relative;
}
.recruit_title h3 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 80%;
}
.recruit_title .recruit_time {
  width: 101px;
  color: #999999;
}
.recruit_title:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  display: block;
  width: 8px;
  height: 18px;
  background: url(../svg/arrw.svg) no-repeat top center/cover;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: relative;
  top: 6px;
}
.recruit_title:hover h3 {
  color: #bf9a0b;
}
.recruit_title.active h3 {
  font-weight: 600;
  color: #bf9a0b;
}
.recruit_title.active:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.recruit_content {
  display: none;
}

.recruit_container {
  margin-top: 26px;
  width: 100%;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recruit_container .editor_Box {
  width: 75%;
  margin: 0;
}

.no_job, .job_vacancies {
  text-align: center;
  width: 100%;
  font-size: 1.125rem;
  padding: 40px 0;
  line-height: 1.8;
}
@media (max-width: 575.99px) {
  .no_job, .job_vacancies {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.job_vacancies .application {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.job_vacancies .application a {
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  background: #bf9a0b;
  height: 29px;
  line-height: 29px;
  padding: 0 15px;
}
.job_vacancies .application a:hover {
  opacity: 0.7;
}

@media (max-width: 991.99px) {
  .recruit_title {
    font-size: 1rem;
    display: block;
  }
  .recruit_title:after {
    position: absolute;
    top: 4px;
    right: 6px;
  }
  .recruit_title h3 {
    width: 90%;
    margin-bottom: 5px;
  }
  .recruit_title .recruit_time {
    font-size: 0.9375rem;
    width: 100%;
  }
  .recruit_container {
    display: block;
    padding-right: 0;
  }
  .recruit_container .editor_Box {
    width: 100%;
  }
  .recruit_container .application {
    width: auto;
    margin: 25px 0;
  }
}
/*----------------------搜尋結果------------------------*/
.searchPage article {
  width: 1190px;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 80px;
}
.searchPage article .series_list {
  width: 100%;
  max-width: 100%;
}

.search_box {
  max-width: 600px;
  margin: 0 auto 70px auto;
  padding: 24px 30px;
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search_box input {
  border: none;
  border-bottom: 1px solid #d2d2d2;
  background: none;
  max-width: 430px;
  height: 30px;
  margin-right: 16px;
  padding: 0;
}
.search_box button {
  color: #ffffff;
  background: #bf9a0b;
  height: 29px;
  line-height: 29px;
  padding: 0 31px;
  padding: 0 10px;
  border: none;
  min-width: 94px;
}

.no_search {
  font-size: 1.125rem;
  text-align: center;
  padding: 20px 0;
}

@media (max-width: 575.99px) {
  .search_box {
    padding: 22px 20px;
    margin: 0 auto 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .search_box input {
    width: 66%;
  }
}
/*----------------------關於我們------------------------*/
/*----次選單----*/
.office_tag {
  position: relative;
  width: 100%;
  max-width: 1190px;
  margin: 0 auto 61px auto;
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
}

.item_Menu {
  position: relative;
  width: 100%;
  max-width: 870px;
  height: 20px;
  overflow: hidden;
  margin: 0 auto 25px auto;
}
@media screen and (max-width: 768px) {
  .item_Menu {
    width: 80%;
  }
}

.item_menu_Box {
  text-align: center;
  height: 20px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .item_menu_Box {
    width: 100% !important;
  }
}
.item_menu_Box .item_menu_list {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap !important;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .item_menu_Box .item_menu_list {
    position: static;
    transition: -webkit-transform 0.5s, transform 0.5s !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    height: 50px;
  }
}
.item_menu_Box .item_menu_list .active a {
  color: #bf9a0b;
}
.item_menu_Box li {
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  width: auto !important;
  padding: 0 20px;
  list-style: none;
}
@media screen and (max-width: 980px) {
  .item_menu_Box li {
    min-width: auto;
  }
}
.item_menu_Box li:not(:last-child) {
  border-right: 1px solid #666;
}
@media screen and (max-width: 768px) {
  .item_menu_Box li {
    width: 50%;
  }
}
.item_menu_Box li a {
  color: #444;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.item_menu_Box li:hover a {
  color: #bf9a0b;
}

.open_flexslider .item_menu_list {
  width: auto;
  text-align: initial;
}

.flex-direction-nav {
  display: none;
  height: 0;
}
@media screen and (max-width: 980px) {
  .flex-direction-nav {
    display: block;
  }
}
.flex-direction-nav li {
  list-style: none;
}
.flex-direction-nav li .mo_mark {
  position: absolute;
  display: none;
  top: 5px;
  width: 16px;
  height: 19px;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .flex-direction-nav li .mo_mark {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .flex-direction-nav li .mo_mark {
    top: 9px;
    width: 12px;
    height: 13px;
  }
}
.flex-direction-nav li.fle_l .mo_mark {
  left: 10px;
}
.flex-direction-nav li.fle_r .mo_mark {
  right: 10px;
}
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  position: absolute;
  width: 11px;
  height: 19px;
  top: 9px;
  text-indent: -10000px;
  border-style: solid;
}
.flex-direction-nav .flex-prev {
  left: 0px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background: url(../svg/arrw.svg) no-repeat top/cover;
}
.flex-direction-nav .flex-next {
  right: 0px;
  background: url(../svg/arrw.svg) no-repeat top/cover;
}
@media screen and (max-width: 980px) {
  .flex-direction-nav {
    display: block;
  }
}

.open_arrw .flex-direction-nav {
  display: block;
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 991.99px) {
  .office_tag {
    width: 90%;
  }
  .item_menu_Box {
    width: 100% !important;
  }
  .item_menu_Box .item_menu_list {
    position: static;
    transition: -webkit-transform 0.5s, transform 0.5s !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    height: 36px;
  }
}
@media (max-width: 767.99px) {
  .item_Menu {
    height: 20px;
  }
  .flex-direction-nav .flex-next,
  .flex-direction-nav .flex-prev {
    top: 22px;
    width: 8px;
    height: 17px;
  }
  .item_menu_Box li {
    padding: 0 14px;
  }
  .item_menu_Box li a {
    font-size: 0.9375rem;
  }
  .item_menu_Box li:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .open_flexslider .item_menu_list {
    padding: 0 26px;
  }
  .item_menu_Box {
    font-size: 1.0625rem;
  }
  .office_tag {
    margin: 4px auto 50px;
  }
}
/*----------------------本站條款------------------------*/
/*----------------------聯絡我們------------------------*/
.form_box .form-row {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 50px auto;
  padding: 30px 10px 15px 10px;
  background: #f8f8f8;
}
.form_box .form-row h4 {
  font-size: 1.125rem;
  margin-bottom: 5px;
  position: relative;
  left: -2%;
  line-height: 1.5;
}
.form_box .form-row b {
  font-weight: normal;
  color: #bf9a0b;
}

.rad_box input {
  display: none;
}

.rad_box .with-errors {
  margin-top: 6px;
}

.form-group {
  width: 100%;
  margin: 0 auto 2rem auto;
}

.rad_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-control {
  border: none;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 0;
  height: 36px;
  padding: 0;
  margin-bottom: 8px;
}

input.form-control {
  background: #f8f8f8;
}

.form-control:focus {
  background: none;
  border-color: #f8f8f8;
  border-bottom-color: #bf9a0b;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form_btn {
  text-align: center;
}
.form_btn button {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: none;
  display: inline-block;
  background: #bf9a0b;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.9px;
  height: 29px;
  line-height: 1.5;
  padding: 0 29.5px;
  cursor: pointer;
}
.form_btn button:hover {
  opacity: 0.7;
}

.textarea_form .form-control {
  background: #f8f8f8;
  height: 120px !important;
}

.list-unstyled li {
  list-style: none;
  font-size: 0.875rem;
  letter-spacing: 0.7px;
  color: #ed1d24;
}

.check_errors {
  list-style: none;
  font-size: 0.875rem;
  letter-spacing: 0.7px;
  color: #ed1d24;
  margin-top: 4px;
}

.options {
  margin-top: 20px;
}
.options .radio {
  margin-bottom: 3px;
}

.op_hide {
  opacity: 0;
}

.agree_box .with-errors {
  margin-top: 6px;
}

input[type=radio] + label {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 27px;
  padding: 0 21px 0 36px;
  outline: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  position: relative;
  color: #000;
}
input[type=radio] + label:before {
  height: 25px;
  width: 26px;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  content: "";
  border-radius: 99em;
}
input[type=radio] + label span {
  position: relative;
  display: block;
  top: 3px;
  width: 100%;
}

input[type=radio]:checked + label:after {
  width: 12px;
  height: 12px;
  background: #bf9a0b;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 7px;
  content: "";
  border-radius: 99em;
}
@media screen and (max-width: 800px) {
  input[type=radio]:checked + label:after {
    top: 8px;
  }
}

input[type=checkbox] + label {
  font-size: 1rem;
  width: 100%;
  outline: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  position: relative;
  color: #000;
}
input[type=checkbox] + label:before {
  width: 30px;
  height: 30px;
  display: inline-block;
  left: 0;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  content: "";
}
input[type=checkbox] + label span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -10px;
  margin-left: 9px;
}

.radio:not(:last-child) input[type=checkbox] + label span {
  margin-right: 11px;
}

input[type=checkbox]:checked + label:after {
  width: 22px;
  height: 16px;
  background: url(../svg/check.svg) top left no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 4px;
  content: "";
}

@media (max-width: 575.99px) {
  .form-control {
    font-size: 0.9375rem;
  }
  .form_box .form-row {
    padding: 30px 0px;
    font-size: 0.9375rem;
  }
  .form_box .form-row h4 {
    font-size: 1rem;
  }
  input[type=radio] + label, input[type=checkbox] + label {
    font-size: 0.9375rem;
  }
  input[type=checkbox] + label:before {
    width: 25px;
    height: 25px;
  }
  .radio:not(:last-child) input[type=checkbox] + label span {
    margin-right: 7px;
  }
  input[type=checkbox] + label span {
    margin-left: 7px;
  }
  input[type=checkbox]:checked + label:after {
    top: 4px;
    left: 2px;
  }
}
/*----------------------職位申請------------------------*/
.job_message {
  font-size: 1.125rem;
  letter-spacing: 0.9px;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  max-width: 586px;
  margin: 0 auto 30px auto;
}

.two_columns {
  margin: auto;
}
.two_columns .col-6 {
  padding: 0 5px;
}

.job_txt {
  font-size: 1.125rem;
  line-height: 1.5;
  padding-left: 2px;
  letter-spacing: 0.01em;
  margin-bottom: 25px;
}

.job_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

.a-upload {
  margin-right: 12px;
  padding: 0 10px;
  height: 29px;
  line-height: 28px;
  position: relative;
  cursor: pointer;
  color: #bf9a0b;
  background: #f8f8f8;
  border: 1px solid #bf9a0b;
  overflow: hidden;
  display: inline-block;
}
.a-upload input {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.a-upload:hover {
  color: #ffffff;
  background: #bf9a0b;
  text-decoration: none;
}

.showFileName {
  width: 70%;
  color: #999999;
  font-size: 1.125rem;
  height: 1.5em;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
}

.agree_box {
  margin-bottom: 3px;
}
.agree_box input {
  display: none;
}
.agree_box input[type=checkbox] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.agree_box input[type=checkbox] + label:before {
  margin-right: 3%;
}
.agree_box .agree {
  color: #666;
  width: 88%;
  line-height: 1.5;
}
.agree_box .agree strong {
  display: block;
}

@media (max-width: 575.99px) {
  .job_txt, .job_message {
    font-size: 1rem;
  }
  .showFileName {
    width: 60%;
    font-size: 0.9375rem;
  }
  .job_Page .form_box .form-row {
    padding-bottom: 0;
  }
}
/*----------------------預約鑑賞------------------------*/
.appointment_Page .banner {
  margin-bottom: 35px;
}

.appointment_message {
  font-size: 1.125rem;
  letter-spacing: 0.9px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
}

.awards_Page .editor_Content {
  margin-bottom: 70px;
}

@media (max-width: 575.99px) {
  .awards_Page .editor_Content {
    margin-bottom: 35px;
  }
  .awards_Page .banner, .appointment_Page .banner {
    margin-bottom: 30px;
  }
  .appointment_message {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
/*----------------------網路分店------------------------*/
.storePage .flex-direction-nav .flex-next, .storePage .flex-direction-nav .flex-prev {
  display: none;
}

.store_box li {
  list-style: none;
  margin-bottom: 31px;
}
.store_box h2 {
  margin-bottom: 21px;
  color: #000;
}
.store_box h2::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #bf9a0b;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.store_table {
  width: 100%;
  background: #fafafa;
  display: table;
  padding: 10px 30px 5px 30px;
  font-size: 1.125rem;
  letter-spacing: 0.9px;
  color: #000;
  line-height: 1.33;
  color: #666;
}
.store_table a {
  color: #666;
  text-decoration: none;
}
.store_table a:hover {
  color: #bf9a0b;
}

.store_tr {
  width: 100%;
  position: relative;
  display: table-row;
}
.store_tr:not(:last-child) .store_th, .store_tr:not(:last-child) .store_tel, .store_tr:not(:last-child) .store_add, .store_tr:not(:last-child) .store_map {
  border-bottom: solid 1px #d2d2d2;
}

.store_th, .store_tel, .store_add, .store_map {
  display: table-cell;
  padding: 22px 0;
}

.store_th, .store_tel {
  padding-right: 5px;
}

.store_th {
  width: 33%;
}

.store_tel {
  width: 23%;
}

.store_add {
  width: 42%;
  padding-right: 3%;
}

.store_map a {
  text-indent: -100000px;
  width: 100%;
  height: 100%;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../svg/map.svg) no-repeat left top/cover;
}

.store_banner {
  width: 90%;
  margin: auto;
}
.store_banner .slick-prev, .store_banner .slick-next {
  width: 11px;
  height: 19px;
  outline: 0;
}
.store_banner .slick-prev:hover, .store_banner .slick-next:hover {
  background: url(../svg/arrw_2.svg) no-repeat left top/cover;
}
.store_banner .slick-prev {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background: url(../svg/arrw.svg) no-repeat left top/cover;
}
.store_banner .slick-next {
  top: 39px;
  background: url(../svg/arrw.svg) no-repeat left top/cover;
}

@media (max-width: 767.99px) {
  .store_table {
    padding: 15px;
    font-size: 1rem;
  }
  .store_add, .store_map, .store_tel, .store_th {
    width: 100%;
    display: block;
    padding: 5px 0;
  }
  .store_tr {
    display: block;
  }
  .store_tr:not(:last-child) {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .store_tr:not(:last-child) .store_add,
  .store_tr:not(:last-child) .store_map,
  .store_tr:not(:last-child) .store_tel,
  .store_tr:not(:last-child) .store_th {
    border: none;
  }
  .store_map {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }
  .store_th {
    padding-right: 9%;
  }
  .store_banner {
    width: 80%;
  }
}
/*----------------------訂製流程------------------------*/
.custom_Page article {
  width: 1190px;
}
.custom_Page .series_list {
  width: 100%;
  max-width: 100%;
  margin-bottom: 12px;
}
.custom_Page .series_box.active .series_img {
  border: 1px solid #bf9a0b;
}

.custom_1 .process_step_box:nth-child(1) {
  color: #bf9a0b;
}
.custom_1 .process_step_box:nth-child(1) .step_number:after {
  background: #bf9a0b;
}

.custom_2 .process_step_box:nth-child(1),
.custom_2 .process_step_box:nth-child(2) {
  color: #bf9a0b;
}
.custom_2 .process_step_box:nth-child(1) .step_number:after,
.custom_2 .process_step_box:nth-child(2) .step_number:after {
  background: #bf9a0b;
}

.custom_3 .process_step_box:nth-child(1),
.custom_3 .process_step_box:nth-child(2),
.custom_3 .process_step_box:nth-child(3) {
  color: #bf9a0b;
}
.custom_3 .process_step_box:nth-child(1) .step_number:after,
.custom_3 .process_step_box:nth-child(2) .step_number:after,
.custom_3 .process_step_box:nth-child(3) .step_number:after {
  background: #bf9a0b;
}

.custom_4 .process_step_box:nth-child(1),
.custom_4 .process_step_box:nth-child(2),
.custom_4 .process_step_box:nth-child(3),
.custom_4 .process_step_box:nth-child(4) {
  color: #bf9a0b;
}
.custom_4 .process_step_box:nth-child(1) .step_number:after,
.custom_4 .process_step_box:nth-child(2) .step_number:after,
.custom_4 .process_step_box:nth-child(3) .step_number:after,
.custom_4 .process_step_box:nth-child(4) .step_number:after {
  background: #bf9a0b;
}

/*-----流程1-----*/
.custom_process {
  position: relative;
  max-width: 842px;
  margin: 0 auto 74px auto;
  text-align: center;
  letter-spacing: 0.8px;
  line-height: 1.5;
  color: #999999;
}

.process_step {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.process_step::after {
  position: absolute;
  top: 46%;
  left: 6%;
  content: "";
  display: block;
  width: 88%;
  height: 1px;
  background: #eeeeee;
  -webkit-transform-origin: 50% 51%;
          transform-origin: 50% 51%;
  z-index: -1;
}

.step_number:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #bfbfbf;
  margin: 11px auto 17px auto;
}

.custom_title {
  font-size: 1.125rem;
  letter-spacing: 0.9px;
  text-align: center;
  color: #000;
  margin-bottom: 49px;
}

.custom_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom_btn a {
  display: block;
  height: 29px;
  line-height: 28px;
  padding: 0 23px;
  text-decoration: none;
}
.custom_btn a:hover {
  opacity: 0.5;
}
.custom_btn .prev_btn {
  color: #666;
  background: #eeeeee;
  margin-right: 25px;
}
.custom_btn .next_btn {
  color: #ffffff;
  background: #bf9a0b;
}

.form_btn a {
  display: block;
  height: 29px;
  line-height: 28px;
  padding: 0 23px;
  text-decoration: none;
}
.form_btn a:hover {
  opacity: 0.5;
}
.form_btn .prev_btn {
  color: #666;
  background: #eeeeee;
  margin-right: 25px;
  display: inline-block;
}

/*-----流程2-----*/
.custom_2_box {
  max-width: 841px;
  margin: auto;
}
.custom_2_box li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 31px;
  margin-bottom: 28px;
}
.custom_2_box li:first-child {
  border-bottom: solid 1px #eeeeee;
}
.custom_2_box li:not(:last-child) {
  border-bottom: solid 1px #eeeeee;
}
.custom_2_box h4 {
  width: 136px;
  padding-right: 5px;
}
.custom_2_box input {
  display: none;
}
.custom_2_box .custom_radio {
  width: calc(100% - 136px);
}
.custom_2_box .custom_radio .radio:not(last-child) {
  margin-right: 21px;
}
.custom_2_box .radio {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.custom_2_box .radio input[type=radio] + label {
  padding-right: 0;
}

/*-----流程3-----*/
.custom_3_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.custom_3_box .custom_img {
  max-width: 250px;
  width: 100%;
  height: 0;
  padding-bottom: 20.841%;
  border: solid 1px #eeeeee;
  margin-right: 49px;
  background: url(~vb_bg.png) #bfbfbf center no-repeat;
  background-size: 60%;
}
.custom_3_box .custom_content {
  font-size: 1.125rem;
  letter-spacing: 0.9px;
}
.custom_3_box .custom_content h4, .custom_3_box .custom_content span {
  display: inline-block;
  vertical-align: middle;
}
.custom_3_box .custom_content h4 {
  margin-right: 16px;
}
.custom_3_box .custom_content span {
  color: #000;
}
.custom_3_box li {
  list-style: none;
  margin-bottom: 22px;
}

/*-----流程4-----*/
.custom_check {
  font-size: 1.125rem;
  letter-spacing: 0.9px;
  text-align: left;
  color: #666;
  line-height: 30px;
}
.custom_check a {
  color: #bf9a0b;
  text-decoration: underline;
}

@media (max-width: 767.99px) {
  .custom_3_box .custom_img {
    padding-bottom: 34.723%;
  }
  .step_txt {
    display: none;
  }
  .step_number:after {
    margin: 5px auto 0;
  }
  .process_step:after {
    width: 93%;
    top: 90%;
    left: 3%;
  }
}
@media (max-width: 767.99px) and (max-width: 575.99px) {
  .process_step:after {
    width: 88%;
    left: 5%;
  }
}
@media (max-width: 767.99px) {
  .custom_2_box li {
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
  .custom_2_box .custom_radio .radio:not(last-child) {
    margin-right: 3px;
  }
}
@media (max-width: 575.99px) {
  .custom_title {
    font-size: 1rem;
    margin-bottom: 32px;
  }
  .custom_2_box h4 {
    width: 105px;
    position: relative;
    top: -2px;
  }
  .custom_2_box .custom_radio {
    width: calc(100% - 105px);
  }
  .custom_2_box li {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .custom_2_box .custom_radio .radio {
    margin-bottom: 9px;
  }
  .custom_3_box {
    display: block;
  }
  .custom_3_box .custom_img {
    max-width: 80%;
    margin: 0 auto 25px auto;
    padding-bottom: 79.48%;
  }
  .custom_3_box li {
    margin-bottom: 19px;
  }
  .custom_3_box .custom_content {
    font-size: 1rem;
  }
  .custom_check {
    letter-spacing: 0.02em;
    font-size: 1rem;
  }
}
/*----------------------會員中心------------------------*/
/*--------會員服務--------*/
.meber_Page article {
  width: 1190px;
}

.meber_service ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.meber_service li {
  position: relative;
  list-style: none;
  margin-bottom: 0.8%;
}
.meber_service li .meber_service_img .pc_use, .meber_service li .meber_service_img .mo_use {
  height: 0;
  background: url(~images/vb_bg.png) #bfbfbf center no-repeat;
}
.meber_service li:nth-child(1), .meber_service li:nth-child(3), .meber_service li:nth-child(4) {
  margin-right: 0.8%;
}
.meber_service li:nth-child(1) {
  width: 57.984%;
}
.meber_service li:nth-child(1) .meber_service_img .pc_use {
  padding-bottom: 71.015%;
}
.meber_service li:nth-child(2) {
  width: 41.1768%;
}
.meber_service li:nth-child(2) .meber_service_img .pc_use {
  padding-bottom: 100%;
}
.meber_service li:nth-child(3), .meber_service li:nth-child(4), .meber_service li:nth-child(5) {
  width: 32.774%;
}
.meber_service li:nth-child(3) .meber_service_img .pc_use, .meber_service li:nth-child(4) .meber_service_img .pc_use, .meber_service li:nth-child(5) .meber_service_img .pc_use {
  padding-bottom: 125.643%;
}
.meber_service li .meber_service_img .mo_use {
  padding-bottom: 71%;
}
.meber_service li a {
  width: 100%;
  height: 100%;
  display: block;
}
.meber_service li a:hover .meber_service_img {
  opacity: 0.5;
}
.meber_service li h2 {
  position: absolute;
  bottom: 4.4%;
  left: 3%;
  font-size: 1.5rem;
  letter-spacing: 1.2px;
  color: #000;
  z-index: 1;
}
.meber_service .color_1 {
  color: #000;
}
.meber_service .color_2 {
  color: #ffffff;
}

.meber_service_img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}
.meber_service_img img {
  width: 100%;
}

/*--------會員尊享--------*/
.members_exclusive_Page {
  width: 990px;
}

/*--------修改密碼--------*/
.members_in_Page .form_box .form-row h4, .members_sign_Page .form_box .form-row h4 {
  left: 0;
}

/*--------會員登入--------*/
.members_sign_Page .col-3 {
  padding-right: 0;
}
.members_sign_Page .flex-direction-nav .flex-next, .members_sign_Page .flex-direction-nav .flex-prev {
  display: none;
}
.members_sign_Page .sign_item {
  width: 100%;
  text-align: center;
  margin-bottom: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.members_sign_Page .sign_item a {
  display: block;
  font-size: 1.125rem;
  letter-spacing: 0.9px;
  text-align: center;
  color: #666;
  text-decoration: underline;
}
.members_sign_Page .sign_item a:hover {
  color: #bf9a0b;
}
.members_sign_Page .sign_item a:not(:last-child) {
  padding-right: 18px;
  margin-right: 18px;
  border-right: 1px solid #666;
}

/*--------會員註冊--------*/
.registration_Page .col-3 {
  padding-right: 0;
}
.registration_Page .birthday_select .col-4 {
  padding-right: 0;
}
.registration_Page .birthday_select .col-4 select {
  background: url(../svg/arrw_1.svg?3e41732c) no-repeat scroll 89.9% transparent;
  background-size: 15%;
  margin-bottom: 0;
}
.registration_Page .birthday_select .col-4 .form-group {
  margin-bottom: 0;
}
.registration_Page .tie_l {
  left: 0 !important;
}
.registration_Page .tel_verification .verification_box {
  position: relative;
  border-bottom: 1px solid #d2d2d2;
}
.registration_Page .tel_verification .verification_box + .with-errors {
  margin-top: 8px;
}
.registration_Page .tel_verification .form-control {
  border: none;
  width: 66%;
}
.registration_Page .tel_verification .verification_btn, .registration_Page .tel_verification .reciprocal {
  text-align: center;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0px 15px;
  background-color: #eeeeee;
  min-width: 150px;
  height: 29px;
  line-height: 28px;
  color: #666;
  text-decoration: none;
}
.registration_Page .tel_verification .verification_btn:hover, .registration_Page .tel_verification .reciprocal:hover {
  opacity: 0.5;
}
.registration_Page .tel_verification .reciprocal {
  display: none;
  z-index: 1;
}
.registration_Page .tel_verification .reciprocal:hover {
  opacity: 1;
}
.registration_Page .birthday_select .with-errors {
  margin-top: 6px;
}

/*--------會員專區--------*/
.membership_information h2, .personal_information h2, .purchase_record h2, .member_point h2 {
  font-size: 1.125rem;
  color: #000;
  margin-bottom: 21px;
}
.membership_information h2::before, .personal_information h2::before, .purchase_record h2::before, .member_point h2::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #bf9a0b;
  width: 8px;
  height: 8px;
  margin-right: 15px;
  position: relative;
  top: -2px;
}

.membership_box {
  font-size: 1.125rem;
  letter-spacing: 0.9px;
  width: 100%;
  background-color: #f8f8f8;
  padding: 32px 31px 48px 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.membership_box h3 {
  color: #000;
  margin-bottom: 21px;
}

.membership_information {
  margin-bottom: 51px;
}

.member_num {
  margin-right: 45px;
}

.member_num span, .member_level span, .personal_information span {
  color: #999999;
}

.integral_box {
  margin-top: 31px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.member_points_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 80%;
  margin: 0 0 19px 11px;
}
.member_points_box .level_silver, .member_points_box .level_gold {
  font-size: 0.875rem;
  letter-spacing: 0.7px;
  color: #999999;
}
.member_points_box .level_silver {
  color: #bf9a0b;
  position: absolute;
  bottom: -25px;
  left: 0;
}
@media (max-width: 575.99px) {
  .member_points_box .level_silver {
    left: calc(50% - 130px);
  }
}
@media (min-width: 992px) {
  .member_points_box .level_silver {
    left: 10%;
  }
}
.member_points_box .level_gold {
  position: absolute;
  bottom: -25px;
  right: 0;
}
@media (max-width: 575.99px) {
  .member_points_box .level_gold {
    right: calc(50% - 130px);
  }
}
@media (min-width: 992px) {
  .member_points_box .level_gold {
    right: 10%;
  }
}

.member_integral, .coupon_integral {
  width: 50%;
  max-width: 455px;
}
.member_integral canvas, .coupon_integral canvas {
  max-width: 300px;
  margin: auto;
}

.member_integral {
  margin-top: -81px;
}

.points_content {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 58%;
  line-height: 1.5;
  color: #999999;
}
.points_content b {
  color: #bf9a0b;
}

.points_number {
  margin-bottom: 16px;
  margin-bottom: 6px;
}

.points_time {
  font-size: 0.875rem;
}

.integral_remarks {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.5;
}

.point_box {
  width: 40%;
  max-width: 455px;
}
.point_box .member_points_box {
  margin: 0;
}
.point_box .points_number b {
  font-size: 1.375rem;
  color: #bf9a0b;
}
.point_box .points_time {
  margin: 20px 0 16px;
}
.point_box .modify_send_btn {
  width: 100%;
}
.point_box .modify_send_btn a {
  font-size: 1rem;
  color: #ffffff;
  background: #bf9a0b;
  display: inline-block;
  text-align: center;
  min-width: 98px;
  line-height: 29px;
  height: 29px;
  padding: 0 15px;
  text-decoration: none;
}
.point_box .modify_send_btn a:first-child {
  margin-right: 8px;
}
.point_box .modify_send_btn a:hover {
  opacity: 0.5;
}

.member_point .btn, .po_exchange .btn {
  color: #ffffff;
  background: #bf9a0b;
  display: inline-block;
  line-height: 29px;
  height: 29px;
  padding: 0 15px;
  text-decoration: none;
}
.member_point .btn:hover, .po_exchange .btn:hover {
  opacity: 0.5;
}
.member_point .btn.gray, .po_exchange .btn.gray {
  background-color: #d2d2d2;
}

.member_point .current_point {
  background-color: #f8f8f8;
  line-height: 1.5;
  margin-bottom: 50px;
  position: relative;
}
.member_point .current_point .line {
  width: 100%;
  height: 3px;
  background-color: white;
  position: absolute;
  left: 0;
}
.member_point .current_point .line.vtop {
  top: 10px;
}
.member_point .current_point .line.vbtm {
  bottom: 10px;
}
.member_point .current_point .col-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.member_point .current_point .fs24 {
  font-size: 1.375rem;
  line-height: 1.5;
  margin: 0.8em 0 0;
}
.member_point .current_point .fs24 + b {
  font-size: 3.75rem;
  line-height: 1;
}
.member_point .current_point .fs18 {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #999;
}
.member_point .current_point .fs18 + b {
  font-size: 3.125rem;
  line-height: 1.5;
}
.member_point .current_point b {
  font-size: 3.75rem;
  display: block;
  color: #bf9a0b;
  font-weight: 700;
}
.member_point .current_point b + div {
  color: #999;
}
.member_point .current_point .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 230px;
}
@media (min-width: 768px) {
  .member_point .current_point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991.99px) {
  .member_point .current_point .col-12 {
    height: 200px;
  }
  .member_point .current_point .fs18 {
    font-size: 16px;
  }
}
@media (max-width: 767.99px) {
  .member_point .current_point .col-line {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}
.member_point .codebox {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 36px 24px;
  position: relative;
}
.member_point .cop-num {
  font-size: 2.75rem;
  line-height: 2;
  font-weight: 700;
  color: #bf9a0b;
  margin-bottom: 12px;
}
.member_point .bgwhite1 {
  position: absolute;
  top: -0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: white;
  width: 280px;
  color: black;
}
.member_point .bgwhite2 {
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: white;
  width: 200px;
}

.po_exchange {
  text-align: center;
}
.po_exchange .cop-num {
  font-size: 3.125rem;
  font-weight: 700;
  color: #bf9a0b;
  background-color: #f8f8f8;
  max-width: 480px;
  width: 80%;
  padding: 90px 40px 80px;
  margin: 24px auto 48px;
}
.po_exchange .btn {
  color: #ffffff;
  background: #bf9a0b;
  display: inline-block;
  line-height: 29px;
  height: 29px;
  padding: 0 15px;
  margin-bottom: 50px;
  text-decoration: none;
}
.po_exchange .btn:hover {
  opacity: 0.5;
}
.po_exchange .btn.gray {
  background-color: #d2d2d2;
}

.member_level_btn {
  margin-top: 60px;
  width: 100%;
  text-align: center;
  font-size: 1rem;
}
.member_level_btn a {
  display: inline-block;
  padding: 0 13px;
  height: 29px;
  line-height: 28px;
  background: #bf9a0b;
  color: #ffffff;
  text-decoration: none;
}
.member_level_btn a:hover {
  opacity: 0.5;
}

.personal_information {
  margin-bottom: 54px;
}
.personal_information ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.personal_information li {
  list-style: none;
  width: 50%;
  padding-right: 3%;
  margin-bottom: 35px;
}
.personal_information input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d2d2d2;
  background: none;
  padding: 0;
}
.personal_information .modify_send_btn {
  width: 100%;
  text-align: center;
  margin-top: 51px;
}
.personal_information .modify_send_btn a {
  font-size: 1rem;
  color: #ffffff;
  background: #bf9a0b;
  display: inline-block;
  line-height: 29px;
  height: 29px;
  padding: 0 15px;
  text-decoration: none;
}
.personal_information .modify_send_btn a:first-child {
  margin-right: 25px;
}
.personal_information .modify_send_btn a:hover {
  opacity: 0.5;
}

.barcode_wrap {
  width: 350px;
  margin-bottom: 20px;
  padding: 10px 0;
  background-color: white;
}
.barcode_wrap #barcode39 {
  margin: 0 auto;
}
@media (max-width: 400px) {
  .barcode_wrap {
    -webkit-transform: translateX(-23px);
            transform: translateX(-23px);
  }
}

.purchase_record {
  line-height: 1.5;
}
.purchase_record ul {
  width: 100%;
}
.purchase_record li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-bottom: 16px;
  cursor: pointer;
}
.purchase_record li:not(:last-child) {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 16px;
}
.purchase_record li .record_tr .record_th {
  display: none;
}
.purchase_record li:first-child .record_tr .record_th {
  display: block;
}
.purchase_record li .record_tr:nth-child(1) {
  width: 17%;
}
.purchase_record li .record_tr:nth-child(2) {
  width: 18%;
}
.purchase_record li .record_tr:nth-child(3) {
  width: 30%;
}
.purchase_record li .record_tr:nth-child(4) {
  width: 19%;
}
.purchase_record li .record_tr:nth-child(5) {
  width: 16%;
}
.purchase_record li .record_tr:nth-child(5) .record_td {
  position: relative;
}
.purchase_record li .record_tr:nth-child(5) .record_td:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  display: block;
  width: 8px;
  height: 18px;
  background: url(../svg/arrw.svg?577ad030) no-repeat top/cover;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  margin-left: 15px;
}
.purchase_record li.active .record_tr:nth-child(5) .record_td::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.purchase_record .record_th {
  padding-bottom: 16px;
  border-bottom: 1px solid #d2d2d2;
  color: #999999;
}
.purchase_record.point .membership_box {
  margin-bottom: 50px;
  padding-bottom: 16px;
}
.purchase_record.point li {
  cursor: auto;
}
.purchase_record.point li .record_tr:nth-child(1) {
  width: 10%;
}
.purchase_record.point li .record_tr:nth-child(2) {
  width: 16%;
}
.purchase_record.point li .record_tr:nth-child(3) {
  width: 32%;
}
.purchase_record.point li .record_tr:nth-child(4) {
  width: 20%;
}
.purchase_record.point li .record_tr:nth-child(5) {
  width: 10%;
}
.purchase_record.point li .record_tr:nth-child(5) .record_th, .purchase_record.point li .record_tr:nth-child(5) .record_td {
  text-align: right;
  padding-right: 30%;
}
.purchase_record.point li .record_tr:nth-child(5) .record_td:after {
  display: none;
}
.purchase_record.point li .record_tr:nth-child(6) {
  width: 12%;
}

.record_detail {
  display: none;
  width: 80%;
  max-width: 600px;
  margin: 31px auto 0;
}
.record_detail li .record_tr:first-child {
  width: 77%;
}
.record_detail li .record_tr:last-child {
  width: 23%;
}

.check_record h4 {
  line-height: 1.5;
}

/*--------忘記密碼--------*/
.forget_txt {
  width: 100%;
  max-width: 486px;
  margin: 0 auto 37px auto;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.67;
  letter-spacing: 0.9px;
}

/*--------喜歡商品--------*/
.members_commodity_Page .office_tag {
  max-width: 1190px;
}
.members_commodity_Page .series_list {
  width: 100%;
  max-width: 100%;
}

/*--------註冊成功--------*/
.meber_btn {
  width: 100%;
  text-align: center;
}
.meber_btn a {
  display: inline-block;
  color: #ffffff;
  background: #bf9a0b;
  height: 29px;
  line-height: 29px;
  padding: 0 23px;
  text-decoration: none;
}
.meber_btn a:hover {
  opacity: 0.5;
}

.success_box {
  margin-bottom: 70px;
}

@media (max-width: 991.99px) {
  .member_points_box {
    width: 85%;
  }
  .membership_box {
    font-size: 0.9375rem;
  }
  .points_content {
    font-size: 0.875rem;
  }
  .points_number {
    margin-bottom: 5px;
  }
  .points_time, .integral_remarks {
    font-size: 0.8125rem;
  }
  .coupon_integral {
    right: -25px;
    position: relative;
  }
  .integral_box {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .member_integral, .point_box {
    width: 100%;
    max-width: 650px;
    margin-bottom: 25px;
  }
  .member_integral {
    margin-top: 0;
  }
  .member_level_btn {
    margin-top: 30px;
  }
  .meber_service li {
    margin-bottom: 20px;
  }
  .meber_service li:nth-child(1), .meber_service li:nth-child(3), .meber_service li:nth-child(4) {
    margin-right: 0;
  }
  .meber_service li:nth-child(1), .meber_service li:nth-child(2), .meber_service li:nth-child(3), .meber_service li:nth-child(4), .meber_service li:nth-child(5) {
    width: 100%;
  }
  .meber_service li h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.99px) {
  .membership_information h2, .personal_information h2, .purchase_record h2 {
    font-size: 1.0625rem;
  }
  .membership_information h2::before, .personal_information h2::before, .purchase_record h2::before {
    margin-right: 11px;
  }
  .forget_txt {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .success_box {
    margin-bottom: 35px;
  }
  .members_exclusive_Page .banner {
    margin-bottom: 30px;
  }
  .form_box .form-row {
    margin: 0 auto 31px;
  }
  .members_sign_Page .sign_item {
    margin-bottom: 35px;
  }
  .members_sign_Page .sign_item a {
    font-size: 0.9375rem;
    letter-spacing: 0.4px;
    margin-bottom: 7px;
  }
  .membership_box {
    padding: 25px 23px 35px;
    display: block;
  }
  .membership_box h3 {
    margin-bottom: 13px;
  }
  .member_num {
    margin-right: 0;
  }
  .member_num, .member_level {
    margin-bottom: 25px;
  }
  .coupon_integral, .member_integral, .point_box {
    width: 100%;
    max-width: 650px;
  }
  .integral_box {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .coupon_integral {
    right: 0;
  }
  .member_points_box {
    width: 100%;
    margin: 0 0 34px 0;
  }
  .coupon_integral canvas, .member_integral canvas {
    max-width: 265px;
  }
}
@media screen and (max-width: 767.99px) and (max-width: 375px) {
  .coupon_integral canvas, .member_integral canvas {
    max-width: 245px;
  }
}
@media screen and (max-width: 767.99px) and (max-width: 360px) {
  .coupon_integral canvas, .member_integral canvas {
    max-width: 225px;
  }
}
@media (max-width: 767.99px) {
  .personal_information li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 21px;
  }
  .purchase_record li {
    position: relative;
    padding-bottom: 9px;
  }
  .purchase_record li:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    content: "";
    display: block;
    width: 8px;
    height: 18px;
    background: url(../svg/arrw.svg?577ad030) no-repeat top/cover;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    right: 9px;
    top: 0;
  }
  .purchase_record li.active:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .purchase_record li .record_tr {
    margin-bottom: 5px;
  }
  .purchase_record li .record_tr:nth-child(1), .purchase_record li .record_tr:nth-child(2), .purchase_record li .record_tr:nth-child(3), .purchase_record li .record_tr:nth-child(4), .purchase_record li .record_tr:nth-child(5) {
    width: 100%;
  }
  .purchase_record li .record_tr:nth-child(5) {
    display: none;
  }
  .purchase_record li .record_tr .record_th {
    display: inline-block !important;
    vertical-align: middle;
    border: none;
    padding: 0;
    margin: 0;
    width: 27%;
  }
  .purchase_record li .record_tr .record_td {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 29%);
  }
  .purchase_record li .record_detail {
    width: 100%;
    margin: 6px auto 0;
  }
  .purchase_record li .record_detail ul li {
    border: none;
    padding-bottom: 0;
    margin-bottom: 5px;
  }
  .purchase_record li .record_detail ul li::after {
    display: none;
  }
  .purchase_record li .record_detail .record_tr:nth-child(1) {
    width: 68%;
    padding-right: 10px;
  }
  .purchase_record li .record_detail .record_tr:nth-child(2) {
    width: 32%;
  }
  .purchase_record li .record_detail .record_tr:nth-child(2) .record_td {
    letter-spacing: 0;
  }
  .purchase_record li .record_detail .record_tr .record_th {
    display: block !important;
    width: 100%;
    margin-bottom: 12px;
  }
  .purchase_record li .record_detail .record_tr .record_td {
    width: 100%;
  }
  .purchase_record.point li:after {
    display: none;
  }
  .purchase_record.point li .record_tr:nth-child(1), .purchase_record.point li .record_tr:nth-child(2), .purchase_record.point li .record_tr:nth-child(3), .purchase_record.point li .record_tr:nth-child(4), .purchase_record.point li .record_tr:nth-child(5), .purchase_record.point li .record_tr:nth-child(6) {
    width: 100%;
    display: block;
  }
  .purchase_record.point li .record_tr:nth-child(5) .record_th,
  .purchase_record.point li .record_tr:nth-child(5) .record_td {
    text-align: left;
    padding-right: 0%;
  }
}