@charset "UTF-8";
/******************************************/
/*		bootstrap-okadmin
/******************************************/
@import "plug/jquery.fancybox.min.css";
@import url("https://fonts.googleapis.com/css?family=Crimson+Text|Noto+Sans+TC:300,400,700&display=swap");
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  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;
}

/* 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;
}

.fen, .indx-banner .indx-menu-lg ul a span:nth-child(1), .pgname, header ul.mmenu > .first_menu > a span:nth-child(1), .fixBoxBtn {
  font-family: "Crimson Text", serif;
}

.fmix {
  font-family: "Crimson Text", "Noto Sans TC", sans-serif;
}

/******************************************/
/*		layout 共用
/******************************************/
/*----------------------通用設定------------------------*/
main[role^=main] {
  zoom: 1;
}
main[role^=main]:before,
main[role^=main]:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
main[role^=main]:after {
  clear: both;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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 {
  color: #fff;
  background: #000;
}

p::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
b::selection,
strong::selection,
span::selection,
li::selection,
div::selection,
a::selection,
img::selection {
  color: #fff;
  background: #000;
}

a {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: initial;
}

a[href^=tel] {
  color: #666;
}
a[href^=tel]:hover {
  color: #666;
}

*:focus {
  outline: none;
}

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

ul {
  list-style-type: none;
}

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

table {
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
}

/*----------------------編輯器------------------------*/
.editor_inner {
  line-height: 2.17;
  letter-spacing: 0.6px;
}
.editor_inner ul,
.editor_inner ol {
  list-style-type: revert;
  padding-left: 40px;
}
.editor_inner iframe {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .editor_inner iframe {
    height: auto !important;
  }
}
.editor_inner em {
  font-style: italic;
}
.editor_inner a {
  text-decoration: none;
}
.editor_inner table,
.editor_inner tr,
.editor_inner td {
  border-color: inherit;
  border-collapse: collapse;
  padding: revert-layer;
  margin: revert-layer;
}
.editor_inner p {
  margin-bottom: 1em;
}
.editor_inner table p {
  margin-bottom: 0;
}
.editor_inner h1,
.editor_inner h2,
.editor_inner h3,
.editor_inner h4,
.editor_inner h5,
.editor_inner h6 {
  margin: inherit;
}
.editor_inner blockquote {
  font-style: italic;
  padding: 2px 20px 0 8px;
  margin-left: 40px;
  border-left: 5px solid #ccc;
}
.editor_inner td,
.editor_inner th,
.editor_inner tr {
  margin: initial;
}
.editor_inner img {
  max-width: 100%;
  height: auto !important;
}
.editor_inner table.tableborder > tbody > tr > td {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}
.editor_inner img.imgblock {
  display: block;
}
.editor_inner .tableScroll {
  overflow-x: auto;
  padding: 2px;
}
.editor_inner .tableScroll table.tableHasBar > tbody > tr > td {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}
.editor_inner b,
.editor_inner strong {
  font-weight: bold;
}
@media (max-width: 767.99px) {
  .editor_inner {
    font-size: 0.875rem;
    color: #666;
    font-weight: 300;
  }
}
@media (min-width: 768px) {
  .editor_inner {
    font-size: 0.75rem;
    color: #666;
    font-weight: 300;
  }
}
.editor_inner .customized_title {
  font-family: Crimson Text;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.444;
  letter-spacing: 0;
  color: #000;
}
.editor_inner .customized_subtitle {
  font-family: Crimson Text;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
}
.editor_inner h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.05em;
  color: #000;
}
.editor_inner h3 {
  font-weight: 700;
  font-size: 12px;
  line-height: 2.16666;
  letter-spacing: 0.05em;
  color: #000;
}

/*----------------------頁籤------------------------*/
.page {
  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;
  clear: both;
  width: 100%;
  margin: 0 auto;
  gap: 0 15px;
}
.page dt,
.page dd {
  vertical-align: baseline;
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
}
.page dt a,
.page dd a {
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  font-family: Crimson Text;
  line-height: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  display: block;
}
.page dd {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media all and (min-width: 991px) {
  .page dd:hover a {
    color: #000;
  }
}
.page dd.active a {
  color: #000;
}
.page dt.ltbn a,
.page dt.rtbn a,
.page dt.ltbnMore a,
.page dt.rtbnMore a {
  position: relative;
  z-index: 2;
}
.page dt.ltbn {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #333333;
  margin-right: 8px;
}
.page dt.ltbn:before {
  position: absolute;
  content: "";
  background: url("../images/common/arrow_wh_left.svg") center/contain no-repeat;
  aspect-ratio: 1/2;
  width: 6px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (min-width: 991px) {
  .page dt.ltbn:hover {
    background-color: #000;
  }
}
.page dt.rtbn {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #333333;
  margin-left: 8px;
}
.page dt.rtbn:before {
  background: url("../images/common/arrow_wh_right.svg") center/contain no-repeat;
  aspect-ratio: 1/2;
  width: 6px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (min-width: 991px) {
  .page dt.rtbn:hover {
    background-color: #000;
  }
}
.page .nopage {
  opacity: 0.3;
  pointer-events: none;
}

/*----------------------go top------------------------*/
.fixBoxBtn {
  width: 50px;
  text-align: right;
  display: block;
  z-index: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  pointer-events: none;
}
.fixBoxBtn i:before, .fixBoxBtn i:after {
  content: " ";
  background-color: black;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.fixBoxBtn i:before {
  width: 30px;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 575.99px) {
  .fixBoxBtn i:before {
    width: 60px;
  }
}
.fixBoxBtn i:after {
  width: 8px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  position: absolute;
  top: 0;
  right: 22px;
}
@media (max-width: 575.99px) {
  .fixBoxBtn i:after {
    right: 50px;
    width: 10px;
  }
}
.fixBoxBtn.open {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.fixBoxBtn.change {
  position: absolute;
}
.fixBoxBtn.show {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 575.99px) {
  .fixBoxBtn {
    font-size: 0.9375rem;
    color: black;
    font-weight: 300;
    position: fixed;
    right: 25px;
    bottom: 0px;
  }
}
@media (min-width: 576px) {
  .fixBoxBtn {
    letter-spacing: 0px;
    font-size: 0.75rem;
    color: black;
    font-weight: 300;
    position: fixed;
    right: 25px;
    bottom: 15px;
  }
}
@media (min-width: 768px) {
  .fixBoxBtn:hover i:before {
    width: 50px;
  }
  .fixBoxBtn:hover i:after {
    right: 42px;
  }
}

/*----------------------top-menu-ul------------------------*/
@media (max-width: 991.99px) {
  .rowbox.top-menu-row {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}

#top-menu-ul {
  position: relative;
  z-index: 1;
}
@media (max-width: 991.99px) {
  #top-menu-ul {
    margin: 0 auto 35px;
  }
}
@media (min-width: 992px) {
  #top-menu-ul {
    margin: 0 auto 50px;
  }
}
#top-menu-ul .item_Menu {
  margin: 0 auto;
  overflow: hidden;
  height: 30px;
}
#top-menu-ul .item_menu_Box {
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  position: relative;
  text-align: center;
}
#top-menu-ul .item_menu_Box .item_menu_list {
  white-space: nowrap !important;
  padding-bottom: 0px;
  text-align: center;
  font-size: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#top-menu-ul .item_menu_Box li {
  height: 30px;
}
#top-menu-ul .item_menu_Box li:last-child a {
  margin: 0;
}
#top-menu-ul .item_menu_Box li a {
  position: relative;
  display: block;
  line-height: 1;
  letter-spacing: 0.6px;
  font-size: 0.875rem;
  color: #666;
  font-weight: 300;
  border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 991.99px) {
  #top-menu-ul .item_menu_Box li a {
    padding: 7px 0 3px;
    margin: 0 20px 0 0;
  }
}
@media (min-width: 992px) {
  #top-menu-ul .item_menu_Box li a {
    margin: 0 10px;
    padding: 7px 0;
  }
}
#top-menu-ul .item_menu_Box li.active a {
  border-color: black;
  color: black;
}

.flex-direction-nav {
  display: none;
}
.flex-direction-nav a {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  z-index: 10;
}
.flex-direction-nav a:after {
  position: absolute;
  top: 0%;
}
.flex-direction-nav a.flex-next {
  background: url(../svg/slick-next.svg) no-repeat center/15px;
  right: -18px;
}
.flex-direction-nav a.flex-prev {
  background: url(../svg/slick-prev.svg) no-repeat center/15px;
  left: -18px;
}

.open_flexslider .flex-direction-nav {
  display: block;
}

.text-center {
  text-align: center;
}

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

.text-justify {
  text-align: justify;
}

.mpsrel {
  position: relative;
}

.hide {
  display: none;
}

.bgcover {
  width: 100%;
  height: 0;
  background: center/cover;
  position: relative;
  overflow: hidden;
}
.bgcover picture {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.bgcover picture img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.rowbox {
  margin: 0 -15px 0 -15px;
  position: relative;
  max-width: 1200px;
  padding: 0 15px;
}

@media (max-width: 991.99px) {
  .show-lg {
    display: none;
  }
  .row.col-md-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bgcover[data-src-lg] {
    content: attr(data-src-lg, url);
  }
}
@media (min-width: 992px) {
  .show-sm {
    display: none;
  }
  .bgcover[data-src-sm] {
    content: attr(data-src-sm, url);
  }
}
.pc {
  display: block !important;
}
@media all and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.pc_991 {
  display: block !important;
}
@media all and (max-width: 991px) {
  .pc_991 {
    display: none !important;
  }
}

.mo {
  display: none !important;
}
@media all and (max-width: 768px) {
  .mo {
    display: block !important;
  }
}

.mo_991 {
  display: none !important;
}
@media all and (max-width: 991px) {
  .mo_991 {
    display: block !important;
  }
}

.severPage_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.1em;
  color: #000;
  padding: 102px 0 35px;
}

.mimg {
  width: 100%;
  margin: 0 0 30px;
}
.mimg img {
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
  background-color: #dbdbdb;
}
header.menu-expanded {
  background-color: rgba(0, 0, 0, 0.9);
}
header ul.mmenu > .first_menu {
  position: relative;
}
header ul.mmenu > .first_menu > a {
  position: relative;
  display: block;
  letter-spacing: 1.1px;
}
@media (max-width: 991.99px) {
  header ul.mmenu > .first_menu {
    padding: 0 25px;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header ul.mmenu > .first_menu > a {
    font-size: 0.875rem;
    color: white;
    font-weight: 300;
    line-height: 55px;
  }
  header ul.mmenu > .first_menu.has_second > a::after {
    background: url(../../dist/svg/header_arrow.svg) center/contain no-repeat;
    width: 18px;
    aspect-ratio: 1/0.5;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header ul.mmenu > .first_menu.active {
    background: rgba(255, 255, 255, 0.1);
  }
  header ul.mmenu > .first_menu.active > a::after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg);
  }
  header ul.mmenu > .first_menu.active .second_menu {
    opacity: 1;
    max-height: 1500px;
    -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
    transition: max-height 0.5s ease, opacity 0.5s ease;
  }
  header ul.mmenu > .first_menu.active .second_menu li:last-child {
    padding: 0 0 20px 0;
  }
}
@media (min-width: 992px) {
  header ul.mmenu > .first_menu {
    margin-left: 40px;
  }
  header ul.mmenu > .first_menu > a {
    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;
    font-size: 0.6875rem;
    color: #999;
    font-weight: 300;
    line-height: 1;
    min-width: 55px;
    overflow: hidden;
    text-align: center;
    padding: 15px 0;
  }
  header ul.mmenu > .first_menu span {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    display: block;
  }
  header ul.mmenu > .first_menu span:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  header ul.mmenu > .first_menu.active > a {
    color: black;
  }
  header ul.mmenu > .first_menu:hover .second_menu {
    opacity: 1;
    pointer-events: all;
  }
  header ul.mmenu > .first_menu:hover > a {
    color: black;
  }
  header ul.mmenu > .first_menu:hover > a span:nth-child(1) {
    opacity: 0;
  }
  header ul.mmenu > .first_menu:hover > a span:nth-child(2) {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  header ul.mmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 991.99px) {
  header ul.mmenu .second_menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    opacity: 0;
  }
}
@media (min-width: 992px) {
  header ul.mmenu .second_menu {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #e6e6e6;
    padding: 5px 0;
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  header ul.mmenu .second_menu > li {
    background: #e6e6e6;
  }
}
header ul.mmenu .second_menu > li > a {
  display: block;
  padding: 7.5px 10px;
  -webkit-transition: 0.75s;
  transition: 0.75s;
  line-height: 1.5;
}
@media (max-width: 991.99px) {
  header ul.mmenu .second_menu > li > a {
    color: #fff;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  header ul.mmenu .second_menu > li > a:hover {
    color: #fff;
    background: #000;
  }
}
header .menuicon {
  position: absolute;
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
header .menuicon .mpsrel {
  width: 30px;
  height: 30px;
}
header .menuicon .bar,
header .menuicon .bar:before,
header .menuicon .bar:after {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  height: 2px;
  width: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .menuicon .bar:before,
header .menuicon .bar:after {
  background-color: black;
}
header .menuicon .bar:before {
  top: -6px;
}
header .menuicon .bar:after {
  top: 8px;
}
@media (min-width: 992px) {
  header .menuicon {
    display: none;
  }
}
header.menu-expanded .menuicon .bar {
  background: rgba(255, 255, 255, 0);
}
header.menu-expanded .menuicon .bar:before {
  top: 0px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  background-color: white;
}
header.menu-expanded .menuicon .bar:after {
  top: 0px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  background-color: white;
}
header .logo .sh_about {
  display: none;
}
@media (max-width: 991.99px) {
  header {
    min-height: 79px;
  }
  header .title-bar {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 99;
    padding: 20px 25px;
  }
  header .logo {
    width: 92px;
    height: 39px;
    display: block;
  }
  header .show-lg.logo {
    display: none;
  }
  header .navBox {
    display: none;
    width: 100%;
    height: calc(100vh - 79px);
    margin-top: 79px;
    overflow-y: auto;
  }
}
@media (min-width: 992px) {
  header {
    padding: 25px 50px;
    background: #dbdbdb;
  }
  header .title-bar {
    display: none;
  }
  header .logo {
    width: 100px;
    height: 42px;
    display: block;
    position: absolute;
    top: 25px;
    left: 50px;
  }
  header .logo .white {
    display: none;
  }
}

footer {
  padding: 20px 25px 50px;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 71.5px 50px 25px;
  }
}
footer .logo {
  width: 100px;
  height: 42px;
  margin-bottom: 20px;
}
footer .info {
  font-size: 0.6875rem;
  color: #666;
  font-weight: 300;
  line-height: 1.82;
  letter-spacing: 0.55px;
}
footer .info span {
  margin-right: 5px;
}
@media (max-width: 767.99px) {
  footer .info span:nth-child(3) {
    display: block;
  }
}
@media (min-width: 768px) {
  footer .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
footer .fright {
  line-height: 20px;
  letter-spacing: 1.1px;
  font-size: 0.6875rem;
  color: #999;
  font-weight: 300;
}
@media (min-width: 992px) {
  footer .fright {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 350px);
            flex: 0 0 calc(100% - 350px);
    width: calc(100% - 350px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .fright i {
  display: inline-block;
  width: 1px;
  height: 13px;
  background-color: #999;
  margin: 0 6px;
  vertical-align: -2px;
}
footer .fright a {
  color: #999;
  display: inline-block;
}
footer .fright a:hover {
  color: black;
}
footer .fright a:hover .svg path {
  fill: black;
}
footer .fright .svg path {
  fill: #666;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
footer .fright .fb {
  width: 10px;
  height: 20px;
}
footer .fright .pix {
  width: 49px;
  height: 20px;
}
footer .fright .ig {
  width: 22px;
  height: 20px;
}
footer .fright .icongroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .fright .icongroup a {
  height: 20px;
}
@media (max-width: 991.99px) {
  footer .fright .icongroup {
    margin-top: 15px;
  }
  footer .fright .icongroup a {
    margin-right: 40px;
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
  }
}
@media (min-width: 992px) {
  footer .fright .icongroup {
    margin-left: 7px;
  }
  footer .fright .icongroup a {
    margin-left: 18px;
  }
}
footer a.coursebtn {
  position: absolute;
  top: 72px;
  right: 50px;
  color: black;
}
@media (max-width: 991.99px) {
  footer a.coursebtn {
    right: 25px;
    top: 20px;
  }
}
@media (min-width: 768px) {
  footer a.coursebtn:hover {
    background-color: black;
    color: white;
  }
}
@media (max-width: 991.99px) {
  footer .copyright {
    position: absolute;
    bottom: 17px;
    left: 25px;
  }
}

.lang_tw .en {
  display: none;
}
.lang_tw .tw {
  display: block;
}

.lang_en .en {
  display: block;
}
.lang_en .tw {
  display: none;
}

/******************************************/
/*		pages
/******************************************/
body {
  font-family: "Crimson Text", "Noto Sans TC", sans-serif;
  font-size: 0.6875rem;
  color: #666;
  font-weight: 300;
  background-color: #dbdbdb;
  line-height: 1.5;
  letter-spacing: 0.8px;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
}
body.fade-in {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  visibility: visible;
}
body.modal-open {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100vh;
}
@media (max-width: 575.99px) {
  body {
    font-size: 0.8125rem;
  }
}

@media (max-width: 575.99px) {
  main .container,
  main .col-12 {
    padding-left: 25px;
    padding-right: 25px;
  }
  main .row {
    margin-right: -25px;
    margin-left: -25px;
  }
}
@media (max-width: 991.99px) {
  main {
    padding-bottom: 80px;
    padding-top: 110px;
  }
}
@media (min-width: 992px) and (max-width: 1199.99px) {
  main .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  main {
    padding-top: 200px;
  }
  main .container {
    max-width: 1200px;
  }
}

.btn_more,
.back {
  position: relative;
  display: inline-block;
  letter-spacing: 0.8px;
  width: 140px;
  height: 40px;
  padding-left: 30px;
  line-height: 40px;
  letter-spacing: 1.4px;
}
.btn_more i,
.back i {
  position: relative;
  width: 12px;
  height: 10px;
  margin-left: 5px;
  display: inline-block;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.btn_more i:before, .btn_more i:after,
.back i:before,
.back i:after {
  content: " ";
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.btn_more i:before,
.back i:before {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn_more i:after,
.back i:after {
  width: 6px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  position: absolute;
  top: 0;
  right: 0;
}

.btn_more {
  font-size: 0.875rem;
  color: white;
  font-weight: 300;
  background-color: black;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_more i:before, .btn_more i:after {
  background-color: white;
}
.btn_more:hover {
  color: white;
}
.btn_more:hover i {
  width: 18px;
}
.btn_more.transparent:hover {
  color: white;
  background-color: transparent;
  border: 1px solid #fff;
}
.btn_more.transparent:hover i {
  width: 18px;
}

.back {
  font-size: 0.875rem;
  color: black;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid black;
}
.back i:before, .back i:after {
  background-color: black;
}
.back:hover {
  color: black;
  border: 1px solid black;
}
.back:hover i {
  width: 18px;
}

.pgnametop {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (max-width: 767.99px) {
  .pgnametop {
    height: 50px;
  }
  .pgnametop.hide-sm {
    display: none;
  }
}
@media (min-width: 768px) {
  .pgnametop {
    height: 65px;
  }
}

.pgname {
  line-height: 1.23;
  letter-spacing: 1.8px;
  margin-bottom: 47px;
  font-size: 1.125rem;
  color: black;
  font-weight: 400;
}

a.coursebtn,
#zoom {
  display: block;
  width: 140px;
  height: 40px;
  border: 1px solid black;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1.4px;
  font-size: 0.875rem;
  color: black;
  font-weight: 300;
}
@media (min-width: 768px) {
  a.coursebtn:hover,
  #zoom:hover {
    background-color: black;
    color: white;
  }
}

.bgtop {
  width: 100%;
  height: 100px;
  background-color: #dbdbdb;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
@media (max-width: 991.99px) {
  .bgtop {
    display: none;
  }
}

@media (min-width: 1200px) {
  .c_sidebar > div {
    padding-left: 22%;
  }
}
.c_sidebar.sticky {
  position: fixed;
  top: 100px;
  z-index: 10;
}
.c_sidebar.change {
  position: absolute;
  bottom: 0;
  top: initial;
  z-index: 10;
}
.c_sidebar ul.sidemenu li {
  margin-bottom: 19px;
}
.c_sidebar ul.sidemenu li:last-child {
  margin-bottom: 0;
}
.c_sidebar ul.sidemenu a {
  line-height: 1.16;
  display: inline-block;
  letter-spacing: 0.6px;
  font-size: 0.75rem;
  color: #666;
  font-weight: 300;
  border-bottom: 1px solid #dbdbdb;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.c_sidebar ul.sidemenu a.active {
  border-color: black;
  color: black;
}
@media (max-width: 991.99px) {
  .c_sidebar ul.sidemenu {
    display: none;
  }
}
@media (min-width: 768px) {
  .c_sidebar ul.sidemenu a:hover {
    border-color: black;
    color: black;
  }
}
@media (min-width: 992px) {
  .c_sidebar #top-menu-ul {
    display: none;
  }
}

#lightcase-case {
  padding: 0 15px;
}
#lightcase-case iframe {
  max-width: calc(100vw - 30px) !important;
}

#lightcase-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 575.99px) {
  a[class*=lightcase-icon-].lightcase-icon-close {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}
@media (min-width: 576px) {
  a[class*=lightcase-icon-].lightcase-icon-close {
    width: 34px;
    height: 34px;
    background-size: 34px;
  }
}
a[class*=lightcase-icon-].lightcase-icon-close:before {
  display: none;
}

.slickbox {
  position: relative;
}
.slickbox .svg polyline {
  fill: none;
  stroke: #B9B9B9;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 767.99px) {
  .slickbox .svg {
    width: 15px;
  }
}
@media (min-width: 768px) {
  .slickbox .svg {
    width: 18px;
  }
}
.slickbox .slickprev, .slickbox .slicknext {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slickbox .slickprev:after, .slickbox .slicknext:after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.slickbox .slickprev .svg, .slickbox .slicknext .svg {
  position: relative;
  z-index: 2;
}
@media (max-width: 575.99px) {
  .slickbox .slickprev {
    left: -15px;
  }
}
@media (min-width: 576px) {
  .slickbox .slickprev {
    left: -30px;
  }
}
@media (min-width: 992px) {
  .slickbox .slickprev {
    width: 56px;
    height: 59px;
    padding: 11px 17px;
    left: -65px;
  }
}
@media (max-width: 575.99px) {
  .slickbox .slicknext {
    right: -15px;
  }
}
@media (min-width: 576px) {
  .slickbox .slicknext {
    right: -30px;
  }
}
@media (min-width: 992px) {
  .slickbox .slicknext {
    width: 58px;
    height: 58px;
    padding: 11px 20px;
    right: -65px;
  }
}
@media (min-width: 992px) {
  .slickbox a:hover .svg polyline {
    stroke: #ff6e19;
  }
}
@media (max-width: 575.99px) {
  .slickbox .slick-dots {
    margin-top: -6px;
  }
}
@media (min-width: 768px) {
  .slickbox .slick-dots {
    margin-top: 12px;
  }
}
@media (max-width: 575.99px) {
  .slickbox .slick-dots li {
    margin: 0 5px;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
.slickbox .slick-dots li button {
  width: 13px;
  height: 13px;
  padding: 0;
}
.slickbox .slick-dots li button::before {
  width: 9px;
  height: 9px;
  background: #ff6e19;
}
.slickbox .slick-dots li.slick-active button::before {
  border: 1px solid #ff6e19;
  background: white;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (max-width: 767.99px) {
  .slickbox .slick-dots li.slick-active button::before {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media (min-width: 768px) {
  .slickbox .slick-dots li.slick-active button::before {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.form_des {
  font-size: 0.75rem;
  color: black;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.6px;
  margin-bottom: 50px;
}
.form_des i {
  color: #a70000;
}
@media (max-width: 991.99px) {
  .form_des {
    font-size: 0.875rem;
    margin-bottom: 40px;
  }
}

form {
  overflow: hidden;
  letter-spacing: 1.2px;
}
form input, form select, form textarea {
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding: 5px;
  border: solid 1px #666666;
  background-color: #dbdbdb;
  border-radius: 0;
  font-size: 0.75rem;
  color: #666;
  font-weight: 300;
}
form input:focus, form select:focus, form textarea:focus {
  outline: none;
}
form input[type=radio] {
  border-radius: 0;
  padding: 0;
}
form label {
  line-height: 1;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}
@media (max-width: 767.99px) {
  form label {
    font-size: 0.875rem;
    color: #666;
    font-weight: 300;
  }
}
@media (min-width: 768px) {
  form label {
    font-size: 0.75rem;
    color: #666;
    font-weight: 300;
  }
}
@media (max-width: 767.99px) {
  form label i {
    font-size: 0.875rem;
    color: #ff4444;
    font-weight: 300;
  }
}
@media (min-width: 768px) {
  form label i {
    font-size: 0.75rem;
    color: #ff4444;
    font-weight: 300;
  }
}
form.form-horizontal .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form .form-group {
  margin-bottom: 0;
}
form .form-group.mtop {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
form .form-group.mcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form .with-errors {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-height: 10px;
  letter-spacing: 0.5px;
  line-height: 1;
  font-size: 0.625rem;
  color: #ff4444;
  font-weight: 300;
  display: block;
}
form .with-errors .list-unstyled li:before {
  content: "╳";
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  display: inline-block;
  margin-right: 2px;
}
@media (max-width: 767.99px) {
  form .with-errors {
    margin: 6px 0 15px;
  }
}
@media (min-width: 768px) {
  form .with-errors {
    margin: 6px 0 20px;
  }
}
form button[type=submit] {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  cursor: pointer;
}
@media (max-width: 767.99px) {
  form input, form select {
    height: 40px;
  }
}
@media (min-width: 768px) {
  form input, form select {
    height: 30px;
  }
}
form .flex-check_radi .g_check_radi {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
form .check_radi {
  width: auto;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 15px;
}
@media (max-width: 767.99px) {
  form .check_radi {
    font-size: 0.875rem;
    color: #666;
    font-weight: 300;
  }
}
@media (min-width: 768px) {
  form .check_radi {
    font-size: 0.75rem;
    color: #666;
    font-weight: 300;
  }
}
form .check_radi input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  z-index: 5;
}
form .check_radi .boxmark {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 16px;
  width: 16px;
  border: 1px solid #666;
  border-radius: 99em;
}
form .check_radi .boxmark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  width: 9px;
  height: 9px;
  background: #666;
  border-radius: 99em;
}
form .check_radi input:checked ~ .boxmark:after {
  display: block;
}
form .check_radi .checkmark {
  position: absolute;
  top: 0.3em;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #666;
}
form .check_radi .checkmark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  width: 15px;
  height: 15px;
  background: url("../images/agree_yes.png") no-repeat center/11px;
}
form .check_radi input:checked ~ .checkmark:after {
  display: block;
}
form select::-ms-expand {
  display: none;
}
form select {
  background: url("../images/select_down.png") no-repeat calc(100% - 12px) 55%/15px;
  padding: 3px 15px 3px 10px;
  outline: none;
}
@media screen\0  {
  form select {
    background: url("../images/select_down.png") no-repeat calc(100% - 12px) 55%/15px;
  }
}

@media (min-width: 1200px) {
  .inquiry .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 5%;
  }
}

@media (min-width: 768px) {
  .inquiry form .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .inquiry form .mflex-1 .form-group {
    width: calc(33.333% - 10px);
    margin-right: 15px;
  }
}
.inquiry form .mflex-1 .flex-check_radi label {
  display: block;
  margin-bottom: 10px;
}
.inquiry form .mflex-1 .g_check_radi {
  padding-left: 6px;
}
.inquiry form .mflex-1 .check_radi {
  padding-right: 25px;
}
@media (max-width: 767.99px) {
  .inquiry form .mflex-1 .check_radi {
    line-height: 20px;
    margin: 0 15px 25px 0px;
  }
}
@media (min-width: 768px) {
  .inquiry form .mflex-1 .check_radi {
    line-height: 30px;
    margin: 0 15px 20px 0px;
  }
}
@media (min-width: 768px) {
  .inquiry form .mflex-2 .form-group {
    width: 33.333%;
  }
  .inquiry form .mflex-2 .form-group:nth-child(2) {
    margin: 0 15px;
  }
}
.inquiry form .mflex-3 label {
  display: block;
  margin-bottom: 24px;
}
.inquiry form .mflex-3 .flex-check_radi {
  width: 100%;
}
.inquiry form .mflex-3 .g_check_radi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inquiry form .mflex-3 .g_check_radi > div {
  margin-bottom: 28px;
}
@media (max-width: 767.99px) {
  .inquiry form .mflex-3 .g_check_radi > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .inquiry form .mflex-3 .g_check_radi > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}
.inquiry form .mflex-3 .check_radi {
  padding: 0 0px 0 25px;
  line-height: 1.5;
}
.inquiry form .mflex-4 .form-group {
  width: 100%;
}
@media (max-width: 767.99px) {
  .inquiry form .mflex-4 textarea {
    height: 175px;
  }
}
@media (min-width: 768px) {
  .inquiry form .mflex-4 textarea {
    height: 300px;
  }
}
.inquiry form .the_send {
  border: 1px solid #666;
  line-height: 1.71;
  letter-spacing: 1.4px;
  font-size: 0.875rem;
  color: #666;
  font-weight: 300;
  text-align: center;
  width: 140px;
  height: 30px;
  line-height: 27px;
  display: block;
  margin-top: 40px;
}
@media (max-width: 767.99px) {
  .inquiry form .the_send {
    line-height: 37px;
    height: 40px;
  }
}
@media (min-width: 768px) {
  .inquiry form .the_send:hover {
    background: black;
    color: white;
    border-color: black;
  }
}

@media (min-width: 992px) {
  .indx-banner .indx-menu-sm {
    display: none;
  }
}
.indx-banner .indx-menu-sm header {
  background-color: rgba(0, 0, 0, 0);
}
.indx-banner .indx-menu-sm header .menuicon .bar:before, .indx-banner .indx-menu-sm header .menuicon .bar:after {
  background-color: white;
}
.indx-banner .indx-menu-sm header.menu-expanded {
  background-color: rgba(0, 0, 0, 0.9);
}
.indx-banner .indx-menu-sm header.menu-expanded .logo .sh_about {
  opacity: 0;
}
.indx-banner .indx-menu-sm header .logo img {
  display: none;
}
.indx-banner .indx-menu-sm header .logo .sh_about {
  display: block;
}
.indx-banner .indx-menu-lg {
  position: fixed;
  top: 25px;
  left: 50px;
  z-index: 11;
}
@media (max-width: 991.99px) {
  .indx-banner .indx-menu-lg {
    display: none;
  }
}
.indx-banner .indx-menu-lg .logo {
  width: 100px;
  height: 42px;
  margin-bottom: 53px;
}
.indx-banner .indx-menu-lg ul li {
  margin-bottom: 20px;
  line-height: 9.09px;
  letter-spacing: 1.1px;
}
.indx-banner .indx-menu-lg ul a {
  font-size: 0.6875rem;
  color: white;
  font-weight: 300;
  display: block;
  position: relative;
}
.indx-banner .indx-menu-lg ul a span {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.indx-banner .indx-menu-lg ul a span:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.indx-banner .indx-menu-lg ul a:hover span:nth-child(1) {
  opacity: 0;
}
.indx-banner .indx-menu-lg ul a:hover span:nth-child(2) {
  opacity: 1;
}
.indx-banner .slick-slide, .indx-banner .bgcover {
  height: 100vh;
}
.indx-banner .slick-slide .bgcover {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 12s;
  transition: -webkit-transform 12s;
  transition: transform 12s;
  transition: transform 12s, -webkit-transform 12s;
}
.indx-banner .slickinit .slick-slide.slick-active .bgcover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (min-width: 1200px) {
  .contact .pdr {
    padding-left: 6.25%;
  }
}
@media (max-width: 575.99px) {
  .contact .txt-ch {
    font-size: 0.875rem;
    letter-spacing: 0.6px;
  }
}
@media (min-width: 576px) {
  .contact .txt-ch {
    font-size: 0.75rem;
    letter-spacing: 0.6px;
  }
}
.contact .txt-en {
  font-size: 0.78125rem;
  letter-spacing: 0px;
}
.contact .info {
  margin-top: 32px;
}
.contact .info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.contact .info span:nth-child(1) {
  width: 36px;
  margin-right: 16px;
}
.contact .info a {
  color: #666;
}
.contact .info .icon {
  vertical-align: 2px;
}
.contact .coursebtn {
  margin: 36px 0;
}

.editor_Box #zoom {
  margin: 50px auto 0;
}
@media (min-width: 768px) {
  .editor_Box #zoom {
    display: none;
  }
}

.modal-content {
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  position: fixed;
  top: 0%;
  left: 0%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 10vh 0px 0;
}
.modal-content .modalBox {
  margin: 0 auto;
  padding: 0;
  width: calc(100% - 40px);
  overflow: hidden;
}
.modal-content .mimgbox {
  width: 100%;
  height: 75vh;
}
.modal-content .mimgbox img {
  width: auto;
  height: 70vh;
  max-width: inherit;
}
.modal-content span.close {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 10;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 20px;
  right: 20px;
}
.modal-content span.close:after, .modal-content span.close:before {
  content: " ";
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal-content span.close:after {
  width: 2px;
  height: 30px;
}
.modal-content span.close:before {
  width: 30px;
  height: 2px;
}
.modal-content .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 12px;
}
.modal-content .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .modal-content .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  background: #666;
  border-radius: 0px;
  height: 4px;
}
.modal-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #cfcece;
  height: 4px;
  border-radius: 0px;
}
.modal-content .mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background: url(../svg/magnifier_left.svg) center no-repeat;
  background-size: 8px;
  width: 8px;
}
.modal-content .mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background: url(../svg/magnifier_right.svg) center no-repeat;
  background-size: 8px;
  width: 8px;
}

@media (min-width: 992px) {
  .team .container {
    max-width: 100%;
  }
  .team .container .leftbox {
    height: calc(100vh - 91px);
    padding: 0;
    position: fixed;
    bottom: 0px;
    left: 0;
  }
  .team .container .leftbox .pgname {
    margin-top: 110px;
  }
  .team .container .leftbox .box {
    max-width: 600px;
    padding: 0 15px 0 11%;
    width: 100%;
    margin-left: auto !important;
  }
  .team .container .leftbox.change {
    position: absolute;
    bottom: 100px;
  }
  .team .container .leftbox .mCSB_inside > .mCSB_container {
    margin-right: 0;
    left: revert !important;
    right: 0 !important;
  }
  .team .container .leftbox .mCSB_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .team .container .leftbox .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #dbdbdb;
  }
  .team .container .leftbox .mCSB_scrollTools .mCSB_draggerRail,
  .team .container .leftbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #dbdbdb;
  }
  .team .container .offset-lg-6 {
    padding: 0;
  }
}
.team .mflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.99px) {
  .team .mflex {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .team .mflex {
    margin-bottom: 75px;
  }
}
.team .bgcover {
  padding-bottom: 121%;
}
@media (max-width: 767.99px) {
  .team .mimg {
    width: 45%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
@media (min-width: 768px) {
  .team .mimg {
    width: 235px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 235px;
            flex: 0 0 235px;
  }
}
.team .mname {
  background-color: #e9e9e9;
  letter-spacing: 0.8px;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transform: translateX(-27px);
          transform: translateX(-27px);
}
@media (max-width: 767.99px) {
  .team .mname {
    width: 80px;
    height: 25px;
    padding: 5px 0;
    font-size: 0.75rem;
    color: black;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 65px;
  }
}
@media (min-width: 768px) {
  .team .mname {
    width: 130px;
    height: 40px;
    padding: 8px 0;
    font-size: 1rem;
    color: black;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 100px;
  }
}
@media (max-width: 767.99px) {
  .team .des {
    letter-spacing: 0px;
    padding-left: 6px;
  }
  .team .des .fch {
    font-size: 0.875rem;
    color: black;
    font-weight: 300;
    margin-bottom: 6px;
  }
  .team .des .fen, .team .des .fixBoxBtn, .team .des header ul.mmenu > .first_menu > a span:nth-child(1), header ul.mmenu > .first_menu > a .team .des span:nth-child(1), .team .des .pgname, .team .des .indx-banner .indx-menu-lg ul a span:nth-child(1), .indx-banner .indx-menu-lg ul a .team .des span:nth-child(1) {
    font-size: 0.75rem;
    color: #666666;
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .team .des {
    letter-spacing: 0.6px;
    padding-left: 12px;
  }
  .team .des .fch {
    font-size: 0.75rem;
    color: black;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 6px;
  }
  .team .des .fen, .team .des .fixBoxBtn, .team .des header ul.mmenu > .first_menu > a span:nth-child(1), header ul.mmenu > .first_menu > a .team .des span:nth-child(1), .team .des .pgname, .team .des .indx-banner .indx-menu-lg ul a span:nth-child(1), .indx-banner .indx-menu-lg ul a .team .des span:nth-child(1) {
    font-size: 0.75rem;
    color: #666666;
    font-weight: 400;
    line-height: 1.33;
  }
}
@media (max-width: 767.99px) {
  .team .editor_Box img {
    margin-bottom: 2px;
  }
}
@media (min-width: 768px) {
  .team .editor_Box img {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .team .editor_Box {
    max-width: 630px;
    padding-top: 55px;
  }
}

@media (min-width: 1200px) {
  .design .w1230 {
    max-width: 1230px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .design .pgname {
    padding-left: 6.25%;
  }
}
.design.container {
  max-width: 100%;
}
@media (max-width: 991.99px) {
  .design.container {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .design.container {
    padding: 0 50px;
  }
}
@media (max-width: 767.99px) {
  .design .row.mtemp .col {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .design .row.mtemp {
    margin-left: -18px;
    margin-right: -18px;
    margin-bottom: 36px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .design .row.mtemp .col {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 768px) {
  .design .mtemp.v1 .col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    width: 48%;
  }
  .design .mtemp.v1 .col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    width: 23%;
  }
  .design .mtemp.v1 .col:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29%;
            flex: 0 0 29%;
    width: 29%;
  }
}
.design .mtemp.v1 .col:nth-child(1) .bgcover {
  padding-bottom: 70%;
}
.design .mtemp.v1 .col:nth-child(2) .bgcover {
  padding-bottom: 105%;
}
.design .mtemp.v1 .col:nth-child(3) .bgcover {
  padding-bottom: 115%;
}
@media (min-width: 768px) {
  .design .mtemp.v2 .col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    width: 35%;
  }
  .design .mtemp.v2 .col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    width: 20%;
  }
  .design .mtemp.v2 .col:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21%;
            flex: 0 0 21%;
    width: 21%;
  }
  .design .mtemp.v2 .col:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
    width: 24%;
  }
}
.design .mtemp.v2 .col:nth-child(1) .bgcover {
  padding-bottom: 68%;
}
.design .mtemp.v2 .col:nth-child(2) .bgcover {
  padding-bottom: 140%;
}
.design .mtemp.v2 .col:nth-child(3) .bgcover {
  padding-bottom: 145%;
}
.design .mtemp.v2 .col:nth-child(4) .bgcover {
  padding-bottom: 112%;
}
@media (min-width: 768px) {
  .design .mtemp.v3 .col:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27%;
            flex: 0 0 27%;
    width: 48%;
  }
  .design .mtemp.v3 .col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    width: 33%;
  }
  .design .mtemp.v3 .col:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    width: 40%;
  }
}
.design .mtemp.v3 .col:nth-child(1) .bgcover {
  padding-bottom: 140%;
}
.design .mtemp.v3 .col:nth-child(2) .bgcover {
  padding-bottom: 100%;
}
.design .mtemp.v3 .col:nth-child(3) .bgcover {
  padding-bottom: 90%;
}

.ranking .posfixed {
  background-color: #dbdbdb;
  position: absolute;
  z-index: 10;
}
@media (max-width: 991.99px) {
  .ranking .posfixed.sticky {
    position: fixed;
    top: 78px;
    left: 0;
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .ranking .posfixed.sticky {
    position: fixed;
    top: 100px;
  }
}
.ranking .posfixed.change {
  position: absolute;
}
.ranking h1 {
  line-height: 1.63;
  letter-spacing: 0.8px;
  font-size: 1rem;
  color: black;
  font-weight: 300;
}
@media (max-width: 991.99px) {
  .ranking h1 {
    margin: 0px 0 26px;
  }
}
@media (min-width: 992px) {
  .ranking h1 {
    margin: 60px 0 26px;
  }
}
.ranking .um_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.6px;
  line-height: 1;
  margin-bottom: 25px;
}
.ranking .um_menu a {
  padding-bottom: 5px;
  border-bottom: 1px solid #dbdbdb;
  margin-right: 35px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 767.99px) {
  .ranking .um_menu a {
    font-size: 0.875rem;
    color: #666;
    font-weight: 300;
  }
}
@media (min-width: 768px) {
  .ranking .um_menu a {
    font-size: 0.75rem;
    color: #666;
    font-weight: 300;
  }
  .ranking .um_menu a:hover {
    color: black;
    border-color: black;
  }
}
.ranking .um_menu a.active {
  color: black;
  border-color: black;
}
@media (max-width: 991.99px) {
  .ranking .info {
    margin-top: 105px;
  }
}
@media (min-width: 992px) {
  .ranking .info {
    margin-top: 155px;
  }
}
.ranking .info li {
  position: relative;
  line-height: 2.17;
  letter-spacing: 0.6px;
}
@media (max-width: 767.99px) {
  .ranking .info li {
    font-size: 0.875rem;
    color: #666;
    font-weight: 300;
    padding-right: 50px;
    margin-bottom: 25px;
    line-height: 1.8;
  }
  .ranking .info li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .ranking .info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75rem;
    color: #666;
    font-weight: 300;
  }
}
@media (min-width: 768px) {
  .ranking .info .mname {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75px;
            flex: 0 0 75px;
    width: 75px;
  }
}
.ranking .info .remark {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .ranking .info .remark {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
  }
}
@media (max-width: 991.99px) {
  .ranking #top-menu-ul .item_menu_Box {
    text-align: left;
  }
}

.course .info h1 {
  line-height: 1.67;
  letter-spacing: 0.45px;
  font-size: 1.125rem;
  color: black;
  font-weight: 400;
}
.course .info h1:before {
  content: " ";
  display: block;
  width: 30px;
  height: 1px;
  background-color: black;
  margin-bottom: 14px;
}
.course .info h1 + div {
  line-height: 2.1666666;
  letter-spacing: 0.22em;
  font-size: 0.75rem;
  color: black;
  font-weight: 300;
}
@media (max-width: 767.99px) {
  .course .info h1 + div {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .course .info h1 + div {
    margin-bottom: 98px;
  }
}
@media (max-width: 767.99px) {
  .course .info .editor_Box {
    margin: 15px 0 60px;
  }
}
@media (min-width: 768px) {
  .course .info .editor_Box {
    margin: 30px 0 60px;
  }
}

@media (max-width: 767.99px) {
  .course_detail .editor_Box {
    margin: 0 0 60px;
  }
}
@media (min-width: 768px) {
  .course_detail .editor_Box {
    margin: 0 0 60px;
  }
}

@media (min-width: 1200px) {
  .course .category .pgname {
    padding-left: 10.5%;
  }
  .course .category .btn_more {
    margin-left: 10.5%;
  }
}
.course .category .c_sidebar {
  background-color: #dbdbdb;
}
.course .category .c_sidebar > div {
  padding-left: 0;
}
.course .category #master {
  background-color: white;
  position: relative;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.course .category #master .bgcover {
  padding-bottom: 63%;
  opacity: 0;
}
.course .category #master .txttop,
.course .category #master .txtbtm {
  line-height: 1;
  letter-spacing: 5.4px;
  z-index: 10;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  opacity: 0;
}
@media (max-width: 991.99px) {
  .course .category #master .txttop,
  .course .category #master .txtbtm {
    font-size: 2.25rem;
    color: black;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .course .category #master .txttop,
  .course .category #master .txtbtm {
    font-size: 4.5rem;
    color: black;
    font-weight: 400;
  }
}
.course .category #master .txttop {
  position: absolute;
  top: -0.5em;
  right: 20%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.course .category #master .txtbtm {
  position: absolute;
  bottom: -0.5em;
  left: 10%;
}
.course .category #master.active {
  opacity: 1;
}
.course .category #master.active .txttop,
.course .category #master.active .txtbtm {
  opacity: 1;
}
.course .category #master.active .txttop {
  right: 10px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.course .category #master.active .txtbtm {
  left: 10px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
@media (max-width: 991.99px) {
  .course .category .btn_more {
    margin: 60px 13px 0 0;
  }
}
@media (min-width: 992px) {
  .course .category .btn_more {
    margin: 75px 20px 0 0;
    height: 40px;
    line-height: 40px;
  }
}
.course .category .courseBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.course .category .cou_name.pgnametop {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}
@media (max-width: 991.99px) {
  .course .category .cou_name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 0 0 20px;
  }
}
@media (min-width: 992px) {
  .course .category .cou_name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    padding: 0 40px 40px;
  }
}
.course .category .cou_name a {
  display: block;
}
@media (max-width: 991.99px) {
  .course .category .cou_name a {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .course .category .cou_name a {
    padding-bottom: 100px;
  }
  .course .category .cou_name a:hover h4:before {
    width: 100%;
  }
}
.course .category .cou_name h4 {
  line-height: 1.67;
  letter-spacing: 0.45px;
  font-size: 1.125rem;
  color: black;
  font-weight: 400;
}
.course .category .cou_name h4:before {
  content: " ";
  display: block;
  width: 30px;
  height: 1px;
  background-color: black;
  margin-bottom: 14px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.course .category .cou_name h4 + div {
  line-height: 2.5;
  letter-spacing: 0.6px;
  font-size: 0.75rem;
  color: black;
  font-weight: 300;
  width: 67%;
}
@media all and (max-width: 991px) {
  .course .category .cou_name h4 + div {
    width: 100%;
  }
}
.course .category .cou_name.active h4:before {
  width: 100%;
}

@media (max-width: 991.99px) {
  .hd-course {
    display: none;
  }
}

@media (max-width: 767.99px) {
  .about .editor_Box {
    margin: 0px 0 35px;
  }
}
@media (min-width: 768px) {
  .about .editor_Box {
    margin: 150px 0 90px;
  }
}
@media (max-width: 767.99px) {
  .about .slides li > div {
    width: 100vw;
  }
}
@media (min-width: 768px) {
  .about .slides li > div {
    width: calc(33.3333333333vw - 8px);
    margin-right: 8px;
  }
}
.about .slides li:last-child > div {
  margin-right: 0;
}
.about .slides .bgcover {
  padding-bottom: 62%;
}
@media (min-width: 1200px) {
  .about .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 5%;
  }
}
.about #top-menu-ul {
  margin-bottom: 0;
}
.about #top-menu-ul .item_Menu, .about #top-menu-ul .item_menu_Box li {
  height: auto;
}
.about #top-menu-ul .item_menu_Box {
  overflow: hidden;
}
.about .flex-direction-nav {
  display: block;
}
.about .flex-direction-nav a {
  width: 50px;
  height: 50px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.about .flex-direction-nav a.flex-next {
  background: url(../svg/slick-next-w.svg) #333333 no-repeat center/15px;
  right: 0px;
}
.about .flex-direction-nav a.flex-prev {
  background: url(../svg/slick-prev-w.svg) #333333 no-repeat center/15px;
  left: 0px;
}
.about .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0;
}
.about .mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #eee;
}
.about .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: black;
}

.application .info h1 {
  line-height: 1.67;
  letter-spacing: 0.45px;
  font-size: 1.125rem;
  color: black;
  font-weight: 400;
}
.application .info h1:before {
  content: " ";
  display: block;
  width: 30px;
  height: 1px;
  background-color: black;
  margin-bottom: 14px;
}
.application .info h1 + div {
  line-height: 2.1666666;
  letter-spacing: 0.22em;
  font-size: 0.75rem;
  color: black;
  font-weight: 300;
}
@media (max-width: 767.99px) {
  .application .info h1 + div {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .application .info h1 + div {
    margin-bottom: 98px;
  }
}
@media (max-width: 767.99px) {
  .application .info .editor_Box {
    margin: 0 0 60px;
  }
}
@media (min-width: 768px) {
  .application .info .editor_Box {
    margin: 0 0 60px;
  }
}

@media (min-width: 1200px) {
  .application .category .pgname {
    padding-left: 10.5%;
  }
  .application .category .btn_more {
    margin-left: 10.5%;
  }
}
.application .category .c_sidebar {
  background-color: #dbdbdb;
}
.application .category .c_sidebar > div {
  padding-left: 0;
}
.application .category #master {
  background-color: white;
  position: relative;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.application .category #master .bgcover {
  padding-bottom: 63%;
  opacity: 0;
}
.application .category #master .txttop,
.application .category #master .txtbtm {
  line-height: 1;
  letter-spacing: 5.4px;
  z-index: 10;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  opacity: 0;
}
@media (max-width: 991.99px) {
  .application .category #master .txttop,
  .application .category #master .txtbtm {
    font-size: 2.25rem;
    color: black;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .application .category #master .txttop,
  .application .category #master .txtbtm {
    font-size: 4.5rem;
    color: black;
    font-weight: 400;
  }
}
.application .category #master .txttop {
  position: absolute;
  top: -0.5em;
  right: 20%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.application .category #master .txtbtm {
  position: absolute;
  bottom: -0.5em;
  left: 10%;
}
.application .category #master.active {
  opacity: 1;
}
.application .category #master.active .txttop,
.application .category #master.active .txtbtm {
  opacity: 1;
}
.application .category #master.active .txttop {
  right: 10px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.application .category #master.active .txtbtm {
  left: 10px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
@media (max-width: 991.99px) {
  .application .category .btn_more {
    margin: 60px 13px 0 0;
  }
}
@media (min-width: 992px) {
  .application .category .btn_more {
    margin: 75px 20px 0 0;
    height: 40px;
    line-height: 40px;
  }
}
.application .category .courseBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.application .category .cou_name.pgnametop {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}
@media (max-width: 991.99px) {
  .application .category .cou_name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 0 0 20px;
  }
}
@media (min-width: 992px) {
  .application .category .cou_name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    padding: 0 40px 40px;
  }
}
.application .category .cou_name a {
  display: block;
}
@media (max-width: 991.99px) {
  .application .category .cou_name a {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .application .category .cou_name a {
    padding-bottom: 100px;
  }
  .application .category .cou_name a:hover h4:before {
    width: 100%;
  }
}
.application .category .cou_name h4 {
  line-height: 1.67;
  letter-spacing: 0.45px;
  font-size: 1.125rem;
  color: black;
  font-weight: 400;
}
.application .category .cou_name h4:before {
  content: " ";
  display: block;
  width: 30px;
  height: 1px;
  background-color: black;
  margin-bottom: 14px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.application .category .cou_name h4 + div {
  line-height: 2.5;
  letter-spacing: 0.6px;
  font-size: 0.75rem;
  color: black;
  font-weight: 300;
  width: 67%;
}
@media all and (max-width: 991px) {
  .application .category .cou_name h4 + div {
    width: 100%;
  }
}
.application .category .cou_name.active h4:before {
  width: 100%;
}