@charset "UTF-8"; /* normalize.css v8.0.1 ======================================================== */
@import url(https://fonts.googleapis.com/css?family=EB+Garamond:400,400i,500,500i,700,700i|Noto+Sans+TC:100,300,400,500,700&subset=chinese-traditional); html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [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 {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ==== basic styles ==== */
html {
  box-sizing: border-box;
}

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

*:focus {
  outline: none;
}

html, body {
  margin: 0;
}

body {
  background: #353939;
}

a {
  color: #b78887;
  text-decoration: none;
  transition: color .2s ease-in-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(116, 105, 117, 0.3);
  -moz-tap-highlight-color: rgba(116, 105, 117, 0.3);
  highlight-color: rgba(116, 105, 117, 0.3);
}

a:hover, a:focus, a:active {
  color: #b78887;
   /*text-decoration: underline;   */
}
main p a:hover, main p a:focus, main p a:active {
  text-decoration: none;
  border-bottom: 1px solid #b78887;
}

dl, dd {
  margin: 0;
}

p {
  margin-top: .75em;
  margin-bottom: .75em;
}
span.align {
  display: inline-block;
  width: 60px;
}
hr {
  background-color: #ccc;
  border-width: 0;
  height: 1px;
  margin-bottom: .625em;
  margin-top: .625em;
}

/* ==== Basic typography style ==== */
body {
  color: #212424;
  font-family: "EB Garamond", "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.125rem;
  font-weight: 100;
  line-height: 1.7;
  letter-spacing: .025em;
  text-rendering: optimizeLegibility;
}

body ::selection {
  background: #e4d3cd;
}

body ::-moz-selection {
  background: #e4d3cd;
}

@media (max-width: 575px) {
  body {
    font-size: 1rem;
  }
}

.font-zh {
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 100;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h1, .h1 {
  font-size: 2rem;
  line-height: 1.2;
}

h2, .h2 {
  font-size: 1.75rem;
  line-height: 1.4;
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}

h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h5, .h5 {
  font-size: 1rem;
  line-height: 1.4;
}

h6, .h6 {
  font-size: 0.875rem;
  line-height: 1.4;
}

small, .small {
  font-size: 0.83334em;
}

@media (max-width: 575px) {
  small, .small {
    font-size: 0.8125em;
  }
}

.font-thin {
  font-weight: 100;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

.text-dark {
  color: #1c1f1f;
}
h3.text-dark {
  font-size: 1.125rem;
  font-weight: 400;
}
.text-alert {
  color: #b78887;
}

/* ==== Grid System [ Gridlex ] ==== */
[class~="grid"], [class*="grid-"], [class*="grid_"] {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}

[class~="col"], [class*="col-"], [class*="col_"] {
  box-sizing: border-box;
  padding: 0 10px 20px;
  max-width: 100%;
}

[class~="col"], [class*="col_"] {
  flex: 1 1 0%;
}

[class*="col-"] {
  flex: none;
}

[class~="grid"][class~="col"], [class~="grid"][class*="col-"], [class~="grid"][class*="col_"], [class*="grid-"][class~="col"], [class*="grid-"][class*="col-"], [class*="grid-"][class*="col_"], [class*="grid_"][class~="col"], [class*="grid_"][class*="col-"], [class*="grid_"][class*="col_"] {
  margin: 0;
  padding: 0;
}

/************************ HELPERS SUFFIXES */
[class*="grid-"][class*="-noGutter"] {
  margin: 0;
}

[class*="grid-"][class*="-noGutter"] > [class~="col"], [class*="grid-"][class*="-noGutter"] > [class*="col-"] {
  padding: 0;
}

[class*="grid-"][class*="-gutter2x"] {
  margin-left: -20px;
  margin-right: -20px;
}

[class*="grid-"][class*="-gutter2x"] > [class~="col"], [class*="grid-"][class*="-gutter2x"] > [class*="col-"] {
  padding: 0 20px 40px;
}

[class*="grid-"][class*="-noWrap"] {
  flex-wrap: nowrap;
}

[class*="grid-"][class*="-center"] {
  justify-content: center;
}

[class*="grid-"][class*="-right"] {
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: auto;
}

[class*="grid-"][class*="-top"] {
  align-items: flex-start;
}

[class*="grid-"][class*="-middle"] {
  align-items: center;
}

[class*="grid-"][class*="-bottom"] {
  align-items: flex-end;
}

[class*="grid-"][class*="-reverse"] {
  flex-direction: row-reverse;
}

[class*="grid-"][class*="-column"] {
  flex-direction: column;
}

[class*="grid-"][class*="-column"] > [class*="col-"] {
  flex-basis: auto;
}

[class*="grid-"][class*="-column-reverse"] {
  flex-direction: column-reverse;
}

[class*="grid-"][class*="-spaceBetween"] {
  justify-content: space-between;
}

[class*="grid-"][class*="-spaceAround"] {
  justify-content: space-around;
}

[class*="grid-"][class*="-equalHeight"] > [class~="col"], [class*="grid-"][class*="-equalHeight"] > [class*="col-"], [class*="grid-"][class*="-equalHeight"] > [class*="col_"] {
  align-self: stretch;
}

[class*="grid-"][class*="-equalHeight"] > [class~="col"] > *, [class*="grid-"][class*="-equalHeight"] > [class*="col-"] > *, [class*="grid-"][class*="-equalHeight"] > [class*="col_"] > * {
  height: 100%;
}

[class*="grid-"][class*="-noBottom"] > [class~="col"], [class*="grid-"][class*="-noBottom"] > [class*="col-"], [class*="grid-"][class*="-noBottom"] > [class*="col_"] {
  padding-bottom: 0;
}

[class*="col-"][class*="-top"] {
  align-self: flex-start;
}

[class*="col-"][class*="-middle"] {
  align-self: center;
}

[class*="col-"][class*="-bottom"] {
  align-self: flex-end;
}

[class*="col-"][class*="-first"] {
  order: -1;
}

[class*="col-"][class*="-last"] {
  order: 1;
}

/************************ GRID BY NUMBER */
[class*="grid-1"] > [class~="col"], [class*="grid-1"] > [class*="col-"], [class*="grid-1"] > [class*="col_"] {
  flex-basis: 100%;
  max-width: 100%;
}

[class*="grid-2"] > [class~="col"], [class*="grid-2"] > [class*="col-"], [class*="grid-2"] > [class*="col_"] {
  flex-basis: 50%;
  max-width: 50%;
}

[class*="grid-3"] > [class~="col"], [class*="grid-3"] > [class*="col-"], [class*="grid-3"] > [class*="col_"] {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

[class*="grid-4"] > [class~="col"], [class*="grid-4"] > [class*="col-"], [class*="grid-4"] > [class*="col_"] {
  flex-basis: 25%;
  max-width: 25%;
}

[class*="grid-5"] > [class~="col"], [class*="grid-5"] > [class*="col-"], [class*="grid-5"] > [class*="col_"] {
  flex-basis: 20%;
  max-width: 20%;
}

[class*="grid-6"] > [class~="col"], [class*="grid-6"] > [class*="col-"], [class*="grid-6"] > [class*="col_"] {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

[class*="grid-7"] > [class~="col"], [class*="grid-7"] > [class*="col-"], [class*="grid-7"] > [class*="col_"] {
  flex-basis: 14.28571%;
  max-width: 14.28571%;
}

[class*="grid-8"] > [class~="col"], [class*="grid-8"] > [class*="col-"], [class*="grid-8"] > [class*="col_"] {
  flex-basis: 12.5%;
  max-width: 12.5%;
}

[class*="grid-9"] > [class~="col"], [class*="grid-9"] > [class*="col-"], [class*="grid-9"] > [class*="col_"] {
  flex-basis: 11.11111%;
  max-width: 11.11111%;
}

[class*="grid-10"] > [class~="col"], [class*="grid-10"] > [class*="col-"], [class*="grid-10"] > [class*="col_"] {
  flex-basis: 10%;
  max-width: 10%;
}

[class*="grid-11"] > [class~="col"], [class*="grid-11"] > [class*="col-"], [class*="grid-11"] > [class*="col_"] {
  flex-basis: 9.09091%;
  max-width: 9.09091%;
}

[class*="grid-12"] > [class~="col"], [class*="grid-12"] > [class*="col-"], [class*="grid-12"] > [class*="col_"] {
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

@media (max-width: 1200px) {
  [class*="_lg-1"] > [class~="col"], [class*="_lg-1"] > [class*="col-"], [class*="_lg-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class*="_lg-2"] > [class~="col"], [class*="_lg-2"] > [class*="col-"], [class*="_lg-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class*="_lg-3"] > [class~="col"], [class*="_lg-3"] > [class*="col-"], [class*="_lg-3"] > [class*="col_"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  [class*="_lg-4"] > [class~="col"], [class*="_lg-4"] > [class*="col-"], [class*="_lg-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class*="_lg-5"] > [class~="col"], [class*="_lg-5"] > [class*="col-"], [class*="_lg-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%;
  }

  [class*="_lg-6"] > [class~="col"], [class*="_lg-6"] > [class*="col-"], [class*="_lg-6"] > [class*="col_"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  [class*="_lg-7"] > [class~="col"], [class*="_lg-7"] > [class*="col-"], [class*="_lg-7"] > [class*="col_"] {
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }

  [class*="_lg-8"] > [class~="col"], [class*="_lg-8"] > [class*="col-"], [class*="_lg-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  [class*="_lg-9"] > [class~="col"], [class*="_lg-9"] > [class*="col-"], [class*="_lg-9"] > [class*="col_"] {
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }

  [class*="_lg-10"] > [class~="col"], [class*="_lg-10"] > [class*="col-"], [class*="_lg-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%;
  }

  [class*="_lg-11"] > [class~="col"], [class*="_lg-11"] > [class*="col-"], [class*="_lg-11"] > [class*="col_"] {
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }

  [class*="_lg-12"] > [class~="col"], [class*="_lg-12"] > [class*="col-"], [class*="_lg-12"] > [class*="col_"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}

@media (max-width: 992px) {
  [class*="_md-1"] > [class~="col"], [class*="_md-1"] > [class*="col-"], [class*="_md-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class*="_md-2"] > [class~="col"], [class*="_md-2"] > [class*="col-"], [class*="_md-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class*="_md-3"] > [class~="col"], [class*="_md-3"] > [class*="col-"], [class*="_md-3"] > [class*="col_"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  [class*="_md-4"] > [class~="col"], [class*="_md-4"] > [class*="col-"], [class*="_md-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class*="_md-5"] > [class~="col"], [class*="_md-5"] > [class*="col-"], [class*="_md-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%;
  }

  [class*="_md-6"] > [class~="col"], [class*="_md-6"] > [class*="col-"], [class*="_md-6"] > [class*="col_"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  [class*="_md-7"] > [class~="col"], [class*="_md-7"] > [class*="col-"], [class*="_md-7"] > [class*="col_"] {
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }

  [class*="_md-8"] > [class~="col"], [class*="_md-8"] > [class*="col-"], [class*="_md-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  [class*="_md-9"] > [class~="col"], [class*="_md-9"] > [class*="col-"], [class*="_md-9"] > [class*="col_"] {
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }

  [class*="_md-10"] > [class~="col"], [class*="_md-10"] > [class*="col-"], [class*="_md-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%;
  }

  [class*="_md-11"] > [class~="col"], [class*="_md-11"] > [class*="col-"], [class*="_md-11"] > [class*="col_"] {
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }

  [class*="_md-12"] > [class~="col"], [class*="_md-12"] > [class*="col-"], [class*="_md-12"] > [class*="col_"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}

@media (max-width: 768px) {
  [class*="_sm-1"] > [class~="col"], [class*="_sm-1"] > [class*="col-"], [class*="_sm-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class*="_sm-2"] > [class~="col"], [class*="_sm-2"] > [class*="col-"], [class*="_sm-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class*="_sm-3"] > [class~="col"], [class*="_sm-3"] > [class*="col-"], [class*="_sm-3"] > [class*="col_"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  [class*="_sm-4"] > [class~="col"], [class*="_sm-4"] > [class*="col-"], [class*="_sm-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class*="_sm-5"] > [class~="col"], [class*="_sm-5"] > [class*="col-"], [class*="_sm-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%;
  }

  [class*="_sm-6"] > [class~="col"], [class*="_sm-6"] > [class*="col-"], [class*="_sm-6"] > [class*="col_"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  [class*="_sm-7"] > [class~="col"], [class*="_sm-7"] > [class*="col-"], [class*="_sm-7"] > [class*="col_"] {
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }

  [class*="_sm-8"] > [class~="col"], [class*="_sm-8"] > [class*="col-"], [class*="_sm-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  [class*="_sm-9"] > [class~="col"], [class*="_sm-9"] > [class*="col-"], [class*="_sm-9"] > [class*="col_"] {
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }

  [class*="_sm-10"] > [class~="col"], [class*="_sm-10"] > [class*="col-"], [class*="_sm-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%;
  }

  [class*="_sm-11"] > [class~="col"], [class*="_sm-11"] > [class*="col-"], [class*="_sm-11"] > [class*="col_"] {
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }

  [class*="_sm-12"] > [class~="col"], [class*="_sm-12"] > [class*="col-"], [class*="_sm-12"] > [class*="col_"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}

@media (max-width: 576px) {
  [class*="_xs-1"] > [class~="col"], [class*="_xs-1"] > [class*="col-"], [class*="_xs-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class*="_xs-2"] > [class~="col"], [class*="_xs-2"] > [class*="col-"], [class*="_xs-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class*="_xs-3"] > [class~="col"], [class*="_xs-3"] > [class*="col-"], [class*="_xs-3"] > [class*="col_"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  [class*="_xs-4"] > [class~="col"], [class*="_xs-4"] > [class*="col-"], [class*="_xs-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class*="_xs-5"] > [class~="col"], [class*="_xs-5"] > [class*="col-"], [class*="_xs-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%;
  }

  [class*="_xs-6"] > [class~="col"], [class*="_xs-6"] > [class*="col-"], [class*="_xs-6"] > [class*="col_"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  [class*="_xs-7"] > [class~="col"], [class*="_xs-7"] > [class*="col-"], [class*="_xs-7"] > [class*="col_"] {
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }

  [class*="_xs-8"] > [class~="col"], [class*="_xs-8"] > [class*="col-"], [class*="_xs-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  [class*="_xs-9"] > [class~="col"], [class*="_xs-9"] > [class*="col-"], [class*="_xs-9"] > [class*="col_"] {
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }

  [class*="_xs-10"] > [class~="col"], [class*="_xs-10"] > [class*="col-"], [class*="_xs-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%;
  }

  [class*="_xs-11"] > [class~="col"], [class*="_xs-11"] > [class*="col-"], [class*="_xs-11"] > [class*="col_"] {
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }

  [class*="_xs-12"] > [class~="col"], [class*="_xs-12"] > [class*="col-"], [class*="_xs-12"] > [class*="col_"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}

/************************ COLS SIZES */
[class~="grid"] > [class*="col-1"], [class*="grid-"] > [class*="col-1"], [class*="grid_"] > [class*="col-1"] {
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

[class~="grid"] > [class*="col-2"], [class*="grid-"] > [class*="col-2"], [class*="grid_"] > [class*="col-2"] {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

[class~="grid"] > [class*="col-3"], [class*="grid-"] > [class*="col-3"], [class*="grid_"] > [class*="col-3"] {
  flex-basis: 25%;
  max-width: 25%;
}

[class~="grid"] > [class*="col-4"], [class*="grid-"] > [class*="col-4"], [class*="grid_"] > [class*="col-4"] {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

[class~="grid"] > [class*="col-5"], [class*="grid-"] > [class*="col-5"], [class*="grid_"] > [class*="col-5"] {
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

[class~="grid"] > [class*="col-6"], [class*="grid-"] > [class*="col-6"], [class*="grid_"] > [class*="col-6"] {
  flex-basis: 50%;
  max-width: 50%;
}

[class~="grid"] > [class*="col-7"], [class*="grid-"] > [class*="col-7"], [class*="grid_"] > [class*="col-7"] {
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

[class~="grid"] > [class*="col-8"], [class*="grid-"] > [class*="col-8"], [class*="grid_"] > [class*="col-8"] {
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

[class~="grid"] > [class*="col-9"], [class*="grid-"] > [class*="col-9"], [class*="grid_"] > [class*="col-9"] {
  flex-basis: 75%;
  max-width: 75%;
}

[class~="grid"] > [class*="col-10"], [class*="grid-"] > [class*="col-10"], [class*="grid_"] > [class*="col-10"] {
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

[class~="grid"] > [class*="col-11"], [class*="grid-"] > [class*="col-11"], [class*="grid_"] > [class*="col-11"] {
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

[class~="grid"] > [class*="col-12"], [class*="grid-"] > [class*="col-12"], [class*="grid_"] > [class*="col-12"] {
  flex-basis: 100%;
  max-width: 100%;
}

[class~="grid"] > [data-push-left*="off-0"], [class*="grid-"] > [data-push-left*="off-0"], [class*="grid_"] > [data-push-left*="off-0"] {
  margin-left: 0;
}

[class~="grid"] > [data-push-left*="off-1"], [class*="grid-"] > [data-push-left*="off-1"], [class*="grid_"] > [data-push-left*="off-1"] {
  margin-left: 8.33333%;
}

[class~="grid"] > [data-push-left*="off-2"], [class*="grid-"] > [data-push-left*="off-2"], [class*="grid_"] > [data-push-left*="off-2"] {
  margin-left: 16.66667%;
}

[class~="grid"] > [data-push-left*="off-3"], [class*="grid-"] > [data-push-left*="off-3"], [class*="grid_"] > [data-push-left*="off-3"] {
  margin-left: 25%;
}

[class~="grid"] > [data-push-left*="off-4"], [class*="grid-"] > [data-push-left*="off-4"], [class*="grid_"] > [data-push-left*="off-4"] {
  margin-left: 33.33333%;
}

[class~="grid"] > [data-push-left*="off-5"], [class*="grid-"] > [data-push-left*="off-5"], [class*="grid_"] > [data-push-left*="off-5"] {
  margin-left: 41.66667%;
}

[class~="grid"] > [data-push-left*="off-6"], [class*="grid-"] > [data-push-left*="off-6"], [class*="grid_"] > [data-push-left*="off-6"] {
  margin-left: 50%;
}

[class~="grid"] > [data-push-left*="off-7"], [class*="grid-"] > [data-push-left*="off-7"], [class*="grid_"] > [data-push-left*="off-7"] {
  margin-left: 58.33333%;
}

[class~="grid"] > [data-push-left*="off-8"], [class*="grid-"] > [data-push-left*="off-8"], [class*="grid_"] > [data-push-left*="off-8"] {
  margin-left: 66.66667%;
}

[class~="grid"] > [data-push-left*="off-9"], [class*="grid-"] > [data-push-left*="off-9"], [class*="grid_"] > [data-push-left*="off-9"] {
  margin-left: 75%;
}

[class~="grid"] > [data-push-left*="off-10"], [class*="grid-"] > [data-push-left*="off-10"], [class*="grid_"] > [data-push-left*="off-10"] {
  margin-left: 83.33333%;
}

[class~="grid"] > [data-push-left*="off-11"], [class*="grid-"] > [data-push-left*="off-11"], [class*="grid_"] > [data-push-left*="off-11"] {
  margin-left: 91.66667%;
}

[class~="grid"] > [data-push-right*="off-0"], [class*="grid-"] > [data-push-right*="off-0"], [class*="grid_"] > [data-push-right*="off-0"] {
  margin-right: 0;
}

[class~="grid"] > [data-push-right*="off-1"], [class*="grid-"] > [data-push-right*="off-1"], [class*="grid_"] > [data-push-right*="off-1"] {
  margin-right: 8.33333%;
}

[class~="grid"] > [data-push-right*="off-2"], [class*="grid-"] > [data-push-right*="off-2"], [class*="grid_"] > [data-push-right*="off-2"] {
  margin-right: 16.66667%;
}

[class~="grid"] > [data-push-right*="off-3"], [class*="grid-"] > [data-push-right*="off-3"], [class*="grid_"] > [data-push-right*="off-3"] {
  margin-right: 25%;
}

[class~="grid"] > [data-push-right*="off-4"], [class*="grid-"] > [data-push-right*="off-4"], [class*="grid_"] > [data-push-right*="off-4"] {
  margin-right: 33.33333%;
}

[class~="grid"] > [data-push-right*="off-5"], [class*="grid-"] > [data-push-right*="off-5"], [class*="grid_"] > [data-push-right*="off-5"] {
  margin-right: 41.66667%;
}

[class~="grid"] > [data-push-right*="off-6"], [class*="grid-"] > [data-push-right*="off-6"], [class*="grid_"] > [data-push-right*="off-6"] {
  margin-right: 50%;
}

[class~="grid"] > [data-push-right*="off-7"], [class*="grid-"] > [data-push-right*="off-7"], [class*="grid_"] > [data-push-right*="off-7"] {
  margin-right: 58.33333%;
}

[class~="grid"] > [data-push-right*="off-8"], [class*="grid-"] > [data-push-right*="off-8"], [class*="grid_"] > [data-push-right*="off-8"] {
  margin-right: 66.66667%;
}

[class~="grid"] > [data-push-right*="off-9"], [class*="grid-"] > [data-push-right*="off-9"], [class*="grid_"] > [data-push-right*="off-9"] {
  margin-right: 75%;
}

[class~="grid"] > [data-push-right*="off-10"], [class*="grid-"] > [data-push-right*="off-10"], [class*="grid_"] > [data-push-right*="off-10"] {
  margin-right: 83.33333%;
}

[class~="grid"] > [data-push-right*="off-11"], [class*="grid-"] > [data-push-right*="off-11"], [class*="grid_"] > [data-push-right*="off-11"] {
  margin-right: 91.66667%;
}

@media (max-width: 1200px) {
  [class~="grid"] > [class*="_lg-1"], [class*="grid-"] > [class*="_lg-1"], [class*="grid_"] > [class*="_lg-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  [class~="grid"] > [class*="_lg-2"], [class*="grid-"] > [class*="_lg-2"], [class*="grid_"] > [class*="_lg-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  [class~="grid"] > [class*="_lg-3"], [class*="grid-"] > [class*="_lg-3"], [class*="grid_"] > [class*="_lg-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class~="grid"] > [class*="_lg-4"], [class*="grid-"] > [class*="_lg-4"], [class*="grid_"] > [class*="_lg-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  [class~="grid"] > [class*="_lg-5"], [class*="grid-"] > [class*="_lg-5"], [class*="grid_"] > [class*="_lg-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  [class~="grid"] > [class*="_lg-6"], [class*="grid-"] > [class*="_lg-6"], [class*="grid_"] > [class*="_lg-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class~="grid"] > [class*="_lg-7"], [class*="grid-"] > [class*="_lg-7"], [class*="grid_"] > [class*="_lg-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  [class~="grid"] > [class*="_lg-8"], [class*="grid-"] > [class*="_lg-8"], [class*="grid_"] > [class*="_lg-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  [class~="grid"] > [class*="_lg-9"], [class*="grid-"] > [class*="_lg-9"], [class*="grid_"] > [class*="_lg-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }

  [class~="grid"] > [class*="_lg-10"], [class*="grid-"] > [class*="_lg-10"], [class*="grid_"] > [class*="_lg-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  [class~="grid"] > [class*="_lg-11"], [class*="grid-"] > [class*="_lg-11"], [class*="grid_"] > [class*="_lg-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  [class~="grid"] > [class*="_lg-12"], [class*="grid-"] > [class*="_lg-12"], [class*="grid_"] > [class*="_lg-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class~="grid"] > [data-push-left*="_lg-0"], [class*="grid-"] > [data-push-left*="_lg-0"], [class*="grid_"] > [data-push-left*="_lg-0"] {
    margin-left: 0;
  }

  [class~="grid"] > [data-push-left*="_lg-1"], [class*="grid-"] > [data-push-left*="_lg-1"], [class*="grid_"] > [data-push-left*="_lg-1"] {
    margin-left: 8.33333%;
  }

  [class~="grid"] > [data-push-left*="_lg-2"], [class*="grid-"] > [data-push-left*="_lg-2"], [class*="grid_"] > [data-push-left*="_lg-2"] {
    margin-left: 16.66667%;
  }

  [class~="grid"] > [data-push-left*="_lg-3"], [class*="grid-"] > [data-push-left*="_lg-3"], [class*="grid_"] > [data-push-left*="_lg-3"] {
    margin-left: 25%;
  }

  [class~="grid"] > [data-push-left*="_lg-4"], [class*="grid-"] > [data-push-left*="_lg-4"], [class*="grid_"] > [data-push-left*="_lg-4"] {
    margin-left: 33.33333%;
  }

  [class~="grid"] > [data-push-left*="_lg-5"], [class*="grid-"] > [data-push-left*="_lg-5"], [class*="grid_"] > [data-push-left*="_lg-5"] {
    margin-left: 41.66667%;
  }

  [class~="grid"] > [data-push-left*="_lg-6"], [class*="grid-"] > [data-push-left*="_lg-6"], [class*="grid_"] > [data-push-left*="_lg-6"] {
    margin-left: 50%;
  }

  [class~="grid"] > [data-push-left*="_lg-7"], [class*="grid-"] > [data-push-left*="_lg-7"], [class*="grid_"] > [data-push-left*="_lg-7"] {
    margin-left: 58.33333%;
  }

  [class~="grid"] > [data-push-left*="_lg-8"], [class*="grid-"] > [data-push-left*="_lg-8"], [class*="grid_"] > [data-push-left*="_lg-8"] {
    margin-left: 66.66667%;
  }

  [class~="grid"] > [data-push-left*="_lg-9"], [class*="grid-"] > [data-push-left*="_lg-9"], [class*="grid_"] > [data-push-left*="_lg-9"] {
    margin-left: 75%;
  }

  [class~="grid"] > [data-push-left*="_lg-10"], [class*="grid-"] > [data-push-left*="_lg-10"], [class*="grid_"] > [data-push-left*="_lg-10"] {
    margin-left: 83.33333%;
  }

  [class~="grid"] > [data-push-left*="_lg-11"], [class*="grid-"] > [data-push-left*="_lg-11"], [class*="grid_"] > [data-push-left*="_lg-11"] {
    margin-left: 91.66667%;
  }

  [class~="grid"] > [data-push-right*="_lg-0"], [class*="grid-"] > [data-push-right*="_lg-0"], [class*="grid_"] > [data-push-right*="_lg-0"] {
    margin-right: 0;
  }

  [class~="grid"] > [data-push-right*="_lg-1"], [class*="grid-"] > [data-push-right*="_lg-1"], [class*="grid_"] > [data-push-right*="_lg-1"] {
    margin-right: 8.33333%;
  }

  [class~="grid"] > [data-push-right*="_lg-2"], [class*="grid-"] > [data-push-right*="_lg-2"], [class*="grid_"] > [data-push-right*="_lg-2"] {
    margin-right: 16.66667%;
  }

  [class~="grid"] > [data-push-right*="_lg-3"], [class*="grid-"] > [data-push-right*="_lg-3"], [class*="grid_"] > [data-push-right*="_lg-3"] {
    margin-right: 25%;
  }

  [class~="grid"] > [data-push-right*="_lg-4"], [class*="grid-"] > [data-push-right*="_lg-4"], [class*="grid_"] > [data-push-right*="_lg-4"] {
    margin-right: 33.33333%;
  }

  [class~="grid"] > [data-push-right*="_lg-5"], [class*="grid-"] > [data-push-right*="_lg-5"], [class*="grid_"] > [data-push-right*="_lg-5"] {
    margin-right: 41.66667%;
  }

  [class~="grid"] > [data-push-right*="_lg-6"], [class*="grid-"] > [data-push-right*="_lg-6"], [class*="grid_"] > [data-push-right*="_lg-6"] {
    margin-right: 50%;
  }

  [class~="grid"] > [data-push-right*="_lg-7"], [class*="grid-"] > [data-push-right*="_lg-7"], [class*="grid_"] > [data-push-right*="_lg-7"] {
    margin-right: 58.33333%;
  }

  [class~="grid"] > [data-push-right*="_lg-8"], [class*="grid-"] > [data-push-right*="_lg-8"], [class*="grid_"] > [data-push-right*="_lg-8"] {
    margin-right: 66.66667%;
  }

  [class~="grid"] > [data-push-right*="_lg-9"], [class*="grid-"] > [data-push-right*="_lg-9"], [class*="grid_"] > [data-push-right*="_lg-9"] {
    margin-right: 75%;
  }

  [class~="grid"] > [data-push-right*="_lg-10"], [class*="grid-"] > [data-push-right*="_lg-10"], [class*="grid_"] > [data-push-right*="_lg-10"] {
    margin-right: 83.33333%;
  }

  [class~="grid"] > [data-push-right*="_lg-11"], [class*="grid-"] > [data-push-right*="_lg-11"], [class*="grid_"] > [data-push-right*="_lg-11"] {
    margin-right: 91.66667%;
  }

  [class~="grid"] [class*="_lg-first"], [class*="grid-"] [class*="_lg-first"], [class*="grid_"] [class*="_lg-first"] {
    order: -1;
  }

  [class~="grid"] [class*="_lg-last"], [class*="grid-"] [class*="_lg-last"], [class*="grid_"] [class*="_lg-last"] {
    order: 1;
  }
}

@media (max-width: 992px) {
  [class~="grid"] > [class*="_md-1"], [class*="grid-"] > [class*="_md-1"], [class*="grid_"] > [class*="_md-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  [class~="grid"] > [class*="_md-2"], [class*="grid-"] > [class*="_md-2"], [class*="grid_"] > [class*="_md-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  [class~="grid"] > [class*="_md-3"], [class*="grid-"] > [class*="_md-3"], [class*="grid_"] > [class*="_md-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class~="grid"] > [class*="_md-4"], [class*="grid-"] > [class*="_md-4"], [class*="grid_"] > [class*="_md-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  [class~="grid"] > [class*="_md-5"], [class*="grid-"] > [class*="_md-5"], [class*="grid_"] > [class*="_md-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  [class~="grid"] > [class*="_md-6"], [class*="grid-"] > [class*="_md-6"], [class*="grid_"] > [class*="_md-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class~="grid"] > [class*="_md-7"], [class*="grid-"] > [class*="_md-7"], [class*="grid_"] > [class*="_md-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  [class~="grid"] > [class*="_md-8"], [class*="grid-"] > [class*="_md-8"], [class*="grid_"] > [class*="_md-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  [class~="grid"] > [class*="_md-9"], [class*="grid-"] > [class*="_md-9"], [class*="grid_"] > [class*="_md-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }

  [class~="grid"] > [class*="_md-10"], [class*="grid-"] > [class*="_md-10"], [class*="grid_"] > [class*="_md-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  [class~="grid"] > [class*="_md-11"], [class*="grid-"] > [class*="_md-11"], [class*="grid_"] > [class*="_md-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  [class~="grid"] > [class*="_md-12"], [class*="grid-"] > [class*="_md-12"], [class*="grid_"] > [class*="_md-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class~="grid"] > [data-push-left*="_md-0"], [class*="grid-"] > [data-push-left*="_md-0"], [class*="grid_"] > [data-push-left*="_md-0"] {
    margin-left: 0;
  }

  [class~="grid"] > [data-push-left*="_md-1"], [class*="grid-"] > [data-push-left*="_md-1"], [class*="grid_"] > [data-push-left*="_md-1"] {
    margin-left: 8.33333%;
  }

  [class~="grid"] > [data-push-left*="_md-2"], [class*="grid-"] > [data-push-left*="_md-2"], [class*="grid_"] > [data-push-left*="_md-2"] {
    margin-left: 16.66667%;
  }

  [class~="grid"] > [data-push-left*="_md-3"], [class*="grid-"] > [data-push-left*="_md-3"], [class*="grid_"] > [data-push-left*="_md-3"] {
    margin-left: 25%;
  }

  [class~="grid"] > [data-push-left*="_md-4"], [class*="grid-"] > [data-push-left*="_md-4"], [class*="grid_"] > [data-push-left*="_md-4"] {
    margin-left: 33.33333%;
  }

  [class~="grid"] > [data-push-left*="_md-5"], [class*="grid-"] > [data-push-left*="_md-5"], [class*="grid_"] > [data-push-left*="_md-5"] {
    margin-left: 41.66667%;
  }

  [class~="grid"] > [data-push-left*="_md-6"], [class*="grid-"] > [data-push-left*="_md-6"], [class*="grid_"] > [data-push-left*="_md-6"] {
    margin-left: 50%;
  }

  [class~="grid"] > [data-push-left*="_md-7"], [class*="grid-"] > [data-push-left*="_md-7"], [class*="grid_"] > [data-push-left*="_md-7"] {
    margin-left: 58.33333%;
  }

  [class~="grid"] > [data-push-left*="_md-8"], [class*="grid-"] > [data-push-left*="_md-8"], [class*="grid_"] > [data-push-left*="_md-8"] {
    margin-left: 66.66667%;
  }

  [class~="grid"] > [data-push-left*="_md-9"], [class*="grid-"] > [data-push-left*="_md-9"], [class*="grid_"] > [data-push-left*="_md-9"] {
    margin-left: 75%;
  }

  [class~="grid"] > [data-push-left*="_md-10"], [class*="grid-"] > [data-push-left*="_md-10"], [class*="grid_"] > [data-push-left*="_md-10"] {
    margin-left: 83.33333%;
  }

  [class~="grid"] > [data-push-left*="_md-11"], [class*="grid-"] > [data-push-left*="_md-11"], [class*="grid_"] > [data-push-left*="_md-11"] {
    margin-left: 91.66667%;
  }

  [class~="grid"] > [data-push-right*="_md-0"], [class*="grid-"] > [data-push-right*="_md-0"], [class*="grid_"] > [data-push-right*="_md-0"] {
    margin-right: 0;
  }

  [class~="grid"] > [data-push-right*="_md-1"], [class*="grid-"] > [data-push-right*="_md-1"], [class*="grid_"] > [data-push-right*="_md-1"] {
    margin-right: 8.33333%;
  }

  [class~="grid"] > [data-push-right*="_md-2"], [class*="grid-"] > [data-push-right*="_md-2"], [class*="grid_"] > [data-push-right*="_md-2"] {
    margin-right: 16.66667%;
  }

  [class~="grid"] > [data-push-right*="_md-3"], [class*="grid-"] > [data-push-right*="_md-3"], [class*="grid_"] > [data-push-right*="_md-3"] {
    margin-right: 25%;
  }

  [class~="grid"] > [data-push-right*="_md-4"], [class*="grid-"] > [data-push-right*="_md-4"], [class*="grid_"] > [data-push-right*="_md-4"] {
    margin-right: 33.33333%;
  }

  [class~="grid"] > [data-push-right*="_md-5"], [class*="grid-"] > [data-push-right*="_md-5"], [class*="grid_"] > [data-push-right*="_md-5"] {
    margin-right: 41.66667%;
  }

  [class~="grid"] > [data-push-right*="_md-6"], [class*="grid-"] > [data-push-right*="_md-6"], [class*="grid_"] > [data-push-right*="_md-6"] {
    margin-right: 50%;
  }

  [class~="grid"] > [data-push-right*="_md-7"], [class*="grid-"] > [data-push-right*="_md-7"], [class*="grid_"] > [data-push-right*="_md-7"] {
    margin-right: 58.33333%;
  }

  [class~="grid"] > [data-push-right*="_md-8"], [class*="grid-"] > [data-push-right*="_md-8"], [class*="grid_"] > [data-push-right*="_md-8"] {
    margin-right: 66.66667%;
  }

  [class~="grid"] > [data-push-right*="_md-9"], [class*="grid-"] > [data-push-right*="_md-9"], [class*="grid_"] > [data-push-right*="_md-9"] {
    margin-right: 75%;
  }

  [class~="grid"] > [data-push-right*="_md-10"], [class*="grid-"] > [data-push-right*="_md-10"], [class*="grid_"] > [data-push-right*="_md-10"] {
    margin-right: 83.33333%;
  }

  [class~="grid"] > [data-push-right*="_md-11"], [class*="grid-"] > [data-push-right*="_md-11"], [class*="grid_"] > [data-push-right*="_md-11"] {
    margin-right: 91.66667%;
  }

  [class~="grid"] [class*="_md-first"], [class*="grid-"] [class*="_md-first"], [class*="grid_"] [class*="_md-first"] {
    order: -1;
  }

  [class~="grid"] [class*="_md-last"], [class*="grid-"] [class*="_md-last"], [class*="grid_"] [class*="_md-last"] {
    order: 1;
  }
}

@media (max-width: 768px) {
  [class~="grid"] > [class*="_sm-1"], [class*="grid-"] > [class*="_sm-1"], [class*="grid_"] > [class*="_sm-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  [class~="grid"] > [class*="_sm-2"], [class*="grid-"] > [class*="_sm-2"], [class*="grid_"] > [class*="_sm-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  [class~="grid"] > [class*="_sm-3"], [class*="grid-"] > [class*="_sm-3"], [class*="grid_"] > [class*="_sm-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class~="grid"] > [class*="_sm-4"], [class*="grid-"] > [class*="_sm-4"], [class*="grid_"] > [class*="_sm-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  [class~="grid"] > [class*="_sm-5"], [class*="grid-"] > [class*="_sm-5"], [class*="grid_"] > [class*="_sm-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  [class~="grid"] > [class*="_sm-6"], [class*="grid-"] > [class*="_sm-6"], [class*="grid_"] > [class*="_sm-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class~="grid"] > [class*="_sm-7"], [class*="grid-"] > [class*="_sm-7"], [class*="grid_"] > [class*="_sm-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  [class~="grid"] > [class*="_sm-8"], [class*="grid-"] > [class*="_sm-8"], [class*="grid_"] > [class*="_sm-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  [class~="grid"] > [class*="_sm-9"], [class*="grid-"] > [class*="_sm-9"], [class*="grid_"] > [class*="_sm-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }

  [class~="grid"] > [class*="_sm-10"], [class*="grid-"] > [class*="_sm-10"], [class*="grid_"] > [class*="_sm-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  [class~="grid"] > [class*="_sm-11"], [class*="grid-"] > [class*="_sm-11"], [class*="grid_"] > [class*="_sm-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  [class~="grid"] > [class*="_sm-12"], [class*="grid-"] > [class*="_sm-12"], [class*="grid_"] > [class*="_sm-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class~="grid"] > [data-push-left*="_sm-0"], [class*="grid-"] > [data-push-left*="_sm-0"], [class*="grid_"] > [data-push-left*="_sm-0"] {
    margin-left: 0;
  }

  [class~="grid"] > [data-push-left*="_sm-1"], [class*="grid-"] > [data-push-left*="_sm-1"], [class*="grid_"] > [data-push-left*="_sm-1"] {
    margin-left: 8.33333%;
  }

  [class~="grid"] > [data-push-left*="_sm-2"], [class*="grid-"] > [data-push-left*="_sm-2"], [class*="grid_"] > [data-push-left*="_sm-2"] {
    margin-left: 16.66667%;
  }

  [class~="grid"] > [data-push-left*="_sm-3"], [class*="grid-"] > [data-push-left*="_sm-3"], [class*="grid_"] > [data-push-left*="_sm-3"] {
    margin-left: 25%;
  }

  [class~="grid"] > [data-push-left*="_sm-4"], [class*="grid-"] > [data-push-left*="_sm-4"], [class*="grid_"] > [data-push-left*="_sm-4"] {
    margin-left: 33.33333%;
  }

  [class~="grid"] > [data-push-left*="_sm-5"], [class*="grid-"] > [data-push-left*="_sm-5"], [class*="grid_"] > [data-push-left*="_sm-5"] {
    margin-left: 41.66667%;
  }

  [class~="grid"] > [data-push-left*="_sm-6"], [class*="grid-"] > [data-push-left*="_sm-6"], [class*="grid_"] > [data-push-left*="_sm-6"] {
    margin-left: 50%;
  }

  [class~="grid"] > [data-push-left*="_sm-7"], [class*="grid-"] > [data-push-left*="_sm-7"], [class*="grid_"] > [data-push-left*="_sm-7"] {
    margin-left: 58.33333%;
  }

  [class~="grid"] > [data-push-left*="_sm-8"], [class*="grid-"] > [data-push-left*="_sm-8"], [class*="grid_"] > [data-push-left*="_sm-8"] {
    margin-left: 66.66667%;
  }

  [class~="grid"] > [data-push-left*="_sm-9"], [class*="grid-"] > [data-push-left*="_sm-9"], [class*="grid_"] > [data-push-left*="_sm-9"] {
    margin-left: 75%;
  }

  [class~="grid"] > [data-push-left*="_sm-10"], [class*="grid-"] > [data-push-left*="_sm-10"], [class*="grid_"] > [data-push-left*="_sm-10"] {
    margin-left: 83.33333%;
  }

  [class~="grid"] > [data-push-left*="_sm-11"], [class*="grid-"] > [data-push-left*="_sm-11"], [class*="grid_"] > [data-push-left*="_sm-11"] {
    margin-left: 91.66667%;
  }

  [class~="grid"] > [data-push-right*="_sm-0"], [class*="grid-"] > [data-push-right*="_sm-0"], [class*="grid_"] > [data-push-right*="_sm-0"] {
    margin-right: 0;
  }

  [class~="grid"] > [data-push-right*="_sm-1"], [class*="grid-"] > [data-push-right*="_sm-1"], [class*="grid_"] > [data-push-right*="_sm-1"] {
    margin-right: 8.33333%;
  }

  [class~="grid"] > [data-push-right*="_sm-2"], [class*="grid-"] > [data-push-right*="_sm-2"], [class*="grid_"] > [data-push-right*="_sm-2"] {
    margin-right: 16.66667%;
  }

  [class~="grid"] > [data-push-right*="_sm-3"], [class*="grid-"] > [data-push-right*="_sm-3"], [class*="grid_"] > [data-push-right*="_sm-3"] {
    margin-right: 25%;
  }

  [class~="grid"] > [data-push-right*="_sm-4"], [class*="grid-"] > [data-push-right*="_sm-4"], [class*="grid_"] > [data-push-right*="_sm-4"] {
    margin-right: 33.33333%;
  }

  [class~="grid"] > [data-push-right*="_sm-5"], [class*="grid-"] > [data-push-right*="_sm-5"], [class*="grid_"] > [data-push-right*="_sm-5"] {
    margin-right: 41.66667%;
  }

  [class~="grid"] > [data-push-right*="_sm-6"], [class*="grid-"] > [data-push-right*="_sm-6"], [class*="grid_"] > [data-push-right*="_sm-6"] {
    margin-right: 50%;
  }

  [class~="grid"] > [data-push-right*="_sm-7"], [class*="grid-"] > [data-push-right*="_sm-7"], [class*="grid_"] > [data-push-right*="_sm-7"] {
    margin-right: 58.33333%;
  }

  [class~="grid"] > [data-push-right*="_sm-8"], [class*="grid-"] > [data-push-right*="_sm-8"], [class*="grid_"] > [data-push-right*="_sm-8"] {
    margin-right: 66.66667%;
  }

  [class~="grid"] > [data-push-right*="_sm-9"], [class*="grid-"] > [data-push-right*="_sm-9"], [class*="grid_"] > [data-push-right*="_sm-9"] {
    margin-right: 75%;
  }

  [class~="grid"] > [data-push-right*="_sm-10"], [class*="grid-"] > [data-push-right*="_sm-10"], [class*="grid_"] > [data-push-right*="_sm-10"] {
    margin-right: 83.33333%;
  }

  [class~="grid"] > [data-push-right*="_sm-11"], [class*="grid-"] > [data-push-right*="_sm-11"], [class*="grid_"] > [data-push-right*="_sm-11"] {
    margin-right: 91.66667%;
  }

  [class~="grid"] [class*="_sm-first"], [class*="grid-"] [class*="_sm-first"], [class*="grid_"] [class*="_sm-first"] {
    order: -1;
  }

  [class~="grid"] [class*="_sm-last"], [class*="grid-"] [class*="_sm-last"], [class*="grid_"] [class*="_sm-last"] {
    order: 1;
  }
}

@media (max-width: 576px) {
  [class~="grid"] > [class*="_xs-1"], [class*="grid-"] > [class*="_xs-1"], [class*="grid_"] > [class*="_xs-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  [class~="grid"] > [class*="_xs-2"], [class*="grid-"] > [class*="_xs-2"], [class*="grid_"] > [class*="_xs-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  [class~="grid"] > [class*="_xs-3"], [class*="grid-"] > [class*="_xs-3"], [class*="grid_"] > [class*="_xs-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class~="grid"] > [class*="_xs-4"], [class*="grid-"] > [class*="_xs-4"], [class*="grid_"] > [class*="_xs-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  [class~="grid"] > [class*="_xs-5"], [class*="grid-"] > [class*="_xs-5"], [class*="grid_"] > [class*="_xs-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  [class~="grid"] > [class*="_xs-6"], [class*="grid-"] > [class*="_xs-6"], [class*="grid_"] > [class*="_xs-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class~="grid"] > [class*="_xs-7"], [class*="grid-"] > [class*="_xs-7"], [class*="grid_"] > [class*="_xs-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  [class~="grid"] > [class*="_xs-8"], [class*="grid-"] > [class*="_xs-8"], [class*="grid_"] > [class*="_xs-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  [class~="grid"] > [class*="_xs-9"], [class*="grid-"] > [class*="_xs-9"], [class*="grid_"] > [class*="_xs-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }

  [class~="grid"] > [class*="_xs-10"], [class*="grid-"] > [class*="_xs-10"], [class*="grid_"] > [class*="_xs-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  [class~="grid"] > [class*="_xs-11"], [class*="grid-"] > [class*="_xs-11"], [class*="grid_"] > [class*="_xs-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  [class~="grid"] > [class*="_xs-12"], [class*="grid-"] > [class*="_xs-12"], [class*="grid_"] > [class*="_xs-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class~="grid"] > [data-push-left*="_xs-0"], [class*="grid-"] > [data-push-left*="_xs-0"], [class*="grid_"] > [data-push-left*="_xs-0"] {
    margin-left: 0;
  }

  [class~="grid"] > [data-push-left*="_xs-1"], [class*="grid-"] > [data-push-left*="_xs-1"], [class*="grid_"] > [data-push-left*="_xs-1"] {
    margin-left: 8.33333%;
  }

  [class~="grid"] > [data-push-left*="_xs-2"], [class*="grid-"] > [data-push-left*="_xs-2"], [class*="grid_"] > [data-push-left*="_xs-2"] {
    margin-left: 16.66667%;
  }

  [class~="grid"] > [data-push-left*="_xs-3"], [class*="grid-"] > [data-push-left*="_xs-3"], [class*="grid_"] > [data-push-left*="_xs-3"] {
    margin-left: 25%;
  }

  [class~="grid"] > [data-push-left*="_xs-4"], [class*="grid-"] > [data-push-left*="_xs-4"], [class*="grid_"] > [data-push-left*="_xs-4"] {
    margin-left: 33.33333%;
  }

  [class~="grid"] > [data-push-left*="_xs-5"], [class*="grid-"] > [data-push-left*="_xs-5"], [class*="grid_"] > [data-push-left*="_xs-5"] {
    margin-left: 41.66667%;
  }

  [class~="grid"] > [data-push-left*="_xs-6"], [class*="grid-"] > [data-push-left*="_xs-6"], [class*="grid_"] > [data-push-left*="_xs-6"] {
    margin-left: 50%;
  }

  [class~="grid"] > [data-push-left*="_xs-7"], [class*="grid-"] > [data-push-left*="_xs-7"], [class*="grid_"] > [data-push-left*="_xs-7"] {
    margin-left: 58.33333%;
  }

  [class~="grid"] > [data-push-left*="_xs-8"], [class*="grid-"] > [data-push-left*="_xs-8"], [class*="grid_"] > [data-push-left*="_xs-8"] {
    margin-left: 66.66667%;
  }

  [class~="grid"] > [data-push-left*="_xs-9"], [class*="grid-"] > [data-push-left*="_xs-9"], [class*="grid_"] > [data-push-left*="_xs-9"] {
    margin-left: 75%;
  }

  [class~="grid"] > [data-push-left*="_xs-10"], [class*="grid-"] > [data-push-left*="_xs-10"], [class*="grid_"] > [data-push-left*="_xs-10"] {
    margin-left: 83.33333%;
  }

  [class~="grid"] > [data-push-left*="_xs-11"], [class*="grid-"] > [data-push-left*="_xs-11"], [class*="grid_"] > [data-push-left*="_xs-11"] {
    margin-left: 91.66667%;
  }

  [class~="grid"] > [data-push-right*="_xs-0"], [class*="grid-"] > [data-push-right*="_xs-0"], [class*="grid_"] > [data-push-right*="_xs-0"] {
    margin-right: 0;
  }

  [class~="grid"] > [data-push-right*="_xs-1"], [class*="grid-"] > [data-push-right*="_xs-1"], [class*="grid_"] > [data-push-right*="_xs-1"] {
    margin-right: 8.33333%;
  }

  [class~="grid"] > [data-push-right*="_xs-2"], [class*="grid-"] > [data-push-right*="_xs-2"], [class*="grid_"] > [data-push-right*="_xs-2"] {
    margin-right: 16.66667%;
  }

  [class~="grid"] > [data-push-right*="_xs-3"], [class*="grid-"] > [data-push-right*="_xs-3"], [class*="grid_"] > [data-push-right*="_xs-3"] {
    margin-right: 25%;
  }

  [class~="grid"] > [data-push-right*="_xs-4"], [class*="grid-"] > [data-push-right*="_xs-4"], [class*="grid_"] > [data-push-right*="_xs-4"] {
    margin-right: 33.33333%;
  }

  [class~="grid"] > [data-push-right*="_xs-5"], [class*="grid-"] > [data-push-right*="_xs-5"], [class*="grid_"] > [data-push-right*="_xs-5"] {
    margin-right: 41.66667%;
  }

  [class~="grid"] > [data-push-right*="_xs-6"], [class*="grid-"] > [data-push-right*="_xs-6"], [class*="grid_"] > [data-push-right*="_xs-6"] {
    margin-right: 50%;
  }

  [class~="grid"] > [data-push-right*="_xs-7"], [class*="grid-"] > [data-push-right*="_xs-7"], [class*="grid_"] > [data-push-right*="_xs-7"] {
    margin-right: 58.33333%;
  }

  [class~="grid"] > [data-push-right*="_xs-8"], [class*="grid-"] > [data-push-right*="_xs-8"], [class*="grid_"] > [data-push-right*="_xs-8"] {
    margin-right: 66.66667%;
  }

  [class~="grid"] > [data-push-right*="_xs-9"], [class*="grid-"] > [data-push-right*="_xs-9"], [class*="grid_"] > [data-push-right*="_xs-9"] {
    margin-right: 75%;
  }

  [class~="grid"] > [data-push-right*="_xs-10"], [class*="grid-"] > [data-push-right*="_xs-10"], [class*="grid_"] > [data-push-right*="_xs-10"] {
    margin-right: 83.33333%;
  }

  [class~="grid"] > [data-push-right*="_xs-11"], [class*="grid-"] > [data-push-right*="_xs-11"], [class*="grid_"] > [data-push-right*="_xs-11"] {
    margin-right: 91.66667%;
  }

  [class~="grid"] [class*="_xs-first"], [class*="grid-"] [class*="_xs-first"], [class*="grid_"] [class*="_xs-first"] {
    order: -1;
  }

  [class~="grid"] [class*="_xs-last"], [class*="grid-"] [class*="_xs-last"], [class*="grid_"] [class*="_xs-last"] {
    order: 1;
  }
}

/************************ HIDING COLS */
@media (max-width: 1200px) {
  [class*="lg-hidden"] {
    display: none;
  }
}

@media (max-width: 992px) {
  [class*="md-hidden"] {
    display: none;
  }
}

@media (max-width: 768px) {
  [class*="sm-hidden"] {
    display: none;
  }
}

@media (max-width: 576px) {
  [class*="xs-hidden"] {
    display: none;
  }
}

/* ==== helper classes ==== */
.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.hide-text {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.visually-hidden {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.visually-hidden:active, .visually-hidden:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

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

.align-left {
  text-align: left !important;
}

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

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

@media (max-width: 991px) {
  .align-right-mq-sm {
    text-align: right !important;
  }

  .align-left-mq-sm {
    text-align: left !important;
  }

  .align-center-mq-sm {
    text-align: center !important;
  }
}

.mg-a {
  margin: 20px 20px;
}

.mg-y {
  margin-bottom: 20px;
  margin-top: 20px;
}

.mg-x {
  margin-left: 20px;
  margin-right: 20px;
}

.mg-b {
  margin-bottom: 20px;
}

.mg-l {
  margin-left: 20px;
}

.mg-t {
  margin-top: 20px;
}

.mg-r {
  margin-right: 20px;
}

.mg-a-sm {
  margin: 10px 10px;
}

.mg-y-sm {
  margin-bottom: 10px;
  margin-top: 10px;
}

.mg-x-sm {
  margin-left: 10px;
  margin-right: 10px;
}

.mg-b-sm {
  margin-bottom: 10px;
}

.mg-l-sm {
  margin-left: 10px;
}

.mg-t-sm {
  margin-top: 10px;
}

.mg-r-sm {
  margin-right: 10px;
}

.mg-a-lg {
  margin: 40px 40px;
}

.mg-y-lg {
  margin-bottom: 40px;
  margin-top: 40px;
}

.mg-x-lg {
  margin-left: 40px;
  margin-right: 40px;
}

.mg-b-lg {
  margin-bottom: 40px;
}

.mg-l-lg {
  margin-left: 40px;
}

.mg-t-lg {
  margin-top: 40px;
}

.mg-r-lg {
  margin-right: 40px;
}

/* ==== animate ==== */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(1500px) rotate3d(1, 0, 0, -90deg);
    transform: perspective(1500px) rotate3d(1, 0, 0, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(1500px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(1500px) rotate3d(1, 0, 0, 0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(1500px) rotate3d(0, 1, 0, -90deg);
    transform: perspective(1500px) rotate3d(0, 1, 0, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(1500px) rotate3d(0, 1, 0, 0deg);
    transform: perspective(1500px) rotate3d(0, 1, 0, 0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 1;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}

[class*="to-animate"]:not(.animated) {
  opacity: 0;
}

/* ==== Buttons ==== */
[class*="btn-"], button, [type='button'], [type='reset'], [type='submit'] {
  border-width: 0;
  cursor: pointer;
  font-family: "EB Garamond", "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1;
  outline-width: 0;
  padding: 0;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(116, 105, 117, 0.3);
  -moz-tap-highlight-color: rgba(116, 105, 117, 0.3);
  highlight-color: rgba(116, 105, 117, 0.3);
}

[class*="btn-"], [class*="btn-"]:hover, [class*="btn-"]:focus, [class*="btn-"]:active, button, button:hover, button:focus, button:active, [type='button'], [type='button']:hover, [type='button']:focus, [type='button']:active, [type='reset'], [type='reset']:hover, [type='reset']:focus, [type='reset']:active, [type='submit'], [type='submit']:hover, [type='submit']:focus, [type='submit']:active {
  text-decoration: none;
}

[class*="btn-"] {
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  transition: all .2s ease-in-out;
}

[class*="btn-"].btn-block {
  display: block;
}

.btn-white, .btn-primary {
  font-size: 0.9375rem;
  height: 38px;
  line-height: 38px;
  letter-spacing: .15em;
  min-width: 9rem;
  padding: 0 .5em;
}

.btn-primary:hover {
  background: #fff;
  color: #b78887;
}

.btn-primary, .btn-primary:focus, .btn-primary:active {
  background: #b78887;
  border: solid 1px #b78887;
  color: #fff;
}

.btn-white:hover {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}

.btn-white, .btn-white:focus, .btn-white:active {
  background: rgba(255, 255, 255, 0.8);
  border: solid 1px #fff;
  color: #212424;
}

.btn-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23858485' d='M18.7,4.6L12,11.3L5.3,4.6c-0.2-0.2-0.5-0.2-0.7,0c-0.2,0.2-0.2,0.5,0,0.7l6.7,6.7l-6.7,6.7c-0.2,0.2-0.2,0.5,0,0.7c0.2,0.2,0.5,0.2,0.7,0l6.7-6.7l6.7,6.7c0.2,0.2,0.5,0.2,0.7,0c0.2-0.2,0.2-0.5,0-0.7L12.7,12l6.7-6.7c0.2-0.2,0.2-0.5,0-0.7C19.2,4.4,18.9,4.4,18.7,4.6z'/%3E%3C/svg%3E");
  background-size: 28px 28px;
  background-position: center center;
  display: block;
  text-indent: -100em;
  overflow: hidden;
  height: 28px;
  width: 28px;
}

.btn-close:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23b78887' d='M18.7,4.6L12,11.3L5.3,4.6c-0.2-0.2-0.5-0.2-0.7,0c-0.2,0.2-0.2,0.5,0,0.7l6.7,6.7l-6.7,6.7c-0.2,0.2-0.2,0.5,0,0.7c0.2,0.2,0.5,0.2,0.7,0l6.7-6.7l6.7,6.7c0.2,0.2,0.5,0.2,0.7,0c0.2-0.2,0.2-0.5,0-0.7L12.7,12l6.7-6.7c0.2-0.2,0.2-0.5,0-0.7C19.2,4.4,18.9,4.4,18.7,4.6z'/%3E%3C/svg%3E");
}

.btn-tag {
  background-color: rgba(194, 193, 194, 0.9);
  border-radius: 1em;
  color: #fff;
  display: inline-block;
  height: 2em;
  line-height: 2.125em;
  margin: 0 6px 8px 0;
  padding: 0 .825em;
  white-space: nowrap;
}

.btn-tag:hover {
  background-color: #746975;
  color: #fff;
}

.btn-tag:focus, .btn-tag:active, .btn-tag.active {
  background-color: #858485;
  color: #fff;
}

.gotop {
  background-color: rgba(53, 57, 57, 0.7);
  bottom: 222px;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 48px;
  line-height: 1;
  padding: 6px 0 4px;
  position: fixed;
  right: 100px;
  text-align: center;
  width: 64px;
  z-index: 2;
}

.gotop:hover {
  background-color: #292c2c;
}

.gotop .ico {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32px' height='16px' viewBox='0 0 32 16'%3E%3Cpath fill='%23ffffff' d='M31.2,15c-0.2,0-0.3-0.1-0.5-0.2L16.2,2.6c-0.1-0.1-0.3-0.1-0.5,0L1.2,14.8c-0.3,0.3-0.8,0.2-1.1-0.1c-0.3-0.3-0.2-0.8,0.1-1.1L14.8,1.4c0.7-0.6,1.7-0.6,2.4,0l14.5,12.2c0.3,0.3,0.4,0.7,0.1,1.1C31.7,14.9,31.5,15,31.2,15z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  height: 16px;
  margin: 0 auto 4px;
  width: 32px;
}

@media (max-width: 991px) {
  .gotop {
    bottom: 30px;
    font-size: 15px;
    right: 12px;
    height: 44px;
    width: 44px;
  }

  .gotop .ico {
    width: 28px;
  }

  .gotop:hover {
    background-color: #353939;
  }

  .gotop:active {
    background-color: #1c1f1f;
  }
}

/* ==== form ==== */
.form-control {
  background-color: #fff;
  background-image: none;
  border: solid 1px #e1e1e1;
  border-radius: 2px;
  box-shadow: none;
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1rem;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control:hover {
  border-color: #abaaab;
}

.form-control:focus {
  border-color: #858485;
}

select.form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23999999' d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  padding-right: 32px;
}

select.form-control:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23b78887' d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E");
}

.btn-search {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23999999' d='M20.5,19.1l-4.8-4.8c0,0-0.1-0.1-0.1-0.1C16.5,13,17,11.6,17,10c0-3.9-3.1-7-7-7s-7,3.1-7,7c0,3.9,3.1,7,7,7c1.6,0,3-0.5,4.2-1.4c0,0,0,0.1,0.1,0.1l4.8,4.8c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3C20.9,20.1,20.9,19.5,20.5,19.1z M10,15c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S12.8,15,10,15z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-indent: -100em;
}

.btn-search:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23b78887' d='M20.5,19.1l-4.8-4.8c0,0-0.1-0.1-0.1-0.1C16.5,13,17,11.6,17,10c0-3.9-3.1-7-7-7s-7,3.1-7,7c0,3.9,3.1,7,7,7c1.6,0,3-0.5,4.2-1.4c0,0,0,0.1,0.1,0.1l4.8,4.8c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3C20.9,20.1,20.9,19.5,20.5,19.1z M10,15c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S12.8,15,10,15z'/%3E%3C/svg%3E");
}

.search-box {
  position: relative;
}

.search-box .form-control {
  padding-right: 36px;
  overflow: hidden;
}

.search-box .btn-search {
  border-radius: 0;
  height: 34px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 34px;
}

.search-box .form-control:focus + .btn-search {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23353939' d='M20.5,19.1l-4.8-4.8c0,0-0.1-0.1-0.1-0.1C16.5,13,17,11.6,17,10c0-3.9-3.1-7-7-7s-7,3.1-7,7c0,3.9,3.1,7,7,7c1.6,0,3-0.5,4.2-1.4c0,0,0,0.1,0.1,0.1l4.8,4.8c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3C20.9,20.1,20.9,19.5,20.5,19.1z M10,15c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S12.8,15,10,15z'/%3E%3C/svg%3E");
}

.selectric-wrapper {
  cursor: pointer;
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  position: relative;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.selectric .label {
  color: #1c1f1f;
  display: block;
  font-size: 1rem;
  height: 34px;
  line-height: 34px;
  margin: 0 34px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  white-space: nowrap;
}

.selectric .button {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23999999' d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  color: transparent;
  display: block;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -99em;
  width: 34px;
}

.selectric-hover .selectric {
  border-color: #abaaab;
}

.selectric-focus .selectric {
  border-color: #858485;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #858485;
  border-radius: 2px 2px 0 0;
  border-bottom-color: #ebeaeb;
}

.selectric-open .selectric .button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23353939' d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E");
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-open.selectric-above .selectric {
  border-radius: 0 0 2px 2px;
  border-bottom-color: #858485;
  border-top-color: #ebeaeb;
}

.selectric-disabled {
  cursor: default;
  user-select: none;
}

.selectric-disabled .label, .selectric-disabled .button {
  opacity: .3;
}

.selectric-hide-select {
  height: 0;
  overflow: hidden;
  position: relative;
  width: 0;
}

.selectric-hide-select select {
  left: -100%;
  position: absolute;
}

.selectric-hide-select.selectric-is-native {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  border: none;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.selectric-input {
  background: none !important;
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
  height: 1px !important;
  left: 0 !important;
  margin: 0 !important;
  outline: none !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  top: 0 !important;
  width: 1px !important;
}

.selectric-temp-show {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important;
}

/* Items box */
.selectric-items {
  background: #fff;
  border: 1px solid #858485;
  border-top-width: 0;
  box-shadow: 0 0 10px -6px;
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: -1;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  border-top-width: 1px;
  border-bottom-width: 0;
  bottom: 100%;
  top: auto;
}

.selectric-items ul, .selectric-items li {
  font-size: 1rem;
  line-height: 20px;
  list-style: none;
  margin: 0;
  min-height: 20px;
  padding: 0;
}

.selectric-items li {
  cursor: pointer;
  display: block;
  padding: 10px;
}

.selectric-items li.selected {
  background: #f4f4f4;
}

.selectric-items li.highlighted {
  background: #f4f4f4;
}

.selectric-items li:hover {
  background: #f4f4f4;
}

.selectric-items .disabled {
  background: none !important;
  cursor: default !important;
  opacity: 0.5;
  color: #666 !important;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  background: none;
  color: #444;
  cursor: default;
  font-weight: bold;
  padding-left: 10px;
  user-select: none;
}

.selectric-items .selectric-group.disabled li {
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* ==== header ==== */
.header {
  background-color: white;
  position: relative;
  transition: all 0.2s ease-in-out;
  z-index: 100;
}

.header-inner {
  background-color: white;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

.header-logo {
  display: block;
  transition: all 0.2s ease-in-out;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-logo:hover {
  opacity: .6;
}

.header-logo img {
  display: block;
  transition: all 0.2s ease-in-out;
  width: auto;
}

.header-nav {
  width: 100%;
}

.header-nav ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-nav li {
  display: block;
  position: relative;
}

.header-nav a {
  color: #212424;
  display: block;
  position: relative;
  text-decoration: none;
  transition: all .2s ease-in-out;
  white-space: nowrap;
}

.header.is-sticky .header-inner {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 16px rgba(53, 57, 57, 0.2);
}

@media (min-width: 992px) {
  .header {
    height: 136px;
  }

  .header-inner {
    height: 136px;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .header-logo img {
    width: 125px;
    height: 60px;
    /*height: 96px;*/
  }

  .header-nav {
    font-size: 1rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .header-nav ul.nav-lv2 {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0 0 3px 3px;
    max-height: 0;
    min-width: 100%;
    opacity: .5;
    overflow: hidden;
    padding: 0;
    transition: all .2s ease-out;
    top: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .header-nav ul.nav-lv2 a {
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
  }

  .header-nav ul.nav-lv2 a:hover {
    background: #fff;
    color: #b78887;
  }

  .header-nav ul.nav-lv1 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-nav ul.nav-lv1::after {
    clear: both;
    content: "";
    display: block;
  }

  .header-nav ul.nav-lv1 > li {
    float: left;
    width: calc((100% - 26.66667%)/6);
  }

  .header-nav ul.nav-lv1 > li:nth-child(3) {
    margin-right: 26.66667%;
  }

  .header-nav ul.nav-lv1 > li > a {
    height: 76px;
    line-height: 76px;
  }

  .header-nav ul.nav-lv1 > li > a::after {
    background-color: #959595;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    transition: all .2s ease-in-out;
    width: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .header-nav ul.nav-lv1 > li > a.ico-down {
    display: none;
  }

  .header-nav ul.nav-lv1 > li:hover > a::after {
    width: 100%;
  }

  .header-nav ul.nav-lv1 > li:hover .nav-lv2 {
    max-height: 480px;
    opacity: 1;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: all .3s ease-in-out;
  }

  .header.is-sticky {
    height: 88px;
  }

  .header.is-sticky .header-inner {
    background-color: rgba(255, 255, 255, 0.9);
    height: 88px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header.is-sticky .header-logo img {
    width: 110px;
    height: 53px;
    /*height: 68px;*/
  }

  .header.is-sticky .header-nav ul.nav-lv1 > li > a {
    height: 68px;
    line-height: 68px;
  }

  .header-nav-toggle {
    display: none;
  }
}

@media (max-width: 991px) {
  .header {
    height: 68px;
  }

  .header-inner {
    height: 68px;
    padding-bottom: 10px;
    padding-top: 10px;
    transition: all .5s ease-in-out;
  }

  .header-logo img {
    height: 48px;
  }

  .header-nav {
    background-color: rgba(255, 255, 255, 0.95);
    font-size: 1.125rem;
    max-height: 0;
    opacity: .7;
    overflow: hidden;
    position: absolute;
    transition-property: max-height, opacity;
    transition-duration: .4s;
    transition-timing-function: ease-in-out;
    top: 68px;
  }

  .header-nav ul.nav-lv2 {
    display: none;
    font-size: 1rem;
    opacity: .75;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .header-nav ul.nav-lv2 a {
    height: 36px;
    line-height: 36px;
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }

  .header-nav ul.nav-lv2 a:active {
    background-color: rgba(0, 0, 0, 0.1);
    opacity: .9;
  }

  .header-nav ul.nav-lv1 {
    width: 300px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-nav ul.nav-lv1 > li > a {
    height: 44px;
    line-height: 44px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-nav ul.nav-lv1 > li > a.ico-down {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16'%3E%3Cpath fill='%23000000' d='M8,11.5c-0.2,0-0.4-0.1-0.6-0.3L1.7,5.9c-0.2-0.2-0.2-0.5,0-0.7c0.2-0.2,0.5-0.2,0.7,0L8,10.5l5.6-5.3c0.2-0.2,0.5-0.2,0.7,0c0.2,0.2,0.2,0.5,0,0.7l-5.7,5.4C8.4,11.4,8.2,11.5,8,11.5z'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px;
    display: block;
    height: 44px;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease-in-out;
    width: 44px;
  }

  .header-nav ul.nav-lv1 > li.is-dropdown .ico-down {
    transform: rotate(180deg);
  }

  .header-nav-toggle {
    background: none;
    border-width: 0;
    display: block;
    margin-top: -24px;
    padding: 0;
    position: fixed;
    right: 8px;
    top: 34px;
    transition: all .2s ease-out;
    height: 48px;
    width: 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
  }

  .header-nav-toggle .bar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .header-nav-toggle .bar, .header-nav-toggle .bar::before, .header-nav-toggle .bar::after {
    background: #353939;
    display: block;
    transition: all .3s ease-in-out;
    width: 22px;
    height: 1px;
  }

  .header-nav-toggle .bar::before, .header-nav-toggle .bar::after {
    content: '';
    position: absolute;
  }

  .header-nav-toggle .bar::before {
    top: -6px;
  }

  .header-nav-toggle .bar::after {
    bottom: -6px;
  }

  .header-nav-toggle:active {
    background: rgba(89, 89, 89, 0.3);
  }

  .header-nav-open .header.is-sticky .header-inner {
    background-color: rgba(255, 255, 255, 0.95);
  }

  .header-nav-open .header-nav {
    box-shadow: 0 7px 10px rgba(53, 57, 57, 0.1);
    max-height: 999px;
    opacity: 1;
  }

  .header-nav-open .header-nav-toggle .bar {
    background: transparent;
  }

  .header-nav-open .header-nav-toggle .bar::before {
    transform: rotate(45deg);
    top: 0;
  }

  .header-nav-open .header-nav-toggle .bar::after {
    bottom: -10px;
    transform: translatey(-10px) rotate(-45deg);
  }
}

/* ==== footer ==== */
.footer {
  background-color: #353939;
  color: #fff;
  font-size: 1rem;
}

.footer a {
  color: #fff;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(183, 136, 135, 0.2);
  -moz-tap-highlight-color: rgba(183, 136, 135, 0.2);
  highlight-color: rgba(183, 136, 135, 0.2);
}

.footer a:hover {
  opacity: .7;
}

.footer-nav {
  margin-bottom: 3rem;
}

.footer-nav a {
  display: inline-block;
  margin-right: 40px;
  transition: all .2s ease-in-out;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size:11px;
  -webkit-transform-origin-x: 0;
  -webkit-transform:scale(0.917);
}

.footer-nav a.link-social {
  margin-right: 24px;
}

.footer-nav a.link-social img {
  display: block;
  height: 36px;
  width: 36px;
}

.footer-nav .nav-social {
  display: inline-block;
  vertical-align: middle;
}

.footer-rights {
  white-space: nowrap;
}

.rights-logo, .rights-text {
  display: inline-block;
  vertical-align: middle;
}

.rights-logo {
  margin-right: 4px;
  height: 24px;
  width: 24px;
}

.rights-text {
  font-size: 0.75rem;
}

@media (min-width: 992px) {
  .footer {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

@media (max-width: 991px) {
  .footer {
    padding-top: 48px;
    padding-bottom: 32px;
  }
}

@media (max-width: 768px) {
  .footer-nav a:not(.link-social) {
    margin-right: 32px;
  }

  .footer-nav .nav-social {
    display: block;
    padding-top: 32px;
  }

  .footer-rights .wbr {
    display: block;
  }
}

/* ==== page heading ==== */
.page-heading {
  color: #fff;
  position: relative;
  text-align: center;
}

.page-heading.animated {
  animation-duration: 2s;
}

.page-heading .in-text {
  bottom: 16%;
  left: 0;
  position: absolute;
  width: 100%;
}

.page-heading .in-text h1 {
  font-style: italic;
  letter-spacing: .05em;
  margin: 0;
}

.page-heading .in-text h1 {
  font-size: 22px;
}

@media screen and (min-width: 320px) {
  .page-heading .in-text h1 {
    font-size: calc(22px + 26 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1200px) {
  .page-heading .in-text h1 {
    font-size: 48px;
  }
}

/* ==== img-box ==== */
.img-box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.img-box img {
  display: block;
  width: 100%;
  height: auto;
}

.img-box .img-caption {
  color: #1c1f1f;
  display: block;
  font-weight: 500;
  font-style: italic;
  letter-spacing: .05em;
  line-height: 1.33333;
  padding: 20px;
  text-align: center;
  transition: all .3s ease-in-out;
  width: 100%;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-box .img-caption [class*="img-caption-"] {
  opacity: 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.img-box .img-caption .img-caption-cate {
  font-size: 1rem;
  margin-top: 2em;
  padding-bottom: .5em;
  transition: all .3s ease-in-out;
}

.img-box .img-caption .img-caption-title {
  font-size: 1.25rem;
  margin-top: 3em;
  transition: all .3s ease-in-out;
}

.img-box .img-hover {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.img-box .img-hover::after {
  background-color: #fff;
  content: '';
  display: block;
  height: 100%;
  opacity: 0;
  transition: all .5s ease-in-out;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-box .img-hover img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s ease-in-out;
}

.img-box .img-hover:hover::after {
  height: calc(100% - 20px);
  opacity: .55;
  width: calc(100% - 20px);
}

.img-box .img-hover:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}

.img-box .img-hover:hover .img-caption [class*="img-caption-"] {
  margin: 0;
  opacity: 1;
}

/* ==== video ==== */
.embed-16by9 {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.embed-16by9 iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ==== card ==== */
.card-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.card-list .card {
  background-color: #fff;
}

.card-list .card + .card {
  margin-top: 50px;
}

.card-list .card .img-box .img-hover {
  padding-top: 56.25%;
}

.card-list .card .img-box .img-caption-cate {
  font-size: 14px;
}

@media screen and (min-width: 280px) {
  .card-list .card .img-box .img-caption-cate {
    font-size: calc(14px + 4 * ((100vw - 280px) / 520));
  }
}

@media screen and (min-width: 800px) {
  .card-list .card .img-box .img-caption-cate {
    font-size: 18px;
  }
}

.card-list .card .img-box .img-caption-title {
  font-size: 16px;
}

@media screen and (min-width: 280px) {
  .card-list .card .img-box .img-caption-title {
    font-size: calc(16px + 8 * ((100vw - 280px) / 520));
  }
}

@media screen and (min-width: 800px) {
  .card-list .card .img-box .img-caption-title {
    font-size: 24px;
  }
}

.card-list .card .text-box a {
  color: #746975;
}

.card-list .card .text-box a:hover {
  color: #b78887;
  text-decoration: none;
}

.card-list .card .title {
  font-size: 18px;
}

@media screen and (min-width: 256px) {
  .card-list .card .title {
    font-size: calc(18px + 6 * ((100vw - 256px) / 464));
  }
}

@media screen and (min-width: 720px) {
  .card-list .card .title {
    font-size: 22px;
  }
}

.card-list .card .title [class*="title-"] {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card-list .card .title .title-cate {
  border-bottom: solid 1px rgba(116, 105, 117, 0.5);
  display: inline-block;
}

.card-list .card .title .title-cate {
  font-size: 14px;
}

@media screen and (min-width: 256px) {
  .card-list .card .title .title-cate {
    font-size: calc(14px + 6 * ((100vw - 256px) / 464));
  }
}

@media screen and (min-width: 720px) {
  .card-list .card .title .title-cate {
    font-size: 20px;
  }
}

.card-list .card .title .title-en {
  font-weight: 500;
  font-style: italic;
  letter-spacing: .05em;
}

.card-list .card .title:hover .title-cate {
  border-bottom-color: rgba(183, 136, 135, 0.5);
}

@media (min-width: 992px) {
  .card-list .card {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .card-list .card:nth-child(even) {
    text-align: right;
  }

  .card-list .card:nth-child(even) .img-box {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .card-list .card .img-box {
    width: 59%;
  }

  .card-list .card .title .title-cate {
    margin-bottom: 6px;
  }

  .card-list .card .text-box {
    width: 41%;
    padding: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }

  .card-list .card .desc {
    font-size: 1.0625rem;
    margin-top: 1em;
  }
}

@media (max-width: 991px) {
  .card-list .card .text-box {
    padding: 20px;
  }

  .card-list .card .desc {
    font-size: 1rem;
    margin-top: .5em;
  }
}

/* ==== page base ==== */
.main {
  background-color: #fff;
}

.main.main-bg-gary {
  background-color: #f4f4f4;
}

.page-wrapper, .container-outter {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 80px;
}

@media (max-width: 1199px) {
  .page-wrapper, .container-outter {
    max-width: 992px;
  }
}

@media (max-width: 991px) {
  .page-wrapper, .container-outter {
    max-width: 768px;
  }
}

@media (max-width: 767px) {
  .page-wrapper, .container-outter {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575px) {
  .page-wrapper, .container-outter {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.container-outter {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.row::after, .cols-row::after {
  clear: both;
  content: "";
  display: block;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}

.cols-row {
  margin-left: -40px;
  margin-right: -40px;
}

.col {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

/* ==== plugin-override ==== */
.swiper-pagination-bullet, .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-bullet {
  height: 6px;
  opacity: .5;
  width: 6px;
}

.swiper-pagination-bullet-active {
  opacity: .9;
}

.swiper-button-prev, .swiper-button-next {
  opacity: .7;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27px' height='44px' viewBox='0 0 27 44'%3E%3Cpath fill='%23ffffff' d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z'/%3E%3C/svg%3E");
}

.swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27px' height='44px' viewBox='0 0 27 44'%3E%3Cpath fill='%23ffffff' d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z'/%3E%3C/svg%3E");
}

.iziModal {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.iziModal .iziModal-header {
  background: #353939 !important;
}

.iziModal iframe {
  display: block;
}

.nGY2 .nGY2GThumbnail {
  background: transparent !important;
}

.nGY2 .nGY2GThumbnail .nGY2GThumbnailImage {
  transition: all .5s ease-in-out;
  transform-origin: center center;
}

.nGY2 .nGY2GThumbnail:hover .nGY2GThumbnailImage {
  transform: scale(1.1);
}

.nGY2 .nGY2TnImgBack {
  background: #fff !important;
}

.nGY2 .nGY2ViewerToolsTopLeft, .nGY2 .nGY2ViewerToolsTopRight {
  background-color: transparent !important;
}

.nGY2 .nGY2Icon-ngy2_chevron_left3, .nGY2 .nGY2Icon-ngy2_chevron_right3 {
  background-color: transparent !important;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat;
  height: 32px;
  opacity: .65;
  transition: all .3s ease-in-out;
  width: 24px;
}

.nGY2 .nGY2Icon-ngy2_chevron_left3:hover, .nGY2 .nGY2Icon-ngy2_chevron_right3:hover {
  opacity: 1;
}

.nGY2 .nGY2Icon-ngy2_chevron_left3::before, .nGY2 .nGY2Icon-ngy2_chevron_right3::before {
  display: none !important;
}

.nGY2 .nGY2Icon-ngy2_chevron_left3 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27px' height='44px' viewBox='0 0 27 44'%3E%3Cpath fill='%23ffffff' d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z'/%3E%3C/svg%3E");
}

.nGY2 .nGY2Icon-ngy2_chevron_right3 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27px' height='44px' viewBox='0 0 27 44'%3E%3Cpath fill='%23ffffff' d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z'/%3E%3C/svg%3E");
}

.nGY2 .nGY2ViewerMediaLoaderDisplayed::before, .nGY2 .nGY2ViewerMediaLoaderDisplayed::after {
  border-bottom-color: #fff !important;
  border-right-color: #fff !important;
}

.mb_YTPlayer .inlinePlayButton {
  opacity: 0 !important;
}

@media (max-width: 991px) {
  .swiper-button-prev, .swiper-button-next {
    width: 15px;
    height: 24px;
    margin-top: -12px;
    background-size: 15px 24px;
  }
}

/* ==== Home ==== */
.home {
  width: 100%;
  overflow-x: hidden;
  padding-bottom: 16px;
}

.home-section {
  color: #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.home-section .container {
  padding-left: 10px;
  padding-right: 10px;
}

.home-section .img-box {
  padding-bottom: 0 !important;
  z-index: -1;
}

.home-section .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-section .in-center, .home-section .in-bottom {
  left: 0;
  position: absolute;
  width: 100%;
}

.home-section .in-center {
  top: 50%;
  transform: translateY(-50%);
}

.home-section .title {
  letter-spacing: .05em;
  margin: 0;
}

.home-section .title {
  font-size: 24px;
}

@media screen and (min-width: 320px) {
  .home-section .title {
    font-size: calc(24px + 14 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1200px) {
  .home-section .title {
    font-size: 38px;
  }
}

.home-section .desc {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  .home-section .desc {
    font-size: calc(12px + 8 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1200px) {
  .home-section .desc {
    font-size: 20px;
  }
}

.home-section .to-animate-2 {
  animation-duration: 1.5s;
}

.home-section .to-animate-3 {
  animation-duration: 2s;
}

.home-section.home-swiper {
  background-color: #000;
}

.home-section.home-swiper .img-box {
  background-size: contain;
  background-position: center center;
}

.home-section.home-swiper .img-box img {
  left: 50%;
  bottom: -1px;
  top: auto;
  transform: translate(-50%, 0);
}

.home-section.home-swiper .title {
  font-size: 30px;
}

@media screen and (min-width: 320px) {
  .home-section.home-swiper .title {
    font-size: calc(30px + 14 * ((100vw - 320px) / 880));
  }
}

@media screen and (min-width: 1200px) {
  .home-section.home-swiper .title {
    font-size: 38px;
  }
}

@media (min-width: 992px) {
  .home-section .img-box {
    padding-top: 46.875% !important;
  }

  .home-section .img-box img {
    height: auto;
    width: 100.1%;
  }

  .home-section .in-bottom {
    bottom: 10%;
  }

  .home-section .desc p {
    margin: .5em 0;
  }

  .home-section [class*="btn-"] {
    margin-top: 1.25em;
  }
}

@media (max-width: 991px) {
  .home-section .img-box {
    padding-top: 100% !important;
  }

  .home-section .img-box img {
    height: 100.2%;
    width: auto;
  }

  .home-section .in-bottom {
    bottom: 7%;
  }

  .home-section .desc p {
    margin: 0;
  }

  .home-section [class*="btn-"] {
    border-radius: 2px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    min-width: auto;
    margin-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

/* ==== about ==== */
.about .page-wrapper {
  max-width: 928px;
}

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

.about-milestone dt, .about-milestone dd {
  margin-left: auto;
  margin-right: auto;
}

.about-milestone dt {
  font-size: 18px;
}

@media screen and (min-width: 280px) {
  .about-milestone dt {
    font-size: calc(18px + 4 * ((100vw - 280px) / 648));
  }
}

@media screen and (min-width: 928px) {
  .about-milestone dt {
    font-size: 22px;
  }
}

.about-milestone dd {
  color: #3a3e3e;
}

.about-milestone dd {
  font-size: 16px;
}

@media screen and (min-width: 280px) {
  .about-milestone dd {
    font-size: calc(16px + 2 * ((100vw - 280px) / 648));
  }
}

@media screen and (min-width: 928px) {
  .about-milestone dd {
    font-size: 18px;
  }
}

.about-milestone dd + dt {
  margin-top: 1.5em;
}

.about-milestone dd + dt::before {
  background: #c2c1c2;
  content: '';
  display: block;
  margin: 0 auto 1em;
  transform: rotate(45deg);
  height: 6px;
  width: 6px;
}

.about-blockquote {
  color: #1c1f1f;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 60px;
  text-align: center;
}

.about-blockquote {
  font-size: 20px;
}

@media screen and (min-width: 280px) {
  .about-blockquote {
    font-size: calc(20px + 8 * ((100vw - 280px) / 648));
  }
}

@media screen and (min-width: 928px) {
  .about-blockquote {
    font-size: 28px;
  }
}

.about-blockquote p {
  margin: .25em 0;
}

.about-blockquote cite {
  display: block;
  font-style: normal;
  text-align: right;
  margin-right: 1em;
}

.about-blockquote cite {
  font-size: 15px;
}

@media screen and (min-width: 280px) {
  .about-blockquote cite {
    font-size: calc(15px + 3 * ((100vw - 280px) / 648));
  }
}

@media screen and (min-width: 928px) {
  .about-blockquote cite {
    font-size: 18px;
  }
}

.about-blockquote .font-zh {
  font-weight: 100;
  margin: 1em 0;
}

.about-blockquote .font-zh {
  font-size: 20px;
}

@media screen and (min-width: 280px) {
  .about-blockquote .font-zh {
    font-size: calc(20px + 7 * ((100vw - 280px) / 648));
  }
}

@media screen and (min-width: 928px) {
  .about-blockquote .font-zh {
    font-size: 80%;
  }
}

.about-team, .about-equipment {
  max-width: 720px;
  margin: 0 auto;
}

.about-team h3, .about-equipment h3 {
  margin-bottom: 1.5em;
}
.about-equipment .mg-y-lg + h3 {
  margin: 40px 0 20px;
}
.about-equipment .mg-y-lg {
  margin: 20px 0;
}
@media (min-width: 992px) {
  .about-milestone {
    margin-bottom: 60px;
  }

  .about-features [class*="grid"] > [class*="col-"] {
    padding-bottom: 60px;
  }

  .about-team, .about-equipment {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
  .about-milestone {
    margin-bottom: 40px;
  }

  .about-milestone dt {
    max-width: 75%;
  }

  .about-features [class*="grid"] > [class*="col-3"] {
    padding-bottom: 0;
  }

  .about-features [class*="grid"] > [class*="col-3"] h3 {
    margin-bottom: 0;
  }

  .about-team, .about-equipment {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

/* ==== works ==== */
.works-search {
  padding-left: 0;
  padding-right: 0;
}

.works-search .grid > [class*="col-"] {
  padding-bottom: 0;
}

.works-search .form-control {
  display: block;
  width: 100%;
}

@media (min-width: 992px) {
  .works-search {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .works-search {
    margin-bottom: 20px;
  }

  .works-search .grid > [class*="col-"] {
    padding-bottom: 10px;
  }
}

/* ==== gallery ==== */
.body-gallery {
  background-color: #fff;
}

.gallery-video {
  margin-bottom: 20px;
}

.gallery-header {
  background-color: #f4f4f4;
  box-shadow: 0 1px 10px rgba(53, 57, 57, 0.2);
}

.gallery-header .container-outter {
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}

.gallery-header .title {
  color: #746975;
  margin: 0 26px 12px 0;
}

.gallery-header .title [class*="title-"] {
  display: block;
}

.gallery-header .title .title-en {
  font-weight: 500;
  font-style: italic;
  letter-spacing: .05em;
  margin-bottom: .4em;
}

.gallery-header .title .title-en {
  font-size: 15px;
}

@media screen and (min-width: 288px) {
  .gallery-header .title .title-en {
    font-size: calc(15px + 7 * ((100vw - 288px) / 912));
  }
}

@media screen and (min-width: 1200px) {
  .gallery-header .title .title-en {
    font-size: 22px;
  }
}

.gallery-header .title .title-zh {
  font-size: 24px;
}

@media screen and (min-width: 288px) {
  .gallery-header .title .title-zh {
    font-size: calc(24px + 6 * ((100vw - 288px) / 912));
  }
}

@media screen and (min-width: 1200px) {
  .gallery-header .title .title-zh {
    font-size: 30px;
  }
}

.gallery-header .ga-loc {
  color: #858485;
  line-height: 1;
  margin-top: 1em;
}

.gallery-header .ga-loc {
  font-size: 15px;
}

@media screen and (min-width: 288px) {
  .gallery-header .ga-loc {
    font-size: calc(15px + 3 * ((100vw - 288px) / 912));
  }
}

@media screen and (min-width: 1200px) {
  .gallery-header .ga-loc {
    font-size: 18px;
  }
}

.gallery-header .ga-time {
  margin-left: .5em;
}

.gallery-header .ga-time {
  font-size: 17px;
}

@media screen and (min-width: 288px) {
  .gallery-header .ga-time {
    font-size: calc(17px + 3 * ((100vw - 288px) / 912));
  }
}

@media screen and (min-width: 1200px) {
  .gallery-header .ga-time {
    font-size: 20px;
  }
}

.gallery-header .btn-close {
  position: absolute;
  right: 10px;
  top: 0;
}

.gallery-desc {
  border-bottom: solid 1px #ccc;
}

@media (min-width: 992px) {
  .gallery-header {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .gallery-desc {
    padding-bottom: 40px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .gallery-desc .desc-text, .gallery-desc .desc-tags {
    width: 50%;
  }

  .gallery-desc .desc-text {
    font-size: 20px;
    padding-right: 20px;
  }

  .gallery-desc .desc-tags {
    font-size: 1rem;
    padding-left: 20px;
    text-align: right;
  }
}

@media (max-width: 991px) {
  .gallery-header {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .gallery-desc {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .gallery-desc .desc-text {
    font-size: 17px;
  }

  .gallery-desc .desc-tags {
    font-size: 0.8125rem;
    padding-top: 20px;
  }
}

/* ==== articles ==== */
.articles-filter .filter-list {
  border: solid 1px rgba(194, 193, 194, 0.2);
  list-style: none;
  padding: 6px 0;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.articles-filter .filter-list {
  font-size: 14px;
}

@media screen and (min-width: 288px) {
  .articles-filter .filter-list {
    font-size: calc(14px + 2 * ((100vw - 288px) / 912));
  }
}

@media screen and (min-width: 1200px) {
  .articles-filter .filter-list {
    font-size: 16px;
  }
}

.articles-filter .filter-list li {
  display: block;
  min-width: calc(100% / 8);
  padding: 0 10px;
  text-align: center;
}

.articles-filter .filter-list a {
  color: #c2c1c2;
  display: block;
  overflow: hidden;
  padding: .5em 0 .475em;
  white-space: nowrap;
}

.articles-filter .filter-list a:hover {
  color: #212424;
  text-decoration: none;
}

.articles-filter .filter-list a.active {
  color: #b78887;
  cursor: default;
}

@media (min-width: 992px) {
  .articles-filter {
    margin-bottom: 44px;
  }
}

@media (max-width: 991px) {
  .articles-filter {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .articles-filter .filter-list li {
    min-width: calc(100% / 4);
  }
}

@media (max-width: 359px) {
  .articles-filter .filter-list li {
    min-width: calc(100% / 3);
  }
}

/* ==== article detail ==== */
.article-detail .page-heading {
  overflow: hidden;
  padding-top: 33.33333%;
}

.article-detail .page-heading .img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.article-detail .page-wrapper {
  padding-top: 0;
  position: relative;
  z-index: 2;
}

.article-wrapper {
  background: #fff;
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
}

.article-header, .article-tags {
  color: #858485;
  text-align: center;
  margin: 0 auto;
}

.article-header .title {
  margin-top: 0;
  margin-bottom: .5em;
}

.article-header .title {
  font-size: 20px;
}

@media screen and (min-width: 256px) {
  .article-header .title {
    font-size: calc(20px + 8 * ((100vw - 256px) / 601));
  }
}

@media screen and (min-width: 857px) {
  .article-header .title {
    font-size: 28px;
  }
}

.article-tags a {
  border-bottom: solid 1px rgba(133, 132, 133, 0.5);
  display: inline-block;
  line-height: 1.3;
  margin: .5em;
  padding: 1px 0;
}

.article-tags a, .article-tags a:focus, .article-tags a:active {
  color: #858485;
}

.article-tags a:hover {
  border-bottom-color: #b78887;
  color: #b78887;
  text-decoration: none;
}

.article-body {
  text-align: justify;
  text-justify: inter-word;
}

.article-body img {
  display: block;
  width: 100%;
  height: auto;
}

.article-body h6 {
  color: #858485;
}

.article-body h5 {
  color: #858485;
}

.article-body h4 {
  color: #858485;
}

.article-body h3 {
  color: #858485;
}

.article-body h2 {
  color: #858485;
}

.article-body h1 {
  color: #858485;
}

.article-body h2 {
  font-size: 18px;
}

@media screen and (min-width: 256px) {
  .article-body h2 {
    font-size: calc(18px + 10 * ((100vw - 256px) / 601));
  }
}

@media screen and (min-width: 857px) {
  .article-body h2 {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .article-wrapper {
    margin-top: -60px;
    padding: 80px 80px 20px;
  }

  .article-header, .article-tags {
    margin-bottom: 60px;
    max-width: 80%;
  }

  .article-upload {
    margin: 60px 0;
  }

  .article-body [class*="grid-"][class*="-gutter2x"] > [class~="col"], .article-body [class*="grid-"][class*="-gutter2x"] > [class*="col-"] {
    padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .article-wrapper {
    margin-top: -40px;
    padding: 40px 40px 0;
  }

  .article-header, .article-tags {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .article-upload {
    margin: 40px 0;
  }
}

@media (max-width: 575px) {
  .article-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ==== services ==== */
.service-process .col-left, .service-process .col-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.service-process .service-label .text-alert {
  font-size: 0.9375rem;
  margin-left: 48px;
}

.service-process .service-title {
  position: relative;
  padding: 0 0 0 48px;
  line-height: 38px;
  font-size: 1.5rem;
}

.service-process .service-title .ico-num {
  background: #e4d3cd;
  border-radius: 100%;
  color: #595959;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 36px;
  letter-spacing: -.05em;
  left: 0;
  position: absolute;
  height: 36px;
  width: 36px;
}

.service-process .service-day {
  color: #858485;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.1;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.service-process .service-desc {
  text-align: justify;
  text-justify: inter-word;
}
.service-process .service-desc ul {
  padding-left: 1em;
}
.service-process .service-desc li {
  list-style-type: none;
  position: relative;
}
.service-process .service-desc ul li::before {
  content: "．";
  position: absolute;
  top: 0;
  left: -1em;
}
@media (min-width: 992px) {
  .service-process {
    margin-bottom: 40px;
  }

  .service-process .col-left {
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }

  .service-process .col-right {
    border-left: solid 1px #353939;
  }

  .service-process .service-label {
    padding-top: 45px;
    width: 230px;
  }

  .service-process .service-day {
    border-bottom: solid 1px #353939;
  }

  .service-process .service-desc {
    min-height: 160px;
    padding: 40px 0 20px 40px;
  }
}

@media (max-width: 991px) {
  .service-process .col-right {
    border-bottom: solid 1px rgba(194, 193, 194, 0.5);
    margin-bottom: 30px;
  }

  .service-process .service-desc {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

/* ==== contact ==== */
.map {
  border: solid 1px #ccc;
  height: 450px;
  overflow: hidden;
}

/* ==== timeline ==== */
.timeline-container {
  margin-bottom: 40px;
  position: relative;
}

.timeline-container::before {
  background: #c2c1c2;
  content: '';
  display: block;
  height: 100%;
  opacity: .5;
  position: absolute;
  width: 2px;
}

.timeline-container > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.timeline-container > ul > li {
  display: block;
  position: relative;
}

.timeline-container .timeline-time {
  background: #e4d3cd;
  border-radius: 100%;
  position: absolute;
  text-align: center;
  top: 0;
}

.timeline-container .timeline-head {
  color: #353939;
}

.timeline-container .img-box + .img-box {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .timeline-container::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .timeline-container .timeline-time {
    font-size: 20px;
    line-height: 76px;
    height: 76px;
    width: 76px;
  }

  .timeline-container .timeline-head {
    font-size: 22px;
    padding: 18px 0 16px;
  }

  .timeline-container > ul > li {
    padding: 0 0 40px;
    min-height: 114px;
    width: calc(50% - 76px + 10px);
  }

  .timeline-container > ul > li:nth-child(odd) {
    text-align: left;
    -webkit-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
  }

  .timeline-container > ul > li:nth-child(odd) .timeline-time {
    left: -104px;
  }

  .timeline-container > ul > li:nth-child(even) {
    text-align: right;
  }

  .timeline-container > ul > li:nth-child(even) .timeline-time {
    right: -104px;
  }
}

@media (max-width: 991px) {
  .timeline-container::before {
    left: 29px;
  }

  .timeline-container .timeline-time {
    font-size: 15px;
    line-height: 56px;
    left: -18px;
    height: 56px;
    width: 56px;
  }

  .timeline-container .timeline-head {
    font-size: 20px;
    padding: 12px 0;
  }

  .timeline-container > ul > li {
    min-height: 84px;
    padding: 0 0 40px 56px;
    width: 100%;
  }

  .timeline-container > ul > li:last-child {
    padding-bottom: 20px;
  }
}

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

.service-process .service-title {
  font-size: 1.375rem;
}
@media (min-width: 992px) {
  .mg-y-lg {
    width: 100%;
    margin: 40px auto;
  }
  .grid.mg-y-lg .col:first-child {
    padding-left: 0;
    padding-right: 40px;
  }
  .grid.mg-y-lg .col:last-child {
    padding-left: 40px;
    padding-right: 0;
  }
}
  
