@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");
*,
*::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: #fff;
}

[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: #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;
}

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

@font-face {
  font-family: "optima";
  src: url(../fonts/optima.ttf);
}
main[role="main"], main[role="main"] article, section, .editoBox, .headerBox, footer, .service_box ul, .creative_box ul, .work_box, .work_txt, .detailpage .instructions_list, .news_list a, .map_box, .in_form, .in_form input, .banner, .main_banner, .main_banner .banner_content {
  zoom: 1;
}
main[role="main"]:before, main[role="main"] article:before, section:before, .editoBox:before, .headerBox:before, footer:before, .service_box ul:before, .creative_box ul:before, .work_box:before, .work_txt:before, .detailpage .instructions_list:before, .news_list a:before, .map_box:before, .in_form:before, .in_form input:before, .banner:before, .main_banner:before, .main_banner .banner_content:before, main[role="main"]:after, main[role="main"] article:after, section:after, .editoBox:after, .headerBox:after, footer:after, .service_box ul:after, .creative_box ul:after, .work_box:after, .work_txt:after, .detailpage .instructions_list:after, .news_list a:after, .map_box:after, .in_form:after, .in_form input:after, .banner:after, .main_banner:after, .main_banner .banner_content:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
main[role="main"]:after, main[role="main"] article:after, section:after, .editoBox:after, .headerBox:after, footer:after, .service_box ul:after, .creative_box ul:after, .work_box:after, .work_txt:after, .detailpage .instructions_list:after, .news_list a:after, .map_box:after, .in_form:after, .in_form input:after, .banner:after, .main_banner:after, .main_banner .banner_content: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', 'Poppins', sans-serif, 微軟正黑體;
  line-height: 1.25rem;
  letter-spacing: 1px;
  overflow: auto;
  color: #2d2d2d;
  background: #f4f4f4;
  word-wrap: break-word;
}

.indexPage p::selection, .indexPage h1::selection, .indexPage h2::selection, .indexPage h3::selection, .indexPage h4::selection, .indexPage b::selection, .indexPage strong::selection, .indexPage span::selection, .indexPage li::selection, .indexPage div::selection, .indexPage a::selection, .indexPage img::selection, .aboutPage p::selection, .aboutPage h1::selection, .aboutPage h2::selection, .aboutPage h3::selection, .aboutPage h4::selection, .aboutPage b::selection, .aboutPage strong::selection, .aboutPage span::selection, .aboutPage li::selection, .aboutPage div::selection, .aboutPage a::selection, .aboutPage img::selection {
  color: #ffffff;
  background: #0d6fb8;
}

.websitePage p::selection, .websitePage h1::selection, .websitePage h2::selection, .websitePage h3::selection, .websitePage h4::selection, .websitePage b::selection, .websitePage strong::selection, .websitePage span::selection, .websitePage li::selection, .websitePage div::selection, .websitePage a::selection, .websitePage img::selection {
  color: #ffffff;
  background: #d70414;
}

.articlePage p::selection, .articlePage h1::selection, .articlePage h2::selection, .articlePage h3::selection, .articlePage h4::selection, .articlePage b::selection, .articlePage strong::selection, .articlePage span::selection, .articlePage li::selection, .articlePage div::selection, .articlePage a::selection, .articlePage img::selection {
  color: #ffffff;
  background: #90c31f;
}

.newsPage p::selection, .newsPage h1::selection, .newsPage h2::selection, .newsPage h3::selection, .newsPage h4::selection, .newsPage b::selection, .newsPage strong::selection, .newsPage span::selection, .newsPage li::selection, .newsPage div::selection, .newsPage a::selection, .newsPage img::selection {
  color: #ffffff;
  background: #f8b62b;
}

.contactPage p::selection, .contactPage h1::selection, .contactPage h2::selection, .contactPage h3::selection, .contactPage h4::selection, .contactPage b::selection, .contactPage strong::selection, .contactPage span::selection, .contactPage li::selection, .contactPage div::selection, .contactPage a::selection, .contactPage img::selection, .contactPage input::selection, .contactPage textarea::selection, .contactPage iframe::selection {
  color: #ffffff;
  background: #5c1b7f;
}

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 #000;
  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 #d2d2d2;
}
input:focus {
  transition: 0.4s;
  border: 1px solid #5c1b7f;
}

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

.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%;
  background: url(../img/main_banner.png) top left no-repeat;
  padding-top: 28px;
  z-index: 0;
}
@media screen and (max-width: 1440px) {
  main[role="main"] {
    background-size: contain;
  }
}
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;
}

hgroup {
  color: #4e4e4e;
  text-align: center;
  line-height: 22px;
  margin-bottom: 25px;
}
hgroup h2 {
  font-size: 2.125rem;
  line-height: 38px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
hgroup h3 {
  font-size: 1.375rem;
}

.left_menu {
  float: left;
  width: 295px;
}
.left_menu ul {
  margin-top: 5px;
  margin-left: 40px;
}
.left_menu ul li {
  font-size: 18px;
  border-left: 1px solid #ff5b95;
  margin-bottom: 5px;
}
.left_menu ul li a {
  padding: 10px 10px 10px 21px;
  display: block;
  width: 100%;
  color: #444444;
  line-height: 22px;
}
.left_menu ul li a:hover {
  color: #ff5b95;
}
.left_menu ul li.active a {
  background: #fd79a8;
  color: #fff;
}

.left_title {
  width: 100%;
  background: url(../img/title_bg.png) top left no-repeat;
  color: #ff5b95;
  padding: 30px 0 0 66px;
  min-height: 117px;
}
.left_title h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 34px;
  margin-bottom: 7px;
  font-weight: normal;
}
.left_title h3 {
  font-size: 18px;
  font-weight: 500;
}

.right_content {
  position: relative;
  float: left;
  width: -moz-calc(100% - 295px);
  width: -webkit-calc(100% - 295px);
  width: calc(100% - 295px);
  padding: 40px 0 100px 42px;
}
.right_content .iframe_box {
  position: relative;
  padding-bottom: 137.25%;
  height: 0;
  overflow: hidden;
}
.right_content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.path {
  float: right;
  padding-left: 20px;
  font-size: 0.875rem;
  margin-bottom: 27px;
  background: url(../img/home_icon.png) left 3px no-repeat;
}
.path a {
  color: #5c5c5c;
}
.path a:hover {
  color: #929292;
}
.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-family: Arial, sans-serif;
  color: #1d2129;
  width: 95%;
  margin: 50px auto 64px auto;
  line-height: 24px;
  color: #2d2d2d;
  line-height: 32px;
}
.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: #ff5b95;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
}
.page dt a:hover, .page dd a:hover {
  color: #ff5b95;
  text-decoration: underline;
}
.page dt {
  margin-right: 20px;
}
.page dt a {
  width: 50px;
}
.page dd.active a {
  color: #fff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF00B8FC', endColorstr='#FFD428B6');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA4NDI5MSIgeTE9IjAuMTM0ODk0IiB4Mj0iMS4wODQyOTEiIHkyPSIwLjg2NTEwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjhmYyIvPjxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjMDBhYWY1Ii8+PHN0b3Agb2Zmc2V0PSI3NCUiIHN0b3AtY29sb3I9IiNkNDI4YjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(328deg, #00b8fc 0%, #00aaf5 22%, #d428b6 74%);
  background-image: -webkit-linear-gradient(328deg, #00b8fc 0%, #00aaf5 22%, #d428b6 74%);
  background-image: linear-gradient(-238deg, #00b8fc 0%, #00aaf5 22%, #d428b6 74%);
}
.page .rtbn {
  margin-right: 0;
}
.page .nopage {
  opacity: 0.2;
}

.read_btn {
  clear: both;
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: #0d6fb8;
  color: #ffffff;
  font-size: 0.875rem;
  border: 1px solid #ffffff;
  text-align: center;
  margin: auto;
  display: block;
}
.read_btn:hover {
  border: 1px solid #0d6fb8;
  background: rgba(13, 111, 184, 0);
  color: #0d6fb8;
}

.back {
  clear: both;
  margin-top: 62px;
  width: 180px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 0.875rem;
  background: #90c31f;
  color: #ffffff;
  border: 1px solid #f4f4f4;
}
.back:hover {
  color: #90c31f;
  background: rgba(144, 195, 31, 0);
  border: 1px solid #90c31f;
}

.topBtn {
  transition: 0.4s;
  opacity: 0;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
  background: url(../svg/aurogem_gotop.svg) 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;
  }

  .right_content {
    width: 100%;
    padding: 40px 0 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .page dt, .page dd {
    margin-right: 10px;
  }

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

  .page dt a {
    line-height: 22px;
  }
}
header {
  transition: 0.4s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 31px;
  z-index: 10;
  border-bottom: 1px solid #6a6a6b;
}

.logo {
  float: left;
  width: 116px;
  height: 26px;
  background: url(../svg/logo.svg) top left no-repeat;
  text-indent: -10000px;
  background-size: contain;
}
.logo a {
  width: 100%;
  height: 100%;
  display: block;
}

.headerBox {
  position: relative;
  width: 100%;
  padding-top: 33px;
}

/*上方*/
.minor {
  position: fixed;
  top: 0;
  right: 0;
}
.minor a {
  display: block;
  background: #b9b9b9;
  height: 26px;
  line-height: 26px;
  color: #ffffff;
  font-size: 0.813rem;
}
.minor .search_contact {
  position: relative;
}
.minor .search_contact a {
  position: relative;
  text-indent: -10000px;
  width: 36px;
}
.minor .search_contact a i {
  display: block;
  width: 100%;
  height: 26px;
  background: url(../img/search_icon.png) center no-repeat;
}
.minor .search_contact a:hover {
  background: #0d6fb8;
}
.minor .search_contact .input_search {
  font-size: 0.813rem;
  font-family: 'Poppins', sans-serif;
}
.minor .news_btn:hover, .minor .contact_btn:hover {
  background: #0d6fb8;
}
.minor .search_contact, .minor .news_btn, .minor .contact_btn {
  float: left;
}
.minor .search_input {
  display: none;
  position: absolute;
  top: 0;
  left: -244px;
  width: 280px;
}
.minor .search_input .input_search {
  width: 240px;
  height: 40px;
}
.minor .search_input .input_search, .minor .search_input .input_search_btn {
  float: left;
}
.minor .search_input .input_search_btn {
  width: 40px;
  height: 40px;
  border: none;
  background: url(../img/search_icon.png) #0d6fb8 center no-repeat;
  text-indent: -10000px;
}
.minor .news_btn, .minor .contact_btn {
  padding: 0 13px;
}
.minor .news_btn i, .minor .contact_btn i {
  display: inline-block;
  margin-right: 5px;
}
.minor .news_btn {
  margin: 0 1px;
}
.minor .news_btn i {
  width: 12px;
  height: 10px;
  background: url(../img/news_icon.png) center no-repeat;
}
.minor .contact_btn i {
  width: 12px;
  height: 12px;
  background: url(../img/contact_icon.png) center no-repeat;
  vertical-align: middle;
}

/*選單*/
.pcMenu {
  float: right;
  position: relative;
  right: 0;
  top: 6px;
  max-height: 1039px;
}
.pcMenu li {
  list-style: none;
  float: left;
  width: 105px;
  height: 20px;
}
.pcMenu li:last-child {
  margin-right: 0;
}
.pcMenu li.long_menu_6 {
  margin: 0 18px;
  width: 118px;
}
.pcMenu li a {
  width: 100%;
  height: 55px;
  display: block;
  font-size: 0.875rem;
  color: #707070;
  position: relative;
}
.pcMenu li a .tw, .pcMenu li a .en {
  transition: 0.4s;
  position: absolute;
  width: 100%;
  text-align: center;
}
.pcMenu li a .tw {
  opacity: 0;
  z-index: -1;
}
.pcMenu li a .en {
  opacity: 1;
  z-index: 1;
}
.pcMenu li:hover .en {
  transition: 0.4s;
  opacity: 0;
  z-index: -1;
}
.pcMenu li:hover .tw {
  transition: 0.4s;
  opacity: 1;
  z-index: 1;
}
.pcMenu .nav_2 .subBox .sub_menu {
  left: 8.6em;
}
.pcMenu .nav_3 .subBox .sub_menu {
  left: 17.3em;
}
.pcMenu .nav_4 .subBox .sub_menu {
  left: 26.2em;
}
.pcMenu .nav_5 .subBox .sub_menu {
  left: 34.8em;
}
.pcMenu .nav_6 .subBox .sub_menu {
  left: 43.3em;
}
.pcMenu .nav_7 .subBox .sub_menu {
  left: 52.1em;
}
.pcMenu .nav_8 .subBox .sub_menu {
  left: 60.7em;
}
.pcMenu .nav_8 .subBox .sub_menu .sub_menu li a {
  width: 14%;
}

.subBox {
  display: none;
  position: fixed;
  top: 90px;
  right: 0;
  width: 100%;
  max-width: 935px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9;
  padding: 21px 32px 20px 32px;
  border-top: 5px solid #6a6b6d;
  border-bottom: 5px solid #6a6b6d;
}
.subBox .sub_menu {
  position: relative;
  max-width: 185px;
  margin-right: 78px;
  padding: 11px 0 11px 11px;
  float: none;
  border-right: 1px solid #b5b5b5;
}
.subBox .sub_menu li {
  width: 100%;
  min-width: 176px;
  margin-right: 0;
  height: auto;
  float: left;
}
.subBox .sub_menu li a {
  padding: 0 38px 11px 0;
  height: auto;
  color: #707070;
}
.subBox .sub_menu li a:hover {
  color: #90c31f;
}
.subBox .sub_img {
  float: right;
}
.subBox .sub_img a {
  height: auto;
}

.sub_m_content {
  position: relative;
  display: flex;
}
.sub_m_content .sub_banner1, .sub_m_content .sub_banner2, .sub_m_content .sub_banner3 {
  transition: 0.4s;
  margin-top: 11px;
}
.sub_m_content .sub_banner1 a, .sub_m_content .sub_banner2 a, .sub_m_content .sub_banner3 a {
  height: auto;
}
.sub_m_content .sub_banner1:hover, .sub_m_content .sub_banner2:hover, .sub_m_content .sub_banner3:hover {
  opacity: 0.75;
}
.sub_m_content .sub_banner1, .sub_m_content .sub_banner2 {
  margin-right: 28px;
}
.sub_m_content:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #6a6c6b transparent transparent transparent;
}

.long_menu_1 .sub_m_content:before {
  top: -21px;
  left: 25px;
}

.long_menu_2 .subBox .sub_menu {
  margin-right: 39px;
  margin-left: 109px;
  padding: 11px 0 11px 0;
  max-width: 137px;
}
.long_menu_2 .sub_m_content:before {
  top: -21px;
  left: 130px;
}

.long_menu_3 .subBox .sub_menu {
  margin-right: 52px;
  margin-left: 84px;
  padding: 11px 0 11px 0;
  max-width: 149px;
  order: 2;
}
.long_menu_3 .sub_m_content:before {
  top: -21px;
  left: 227px;
}
.long_menu_3 .sub_banner1 {
  order: 3;
}
.long_menu_3 .sub_banner2 {
  order: 4;
}
.long_menu_3 .sub_banner3 {
  order: 1;
}

.long_menu_4 .subBox .sub_menu {
  margin-right: 59px;
  margin-left: 64px;
  padding: 11px 0 11px 0;
  max-width: 165px;
  order: 3;
}
.long_menu_4 .sub_m_content:before {
  top: -21px;
  left: 343px;
}
.long_menu_4 .sub_banner1 {
  order: 4;
  margin-right: 0;
}
.long_menu_4 .sub_banner2 {
  order: 1;
}
.long_menu_4 .sub_banner3 {
  order: 2;
}

.long_menu_5 .subBox .sub_menu {
  margin-right: 135px;
  margin-left: 30px;
  padding: 11px 0 11px 0;
  max-width: 136px;
  order: 2;
  position: relative;
  left: 104px;
}
.long_menu_5 .sub_m_content:before {
  top: -21px;
  left: 446px;
}
.long_menu_5 .sub_banner1 {
  order: 1;
  margin-right: 0;
}
.long_menu_5 .sub_banner2 {
  order: 3;
}
.long_menu_5 .sub_banner3 {
  order: 4;
}

.long_menu_6 .subBox .sub_menu {
  margin-right: 100px;
  margin-left: 23px;
  padding: 11px 0 11px 0;
  max-width: 147px;
  order: 3;
  position: relative;
  left: 52px;
}
.long_menu_6 .sub_m_content:before {
  top: -21px;
  left: 569px;
}
.long_menu_6 .sub_banner1 {
  order: 1;
}
.long_menu_6 .sub_banner2 {
  order: 2;
}
.long_menu_6 .sub_banner3 {
  order: 4;
}

.long_menu_7 .subBox .sub_menu {
  margin-right: 0;
  margin-left: 0;
  padding: 11px 0 11px 42px;
  max-width: 158px;
  order: 4;
  position: relative;
  left: 51px;
  border-right: none;
  border-left: 1px solid #b5b5b5;
}
.long_menu_7 .sub_m_content:before {
  top: -21px;
  left: 707px;
}
.long_menu_7 .sub_banner1 {
  order: 1;
}
.long_menu_7 .sub_banner2 {
  order: 2;
}
.long_menu_7 .sub_banner3 {
  order: 3;
}

.long_menu_8 .subBox .sub_menu {
  margin-right: 0;
  margin-left: 0;
  padding: 11px 0 11px 73px;
  max-width: 173px;
  order: 4;
  position: relative;
  left: 89px;
  border-right: none;
  border-left: 1px solid #b5b5b5;
}
.long_menu_8 .sub_m_content:before {
  top: -21px;
  left: 809px;
}
.long_menu_8 .sub_banner1 {
  order: 1;
}
.long_menu_8 .sub_banner2 {
  order: 2;
}
.long_menu_8 .sub_banner3 {
  order: 3;
}
.long_menu_8 .he_title:after {
  width: 84px;
}

.he_title {
  margin-bottom: 22px;
}
.he_title h3 {
  font-size: 0.875rem;
  color: #5c5c5c;
  font-weight: normal;
  margin-bottom: 5px;
}
.he_title:after {
  display: block;
  content: '';
  width: 107px;
  height: 2px;
  background: url(../img/line_icon.png) top left no-repeat;
}

.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: #707070;
  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: #1c1c1c;
  position: fixed;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  transition: 0.4s;
  z-index: 9;
  overflow: auto;
}

.on #Wapper, .on header {
  left: 40%;
  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 {
    background: #ffffff;
  }
  .mclose i.b1 {
    top: 49% !important;
    transform: rotate(45deg);
  }
  .mclose i.b3 {
    width: 100%;
    top: 49% !important;
    transform: rotate(-45deg);
  }

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

  .logo {
    float: none;
    margin: auto;
    position: relative;
    top: -12px;
  }

  .minor .search_contact a {
    background: none;
  }
  .minor .search_contact a i {
    height: 28px;
    background: url(../img/msearch_icon.png) 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: #0d6fb8;
    text-indent: 0;
    color: #ffffff;
    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: #ffffff;
    padding: 16px 0;
    margin: 0 20px;
    height: 100%;
    display: block;
    border-bottom: 1px solid #363636;
  }
  .navBox li > a .tw, .navBox li > a .en {
    display: block;
  }
  .navBox li > a .tw {
    font-size: 1.063rem;
  }
  .navBox li > a .en {
    font-size: 0.75rem;
  }
  .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) 0px 17px no-repeat;
  }
}
footer {
  width: 100%;
  background: #363636;
  color: #ffffff;
  padding: 34px 0 20px 0;
}
footer .container {
  max-width: 1280px;
}
footer .col-md-4 {
  max-width: 331px;
}
footer .copyright {
  font-size: 0.75rem;
  line-height: 17px;
}
footer .site_map {
  padding: 0 292px 0 0;
  margin-bottom: 22px;
}
footer .site_map a {
  color: #ffffff;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
}
footer .site_map a:before {
  content: '｜';
  display: inline-block;
  margin-right: 5px;
}
footer .site_map a:nth-child(1):before, footer .site_map a:nth-child(6):before {
  display: none;
}
footer .add {
  font-size: 0.813rem;
  margin: 0 auto;
  width: 100%;
  max-width: 990px;
  padding-left: 198px;
}
footer .col-md {
  padding: 0;
}
footer .col-md-8 {
  max-width: 802px;
}
footer .f_line li {
  display: inline-block;
  vertical-align: top;
}
footer .f_line li.icon1 a, footer .f_line li.icon2 a, footer .f_line li.icon3 a {
  transition: 0s;
  background-image: url(../img/f_icon.png);
  background-repeat: no-repeat;
  text-indent: -10000px;
  width: 40px;
  height: 40px;
  display: block;
}
footer .f_line li.icon1 a {
  background-position: 0 0;
}
footer .f_line li.icon1 a:hover {
  background-position: 0 -42px;
}
footer .f_line li.icon2 a {
  margin: 0 5px;
  background-position: -50px 0;
}
footer .f_line li.icon2 a:hover {
  background-position: -50px -42px;
}
footer .f_line li.icon3 a {
  background-position: -100px 0;
}
footer .f_line li.icon3 a:hover {
  background-position: -100px -42px;
}

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

  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: 480px) {
  .f_logo, .pc_copy {
    display: none;
  }

  footer {
    padding: 60px 0 60px 0;
  }
  footer .site_map {
    padding: 0;
  }
  footer .site_map a {
    width: 50%;
    margin-bottom: 30px;
    float: left;
  }
  footer .copyright {
    margin: 0 auto;
  }
  footer .row {
    display: flex;
  }
  footer .col-md-8 {
    order: 1;
    width: 58%;
    margin: 0 auto 30px auto;
  }
  footer .col-md {
    order: 2;
    position: static;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .add {
    position: static;
    text-align: center;
    width: 90%;
    padding: 0;
    margin-bottom: 40px;
    order: 3;
  }
  footer .col-md-4 {
    max-width: 100%;
    text-align: center;
    order: 4;
  }
  footer .f_line li {
    display: inline-block;
    vertical-align: top;
  }
  footer .f_line li.icon1 a {
    background-position: 0 -42px;
  }
  footer .f_line li.icon2 a {
    background-position: -50px -42px;
  }
  footer .f_line li.icon3 a {
    background-position: -100px -42px;
  }
  footer .f_line li:nth-child(2) {
    margin: 0 5px;
  }
}
@media screen and (max-width: 375px) {
  footer .col-md-8 {
    width: 67%;
  }
}
/******************************************/
/*		pages
/******************************************/
.focus {
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  position: relative;
  top: -93px;
  width: 100%;
  height: 93px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.focus ul {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
}
.focus li {
  text-align: left;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 61px;
  list-style: none;
  display: inline-block !important;
}
.focus li i, .focus li .focus_txt {
  float: left;
}
.focus li:nth-child(1) i {
  top: -5px;
}
.focus li:nth-child(1) .focus_content {
  margin-left: 66px;
}
.focus li:nth-child(2) {
  margin: 0 25px;
}
.focus li:nth-child(2) i {
  top: -5px;
}
.focus li:nth-child(2) .focus_content {
  margin-left: 51px;
}
.focus li:nth-child(3) i {
  top: -5px;
}
.focus li:nth-child(3) .focus_content {
  margin-left: 45px;
}
.focus li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #5c5c5c;
  padding-top: 9px;
  border: 1px solid #5c5c5c;
}
.focus li a i {
  position: relative;
  display: block;
  margin-right: 10px;
  width: 47px;
  height: 50px;
}
.focus li a i img {
  width: 100%;
}
.focus li a i.ioc_img {
  display: block;
}
.focus li a i.ioc_img_hover {
  display: none;
}
.focus li a:hover {
  border: 1px solid #0d6fb8;
  background: #0d6fb8;
  color: #ffffff;
}
.focus li a:hover i.ioc_img {
  display: none;
}
.focus li a:hover i.ioc_img_hover {
  display: block;
}
.focus .focus_txt {
  font-size: 0.75rem;
}
.focus .focus_txt b {
  font-weight: normal;
  font-size: 1.375rem;
  width: 100%;
  display: block;
}

.indexPage .instructions {
  margin-bottom: 44px;
}
.indexPage main[role="main"] {
  padding-top: 0;
  margin-top: -34px;
}

.instructions {
  text-align: center;
  width: 80%;
  max-width: 853px;
  margin: 0 auto;
}
.instructions:after {
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  margin: 14px auto 0 auto;
  background: url(../img/instructions_icon.png) bottom center no-repeat;
}

.article_box {
  margin-bottom: 36px;
}

.foremost {
  margin: 0 0 40px 0;
}
.foremost .col-lg-6 {
  max-width: 650px;
}
.foremost .col-lg-6 .art_photo, .foremost .col-lg-6 .art_img {
  padding-bottom: 47.542%;
}
.foremost .art_box {
  width: 100%;
  max-width: 620px;
  position: relative;
}
.foremost a {
  color: #ffffff;
}
.foremost a:hover .art_photo {
  transition: 0.7s;
  transform: scale(1.1);
}
.foremost .art_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 25px;
  z-index: 1;
}
.foremost .art_content h3 {
  font-size: 1.875rem;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  overflow: hidden;
  height: 105px;
}
.foremost .art_txt {
  line-height: 20px;
  margin-bottom: 25px;
}

@media screen\0 {
  .foremost .col-lg-6 {
    max-width: 640px;
  }
}
.art_img {
  overflow: hidden;
  height: 0;
}

.art_img img {
  width: 100%;
}

.art_photo {
  height: 0;
  transition: 0.6s;
  transform: scale(1);
}

.later {
  width: 100%;
  margin: auto;
}
.later a h3 {
  transition: 0.4s;
  color: #2d2d2d;
}
.later a .art_txt {
  color: #707070;
}
.later a:hover h3 {
  transition: 0.4s;
  color: #0d6fb8;
}
.later a:hover .art_photo {
  transition: 0.7s;
  transform: scale(1.1);
}
.later .col-lg-4 {
  padding: 0 13px;
}
.later .col-lg-4 .art_img, .later .col-lg-4 .art_photo {
  padding-bottom: 42.5%;
}
.later .art_box {
  width: 100%;
  max-width: 400px;
  margin-bottom: 30px;
}
.later .art_content {
  border: 1px solid #cfcfcf;
  padding: 29px;
}
.later .are_title {
  margin-bottom: 20px;
}
.later .are_title:after {
  display: block;
  content: '';
  width: 20px;
  height: 1px;
  background: #0d6fb8;
  margin-top: 12px;
}
.later h3 {
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: 500;
  height: 46px;
  overflow: hidden;
  color: #2d2d2d;
}
.later .art_txt {
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.service_box {
  width: 100%;
  background: url(../img/service_bg.jpg) top left no-repeat;
  background-size: cover;
  padding: 63px 0;
}
.service_box ul {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.service_box ul li {
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 33.3333%;
  height: 161px;
  float: left;
  list-style: none;
  border-bottom: 1px solid #bfd2e1;
}
.service_box ul li i, .service_box ul li h3, .service_box ul li small {
  position: relative;
  z-index: 1;
}
.service_box ul li i {
  display: block;
  margin-bottom: 20px;
}
.service_box ul li h3 {
  font-size: 1.375rem;
}
.service_box ul li small {
  font-size: 0.75rem;
}
.service_box ul li .ioc_img_bg {
  transition: 0.4s;
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  padding-bottom: 50.475%;
  z-index: 0;
}
.service_box ul li .ioc_img {
  display: block;
}
.service_box ul li .ioc_img_hover {
  display: none;
}
.service_box ul li a {
  position: relative;
  color: #707070;
  display: table-cell;
  vertical-align: middle;
}
.service_box ul li a:hover {
  color: #ffffff;
}
.service_box ul li a:hover .ioc_img_bg {
  opacity: 1;
}
.service_box ul li a:hover .ioc_img {
  display: none;
}
.service_box ul li a:hover .ioc_img_hover {
  display: block;
}
.service_box ul li:nth-child(1) i svg {
  width: 67px;
  height: 67px;
}
.service_box ul li:nth-child(2) {
  border-left: 1px solid #bfd2e1;
  border-right: 1px solid #bfd2e1;
}
.service_box ul li:nth-child(2) i svg {
  width: 64px;
  height: 64px;
}
.service_box ul li:nth-child(3) i svg {
  width: 67px;
  height: 71px;
}
.service_box ul li:nth-child(4) {
  border-bottom: none;
}
.service_box ul li:nth-child(4) i svg {
  width: 58px;
  height: 64px;
}
.service_box ul li:nth-child(5) {
  border-left: 1px solid #bfd2e1;
  border-right: 1px solid #bfd2e1;
  border-bottom: none;
}
.service_box ul li:nth-child(5) i svg {
  width: 57px;
  height: 64px;
}
.service_box ul li:nth-child(6) {
  border-bottom: none;
}
.service_box ul li:nth-child(6) i svg {
  width: 68px;
  height: 68px;
}

.creative_box {
  width: 100%;
  padding: 63px 0;
}
.creative_box ul {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}
.creative_box ul li {
  max-width: 300px;
  margin: 0 15px;
}
.creative_box ul li h3 {
  transition: 0.4s;
  color: #2d2d2d;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 16px;
  overflow: hidden;
  height: 70px;
}
.creative_box ul li img {
  width: 100%;
}
.creative_box ul li .creative_img {
  margin-bottom: 20px;
  height: 0;
  padding-bottom: 50%;
}
.creative_box ul li .creative_txt {
  font-size: 0.875rem;
  color: #707070;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.creative_box ul li a:hover h3 {
  transition: 0.4s;
  color: #0d6fb8;
}
.creative_box .slick-prev, .creative_box .slick-next {
  width: 16px;
  height: 30px;
  background-image: url(../img/arrw_icon.png);
  background-repeat: no-repeat;
}
.creative_box .slick-prev {
  left: -100px;
  background-position: top left;
}
@media screen and (max-width: 1280px) {
  .creative_box .slick-prev {
    left: -60px;
  }
}
@media screen and (max-width: 1100px) {
  .creative_box .slick-prev {
    left: -25px;
  }
}
@media screen and (max-width: 1024px) {
  .creative_box .slick-prev {
    left: -10px;
  }
}
.creative_box .slick-next {
  right: -100px;
  background-position: bottom right;
}
@media screen and (max-width: 1280px) {
  .creative_box .slick-next {
    right: -60px;
  }
}
@media screen and (max-width: 1100px) {
  .creative_box .slick-next {
    right: -25px;
  }
}
@media screen and (max-width: 1024px) {
  .creative_box .slick-next {
    right: -10px;
  }
}

.female_box {
  width: 100%;
  padding: 63px 0;
  background: url(../img/female_bg.jpg) top center no-repeat;
  background-size: cover;
}
.female_box .row {
  justify-content: center;
}

.fem_list {
  text-align: center;
  width: 312px;
  max-width: 312px;
  height: 209px;
  background: url(../img/fe_bg.png) top left no-repeat;
  margin-right: 18px;
  margin-bottom: 45px;
  transition: 0.4s;
  transform: scale(1);
}
.fem_list:last-child {
  margin-right: 0;
}
.fem_list:hover {
  transition: 0.4s;
  transform: scale(1.05);
}
.fem_list:hover h3 {
  transition: 0.4s;
  color: #0d6fb8;
}
.fem_list a {
  width: 100%;
  height: 100%;
  display: block;
}
.fem_list h3 {
  transition: 0.4s;
  font-size: 1.25rem;
  font-weight: 500;
  color: #2d2d2d;
}
.fem_list small {
  font-size: 0.75rem;
  color: #707070;
}

.fem_list_content {
  margin-top: 28px;
}

.fem_photo {
  display: block;
  margin-top: 20px;
}

.work_box {
  width: 100%;
  background: #78b8e6;
}
.work_box a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
}
.work_box a:hover .read_btn {
  transition: 0.4s;
  background: #0d6fb8;
}

.work_img {
  float: right;
  width: 638px;
  height: 430px;
}

.work_txt {
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  height: 430px;
}
.work_txt h3 {
  font-size: 1rem;
  margin-bottom: 27px;
  font-weight: 500;
}
.work_txt p {
  font-size: 1.25rem;
  line-height: 28px;
  height: 145px;
  overflow: hidden;
  margin-bottom: 23px;
}
.work_txt .read_btn {
  transition: 0.4s;
  margin: 0;
  background: #93c6eb;
  border: 1px solid #78b8e6;
}

.work_container {
  display: table-cell;
  vertical-align: middle;
}

.work_content {
  width: -moz-calc(100% - 638px);
  width: -webkit-calc(100% - 638px);
  width: calc(100% - 638px);
  float: left;
}

.global_box {
  width: 100%;
  padding: 66px 0;
  text-align: center;
}
.global_box .row {
  padding-top: 50px;
  font-size: 1.125rem;
}
.global_box .digital {
  color: #4e4e4e;
  font-size: 1.375rem;
  margin-bottom: 40px;
}
.global_box .digital b {
  color: #0d6fb8;
  font-size: 3.75rem;
}

.ourclients_box {
  width: 100%;
  padding: 63px 0;
  background: url(../img/our_bg.jpg) top center no-repeat;
  background-size: cover;
}
.ourclients_box hgroup:after {
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  margin: 14px auto 44px auto;
  background: url(../img/instructions_icon.png) bottom center no-repeat;
}
.ourclients_box li {
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  float: left;
  list-style: none;
  width: 20%;
  text-align: center;
  height: 130px;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid  #c6c6c6;
}
.ourclients_box li:nth-child(5), .ourclients_box li:nth-child(10) {
  border-right: none;
}
.ourclients_box li:nth-child(6), .ourclients_box li:nth-child(7), .ourclients_box li:nth-child(8), .ourclients_box li:nth-child(9), .ourclients_box li:nth-child(10) {
  border-bottom: none;
}
.ourclients_box li img {
  height: 60px;
}
.ourclients_box li a, .ourclients_box li span {
  width: 100%;
  height: 100%;
  display: block;
  display: table-cell;
  vertical-align: middle;
}
.ourclients_box li a:hover, .ourclients_box li span:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1288px) {
  .fem_list {
    margin-right: 0%;
  }

  .female_box .row {
    width: 98%;
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .focus {
    top: 0;
    width: 100%;
    height: auto;
    padding: 10px 0;
    display: block;
    overflow-y: hidden !important;
  }
  .focus .focus_txt b {
    font-size: 1.125rem;
    margin-bottom: -3px;
  }
  .focus ul {
    transition: -ms-transform 0.5s,-webkit-transform 0.5s,transform 0.5s !important;
    white-space: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-right: 10px;
  }
  .focus li {
    width: 237px;
    height: 50px;
    margin: 0 13px !important;
  }
  .focus li a {
    padding-top: 7px;
  }
  .focus li:nth-child(1) i {
    width: 39px;
    height: 41px;
  }
  .focus li:nth-child(2) i {
    width: 40px;
    height: 41px;
  }
  .focus li:nth-child(3) i {
    width: 39px;
    height: 39px;
  }
  .focus li:nth-child(1) .focus_content {
    margin-left: 30px;
  }
  .focus li:nth-child(2) .focus_content {
    margin-left: 9px;
  }
  .focus li:nth-child(3) .focus_content, .focus li:nth-child(4) .focus_content, .focus li:nth-child(5) i svg {
    margin-left: 15px;
  }

  .indexPage main[role="main"] {
    padding-top: 0;
    margin-top: 30px;
  }

  .instructions {
    width: 95%;
  }

  .article_box, .creative_box, .female_box .container, .global_box .container {
    width: 95%;
    margin: 0 auto;
  }

  .foremost {
    margin: 0;
  }

  .foremost .art_box, .foremost .col-lg-6 {
    max-width: 100%;
  }

  .foremost .art_box {
    margin-bottom: 30px;
  }

  .creative_box ul li {
    max-width: 100%;
  }
  .creative_box .slick-prev, .creative_box .slick-next {
    background-color: rgba(255, 255, 255, 0.9);
    background-position: center;
    height: 100%;
    width: 26px;
    display: block !important;
  }
  .creative_box .slick-prev {
    left: -3%;
    background-image: url(../img/m_l.png);
  }
  .creative_box .slick-next {
    right: -3%;
    background-image: url(../img/m_r.png);
  }

  .later .art_box {
    max-width: 100%;
  }

  .work_img, .work_content {
    width: 100%;
    float: none;
  }

  .global_box .col-lg-4 {
    margin-bottom: 80px;
  }

  .ourclients_box ul {
    width: 95%;
    margin: auto;
  }
  .ourclients_box li {
    width: 50%;
  }
  .ourclients_box li:nth-child(2), .ourclients_box li:nth-child(4), .ourclients_box li:nth-child(6), .ourclients_box li:nth-child(8), .ourclients_box li:nth-child(10) {
    border-right: none;
  }
  .ourclients_box li:nth-child(5) {
    border-right: 1px solid #c6c6c6;
  }
  .ourclients_box li:nth-child(6), .ourclients_box li:nth-child(7), .ourclients_box li:nth-child(8) {
    border-bottom: 1px solid #c6c6c6;
  }
}
@media screen and (max-width: 800px) {
  .service_box ul li .ioc_img_bg {
    padding-bottom: 67.475%;
  }
}
@media screen and (max-width: 800px) and (max-width: 768px) {
  .service_box ul li .ioc_img_bg {
    padding-bottom: 69.475%;
  }
}
@media screen and (max-width: 800px) and (max-width: 600px) {
  .service_box ul li .ioc_img_bg {
    padding-bottom: 63.475%;
  }
}
@media screen and (max-width: 800px) and (max-width: 480px) {
  .service_box ul li .ioc_img_bg {
    padding-bottom: 91.475%;
  }
}
@media screen and (max-width: 800px) and (max-width: 375px) {
  .service_box ul li .ioc_img_bg {
    padding-bottom: 101.475%;
  }
}
@media screen and (max-width: 800px) and (max-width: 360px) {
  .service_box ul li .ioc_img_bg {
    padding-bottom: 105%;
  }
}
@media screen and (max-width: 800px) and (max-width: 320px) {
  .service_box ul li .ioc_img_bg {
    padding-bottom: 119%;
  }
}

@media screen and (max-width: 767px) {
  .foremost .art_txt {
    display: none;
  }

  .foremost .art_content {
    padding: 16px;
  }

  .foremost .art_content h3 {
    font-size: 1.25rem;
    line-height: 27px;
    margin-bottom: 8px;
    height: 87px;
  }

  .work_txt {
    height: 260px;
  }

  .work_txt p {
    font-size: 1rem;
    line-height: 20px;
    height: 102px;
  }

  .fem_list, .female_box .container .row .fem_list:nth-child(even) {
    margin: 0 auto 30px auto;
  }

  .service_box ul li {
    width: 50%;
    height: 170px;
  }
  .service_box ul li:nth-child(2) {
    border-right: none;
  }
  .service_box ul li:nth-child(3) {
    border-right: 1px solid #bfd2e1;
  }
  .service_box ul li:nth-child(4) {
    border-bottom: 1px solid #bfd2e1;
  }
  .service_box ul li:nth-child(5) {
    border-left: none;
  }
  .service_box ul li h3 {
    font-size: 0.875rem;
    font-weight: 500;
  }
  .service_box ul li small {
    line-height: 15px;
  }

  .service_box ul {
    margin: 0 auto;
  }

  .work_img {
    height: 0;
    padding-bottom: 67.392%;
  }

  .work_content {
    padding: 15px 0 16px 0;
  }

  .global_box {
    padding: 66px 0 0px 0;
  }
}
@media screen and (max-width: 360px) {
  .foremost .art_content h3 {
    font-size: 1rem;
    height: 66px;
    line-height: 21px;
  }
}
.instructions_box {
  width: 100%;
  background: #e4e4e4;
  clear: both;
  padding: 25px;
}

.aboutPage .instructions:after {
  margin-bottom: 0;
}

.aboutPage .back {
  background: #0d6fb8;
}
.aboutPage .back:hover {
  border: 1px solid #0d6fb8;
  background: rgba(13, 111, 184, 0);
  color: #0d6fb8;
}

.websitePage .back {
  border: 1px solid #f4f4f4;
  background: #d70414;
}
.websitePage .back:hover {
  border: 1px solid #d70414;
  color: #d70414;
  background: rgba(215, 4, 20, 0);
}
.websitePage .instructions:after {
  margin-bottom: 0;
}

.web_item1, .web_item2 {
  width: 100%;
  margin-top: 50px;
}
.web_item1 ul, .web_item2 ul {
  width: 50%;
  max-width: 622px;
  float: left;
}
.web_item1 li, .web_item2 li {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  border: 1px solid #d7d7d7;
  overflow: hidden;
}
.web_item1 li img, .web_item2 li img {
  width: 100%;
}
.web_item1 li .web_txt, .web_item2 li .web_txt {
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.web_item1 li .web_img, .web_item2 li .web_img {
  display: table-cell;
  vertical-align: middle;
}
.web_item1 li .web_content, .web_item2 li .web_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}
.web_item1 li a, .web_item2 li a {
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  background: #e8e8e8;
}
.web_item1 li a:hover .web_txt, .web_item2 li a:hover .web_txt {
  transition: 0.4s;
  opacity: 1;
}
.web_item1 i, .web_item2 i {
  margin: auto;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/ru_icon.png) top left no-repeat;
  margin-bottom: 35px;
}

.web_item1 ul:nth-child(1) {
  margin-right: 2.8%;
}
.web_item1 ul:nth-child(1) li:nth-child(1) {
  height: 740px;
}
.web_item1 ul:nth-child(1) li:nth-child(2) {
  height: 360px;
}
.web_item1 ul:nth-child(2) li:nth-child(1) {
  height: 360px;
}
.web_item1 ul:nth-child(2) li:nth-child(2) {
  height: 740px;
}

.web_item2 ul {
  width: 100%;
  max-width: 100%;
}
.web_item2 li {
  float: left;
  width: 50%;
  max-width: 622px;
  height: 580px;
}
.web_item2 li:nth-child(odd) {
  margin-right: 2.8%;
}

@media screen and (max-width: 1280px) {
  .web_item1 ul:nth-child(1) li:nth-child(1) {
    height: 679px;
  }
  .web_item1 ul:nth-child(1) li:nth-child(2) {
    height: 314px;
  }
  .web_item1 ul:nth-child(2) li:nth-child(1) {
    height: 314px;
  }
  .web_item1 ul:nth-child(2) li:nth-child(2) {
    height: 679px;
  }

  .web_item2 li {
    height: 531px;
  }
}
@media screen and (max-width: 1200px) {
  .web_item1 ul:nth-child(1) li:nth-child(1) {
    height: 644px;
  }
  .web_item1 ul:nth-child(1) li:nth-child(2) {
    height: 331px;
  }
  .web_item1 ul:nth-child(2) li:nth-child(1) {
    height: 331px;
  }
  .web_item1 ul:nth-child(2) li:nth-child(2) {
    height: 644px;
  }

  .web_item2 li {
    height: 504px;
  }
}
@media screen and (max-width: 1024px) {
  .web_item1 ul:nth-child(1) li:nth-child(1) {
    height: 516px;
  }
  .web_item1 ul:nth-child(1) li:nth-child(2) {
    height: 252px;
  }
  .web_item1 ul:nth-child(2) li:nth-child(1) {
    height: 252px;
  }
  .web_item1 ul:nth-child(2) li:nth-child(2) {
    height: 516px;
  }

  .web_item2 li {
    height: 427px;
  }
}
@media screen and (max-width: 768px) {
  .web_item1 ul:nth-child(1) li:nth-child(1) {
    height: 406px;
  }
  .web_item1 ul:nth-child(1) li:nth-child(2) {
    height: 200px;
  }
  .web_item1 ul:nth-child(2) li:nth-child(1) {
    height: 200px;
  }
  .web_item1 ul:nth-child(2) li:nth-child(2) {
    height: 406px;
  }

  .web_item2 li {
    height: 316px;
  }
}
@media screen and (max-width: 767px) {
  .web_item1 ul li, .web_item2 li {
    height: auto !important;
  }
}
.deatil_title {
  clear: both;
  width: 95%;
  margin: 70px auto 52px auto;
}
.deatil_title h2 {
  font-size: 1.875rem;
  line-height: 36px;
  color: #4e4e4e;
  font-weight: 500;
  border-left: 4px solid #d70414;
  padding-left: 17px;
}

.detailpage .instructions_box h2 {
  text-align: center;
  color: #d70414;
  font-size: 1.625rem;
  margin-bottom: 25px;
  font-weight: 500;
}
.detailpage .instructions_list {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  margin: auto;
  font-weight: 500;
  line-height: 27px;
}
.detailpage .instructions_list li {
  padding-left: 15px;
  background: url(../img/red_icon.png) left 11px no-repeat;
}
.detailpage .editoBox {
  margin-top: 10px;
}
.detailpage .instructions_box {
  margin-bottom: 46px;
}

.design_concept {
  font-family: Arial, sans-serif;
  width: 95%;
  margin: 0px auto 30px auto;
  line-height: 32px;
  color: #1d2129;
}
.design_concept h3 {
  font-weight: 400;
  font-size: 1.25rem;
  margin-bottom: 12px;
}
.design_concept h3:after {
  content: '';
  width: 11px;
  height: 2px;
  background: #737373;
  display: block;
  margin-top: 20px;
}

@media screen and (max-width: 1295px) {
  .web_item1 ul, .web_item2 li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .web_item1 ul, .web_item2 li {
    width: 100%;
  }

  .web_item1 ul:nth-child(1) {
    margin-right: 0;
  }
}
.articlePage .instructions_box {
  margin-bottom: 50px;
  width: 99.4%;
}
.articlePage .later .art_box {
  margin-bottom: 50px;
}
.articlePage .more, .articlePage.detailpage .back {
  border: 1px solid #f4f4f4;
  background: #90c31f;
}
.articlePage .more:hover, .articlePage.detailpage .back:hover {
  border: 1px solid #90c31f;
  color: #90c31f;
  background: rgba(144, 195, 31, 0);
}
.articlePage .deatil_title h2 {
  border-left: 4px solid #90c31f;
}
.articlePage .later a:hover h3 {
  color: #90c31f;
}
.articlePage .later .are_title:after {
  background: #90c31f;
}

.newsPage .instructions_box {
  margin-bottom: 50px;
  width: 100%;
}
.newsPage .deatil_title {
  width: 97%;
}
.newsPage .deatil_title time {
  font-size: 0.875rem;
  padding-left: 22px;
}
.newsPage .deatil_title h2 {
  border-left: 4px solid #f8b62b;
}
.newsPage .back, .newsPage.detailpage .back {
  border: 1px solid #f4f4f4;
  background: #f8b62b;
}
.newsPage .back:hover, .newsPage.detailpage .back:hover {
  border: 1px solid #f8b62b;
  color: #f8b62b;
  background: rgba(248, 182, 43, 0);
}

.news_list a {
  width: 100%;
  display: block;
  height: 100%;
  border: 1px solid #cbcbcb;
  color: #2d2d2d;
  font-size: 1.125rem;
}
.news_list a:hover .news_img .news_mark {
  transition: 0.4s;
  opacity: 1;
}
.news_list li {
  float: left;
  margin-bottom: 40px;
}

.news_img {
  float: left;
  width: 31%;
  max-width: 188px;
}
.news_img .news_photo {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.news_img .news_mark {
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(248, 182, 43, 0.7);
  z-index: 1;
}
.news_img .news_mark i {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/ru_icon.png) center no-repeat;
  z-index: 2;
}

.news_content {
  float: left;
  width: -moz-calc(100% - 31%);
  width: -webkit-calc(100% - 31%);
  width: cale(69%);
  padding: 27px 35px;
}
.news_content .news_txt {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.news_content time {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 24px;
}
.news_content time:after {
  margin-top: 12px;
  display: block;
  content: '';
  width: 20px;
  height: 1px;
  background: #f8b62b;
}

@media screen and (max-width: 767px) {
  .news_img, .news_content {
    width: 100%;
  }

  .news_img {
    max-width: 100%;
  }

  .news_content {
    padding: 27px;
  }
}
main[role="main"] .container.contact_box {
  padding-top: 50px;
}

.contact_box .col-md-4, .page_contact .col-md-4 {
  max-width: 440px;
  padding-right: 41px;
}
.contact_box .col-md-4 h3, .page_contact .col-md-4 h3 {
  font-weight: normal;
  font-size: 1.25rem;
  color: #5c1b7f;
  margin-bottom: 35px;
}
.contact_box .col-md-4 h3:after, .page_contact .col-md-4 h3:after {
  display: block;
  margin-top: 10px;
  content: '_';
  line-height: 1px;
}
.contact_box .col-md-4 h4, .page_contact .col-md-4 h4 {
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 30px;
}
.contact_box .col-md-4 .con_txt, .page_contact .col-md-4 .con_txt {
  font-size: 0.875rem;
  color: #4e4e4e;
  line-height: 24px;
}
.contact_box .col-md-4 .con_txt p:not(:last-child), .page_contact .col-md-4 .con_txt p:not(:last-child) {
  margin-bottom: 30px;
}
.contact_box .col-md-4 .con_txt a, .page_contact .col-md-4 .con_txt a {
  color: #4e4e4e;
}
.contact_box .col-md-4 .con_txt a:hover, .page_contact .col-md-4 .con_txt a:hover {
  color: #0d6fb8;
}
.contact_box .contact_item, .page_contact .contact_item {
  margin-bottom: 25px;
}
.contact_box .col-md-8 .checkbox_item, .page_contact .col-md-8 .checkbox_item {
  margin-bottom: 10px;
}
.contact_box .col-md-8 .send_btn, .page_contact .col-md-8 .send_btn {
  display: block;
  width: 180px;
  height: 40px;
  color: #ffffff;
  border: 1px solid #f4f4f4;
  background: #5c1b7f;
  font-size: 0.875rem;
  text-align: center;
  line-height: 40px;
  margin-top: 60px;
}
.contact_box .col-md-8 .send_btn:hover, .page_contact .col-md-8 .send_btn:hover {
  border: 1px solid #5c1b7f;
  color: #5c1b7f;
  background: rgba(92, 27, 127, 0);
}
.contact_box .col-md-8 h4, .page_contact .col-md-8 h4 {
  font-weight: normal;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
.contact_box .col-md-8 li, .page_contact .col-md-8 li {
  margin-bottom: 22px;
}
.contact_box .col-md-8 input, .page_contact .col-md-8 input {
  font-weight: 300;
  background: none;
}
.contact_box .col-md-8 .enunciation, .page_contact .col-md-8 .enunciation {
  max-width: 400px;
}
.contact_box .col-md-8 .textarea textarea, .page_contact .col-md-8 .textarea textarea {
  background: none;
  margin-bottom: 18px;
}
.contact_box .col-md-8 .textarea b, .page_contact .col-md-8 .textarea b {
  font-weight: normal;
  font-size: 0.938rem;
  color: #5c1b7f;
}
.contact_box .col-md-8 input::-webkit-input-placeholder, .contact_box .col-md-8 textarea::-webkit-input-placeholder, .page_contact .col-md-8 input::-webkit-input-placeholder, .page_contact .col-md-8 textarea::-webkit-input-placeholder {
  color: #b9b9b9;
}
.contact_box .col-md-8 input:-moz-placeholder, .contact_box .col-md-8 textarea:-moz-placeholder, .page_contact .col-md-8 input:-moz-placeholder, .page_contact .col-md-8 textarea:-moz-placeholder {
  color: #b9b9b9;
}
.contact_box .col-md-8 input::-moz-placeholder, .contact_box .col-md-8 textarea::-moz-placeholder, .page_contact .col-md-8 input::-moz-placeholder, .page_contact .col-md-8 textarea::-moz-placeholder {
  color: #b9b9b9;
}
.contact_box .col-md-8 input:-ms-input-placeholder, .contact_box .col-md-8 textarea:-ms-input-placeholder, .page_contact .col-md-8 input:-ms-input-placeholder, .page_contact .col-md-8 textarea:-ms-input-placeholder {
  color: #b9b9b9;
}
.contact_box .col-md-8 input[type="checkbox"], .page_contact .col-md-8 input[type="checkbox"] {
  display: none;
}
.contact_box .col-md-8 input[type="checkbox"] + label, .page_contact .col-md-8 input[type="checkbox"] + label {
  display: inline-block;
  width: 100%;
  height: 30px;
  padding-left: 29px;
  outline: 0;
  transition: all 0.2s;
  cursor: pointer;
  position: relative;
  letter-spacing: 0px;
  margin-right: 13px;
}
.contact_box .col-md-8 input[type="checkbox"] + label:before, .page_contact .col-md-8 input[type="checkbox"] + label:before {
  height: 12px;
  width: 12px;
  background: #ffffff;
  border: 1px solid #cacaca;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
}
.contact_box .col-md-8 input[type="checkbox"] + label span, .page_contact .col-md-8 input[type="checkbox"] + label span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #4e4e4e;
}
.contact_box .col-md-8 input[type="checkbox"]:checked + label:after, .page_contact .col-md-8 input[type="checkbox"]:checked + label:after {
  background: #1b1b1b;
}
.contact_box .col-md-8 input[type="checkbox"]:checked + label, .page_contact .col-md-8 input[type="checkbox"]:checked + label {
  color: #000;
}
.contact_box .col-md-8 input[type="checkbox"]:checked + label:after, .page_contact .col-md-8 input[type="checkbox"]:checked + label:after {
  width: 6px;
  height: 6px;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 3px;
  content: "";
  background: #5c1b7f;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
}

.page_contact {
  clear: both;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 65px;
}
@media screen and (max-width: 1280px) {
  .page_contact {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.page_contact .checkbox_list {
  display: flex;
  flex-wrap: wrap;
}
.page_contact li {
  list-style: none;
}
.page_contact .checkbox_item {
  margin-bottom: 10px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .page_contact .checkbox_item {
    width: 100%;
  }
}
.page_contact .send_btn {
  display: block;
  width: 180px;
  height: 40px;
  color: #ffffff;
  border: 1px solid #f4f4f4;
  background: #5c1b7f;
  font-size: 0.875rem;
  text-align: center;
  line-height: 40px;
  margin: 60px auto 0 auto;
}
.page_contact .send_btn:hover {
  border: 1px solid #5c1b7f;
  color: #5c1b7f;
  background: rgba(92, 27, 127, 0);
}
.page_contact h4 {
  font-weight: normal;
  font-size: 1.125rem;
  margin-bottom: 15px;
}
.page_contact li {
  margin-bottom: 22px;
}
.page_contact input {
  font-weight: 300;
  background: none;
}
.page_contact .enunciation {
  max-width: 100%;
}
.page_contact .textarea textarea {
  background: none;
  margin-bottom: 18px;
}
.page_contact .textarea b {
  font-weight: normal;
  font-size: 0.938rem;
}
.page_contact input::-webkit-input-placeholder, .page_contact textarea::-webkit-input-placeholder {
  color: #b9b9b9;
}
.page_contact input:-moz-placeholder, .page_contact textarea:-moz-placeholder {
  color: #b9b9b9;
}
.page_contact input::-moz-placeholder, .page_contact textarea::-moz-placeholder {
  color: #b9b9b9;
}
.page_contact input:-ms-input-placeholder, .page_contact textarea:-ms-input-placeholder {
  color: #b9b9b9;
}
.page_contact input[type="checkbox"] {
  display: none;
}
.page_contact input[type="checkbox"] + label {
  display: inline-block;
  width: 100%;
  height: 30px;
  padding-left: 29px;
  outline: 0;
  transition: all 0.2s;
  cursor: pointer;
  position: relative;
  letter-spacing: 0px;
  margin-right: 13px;
}
.page_contact input[type="checkbox"] + label:before {
  height: 12px;
  width: 12px;
  background: #ffffff;
  border: 1px solid #cacaca;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
}
.page_contact input[type="checkbox"] + label span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #4e4e4e;
}
.page_contact input[type="checkbox"]:checked + label:after {
  background: #1b1b1b;
}
.page_contact input[type="checkbox"]:checked + label {
  color: #000;
}
.page_contact input[type="checkbox"]:checked + label:after {
  width: 6px;
  height: 6px;
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 3px;
  content: "";
  background: #5c1b7f;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em;
}

.map_box {
  clear: both;
  width: 100%;
  margin-bottom: -4px;
}
.map_box iframe {
  width: 100%;
  height: 300px;
}

@media screen and (max-width: 768px) {
  .contact_box .col-md-4 {
    max-width: 100%;
    padding-right: 0;
  }

  .col-md-8 {
    max-width: 100%;
  }
}
.in_form {
  width: 100%;
  text-align: center;
}
.in_form input {
  width: 50%;
  max-width: 420px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
}
.in_form button {
  display: inline-block;
  vertical-align: top;
  width: 88px;
  height: 35px;
  background: #0d6fb8;
  color: #ffffff;
  border: none;
  margin-left: -5px;
}

.result {
  text-align: center;
  margin: 39px 0;
}

.search_list {
  width: 100%;
  margin-bottom: 80px;
}
.search_list li {
  margin-bottom: 30px;
}
.search_list a {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #cfcfcf;
  padding: 32px;
  color: #2d2d2d;
  font-size: 1.125rem;
  line-height: 24px;
}
.search_list a:hover {
  border: 1px solid #0d6fb8;
}

.banner, .main_banner {
  position: relative;
  clear: both;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner img, .main_banner img {
  width: 100%;
}
.banner .slick-prev, .banner .slick-next, .main_banner .slick-prev, .main_banner .slick-next {
  width: 24px;
  height: 42px;
  z-index: 1;
}
.banner .slick-prev, .main_banner .slick-prev {
  left: 25px !important;
  background: url(../img/banner_arrw.png) top left no-repeat;
}
.banner .slick-next, .main_banner .slick-next {
  right: 25px !important;
  background: url(../img/banner_arrw.png) top right no-repeat;
}

.main_banner .banner_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-65%, -26%);
  width: 90%;
  max-width: 660px;
  margin: 0 auto;
  color: #ffffff;
}
@media screen and (max-width: 1095px) {
  .main_banner .banner_content {
    transform: translate(-50%, -26%);
  }
}
.main_banner .banner_content h2 {
  font-size: 2rem;
  line-height: 40px;
  margin-bottom: 13px;
}
.main_banner .banner_content h2.hide {
  height: 80px;
  overflow: hidden;
}
.main_banner .banner_content .banner_txt {
  font-size: 1.25rem;
  line-height: 26px;
  margin-bottom: 33px;
  height: 50px;
  overflow: hidden;
}
.main_banner .banner_content .banner_more {
  display: block;
  width: 180px;
  height: 40px;
  background: url(../img/banner_more_btn.png) top left no-repeat;
}
.main_banner ul li {
  position: relative;
  height: 460px;
}

.mo_banner {
  display: none;
}

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

  .main_banner .banner_content h2 {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 31px;
  }
  .main_banner .banner_content h2.hide {
    height: 66px;
    overflow: hidden;
  }

  .pc_banner {
    display: none;
  }

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

/*# sourceMappingURL=main.css.map */
