@charset "UTF-8";

/*!normalize.css v3.0.0 | MIT License | git.io/normalize*/
/*!normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

[hidden],
template {
  display: none;
}

/*!normalize.css v3.0.0 | Base | MIT License | git.io/normalize*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-height: 100vh;
}

body {
  margin: 0;
  position: relative;
  color: #373737;
  font-family: Lato, source-han-sans-traditional, 微軟正黑體, 繁黑體,
    microsoft jhenghei, microsoft yahei, heiti tc, lihei pro, sans-serif,
    新細明體, PMingLiU;
  font-weight: 300;
  letter-spacing: 0.05em;
  background-color: #fbfbfb;
}

/*!normalize.css v3.0.0 | Links | MIT License | git.io/normalize*/
a {
  background: 0 0;
  font-size: 16px;
}

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

/*!normalize.css v3.0.0 | Typography | MIT License | git.io/normalize*/
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*!normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize*/
img {
  border: 0;
}

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

/*!normalize.css v3.0.0 | Figures | MIT License | git.io/normalize*/
figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

/*!normalize.css v3.0.0 | Forms | MIT License | git.io/normalize*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

/*!normalize.css v3.0.0 | Tables | MIT License | git.io/normalize*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  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: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.row-justify-content {
  justify-content: center;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-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-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.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-last {
    order: 13;
  }

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

  .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%;
    margin: 0 auto;
  }

  .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-last {
    order: 13;
  }

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

  .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-last {
    order: 13;
  }

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

  .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-last {
    order: 13;
  }

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

  .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%;
  }
}

footer::after,
footer::before,
main .rank-step1 ul::after,
main .rank-step2 ul::after,
main ul.breadcrumb::after,
nav .container::after,
nav .scroll-nav ul::after,
nav.scroll .container::after {
  content: '';
  display: table;
  clear: both;
}

.serif {
  font-family: times new roman, source-han-serif-tc, serif;
}

.sans-serif {
  font-family: Lato, source-han-sans-traditional, sans-serif;
}

a {
  transition: all 0.3s;
  text-decoration: none;
}

@font-face {
  font-family: icomoon;
  src: url(../../fonts/cw2000/icomoon.eot?asmkce);
  src: url(../../fonts/cw2000/icomoon.eot?asmkce#iefix)
      format('embedded-opentype'),
    url(../../fonts/cw2000/icomoon.ttf?asmkce) format('truetype'),
    url(../../fonts/cw2000/icomoon.woff?asmkce) format('woff'),
    url(../../fonts/cw2000/icomoon.svg?asmkce#icomoon) format('svg');
  font-weight: 400;
  font-style: normal;
}

[class*=' icon-'],
[class^='icon-'] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-financial:before {
  content: '\e903';
}

@media (min-width: 768px) {
  .icon-financial:before {
    content: '\e902';
  }
}

.icon-manufacturing:before {
  content: '\e909';
}

@media (min-width: 768px) {
  .icon-manufacturing:before {
    content: '\e908';
  }
}

.icon-service:before {
  content: '\e911';
}

@media (min-width: 768px) {
  .icon-service:before {
    content: '\e910';
  }
}

.icon-down:before {
  content: '\e900';
}

.icon-facebook:before {
  content: '\e901';
}

.icon-home:before {
  content: '\e904';
}

.icon-left:before {
  content: '\e905';
}

.icon-line:before {
  content: '\e906';
}

.icon-info:before {
  content: '\e907';
}

.icon-cancel:before,
.icon-plus:before {
  content: '\e90a';
}

.icon-cancel:before {
  display: block;
  transform: rotate(45deg);
}

.icon-rank-down:before {
  content: '\e90b';
}

.icon-rank-up:before {
  content: '\e90c';
}

.icon-rank-up-down:before {
  content: '\e90d';
}

.icon-right:before {
  content: '\e90e';
}

.icon-search:before {
  content: '\e90f';
}

.icon-tiwtter:before {
  content: '\e912';
}

.icon-warning:before {
  content: '\e913';
}

a,
button {
  background-color: transparent;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}

a:focus,
button:focus {
  outline: 0;
}

a.btn,
button.btn {
  position: relative;
  display: inline-block;
  min-width: 120px;
  padding: 0.6875em 1em;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
  word-break: keep-all;
  text-decoration: none;
  overflow: hidden;
}

@media (min-width: 375px) {
  a.btn,
  button.btn {
    min-width: 135px;
  }
}

@media (min-width: 768px) {
  a.btn,
  button.btn {
    min-width: 144px;
    padding: 0.8125em 1em;
  }
}

a.btn.btn--small,
button.btn.btn--small {
  min-width: 72px;
  padding: 0.7em 1em;
  font-size: 0.875rem;
  line-height: 1;
}

a.btn + a.btn,
a.btn + button.btn,
button.btn + a.btn,
button.btn + button.btn {
  margin-left: 0.5rem;
}

@media (min-width: 768px) {
  a.btn + a.btn,
  a.btn + button.btn,
  button.btn + a.btn,
  button.btn + button.btn {
    margin-left: 1rem;
  }
}

a.btn::after,
a.btn::before,
button.btn::after,
button.btn::before {
  content: '';
  display: block;
  position: absolute;
  opacity: 0;
  z-index: -1;
}

a.btn::before,
button.btn::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0.2s;
}

a.btn::after,
button.btn::after {
  left: 50%;
  top: 50%;
  padding: 55%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 2s, transform 0.5s;
}

a.btn:hover::before,
button.btn:hover::before {
  opacity: 0.04;
}

a.btn:hover:focus::before,
button.btn:hover:focus::before {
  opacity: 0.16;
}

a.btn:focus::before,
button.btn:focus::before {
  opacity: 0.12;
}

a.btn:active::after,
button.btn:active::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0s;
}

a.btn--text,
button.btn--text {
  display: inline-block;
  padding: 0;
  color: #003a9f;
  text-decoration: underline;
  border: 0;
  cursor: pointer;
}

a.btn--text:hover,
button.btn--text:hover {
  color: #d60c18;
}

a.btn--text.disabled,
button.btn--text.disabled {
  color: #d3d5d7;
  cursor: not-allowed;
}

a.btn--outlined,
button.btn--outlined {
  color: #003a9f;
  background-color: #fff;
  border: 1px solid #003a9f;
  z-index: 1;
}

a.btn--outlined::-moz-focus-inner,
button.btn--outlined::-moz-focus-inner {
  border: none;
}

a.btn--outlined:hover,
button.btn--outlined:hover {
  color: #9d0505;
  border-color: #9d0505;
}

a.btn--outlined::before,
button.btn--outlined::before {
  background-color: #feebec;
}

a.btn--outlined::after,
button.btn--outlined::after {
  background-color: #feebec;
}

a.btn--contained,
button.btn--contained {
  color: #fff;
  background-color: #003a9f;
  border: 1px solid #003a9f;
  z-index: 1;
}

a.btn--contained::-moz-focus-inner,
button.btn--contained::-moz-focus-inner {
  border: none;
}

a.btn--contained:hover,
button.btn--contained:hover {
  background-color: #9d0505;
  border-color: #9d0505;
}

a.btn--contained::before,
button.btn--contained::before {
  background-color: #d60c18;
}

a.btn--contained::after,
button.btn--contained::after {
  background-color: #d60c18;
}

a.btn--100,
button.btn--100 {
  width: 100%;
}

a.btn[disabled],
button.btn[disabled] {
  color: #d3d5d7;
  background: #eee;
  border: 1px solid #eee;
  cursor: not-allowed;
}

a.btn[disabled]::before,
button.btn[disabled]::before {
  opacity: 0;
}

a.btn[disabled]::after,
button.btn[disabled]::after {
  opacity: 0;
}

a.btn[disabled]:hover,
button.btn[disabled]:hover {
  color: #d3d5d7;
  background: #eee;
  border: 1px solid #eee;
}

a.btn[disabled].btn--animate,
button.btn[disabled].btn--animate {
  color: #48545d;
}

nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

nav.scroll {
  position: fixed;
  padding: 4px 0;
}

nav .container a.logo {
  float: left;
  display: block;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  position: absolute;
}

nav .container a.logo img {
  display: block;
  width: 100px;
  height: auto;
}

nav.scroll .container a.logo {
  padding: 12px 0;
  transition: all 0.5s;
}

nav.scroll .container a.logo img {
  display: block;
  width: 100px;
  height: auto;
  line-height: 59px;
}

@media (min-width: 768px) {
  nav.scroll {
    padding: 0;
  }

  nav .container a.logo img {
    width: 120px;
  }

  nav.scroll .container a.logo {
    padding: 15px 0;
    transition: all 0.5s;
  }
}

nav .right_nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  min-width: 100%;
}

@media (min-width: 768px) {
  nav .right_nav .user {
    order: 1;
  }

  nav .signOut {
    order: 2;
  }

  nav .scroll-nav .user {
    order: 3;
  }

  nav .right_nav .user,
  nav .scroll-nav .user,
  nav .signOut {
    font-size: 16px;
  }
}

nav .hamber {
  padding: 10px 0;
  clear: both;
}

@media (min-width: 768px) {
  nav .hamber {
    display: none;
  }
}

nav .hamber .button_container {
  position: relative;
  width: 33px;
  height: 27px;
  margin: 4px 0;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

nav .hamber .button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #373737;
}

nav .hamber .button_container.active .middle {
  opacity: 0;
  background: #373737;
}

nav .hamber .button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #373737;
}

nav .hamber .button_container span {
  background: #373737;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}

nav .hamber .button_container span:nth-of-type(2) {
  top: 11px;
}

nav .hamber .button_container span:nth-of-type(3) {
  top: 22px;
}

nav .user_moblie {
  display: inline-block;
  padding: 16px;
  color: #373737;
}

@media (min-width: 768px) {
  nav .user_moblie {
    display: none;
  }
}

@media (max-width: 767px) {
  nav .scroll-nav {
    display: none;
    width: 100%;
  }
}

nav .scroll-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 1.5;
}

nav .scroll-nav ul li a {
  display: table;
  margin: auto;
  color: #373737;
  border-bottom: 3px solid transparent;
}

nav .scroll-nav ul li a:hover {
  font-weight: 500;
  border-color: #1269fa;
}

nav .scroll-nav ul.nav a,
nav .user {
  display: inline-block;
  padding: 18px 12px;
  text-align: right;
  vertical-align: text-top;
}

nav .user {
  padding: 18px 6px;
  padding-left: 24px;
}

nav .signOut,
nav .user {
  font-size: 15px;
  color: #888;
}

nav .user a {
  display: block;
  color: #373737;
}

nav .signOut:hover,
nav .user a:hover {
  color: #d60c18;
}

nav .signOut {
  margin: 0;
  padding: 18px 12px 18px 6px;
  outline: 0;
  border: 1px solid transparent;
  background-color: #fff;
}

@media (min-width: 768px) {
  nav .scroll-nav .user,
  nav .scroll-nav ul li {
    float: left;
  }

  nav .scroll-nav ul li a {
    display: block;
  }

  nav .scroll-nav .user,
  nav .scroll-nav ul.nav a {
    padding: 18px 5px;
    letter-spacing: 0;
  }

  nav .scroll-nav ul {
    display: block;
  }

  nav .user {
    position: relative;
  }

  nav .user:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    top: 50%;
    left: 4%;
    background-color: #000;
    transform: translateY(-50%);
  }

  nav .right_nav .user,
  nav .scroll-nav .user,
  nav .signOut {
    font-size: 16px;
    color: #373737;
  }
}

@media (min-width: 992px) {
  nav .scroll-nav ul {
    display: block;
  }

  nav .scroll-nav ul.nav a {
    padding: 18px 12px;
  }

  nav .scroll-nav .user {
    padding: 18px 10px;
    color: #373737;
  }

  nav.scroll .scroll-nav ul.nav a {
    padding: 18px 10px;
  }
}

/* @media (min-width: 992px) and @media (max-width: 767px) { */
@media (min-width: 992px) and (max-width: 767px) {
  nav .overlay li {
    position: relative;
  }

  nav .overlay ul.sns {
    text-align: center;
  }

  nav .overlay ul.sns li {
    display: inline-block;
    width: 20%;
  }

  nav .scroll-nav.open ul {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }

  nav .overlay.open li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
    animation: fadeInRight 0.5s ease forwards;
  }

  nav .overlay.open ul.nav li {
    opacity: 0;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
  }

  nav .overlay.open ul.nav li:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }

  nav .overlay.open ul.nav li:nth-of-type(3) {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
  }

  nav .overlay.open ul.nav li:nth-of-type(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }

  nav .overlay.open ul.nav li:nth-of-type(5) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
  }

  nav .overlay.open ul.sns {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
}

@media (min-width: 992px) {
  nav.scroll .scroll-nav ul.nav a,
  nav.scroll .scroll-nav ul.sns a {
    padding: 18px 12px;
  }
}

header {
  position: relative;
  /* padding-top: 50px;
  padding-bottom: 25px; */
  /* background-color: #451ebb; */
  /* background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1MWViYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEyNjlmYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: linear-gradient(to right top, #451ebb 0, #1269fa 100%); */
}

@media (min-width: 768px) {
  header {
    padding-top: 0px;
    padding-bottom: 0;
  }
}

header .container-fluid {
  background-repeat: repeat-y;
  /* background-image: url(../../images/cw2000/header-bg.svg); */
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  header .container-fluid {
    background-repeat: repeat-x;
  }
}

header .container-fluid .container {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  header .container-fluid .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

header .container-fluid .container .copy {
  color: #fff;
}

@media (max-width: 767px) {
  header .container-fluid .container .copy {
    order: 2;
  }
}

header .container-fluid .container .copy h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.125;
}

header .container-fluid .container .copy h1 span {
  display: inline-block;
}

@media (min-width: 768px) {
  header .container-fluid .container .copy h1 {
    font-size: 48px;
    line-height: 1.5;
  }
}

header .container-fluid .container .copy h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.125;
}

header .container-fluid .container .copy h2 span {
  display: inline-block;
}

@media (min-width: 768px) {
  header .container-fluid .container .copy h2 {
    font-size: 30px;
    line-height: 1.5;
  }
}

header .container-fluid .container .copy p {
  margin-bottom: 0;
  font-size: 24px;
}

header .container-fluid .container .copy p span {
  display: inline-block;
}

header .container-fluid .container a.scroll-down {
  display: table;
  height: 30px;
  margin: 50px auto 0;
  color: #fff;
  order: 3;
}

@media (min-width: 768px) {
  header .container-fluid .container a.scroll-down {
    display: none;
  }
}

header .container-fluid .container a.scroll-down i {
  position: relative;
  -webkit-animation: bouceDown 1s forwards infinite;
  animation: bouceDown 1s forwards infinite;
}

header .container-fluid .container button.searchBtn {
  border: 0;
  transition: all 0.5s;
}

header .container-fluid .container .searchBar {
  position: absolute;
  bottom: 0;
  right: 15px;
  width: 285px;
}

@media (max-width: 767px) {
  header .container-fluid .container .searchBar {
    display: none;
  }
}

header .container-fluid .container .searchBar input[type='text'] {
  padding: 8px 15px;
  width: 285px;
  height: 44px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
}

@media (max-width: 767px) {
  header .container-fluid .container .searchBar input[type='text'] {
    width: 100%;
  }
}

header
  .container-fluid
  .container
  .searchBar
  input[type='text']::-webkit-input-placeholder {
  color: #fff;
}

header
  .container-fluid
  .container
  .searchBar
  input[type='text']::-moz-placeholder {
  color: #fff;
}

header
  .container-fluid
  .container
  .searchBar
  input[type='text']:-ms-input-placeholder {
  color: #fff;
}

header
  .container-fluid
  .container
  .searchBar
  input[type='text']::-ms-input-placeholder {
  color: #fff;
}

header .container-fluid .container .searchBar input[type='text']::placeholder {
  color: #fff;
}

header .container-fluid .container .searchBar button.searchBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #fff;
  font-size: 18px;
  background-color: #373737;
}

@media (max-width: 767px) {
  header .container-fluid .container .searchBar button.searchBtn {
    right: 15px;
  }
}

header .container-fluid .container .searchBar button.searchBtn:hover {
  background-color: #1269fa;
}

header .container-fluid .container button.searchBtn.mobile {
  position: absolute;
  top: 0;
  right: 10px;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  header .container-fluid .container button.searchBtn.mobile {
    display: none;
  }
}

.search header {
  padding-top: 70px;
}

.search header h2 {
  font-size: 1.75em;
  line-height: 1.2em;
}

.search header h2 span {
  display: block;
}

header .container-fluid .container .searchLightbox {
  display: block;
}

.box,
header .container-fluid .container .searchLightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.7);
}

header .container-fluid .container .searchLightbox {
  display: none;
  z-index: 100;
}

header .box {
  z-index: -1;
}

header .container-fluid .container .searchLightbox .close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 2px;
  right: 8px;
}

header .container-fluid .container .searchLightbox .close span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

header .container-fluid .container .searchLightbox .close .right {
  transform: translateY(20px) translateX(0) rotate(45deg);
}

header .container-fluid .container .searchLightbox .close .left {
  transform: translateY(18px) translateX(0) rotate(-45deg);
}

header .container-fluid .container .searchLightbox form.searchBar {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 15px;
  top: 45%;
  right: 0;
}

.search .container .copy {
  order: 2;
  padding-right: 65px;
}

@media (min-width: 768px) {
  .search header {
    padding-top: 100px;
  }

  .search header h2 {
    font-size: 1.88em;
    line-height: 1.2em;
    margin-bottom: 0;
  }

  .search header h2 span {
    display: inline-block;
  }

  .search .container .copy {
    order: initial;
    padding-right: 0;
  }
}

.search header {
  color: #fff;
}

.search header h3 {
  font-weight: 300;
}

.searchResults h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
}

.searchResults h4 span {
  color: #451ebb;
}

.searchContent .table {
  text-align: center;
  display: table;
  border-collapse: collapse;
  width: 100%;
}

.searchContent .td {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2;
  height: 50px;
  border-top: 0;
  overflow: hidden;
}

.searchContent .thead,
.searchContent .tr {
  display: table-row;
}

.searchContent .thead {
  background-color: #ddd;
}

.searchContent .tr {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
}

.searchContent .td + .td {
  border-left: 1px solid #ddd;
}

.searchContent .companyName {
  width: 45%;
}

.searchContent .industry {
  width: 40%;
}

.searchContent .more {
  width: 15%;
}

.searchContent .more a {
  color: #373737;
  font-size: 20px;
}

.searchContent .more a span {
  display: none;
}

.searchContent .table .tr .companyName span {
  display: none;
}

@media (min-width: 768px) {
  .searchContent .table .tr .companyName span {
    text-transform: uppercase;
    font-weight: lighter;
    display: block;
    color: #aaa;
  }

  .searchContent .companyName {
    width: 50%;
  }

  .searchContent .industry {
    width: 35%;
  }

  .searchContent .more {
    width: 15%;
  }

  .searchContent .more a {
    border-radius: 3px;
    background-color: #373737;
    color: #fff;
    padding: 3px 8px;
    transition: all 0.3s;
    font-size: 0.95em;
  }

  .searchContent .more a:hover {
    padding: 3px 8px;
    background-color: #2052f9;
  }

  .searchContent .more a span {
    display: contents;
  }

  .searchContent .more a i {
    display: none;
  }
}

.searchError hr {
  color: #777;
}

.errorRemind {
  margin: 30px 0;
  text-align: center;
  color: #777;
}

.errorRemind i {
  font-size: 40px;
}

.errorRemind p {
  margin-top: 0;
}

.errorRemind span {
  display: block;
}

.errorRemind span a {
  text-decoration: underline;
  color: #451ebb;
}
