@charset "UTF-8";
/******************************************/
/*		bootstrap-okadmin
/******************************************/
/* > reset */
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&subset=cyrillic,latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
*,
*::before,
*::after {
  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: transparent;
}

@-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: white;
}

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

hr {
  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;
  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: .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: -.25em;
}

sup {
  top: -.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 {
  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: .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"] {
  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: .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: flex;
  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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.order-first {
  order: -1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    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: white !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;
}

/******************************************/
/*		base 歸零 變數
/******************************************/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
}

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

main[role="main"], main[role="main"] article, section, .container_box, .path, .editoBox, .headerBox, footer, .map_box, .banner, .main_banner {
  zoom: 1;
}
main[role="main"]:before, main[role="main"] article:before, section:before, .container_box:before, .path:before, .editoBox:before, .headerBox:before, footer:before, .map_box:before, .banner:before, .main_banner:before, main[role="main"]:after, main[role="main"] article:after, section:after, .container_box:after, .path:after, .editoBox:after, .headerBox:after, footer:after, .map_box:after, .banner:after, .main_banner:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
main[role="main"]:after, main[role="main"] article:after, section:after, .container_box:after, .path:after, .editoBox:after, .headerBox:after, footer:after, .map_box:after, .banner:after, .main_banner:after {
  clear: both;
}

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

/******************************************/
/*		layout 共用
/******************************************/
/*----------------------通用設定------------------------*/
body {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-size: 0.938rem;
  font-family: "Noto Sans TC", "Fira Sans", Arial, sans-serif, 微軟正黑體;
  line-height: 1.25rem;
  letter-spacing: 1px;
  overflow: auto;
  color: #2d2d2d;
  background: #f4f4f4;
  word-wrap: break-word;
}

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: white;
  background: #3072b9;
}

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

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

html img {
  max-width: 100%;
}

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

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

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

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

input, select, textarea {
  outline: none;
  padding: 0 10px;
}

select.decorated option:hover {
  background: #000;
  box-shadow: 0 0 10px 100px #1882A8 inset;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/areb.jpg) no-repeat scroll right center transparent;
  padding-right: 14px;
  border: 1px solid black;
  height: 28px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  select {
    height: 31px;
  }
}

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

input {
  width: 100%;
  height: 35px;
  border: 1px solid #f0f0f0;
}
input:focus {
  transition: 0.4s;
  border: 1px solid #4984c3;
}

textarea {
  width: 100%;
  height: 123px;
  margin-bottom: 43px;
  border: 1px solid  #bcbcbc;
  padding: 12px;
}
textarea:focus {
  transition: 0.4s;
  border: 1px solid #3072b9;
}

.selectBox {
  background: #FFF;
}

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

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

/*----------------------大區塊------------------------*/
#Wapper {
  transition: 0.4s;
  position: relative;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 320px !important;
  overflow: hidden;
}

main[role="main"] {
  position: relative;
  width: 100%;
  z-index: 0;
}
main[role="main"] .container {
  max-width: 1280px;
  padding: 0;
  margin: auto;
}
main[role="main"] article {
  clear: both;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 65px;
}

section {
  position: relative;
}

article li {
  list-style: none;
}

.title_box {
  width: 100%;
  background: #004098;
  padding: 25px 0 5px 0;
  position: relative;
  z-index: 1;
}
.title_box:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 27px 0 27px;
  border-color: #004098 transparent transparent transparent;
  position: relative;
  top: 23px;
  margin: auto;
  display: block;
}

hgroup {
  color: white;
  text-align: center;
}
hgroup h1 {
  font-size: 1.875rem;
  margin-bottom: 13px;
  font-family: 'Fira Sans',Arial, sans-serif;
}
hgroup h3 {
  font-size: 1rem;
  font-weight: normal;
}

.aboutPage main[role="main"] {
  width: 100%;
  background: url(../img/main_bg.jpg) #f0f0f0 bottom center no-repeat;
  padding-bottom: 48px;
}

.servicePage main[role="main"] {
  width: 100%;
  background: url(../img/main2_bg.jpg) #f0f0f0 bottom center no-repeat;
  padding-bottom: 48px;
}

.newsPage main[role="main"] {
  width: 100%;
  background: url(../img/main3_bg.jpg) #f0f0f0 bottom center no-repeat;
  padding-bottom: 48px;
}

.contactPage main[role="main"] {
  width: 100%;
  background: url(../img/main4_bg.jpg) #f0f0f0 bottom center no-repeat;
  padding-bottom: 48px;
}

.container_box {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  padding: 46px 0;
}
.container_box:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 0 0 55px;
  border-color: transparent transparent transparent #eaeaea;
  background: #f0f0f0;
}

.left_menu {
  float: left;
  width: 313px;
}
.left_menu ul {
  width: 210px;
  margin-right: 103px;
  padding-left: 20px;
}
.left_menu ul li {
  list-style: none;
  font-size: 1rem;
  border-bottom: 1px solid #e7e8e8;
}
.left_menu ul li a {
  padding: 15px 18px;
  display: block;
  width: 100%;
  color: #004098;
  line-height: 22px;
}
.left_menu ul li a:hover {
  background: #3577bd;
  color: white;
}
.left_menu ul li.active a {
  background: #3577bd;
  color: white;
}

.right_content {
  position: relative;
  float: left;
  width: -moz-calc(100% - 420px);
  width: -webkit-calc(100% - 420px);
  width: calc(100% - 420px);
}
.right_content .iframe_box {
  position: relative;
  padding-bottom: 137.25%;
  height: 0;
  overflow: hidden;
}
.right_content iframe {
 /* position: absolute;*/
  top: 0;
  left: 0;
  max-width: 100%;
/*  height: auto;*/
}

.content_box {
  width: 100%;
  border: 1px solid #e7e8e8;
  padding: 29px;
}
.content_box > h2 {
  width: 100%;
  display: block;
  font-size: 1.375rem;
  color: #004098;
  border-bottom: 1px solid #004098;
  padding-bottom: 10px;
  margin-bottom: 24px;
}

.path {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  font-size: 0.875rem;
  margin-top: 20px;
  margin-bottom: 15px;
  background: url(../img/home_icon.png?20180715) left 3px no-repeat;
  color: #656464;
}
.path a {
  color: #656464;
}
.path a:hover {
  color: #3072b9;
}
.path a:after {
  content: '│';
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

.main_title {
  border-bottom: 1px solid #444444;
  color: #444444;
  padding-bottom: 8px;
  margin-bottom: 25px;
}
.main_title h2 {
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
}

.editoBox {
  font-size: 1.125rem;
  width: 100%;
  margin: 30px auto 64px auto;
  line-height: 28px;
  color: #656464;
}
@media screen and (max-width: 640px) {
  .editoBox {
    font-size: 1rem;
    line-height: 26px;
  }
}
.editoBox ul, .editoBox ol {
  padding-left: 40px;
}
.editoBox img {
  max-width: 100%;
  height: auto !important;
}
.editoBox iframe {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .editoBox iframe {
    height: auto !important;
  }
}
.editoBox h1, .editoBox h2, .editoBox h3, .editoBox h4, .editoBox h5, .editoBox h6 {
  margin: inherit;
}
.editoBox p {
  margin-bottom: 18px;
}
.editoBox p:last-child {
  margin-bottom: 0;
}

.title {
  width: 100%;
  margin-top: 5px;
  background: #fbf7f6;
  text-align: center;
  padding: 13px 0;
}
.title h2 {
  color: #2d2d2d;
  font-size: 1.125rem;
  line-height: 24px;
}

.design_concept_txt ul, .design_concept_txt ol {
  padding-left: 40px;
}
.design_concept_txt img {
  max-width: 100%;
  height: auto !important;
}
.design_concept_txt iframe {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .design_concept_txt iframe {
    height: auto !important;
  }
}
.design_concept_txt h1, .design_concept_txt h2, .design_concept_txt h3, .design_concept_txt h4, .design_concept_txt h5, .design_concept_txt h6 {
  margin: inherit;
}
.design_concept_txt p {
  margin-bottom: 18px;
}
.design_concept_txt p:last-child {
  margin-bottom: 0;
}

.page {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 60px 0 0px 0;
}
.page dt, .page dd {
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
  margin-right: 15px;
}
.page dt a, .page dd a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  color: #004098;
}
.page dt a:hover, .page dd a:hover {
  color: #004098;
  text-decoration: underline;
}
.page dt {
  margin-right: 20px;
}
.page dt a {
  width: 50px;
}
.page dd.active a {
  color: #fff;
  background: #004098;
}
.page .rtbn {
  margin-right: 0;
}
.page .nopage {
  opacity: 0.2;
}

.read_btn {
  clear: both;
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: #3072b9;
  color: white;
  font-size: 0.875rem;
  border: 1px solid white;
  text-align: center;
  margin: auto;
  display: block;
}
.read_btn:hover {
  border: 1px solid #3072b9;
  background: rgba(48, 114, 185, 0);
  color: #3072b9;
}

.back {
  clear: both;
  margin-top: 62px;
  width: 120px;
  height: 35px;
  line-height: 33px;
  font-size: 1rem;
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #004098;
  border: 1px solid #004098;
}
.back:hover {
  color: white;
  background: #004098;
}

.topBtn {
  transition: 0.4s;
  opacity: 0;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
  background: url(../svg/aurogem_gotop.svg?20180715) no-repeat;
  background-size: cover;
  z-index: 11;
  text-indent: -10000px;
}
.topBtn.open {
  transition: 0.4s;
  opacity: 0.7;
}
.topBtn.open:hover, .topBtn.open:active, .topBtn.open:focus {
  opacity: 1;
}

.mo_content {
  display: none !important;
}

@media screen and (max-width: 1280px) {
  main[role="main"] article {
    width: 95%;
    margin: auto;
  }
}
@media screen and (max-width: 1100px) {
  main[role="main"] article {
    padding: 27px 11px 65px 11px;
  }

  .left_menu {
    display: none;
  }

  .content_box {
    width: 100%;
    padding: 40px 20px 0 20px;
  }

  .container_box, .right_content, .path {
    width: 92%;
  }

  .right_content {
    margin: auto;
    float: none;
  }

  .container_box:before {
    border-width: 35px 0 0 35px;
  }

  .menu-icon {
    top: 25%;
  }

  .path {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .path {
    font-size: 0.813rem;
  }

  .page dt, .page dd {
    margin-right: 10px;
  }

  .page dd a {
    width: 22px;
    height: 22px;
    line-height: 22px;
  }

  .page dt a {
    line-height: 22px;
  }

  .about_idea .right_content {
    padding: 0px 0 29px 0;
  }

  .title_box {
    padding: 9px 0 0 0;
  }
  .title_box:after {
    top: 19px;
  }
  .title_box hgroup h3 {
    line-height: 15px;
  }

  .title_box hgroup {
    position: relative;
    top: 6px;
  }
  .title_box hgroup h1 {
    font-size: 1.500rem;
    margin-bottom: 5px;
  }
  .title_box hgroup h3 {
    font-size: 0.938rem;
  }
}
header {
  transition: 0.4s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background: white;
  padding: 0 31px;
  z-index: 10;
  -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.2);
}

.logo {
  transition: 0.4s;
  float: left;
  width: 256px;
  height: 80px;
  background: url(../img/logo.png) top left no-repeat;
  text-indent: -10000px;
  background-size: contain;
  position: relative;
  top: 15px;
  margin-right: 127px;
}
.logo a {
  width: 100%;
  height: 100%;
  display: block;
}
.logo:hover {
  opacity: 0.5;
}

.headerBox {
  position: relative;
  width: 100%;
}

/*選單*/
.pcMenu {
  float: left;
  position: relative;
  top: 0;
}
.pcMenu li {
  position: relative;
  list-style: none;
  float: left;
  width: 110px;
  height: 110px;
}
.pcMenu li:last-child {
  margin-right: 0;
}
.pcMenu li > a {
  line-height: 110px;
}
.pcMenu li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 1rem;
  color: #004098;
  position: relative;
}
.pcMenu li a .tw, .pcMenu li a .en {
  position: absolute;
  width: 100%;
  text-align: center;
}
.pcMenu li a:hover {
  background: #004098;
  color: white;
}
.pcMenu li a .tw {
  opacity: 0;
  z-index: -1;
  color: white;
}
.pcMenu li a .en {
  opacity: 1;
  z-index: 1;
}
.pcMenu li:hover .en {
  opacity: 0;
  z-index: -1;
}
.pcMenu li:hover .tw {
  opacity: 1;
  z-index: 1;
}

.subBox {
  width: 240px;
  display: none;
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 9;
  padding: 0;
}
.subBox .sub_menu {
  float: none;
}
.subBox .sub_menu li {
  width: 100%;
  margin: 0;
  height: auto;
  float: none;
}
.subBox .sub_menu li a {
  line-height: 20px;
  padding: 13px;
  height: auto;
  background: #004098 !important;
  color: white;
}
.subBox .sub_menu li a:hover {
  background: #3072b9 !important;
}
.subBox .sub_img {
  float: right;
}
.subBox .sub_img a {
  height: auto;
}

.open_sub .pcMenu li.on {
  background: #004098;
}

.menu-icon {
  display: none;
  position: absolute;
  top: 33%;
  left: 0.8em;
  z-index: 100;
  width: 35px;
  height: 35px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  z-index: 0;
}

.menu-icon-block {
  position: relative;
  height: 100%;
  margin: auto;
}

.menu-icon-block i {
  position: absolute;
  border-radius: 99em;
  display: block;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #004098;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-icon-block i.b1 {
  top: 0%;
}
.menu-icon-block i.b2 {
  top: 33%;
}
.menu-icon-block i.b3 {
  top: 68%;
}

.mobileMenu {
  background: white;
  position: fixed;
  top: 0;
  left: -47%;
  width: 47%;
  height: 100%;
  transition: 0.4s;
  z-index: 9;
  overflow: auto;
}

.on #Wapper, .on header {
  left: 47%;
  transition: 0.4s;
}

.on .mobileMenu {
  z-index: 9;
  left: 0;
  transition: 0.4s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mclose {
  display: none;
  position: absolute;
  top: 24px;
  left: 1em;
  z-index: 100;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

@media screen and (max-width: 1187px) {
  .pcMenu li {
    padding-right: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .pcMenu, .minor .news_btn, .minor .contact_btn {
    display: none;
  }

  .menu-icon, .mclose {
    display: block;
  }

  .mclose i.b1 {
    top: 49% !important;
    transform: rotate(45deg);
  }
  .mclose i.b3 {
    width: 100%;
    top: 49% !important;
    transform: rotate(-45deg);
  }

  header {
    padding: 0;
    height: 62px;
  }

  .logo {
    width: 170px;
    height: 53px;
    float: none;
    margin: auto;
    position: relative;
    top: 4px;
  }

  .minor .search_contact a {
    background: none;
  }
  .minor .search_contact a i {
    height: 28px;
    background: url(../img/msearch_icon.png?20180715) center no-repeat;
  }
  .minor .search_contact a:hover {
    background: none;
  }

  .minor .search_contact {
    position: relative;
    top: 19px;
  }

  .minor .search_input {
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
  }

  .minor .search_input .input_search_btn {
    background: #3072b9;
    text-indent: 0;
    color: white;
    width: 75px;
  }

  .minor .search_input .input_search {
    width: -moz-calc(100% - 75px);
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);
  }

  .navBox {
    margin-top: 85px;
  }

  .navBox li > a {
    color: #004098;
    padding: 16px 0 16px 19px;
    margin: 0 13px;
    height: 100%;
    display: block;
    border-bottom: 1px solid #4984c3;
  }
  .navBox li > a .tw, .navBox li > a .en {
    display: block;
  }
  .navBox li > a .tw {
    font-size: 1.063rem;
  }
  .navBox li > a .en {
    font-size: 1.063rem;
  }
  .navBox li > a + .subBox {
    position: static;
    padding: 5px 0;
  }
  .navBox li > a + .subBox a {
    font-size: 0.875rem;
    padding: 7px 0 7px 17px;
    border-bottom: none;
    color: #2d2d2d;
    background: url(../img/menu_icon.png?20180715) 0px 17px no-repeat;
  }

  li.mmmenu > a {
    border-bottom: none;
  }

  .one_a.mmmenu a {
    border-bottom: 1px solid #4984c3 !important;
  }

  .subBox {
    width: 100%;
  }
  .subBox .sub_menu li {
    margin-bottom: 1px;
  }
  .subBox .sub_menu li a {
    padding: 13px 0 13px 17px;
    background: #f1f1f1 !important;
  }
}
footer {
  position: relative;
  z-index: 5;
  width: 100%;
  background: #004098;
  color: white;
}
footer .container {
  max-width: 1280px;
  padding: 51px 0 40px 0;
}
footer .col-md-4 {
  max-width: 407px;
  text-align: center;
}
footer .f_logo {
  margin-bottom: 23px;
}
footer .copyright {
  text-align: center;
  width: 100%;
  clear: both;
  background: #e5e6e6;
  font-size: 0.75rem;
  line-height: 17px;
  color: #333333;
  padding: 10.5px 0px;
}
footer .site_map {
  font-size: 0.938rem;
  display: flex;
  padding: 0 10px 0 0;
}
footer .site_map ul {
  width: 60%;
}
footer .site_map li {
  list-style: none;
}
footer .site_map .f_item1 li a:before, footer .site_map .f_item2 li.item_title a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 4px;
  border-color: transparent transparent transparent #fff;
}
footer .site_map .f_item2 li {
  font-size: 0.813rem;
  padding-left: 8px;
}
footer .site_map .f_item2 li.item_title {
  font-size: 0.938rem;
  padding-left: 0;
}
footer .site_map a {
  color: white;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
}
footer .site_map a:hover {
  text-decoration: underline;
}
footer .f_name, footer .f_add {
  font-size: 0.875rem;
  margin-bottom: 26px;
}
footer .f_icon a {
  width: 24px;
  margin-right: 5px;
  display: inline-block;
}
footer .f_icon a img {
  transition: 0.4s;
  width: 100%;
}
footer .f_icon a:hover img {
  opacity: 0.7;
}
footer .col-md {
  padding: 0;
}
footer .col-md-8 {
  max-width: 600px;
}
footer .f_logo2 {
  width: 160px;
  margin: 25px auto 0 auto;
}
footer .f_logo2 img {
  width: 100%;
}

@media screen and (max-width: 1310px) {
  footer .container {
    width: 95%;
  }

  footer .col-md-8 {
    max-width: 500px;
  }
}
@media screen and (max-width: 1310px) and (max-width: 972px) {
  footer .col-md-8 {
    max-width: 343px;
  }
}
@media screen and (max-width: 1310px) and (max-width: 768px) {
  footer .col-md-8 {
    max-width: initial;
  }
}

@media screen and (max-width: 768px) {
  footer .container {
    width: 91%;
  }

  footer .f_logo {
    margin-bottom: 20px;
  }
  footer .site_map {
    padding: 0;
  }
  footer .site_map a:nth-child(1):before, footer .site_map a:nth-child(6):before {
    display: inline-block;
  }
  footer .add {
    padding-left: 264px;
    position: relative;
    top: -34px;
  }

  .col-md {
    position: relative;
    left: 10px;
    top: 25px;
    z-index: 3;
  }
}
@media screen and (max-width: 640px) {
  footer .container {
    width: 100%;
  }
  footer .site_map {
    padding: 32px 0 0 0;
  }
  footer .site_map li {
    margin-bottom: 21px;
  }
  footer .site_map a {
    width: 100%;
    float: none;
  }
  footer .site_map .f_item2 li {
    margin-bottom: 8px;
  }
  footer .f_icon a {
    width: 40px;
  }
  footer .copyright {
    margin: 0 auto;
  }
  footer .row {
    display: flex;
  }
  footer .col-md-8 {
    width: 70%;
    margin: 0 auto 30px auto;
  }
  footer .col-md {
    position: static;
    text-align: center;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  footer .col-md-4 {
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  footer .col-md-8 {
    width: 73%;
    margin: 0 auto 30px auto;
  }
}
/*語系*/
.language {
  position: absolute;
  top: 0;
  right: 0;
}
.language a {
  text-align: center;
  width: 90px;
  height: 55px;
  line-height: 55px;
  display: block;
  color: #fff;
  font-size: 0.875rem;
}

.lan_tw .l_tw .en, .lan_tw .l_en .en {
  display: none;
}
.lan_tw .l_tw {
  background: #4984c3;
}
.lan_tw .l_tw:hover {
  background: #004098;
}
.lan_tw .l_en {
  background: #cfcfcf;
}
.lan_tw .l_en:hover {
  background: #777777;
}

.lan_en .l_tw .tw, .lan_en .l_en .tw {
  display: none;
}
.lan_en .l_tw {
  background: #cfcfcf;
}
.lan_en .l_tw:hover {
  background: #777777;
}
.lan_en .l_en {
  background: #4984c3;
}
.lan_en .l_en:hover {
  background: #004098;
}

@media screen and (max-width: 1100px) {
  .language a {
    width: 70px;
    height: 62px;
    line-height: 62px;
  }
 .lan_tw .l_en{
       background: #4984c3;
 } 
 .lan_tw .l_en:hover{
    background: #004098;
 }
  .lan_tw .l_tw {
    display: none;
  }

  .lan_en .l_en .en{
    display: block;
  }
}
/******************************************/
/*		pages
/******************************************/
.indexPage .title_content {
  width: 90%;
  max-width: 1230px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: white;
}
.indexPage .title_content hgroup {
  text-align: left;
}
/*.in_item5_Box .row{
	justify-content: center;
}*/
.indexPage .title_content .right_txt {
  display: inline-table;
  width: 50%;
  font-size: 0.938rem;
  line-height: 20px;
  border-left: 1px solid white;
  padding-left: 14px;
}
.indexPage footer {
  background: #004098;
}

.in_services {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: white;
}
.in_services .in_img {
  text-align: right;
  height: 0;
  padding-bottom: 39.412%;
}
.in_services .in_img img {
  width: 100%;
}

.in_box {
  position: relative;
}

.in_box, .in_img {
  width: 50%;
}

.in_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 530px;
  letter-spacing: 0;
}
.in_content h2 {
  font-weight: 500;
  color: #004098;
  font-size: 2.625rem;
  margin-bottom: 30px;
  line-height: 40px;
}
.in_content .in_txt {
  font-size: 1.125rem;
  line-height: 30px;
  color: #333333;
  margin-bottom: 50px;
  height: 90px;
  overflow: hidden;
}

.in_item2, .in_item4, .in_item7, .in_item8 {
  position: relative;
}
.in_item2 .in_img, .in_item4 .in_img, .in_item7 .in_img, .in_item8 .in_img {
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 37.52%;
}
.in_item2 .in_content, .in_item4 .in_content, .in_item7 .in_content, .in_item8 .in_content {
  left: initial;
  right: 12%;
  transform: translate(0%, -50%);
}
.in_item2 .in_content h2, .in_item2 .in_content .in_txt, .in_item4 .in_content h2, .in_item4 .in_content .in_txt, .in_item7 .in_content h2, .in_item7 .in_content .in_txt, .in_item8 .in_content h2, .in_item8 .in_content .in_txt {
  color: white;
}
.in_item2 .more_btn, .in_item4 .more_btn, .in_item7 .more_btn, .in_item8 .more_btn {
  border: 1px solid white;
  color: white;
}
.in_item2 .more_btn:hover, .in_item4 .more_btn:hover, .in_item7 .more_btn:hover, .in_item8 .more_btn:hover {
  color: #004098;
  background: white;
}

.in_item5 {
  color: white;
  text-align: center;
  display: block;
  background: #4984c3;
  padding: 37px 0 32px 0;
  margin-top:-2px;
}
.in_item5 hgroup {
  margin-bottom: 26px;
}
.in_item5 h2 {
  font-size: 1.875rem;
  font-family: "Fira Sans",Arial, sans-serif;
  margin-bottom: 13px;
}
.in_item5 h3 {
  font-size: 1rem;
}
.in_item5 .col-md-4:nth-child(2) {
  border-right: 1px solid #3366ad;
  border-left: 1px solid #3366ad;
}
.in_item5 .col-md-4 h3 {
  font-weight: 500;
  margin-bottom: 32px;
}
.in_item5 .col-md-4 .in_icon {
  width: 85px;
  margin: 0 auto 13px auto;
}
.in_item5 .col-md-4 p {
  font-size: 0.813rem;
  line-height: 20px;
  width: 69%;
  margin: auto;
}

.in_item6 {
  position: relative;
  padding: 61px 0 30px 0;
  display: block;
  background: url(../img/index_5.jpg) white top right no-repeat;
  background-size: contain;
}
.in_item6 .news_content {
  max-width: 100%;
}
.in_item6 hgroup, .in_item6 .in_item6_Box {
  width: 100%;
  max-width: 1240px;
  margin: auto;
}
.in_item6 ul {
  max-width: 735px;
  margin: 0;
}
.in_item6 hgroup {
  text-align: left;
}
.in_item6 h2, .in_item6 h3 {
  display: inline-block;
}
.in_item6 h2 {
  font-size: 1.875rem;
  color: #004098;
  font-weight: 500;
  margin-right: 10px;
}
.in_item6 h3 {
  font-size: 1rem;
  color: #333333;
}
.in_item6 li {
  position: relative;
  left: -50px;
  transition: 0.6s;
  opacity: 0;
  line-height: 24px;
  list-style: none;
}
.in_item6 li:not(:last-child) {
  border-bottom: 1px solid #e5e6e6;
}
.in_item6 time {
  font-size: 0.813rem;
  color: #9f9fa0;
  font-weight: 600;
}
.in_item6 .news_content {
  transition: 0.4s;
  font-size: 0.938rem;
  color: #333333;
}
.in_item6 a {
  width: 100%;
  display: block;
  padding: 31px 10px;
}
.in_item6 a:hover .news_content {
  color: #004098;
}

.in_item7 .in_img, .in_item8 .in_img {
  padding-bottom: 25.0132%;
}
.in_item7 .in_content h2, .in_item8 .in_content h2 {
  color: #004098;
}
.in_item7 .in_content .in_txt, .in_item8 .in_content .in_txt {
  color: #333333;
}
.in_item7 .more_btn, .in_item8 .more_btn {
  border: none;
  background: #4985c4;
}
.in_item7 .more_btn:hover, .in_item8 .more_btn:hover {
  background: #004098;
  color: white;
}
.in_item7 .more_btn:after, .in_item8 .more_btn:after {
  display: inline-block;
  margin-left: 10px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent white;
}

.in_item8 .in_content {
  left: 12%;
  right: initial;
}

.more_btn {
  display: block;
  text-align: center;
  width: 160px;
  height: 50px;
  line-height: 48px;
  font-size: 1rem;
  color: #004098;
  border: 1px solid #004098;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.more_btn:hover {
  color: white;
  background: #004098;
}

.in_services.in_item1, .in_services.in_item2, .in_services.in_item3, .in_services.in_item4, .in_services.in_item5, .in_services.in_item7, .in_services.in_item8 {
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 0;
  top: 90px;
}

.in_services.in_item7, .in_services.in_item8 {
  transition-duration: 1s;
  top: 70px;
}

.in_services.in_item6 {
  transition: 0.6s;
  opacity: 0;
}
.in_services.in_item6.active li:nth-child(1) {
  transition-delay: 0.3s;
  left: 0;
  opacity: 1;
}
.in_services.in_item6.active li:nth-child(2) {
  transition-delay: 0.6s;
  left: 0;
  opacity: 1;
}
.in_services.in_item6.active li:nth-child(3) {
  transition-delay: 0.9s;
  left: 0;
  opacity: 1;
}

.in_services.active {
  opacity: 1;
  top: 0;
}

@media screen and (max-width: 1100px) {
  .in_content h2 {
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
  .in_content .in_txt {
    font-size: 1rem;
    line-height: 28px;
    height: 108px;
  }

  .more_btn {
    width: 120px;
    height: 35px;
    line-height: 35px;
  }

  .in_item7 .in_content, .in_item8 .in_content {
    left: initial;
    right: 0%;
    max-width: 41%;
  }
  .in_item7 .in_content h2, .in_item8 .in_content h2 {
    line-height: 36px;
  }
  .in_item7 .in_content .in_txt, .in_item8 .in_content .in_txt {
    display: none;
  }

  .in_item8 .in_content {
    left: 6%;
    right: initial;
  }
}
@media screen and (max-width: 800px) {
  .in_services.in_item1, .in_services.in_item2, .in_services.in_item3, .in_services.in_item4, .in_services.in_item5, .in_services.in_item6 {
    display: grid;
  }
  .in_services.in_item1 .in_box, .in_services.in_item1 .in_img, .in_services.in_item2 .in_box, .in_services.in_item2 .in_img, .in_services.in_item3 .in_box, .in_services.in_item3 .in_img, .in_services.in_item4 .in_box, .in_services.in_item4 .in_img, .in_services.in_item5 .in_box, .in_services.in_item5 .in_img, .in_services.in_item6 .in_box, .in_services.in_item6 .in_img {
    width: 100%;
    max-width: 100%;
  }
  .in_services.in_item1 .in_content, .in_services.in_item2 .in_content, .in_services.in_item3 .in_content, .in_services.in_item4 .in_content, .in_services.in_item5 .in_content, .in_services.in_item6 .in_content {
    transform: translate(0);
    width: 100%;
    max-width: 100%;
    position: static;
    padding: 40px 0;
  }
  .in_services.in_item1 .in_content h2, .in_services.in_item2 .in_content h2, .in_services.in_item3 .in_content h2, .in_services.in_item4 .in_content h2, .in_services.in_item5 .in_content h2, .in_services.in_item6 .in_content h2 {
    color: #004098;
  }
  .in_services.in_item1 .in_content .in_txt, .in_services.in_item2 .in_content .in_txt, .in_services.in_item3 .in_content .in_txt, .in_services.in_item4 .in_content .in_txt, .in_services.in_item5 .in_content .in_txt, .in_services.in_item6 .in_content .in_txt {
    font-size: 1rem;
    line-height: 28px;
    height: 81px;
    color: #333;
  }
  .in_services.in_item1 .in_box, .in_services.in_item1 .in_content, .in_services.in_item2 .in_box, .in_services.in_item2 .in_content, .in_services.in_item3 .in_box, .in_services.in_item3 .in_content, .in_services.in_item4 .in_box, .in_services.in_item4 .in_content, .in_services.in_item5 .in_box, .in_services.in_item5 .in_content, .in_services.in_item6 .in_box, .in_services.in_item6 .in_content {
    width: 90%;
    margin: auto;
    order: 2;
  }
  .in_services.in_item1 .in_img, .in_services.in_item2 .in_img, .in_services.in_item3 .in_img, .in_services.in_item4 .in_img, .in_services.in_item5 .in_img, .in_services.in_item6 .in_img {
    order: 1;
    padding-bottom: 80.412%;
  }
  .in_services.in_item1 .more_btn, .in_services.in_item2 .more_btn, .in_services.in_item3 .more_btn, .in_services.in_item4 .more_btn, .in_services.in_item5 .more_btn, .in_services.in_item6 .more_btn {
    color: #004098;
    border: 1px solid #004098;
  }

  .in_item6 {
    background: #fff;
  }
  .in_item6 hgroup {
    width: 90%;
    margin: auto;
  }
  .in_item6 .in_item6_Box {
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .indexPage .title_content {
    text-align: center;
    display: block;
  }
  .indexPage .title_content hgroup {
    text-align: center;
    margin-bottom: 15px;
  }
  .indexPage .title_content hgroup h1 {
    font-size: 1.375rem;
    margin-bottom: 8px;
  }
  .indexPage .title_content hgroup h3 {
    font-size: 0.938rem;
  }
  .indexPage .title_content .right_txt {
    font-size: 0.875rem;
    width: 100%;
    padding-left: 0;
    line-height: 18px;
    border-left: none;
  }

  .in_item5 hgroup {
    display: none;
  }

  .in_item5 .col-md-4 {
    margin-bottom: 50px;
  }
  .in_item5 .col-md-4 h3 {
    margin-bottom: 19px;
  }
  .in_item5 .col-md-4 p {
    width: 68%;
  }
  .in_item5 .col-md-4 .in_icon {
    margin: 0 auto 20px auto;
  }

  .in_item7 .in_img, .in_item8 .in_img {
    padding-bottom: 46.0132%;
  }

  .in_item7 .in_content h2, .in_item8 .in_content h2 {
    line-height: 27px;
    font-size: 20px;
    margin-bottom: 23px;
  }

  .in_item7 .in_content {
    right: 8%;
  }

  .in_item8 .in_content {
    left: 8%;
  }
}
.ab_img {
  float: left;
  margin-right: 18px;
}

.ab_name {
  margin-top: 20px;
  text-align: right;
  color: #004098;
  font-size: 1.25rem;
}
.ab_name span {
  display: block;
}
.ab_name span:nth-child(2) {
  margin-bottom: 16px;
}

.about_idea .right_content {
  border: none;
  padding: 29px 0;
}
.about_idea .editoBox .editoBox {
  margin: auto;
  border-bottom: 1px solid #f0f0f0;
  padding: 37px 28px;
}
.about_idea .about_item3 .editoBox {
  border-bottom: none;
}

.about_item1 {
  display: table;
  margin-bottom: 20px;
}
.about_item1 h2, .about_item1 h3 {
  font-weight: 500;
  text-align: left;
  color: #004098;
}
.about_item1 h2 {
  font-size: 1.375rem;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 8px;
  line-height: 26px;
}
.about_item1 h3 {
  font-size: 1.188rem;
  letter-spacing: 0;
}
.about_item1 hgroup {
  padding-left: 23px;
  border-left: 1px solid #004098;
}
.about_item1 .left_logo {
  margin-right: 32px;
}
.about_item1 .right_txt {
  display: table-cell;
  vertical-align: middle;
}

.about_item2 {
  width: 100%;
  margin-bottom: 45px;
}

.abo_title {
  padding: 13px 28px;
  width: 100%;
  background: #f0f0f0;
}
.abo_title:before {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 8px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #004098;
  margin-right: 14px;
}
.abo_title h2 {
  display: inline-block;
  vertical-align: top;
  font-size: 1.375rem;
  color: #004098;
  font-weight: 500;
  width: 90%;
}

.js_la {
  font-family: Meiryo, 'メイリオ', sans-serif;
}

.about_3 {
  display: block;
  margin: 0 auto  31px  auto;
}

.about_item3 .editoBox {
  border-bottom: none;
}

.about_item1, .about_item2, .about_item3 {
  transition: 0.8s;
  opacity: 0;
}

.about_item2, .about_item3 {
  position: relative;
  top: 100px;
}
.about_item2.active, .about_item3.active {
  top: 0;
  opacity: 1;
}

.about_item1 .left_logo {
  transition: 0.6s;
  position: relative;
  left: -60px;
}
.about_item1 .right_txt {
  transition: 0.6s;
  position: relative;
  right: -60px;
}
.about_item1.active {
  opacity: 1;
}
.about_item1.active .left_logo {
  left: 0;
}
.about_item1.active .right_txt {
  right: 0;
}

.out_link {
  color: #004098;
  text-decoration: underline;
}
.out_link:hover {
  color: #4984c3;
  text-decoration: underline;
}

.ed_title {
  width: 100%;
  display: block;
  font-size: 1.375rem;
  color: #004098;
  border-bottom: 1px solid #004098;
  padding-bottom: 10px;
  margin: 50px 0 24px 0 !important;
}

.ed_contact {
  margin-bottom: 64px;
}

@media screen and (max-width: 640px) {
  .ab_img {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
  }

  .about_item1 {
    display: block;
  }
  .about_item1 .left_logo {
    margin-right: 0;
    text-align: center;
  }
  .about_item1 hgroup {
    border-left: none;
    border-top: 1px solid #004098;
    padding: 19px 0 0 0;
  }
  .about_item1 h2 {
    font-size: 1.125rem;
  }
  .about_item1 h3 {
    font-size: 1rem;
  }

  .abo_title {
    padding: 13px 18px;
  }

  .abo_title h2 {
    font-size: 1.125rem;
    letter-spacing: 0;
    width: 91%;
  }

  .abo_title:before {
    margin-right: 4px;
    top: 5px;
  }

  .about_idea .editoBox {
    padding: 23px 0px;
  }

  .about_idea .editoBox .editoBox {
    padding: 23px 0px;
  }
}
.serivce_box {
  width: 100%;
  margin-bottom: 44px;
  border-bottom: 1px solid #e7e8e8;
  padding-bottom: 23px;
}
.serivce_box .serivce_photo {
  width: 450px;
  display: inline-block;
  vertical-align: top;
  margin-right: 23px;
}
.serivce_box .serivce_photo img {
  width: 100%;
}
.serivce_box .serivce_txt {
  display: inline-block;
  vertical-align: top;
  width: -moz-calc(100% - 478px);
  width: -webkit-calc(100% - 478px);
  width: calc(100% - 478px);
}
.serivce_box .serivce_txt .abo_title {
  margin-bottom: 30px;
}
.serivce_box .serivce_txt .serivce_content {
  color: #333;
  padding: 0 28px;
  font-size: 1.125rem;
  line-height: 28px;
}

.servic_title {
  width: 100%;
}
.servic_title h2, .servic_title .icon_s::before {
  display: inline-block;
  vertical-align: middle;
}
.servic_title .icon_s::before {
  content: '';
  width: 64px;
  margin-right: 25px;
}
.servic_title h2 {
  font-size: 1.625rem;
  color: #004098;
  border-bottom: 2px solid #004098;
  padding-bottom: 7px;
  font-weight: 500;
  width: -moz-calc(100% - 95px);
  width: -webkit-calc(100% - 95px);
  width: calc(100% - 95px);
  line-height: 25px;
}

.ser_1 .icon_s::before {
  background: url(../svg/icon_1.svg?20180826) top left no-repeat;
  background-size: cover;
  height: 38px;
}

.ser_2 .icon_s::before {
  position: relative;
  top: -5px;
  background: url(../svg/icon_2.svg?20180826) top left no-repeat;
  background-size: cover;
  height: 64px;
}

.ser_3 .icon_s::before {
  background: url(../svg/icon_3.svg?20180826) top left no-repeat;
  background-size: cover;
  height: 58px;
}

.ser_4 .icon_s::before {
  background: url(../svg/icon_4.svg?20180826) top left no-repeat;
  background-size: cover;
  height: 64px;
}

.ser_5 .icon_s::before {
  background: url(../svg/icon_5.svg?20180826) top left no-repeat;
  background-size: cover;
  height: 60px;
}

@media screen and (max-width: 640px) {
  .ser_1 .icon_s::before {
    height: 34px;
  }

  .ser_2 .icon_s::before {
    height: 64px;
  }

  .ser_3 .icon_s::before {
    height: 58px;
  }

  .ser_4 .icon_s::before {
    height: 64px;
  }

  .ser_5 .icon_s::before {
    height: 60px;
  }
  .servic_title .icon_s::before{
        margin-right: 5px;
  }
}
.polist2 {
  margin-top: 13px;
}
.polist2 .slick-slide {
  transition: 0.4s;
  cursor: pointer;
  opacity: 0.5;
  margin-left: 5px;
}
.polist2 .slick-slide:hover {
  opacity: 1;
}
.polist2 .slick-current.slick-active {
  opacity: 1;
}
.polist2 .slick-prev, .polist2 .slick-next {
  display: block !important;
  width: 20px;
  height: 100%;
  background: #004098;
  opacity: .5;
}
.polist2 .slick-prev:before, .polist2 .slick-next:before {
  display: inline-block;
  width: 8px;
  height: 14px;
  content: '';
}
.polist2 .slick-prev:hover, .polist2 .slick-next:hover {
  opacity: 1;
}
.polist2 .slick-prev {
  left: 0;
}
.polist2 .slick-prev:before {
  background: url(../svg/arrw.svg) center no-repeat;
  background-size: cover;
}
.polist2 .slick-next {
  right: 0;
}
.polist2 .slick-next:before {
  transform: rotate(-180deg);
  background: url(../svg/arrw.svg) center no-repeat;
  background-size: cover;
}

.clinical {
  margin: auto;
}
@media screen and (max-width: 640px) {
  .clinical {
    margin: 0px auto 45px auto !important;
  }
}

@media screen and (max-width: 1138px) {
  .serivce_box .serivce_txt .abo_title {
    padding: 13px 18px;
    margin-bottom: 17px;
  }
  .serivce_box .serivce_txt .serivce_content {
    padding: 0 18px;
  }
}
@media screen and (max-width: 800px) {
  .serivce_box .serivce_photo {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .serivce_box .serivce_photo, .serivce_box .serivce_txt {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .servicePage .editoBox {
    margin: 17px auto 50px auto;
  }

  .serivce_box .serivce_txt .serivce_content {
    font-size: 1rem;
  }

  .servic_title i {
    width: 60px;
    margin-right: 10px;
  }
  .servic_title i img {
    width: 60px;
  }
  .servic_title h2 {
    font-size: 1.125rem;
    width: calc(100% - 82px);
  }
}
.news_list {
  width: 100%;
  max-width: 860px;
  margin: auto;
}
.news_list li {
  list-style: none;
  border-bottom: 1px solid #e5e6e6;
}
.news_list li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 39px 26px;
}
.news_list li a:hover {
  background: #f3f4f4;
}
.news_list time {
  display: block;
  font-size: 0.813rem;
  color: #9f9fa0;
  font-family: "Noto Sans TC";
  margin-bottom: 11px;
  font-weight: 600;
}
.news_list .news_txt {
  color: #333333;
  line-height: 24px;
}

.news_content {
  width: 100%;
  max-width: 860px;
  margin: auto;
}
.news_content header {
  display: table;
  position: static !important;
  box-shadow: none;
  background: none;
  padding: 0;
  margin-bottom: 30px;
  height: auto !important;
}
.news_content header .abo_title {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.375rem;
  color: #004098;
  width: 83%;
  line-height: 28px;
}
.news_content header .abo_title span {
  display: inline-block;
  width: 95%;
}
@media screen and (max-width: 640px) {
  .news_content header .abo_title span {
    width: 91%;
  }
  .in_item5{
  		padding: 37px 0 0 0px;
  }
}
@media screen and (max-width: 375px) {
  .news_content header .abo_title span {
    width: 89%;
  }
}
@media screen and (max-width: 360px) {
  .news_content header .abo_title span {
    width: 88%;
  }
}
.news_content header .abo_title:before {
  top: 6px;
  margin-right: 9px;
}
.news_content header time {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.813rem;
  color: #9f9fa0;
  font-family: "Noto Sans TC";
  margin-bottom: 11px;
  font-weight: 600;
  padding: 0 31px;
  margin-bottom: 0;
}

.newsPage .editoBox {
  width: 92%;
  margin: 30px auto 50px auto;
}

@media screen and (max-width: 800px) {
  .news_content header {
    display: block;
    width: 91%;
    margin: auto;
  }
  .news_content header time, .news_content header .abo_title {
    display: block;
  }
  .news_content header time {
    padding: 0;
  }
  .news_content header .abo_title {
    font-size: 1.125rem;
    margin-bottom: 7px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .news_content header .abo_title {
    line-height: 25px;
  }
}
.contactPage .container_box {
  padding-bottom: 120px;
}

main[role="main"] .container.contact_box {
  max-width: 1033px;
}
main[role="main"] .container.contact_box .col-lg-4 {
  max-width: 313px;
}
main[role="main"] .container.contact_box .col-lg-4 .con_item {
  margin-bottom: 32px;
  color: #4e4e4e;
  font-size: 0.875rem;
  line-height: 22px;
}
main[role="main"] .container.contact_box .col-lg-4 h4 {
  font-weight: 500;
  font-size: 1rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #004098;
  color: #004098;
  letter-spacing: 0;
}
main[role="main"] .container.contact_box .col-lg-4 .fb_icon, main[role="main"] .container.contact_box .col-lg-4 .lin_icon {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  text-indent: -10000px;
}
main[role="main"] .container.contact_box .col-lg-4 .fb_icon {
  background: url(../img/f_ficon.png?20180729) top left no-repeat;
  background-size: cover;
  margin-right: 15px;
}
main[role="main"] .container.contact_box .col-lg-4 .fb_icon:hover {
  background: url(../img/f_ficon_1.png?20180729) top left no-repeat;
  background-size: cover;
}
main[role="main"] .container.contact_box .col-lg-4 .lin_icon {
  background: url(../img/i_ficon.png?20180729) top left no-repeat;
  background-size: cover;
}
main[role="main"] .container.contact_box .col-lg-4 .lin_icon:hover {
  background: url(../img/i_ficon_1.png?20180729) top left no-repeat;
  background-size: cover;
}
main[role="main"] .container.contact_box .contact_item {
  margin-bottom: 25px;
}
main[role="main"] .container.contact_box .col-lg-8 {
  max-width: 611px;
}
main[role="main"] .container.contact_box .col-lg-8 .checkbox_item {
  margin-bottom: 10px;
}
main[role="main"] .container.contact_box .col-lg-8 .send_btn {
  display: block;
  width: 294px;
  height: 50px;
  color: #004098;
  border: 1px solid #004098;
  font-size: 0.875rem;
  text-align: center;
  line-height: 50px;
  margin-top: 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
main[role="main"] .container.contact_box .col-lg-8 .send_btn:hover {
  border: 1px solid #4984c3;
  color: white;
  background: #4984c3;
}
main[role="main"] .container.contact_box .col-lg-8 li {
  list-style: none;
  margin-bottom: 22px;
}
main[role="main"] .container.contact_box .col-lg-8 label {
  font-size: 1.125rem;
  color: #333333;
  margin-bottom: 12px;
}
main[role="main"] .container.contact_box .col-lg-8 input {
  font-weight: 300;
  background: #f0f0f0;
}
main[role="main"] .container.contact_box .col-lg-8 .enunciation {
  max-width: 400px;
}
main[role="main"] .container.contact_box .col-lg-8 .textarea textarea {
  background: none;
  margin-bottom: 18px;
  font-size: 0.938rem;
  color: #4e4e4e;
}
main[role="main"] .container.contact_box .col-lg-8 .textarea b {
  font-weight: normal;
  font-size: 0.938rem;
  color: #333333;
}
main[role="main"] .container.contact_box .col-lg-8 input::-webkit-input-placeholder, main[role="main"] .container.contact_box .col-lg-8 textarea::-webkit-input-placeholder {
  color: #b9b9b9;
}
main[role="main"] .container.contact_box .col-lg-8 input:-moz-placeholder, main[role="main"] .container.contact_box .col-lg-8 textarea:-moz-placeholder {
  color: #b9b9b9;
}
main[role="main"] .container.contact_box .col-lg-8 input::-moz-placeholder, main[role="main"] .container.contact_box .col-lg-8 textarea::-moz-placeholder {
  color: #b9b9b9;
}
main[role="main"] .container.contact_box .col-lg-8 input:-ms-input-placeholder, main[role="main"] .container.contact_box .col-lg-8 textarea:-ms-input-placeholder {
  color: #b9b9b9;
}
main[role="main"] .container.contact_box .col-lg-8 input[type="checkbox"] {
  display: none;
}

.map_box {
  margin-top: 20px;
  width: 100%;
}
.map_box iframe {
  width: 100%;
  height: 215px;
}

@media screen and (max-width: 992px) {
  .contactPage .container_box {
    padding-bottom: 46px;
  }

  main[role="main"] .container.contact_box .col-lg-8, main[role="main"] .container.contact_box .col-lg-4 {
    width: 90%;
    max-width: 100%;
  }
  main[role="main"] .container.contact_box .col-lg-8 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  main[role="main"] .container.contact_box .col-lg-8 .send_btn {
    width: 100%;
  }

  main[role="main"] .container.contact_box .col-lg-8 li:nth-child(2) .col-md-6:nth-child(1) {
    margin-bottom: 22px;
  }
}
.banner, .main_banner {
  position: relative;
  clear: both;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 110px;
  -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.banner img, .main_banner img {
  width: 100%;
}
.banner .slick-prev, .banner .slick-next, .main_banner .slick-prev, .main_banner .slick-next {
  transition: 0.4s;
  width: 80px;
  height: 100px;
  z-index: 1;
  opacity: 0.2;
}
.banner .slick-prev:hover, .banner .slick-next:hover, .main_banner .slick-prev:hover, .main_banner .slick-next:hover {
  opacity: 1;
}
.banner .slick-prev, .main_banner .slick-prev {
  left: 0 !important;
  background: url(../img/banner_arrw.png) top left no-repeat;
  background-size: cover;
}
.banner .slick-next, .main_banner .slick-next {
  right: 0 !important;
  background: url(../img/banner_arrw.png) top right no-repeat;
  background-size: cover;
}
.banner .slick-dots li button:before, .main_banner .slick-dots li button:before {
  width: 12px;
  height: 12px;
}
.banner .slick-dots li.slick-active button:before, .main_banner .slick-dots li.slick-active button:before {
  background: #004098;
}

.main_banner li {
  outline: 0;
  height: 565px;
}
.main_banner li a {
  outline: 0;
}

.banner li {
  outline: 0;
  height: 561px;
}
@media screen and (max-width: 1440px) {
  .banner li {
    height: 415px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 1366px) {
  .banner li {
    height: 394px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 1280px) {
  .banner li {
    height: 368px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 800px) {
  .banner li {
    height: 224px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 640px) {
  .banner li {
    height: 155px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 480px) {
  .banner li {
    height: 130px;
  }
}
@media screen and (max-width: 1440px) and (max-width: 375px) {
  .banner li {
    height: 120px;
  }
}

.banner li a {
  outline: 0;
}

.mo_banner {
  display: none;
}

@media screen and (max-width: 1100px) {
  .main_banner ul li {
    height: 300px;
  }

  .banner, .main_banner {
    margin-top: 62px;
  }

  .banner .slick-prev, .banner .slick-next, .main_banner .slick-prev, .main_banner .slick-next {
    width: 40px;
    height: 50px;
  }

}
@media screen and (max-width: 768px) {
  .slick-prev, .slick-next, .banner_txt {
    display: none !important;
  }

  .pc_banner {
    display: none;
  }

  .mo_banner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    margin-top: 62px;
  }
  .banner .slick-dots {
    margin: -26px 0 0 0;
  }

  .main_banner ul li {
    height: 150px;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .main_banner ul li {
    height: 134px;
  }
}
@media screen and (max-width: 767px) and (max-width: 360px) {
  .main_banner ul li {
    height: 118px;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .main_banner ul li {
    height: 108px;
  }
}

@media screen and (max-width: 767px) {
  .banner .slick-dots li button:before, .main_banner .slick-dots li button:before {
    width: 9px;
    height: 9px;
  }

  .main_banner .slick-dots {
    margin: -30px 0 0 0;
  }

  .slick-dots li {
    margin: 0 6px !important;
  }
}


/* 20190613 */
.parthersPage main[role="main"] {
  width: 100%;
  background: url(../img/main3_bg.jpg) #f0f0f0 bottom center no-repeat;
  padding-bottom: 48px;
}
.parthersPage .right_content{
  width: 100%;
}
.parthers_list ul{
  width: 93%;
  margin: auto;
}
.parthers_list li{
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
.parthers_list li:not(:last-child) {
  border-bottom: 1px solid #e5e6e6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.parthers_logo{
  width: 50.5%;
  max-width: 300px;
  margin-right: 2%;
  border: 1px solid #efefef;
}
.parthers_logo img{
  width: 100%;
}
.parthers_content{
  width: calc(100% - 325px);
}
.parthers_text h3{
  margin-bottom: 9px;
  font-size: 1.125rem;
}
.parthers_text{

  font-size: 13px;
  line-height: 1.8;
}

.parthers_text + .back{
  margin: 29px 0 0 0;
}
@media screen and (max-width: 768px){
  .parthers_list li{
    display: block;
  }
  .parthers_list li:not(:last-child) {
      border-bottom: 1px solid #e5e6e6;
      margin-bottom: 40px;
      padding-bottom: 40px;
  }
  .parthers_logo{
    width: 100%;
    max-width: 500px;
    margin: 0 auto 18px auto;
  }
  .parthers_content{
    width: 90%;
    margin: auto;
  }

}
@media screen and (max-width: 640px){
  .parthers_list ul{
    width: 95%;
  }
  .parthers_text h3{
    font-size: 1.063rem;
    line-height: 1.5;
  }
}
