@import url(http://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

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

[hidden] {
  display: none;
}

a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: yellow;
  color: black;
}

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  height: auto;
}

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

figure {
  margin: 0;
}

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

legend {
  border: 0;
  padding: 0;
}

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

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

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

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

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 15px;
}

a {
  text-decoration: none;
  color: black;
}

button, input, textarea, select {
  outline: 0;
}

html {
  width: 100%;
}

body {
  font-family: "Microsoft JhengHei", Arial, sans-serif;
  background: #333 url("../img/css-img/body-bg.jpg") repeat 0 0 fixed;
  width: 100%;
}

.container {
  position: relative;
  z-index: 1;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 0) and (max-width: 549px) {
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1300px) and (max-width: 1600px) {
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1601px) {
  .container {
    max-width: 1584px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.is-open {
  -moz-transform: translateX(-80%);
  -ms-transform: translateX(-80%);
  -webkit-transform: translateX(-80%);
  transform: translateX(-80%);
  box-shadow: 0 0 2em #000;
  position: fixed;
  display: none;
}
@media (min-width: 0) and (max-width: 549px) {
  .is-open {
    display: block;
    width: 100%;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .is-open {
    display: block;
    width: 100%;
  }
}

.header {
  position: relative;
  overflow: hidden;
}
.header__bar {
  width: 60px;
  height: 450px;
  position: absolute;
  left: 0;
  top: 0;
}
.header__bar.about {
  background-color: #1ba28b;
}
.header__bar.uphold {
  background-color: #cab393;
}
.header__bar.patent {
  background-color: #278faa;
}
.header__bar.team {
  background-color: #67d8ff;
}
.header__bar.advisory {
  background-color: #2fccb2;
}
.header__bar.classroom {
  background-color: #fa678b;
}
.header__bar.contact {
  background-color: #956b5a;
}
.header__bar.qa {
  background-color: #9ed738;
}
.header__bar.job {
  background-color: #cb916f;
}
.header__bar.blog {
  background-color: #ff808d;
}
.header__btn-back {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url("../img/css-img/btn-back-bg.svg") no-repeat 0 0 scroll;
  width: 24px;
  height: 43px;
  display: block;
  margin: 2em auto 0 auto;
}
@media (min-width: 0) and (max-width: 549px) {
  .header__btn-back {
    margin-top: 1em;
    width: 12px;
    height: 22px;
    background-size: 12px 22px;
  }
}
.header__uncleliao-logo {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url("../img/css-img/uncleliao-logo-bg.svg") no-repeat 0 0 scroll;
  -moz-background-size: 320px 60px;
  -o-background-size: 320px 60px;
  -webkit-background-size: 320px 60px;
  background-size: 320px 60px;
  width: 320px;
  height: 60px;
  position: absolute;
  left: 70px;
  top: 30px;
}
@media (min-width: 0) and (max-width: 549px) {
  .header__uncleliao-logo {
    -moz-background-size: 180px 34px;
    -o-background-size: 180px 34px;
    -webkit-background-size: 180px 34px;
    background-size: 180px 34px;
    width: 180px;
    height: 34px;
    top: 15px;
  }
}
.header__topimg {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  max-height: 450px;
}
.header__btn-offcanvas {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #1ba28b;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  border: none;
  padding: 4px 0 0 0;
  display: none;
}
@media (min-width: 0) and (max-width: 549px) {
  .header__btn-offcanvas {
    display: block;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .header__btn-offcanvas {
    display: block;
  }
}
.header__btn-offcanvas .rectangle {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  width: 28px;
  height: 4px;
  display: block;
  margin: 0 auto 4px auto;
}
.header__btn-offcanvas--active .rectangle:nth-child(1) {
  -moz-transform: rotate(45deg) translate(5px, 6px);
  -ms-transform: rotate(45deg) translate(5px, 6px);
  -webkit-transform: rotate(45deg) translate(5px, 6px);
  transform: rotate(45deg) translate(5px, 6px);
}
.header__btn-offcanvas--active .rectangle:nth-child(2) {
  opacity: 0;
}
.header__btn-offcanvas--active .rectangle:nth-child(3) {
  -moz-transform: rotate(-45deg) translate(5px, -6px);
  -ms-transform: rotate(-45deg) translate(5px, -6px);
  -webkit-transform: rotate(-45deg) translate(5px, -6px);
  transform: rotate(-45deg) translate(5px, -6px);
}

.nav-d {
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  background-color: #1ba28b;
  width: 100%;
  height: 88px;
  bottom: 0;
  margin: 0 auto;
  position: fixed;
  box-shadow: inset 0 44px 0 #188c78;
  z-index: 2;
}
@media (min-width: 0) and (max-width: 549px) {
  .nav-d {
    box-shadow: none;
    height: 24px;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .nav-d {
    box-shadow: none;
    height: 24px;
  }
}
.nav-d__uncleliao-logo {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url("../img/css-img/nav-uncleliao-logo-bg.svg") no-repeat 0 0 scroll;
  -moz-background-size: 257px 136px;
  -o-background-size: 257px 136px;
  -webkit-background-size: 257px 136px;
  background-size: 257px 136px;
  width: 257px;
  height: 136px;
  position: relative;
  float: left;
  top: -28px;
  margin-left: 100px;
}
.nav-d__uncleliao-logo a {
  width: 257px;
  height: 136px;
  display: block;
}
@media (min-width: 0) and (max-width: 549px) {
  .nav-d__uncleliao-logo {
    -moz-background-size: 154px 81px;
    -o-background-size: 154px 81px;
    -webkit-background-size: 154px 81px;
    background-size: 154px 81px;
    width: 154px;
    height: 81px;
    position: relative;
    margin: 0 auto;
    left: 0;
    float: none;
    top: -44px;
  }
  .nav-d__uncleliao-logo a {
    width: 154px;
    height: 81px;
    display: block;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .nav-d__uncleliao-logo {
    -moz-background-size: 154px 81px;
    -o-background-size: 154px 81px;
    -webkit-background-size: 154px 81px;
    background-size: 154px 81px;
    width: 154px;
    height: 81px;
    position: relative;
    margin: 0 auto;
    left: 0;
    float: none;
    top: -44px;
  }
  .nav-d__uncleliao-logo a {
    width: 154px;
    height: 81px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .nav-d__uncleliao-logo {
    margin-left: 32px;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .nav-d__uncleliao-logo {
    margin-left: 32px;
  }
}
.nav-d__list {
  width: 548px;
  float: right;
  margin-right: 100px;
}
@media (min-width: 550px) and (max-width: 767px) {
  .nav-d__list {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .nav-d__list {
    margin-right: 10px;
    width: 428px;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .nav-d__list {
    margin-right: 0;
    width: 508px;
  }
}
@media (min-width: 1300px) and (max-width: 1600px) {
  .nav-d__list {
    margin-right: 20px;
  }
}
.nav-d__list li {
  float: left;
}
.nav-d__list li.active a {
  font-size: 15px;
  line-height: 45px;
  height: 45px;
  padding: 0 10px;
  display: block;
  color: #fff;
  box-shadow: inset 0 -7px 0 #86c819;
}
.nav-d__list a {
  font-size: 15px;
  line-height: 45px;
  height: 45px;
  padding: 0 10px;
  display: block;
  color: #fff;
}
.nav-d__list a:hover {
  color: #86c819;
}
@media (min-width: 768px) and (max-width: 979px) {
  .nav-d__list a {
    font-size: 14px;
    padding: 0 5px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .nav-d__list li:nth-child(6) a {
    margin-left: 50px;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .nav-d__list li:nth-child(6) a {
    margin-left: 60px;
  }
}
@media (min-width: 1300px) and (max-width: 1600px) {
  .nav-d__list li:nth-child(6) a {
    margin-left: 70px;
  }
}
@media (min-width: 1601px) {
  .nav-d__list li:nth-child(6) a {
    margin-left: 70px;
  }
}
.nav-d__btn-fb {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url("../img/css-img/btn-fb-bg.svg") no-repeat 0 0 scroll;
  -moz-background-size: 28px 28px;
  -o-background-size: 28px 28px;
  -webkit-background-size: 28px 28px;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 170px;
  bottom: 8px;
}
@media (min-width: 0) and (max-width: 549px) {
  .nav-d__btn-fb {
    display: none;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .nav-d__btn-fb {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .nav-d__btn-fb {
    right: 20px;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .nav-d__btn-fb {
    right: 30px;
  }
}
@media (min-width: 1300px) and (max-width: 1600px) {
  .nav-d__btn-fb {
    right: 90px;
  }
}
.nav-d__btn-online {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../img/css-img/btn-online-bg.svg") no-repeat 0 0 scroll;
  -moz-background-size: 97px 57px;
  -o-background-size: 97px 57px;
  -webkit-background-size: 97px 57px;
  background-size: 97px 57px;
  width: 97px;
  height: 57px;
  display: block;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 15px;
  right: 260px;
  top: -50px;
  line-height: 160%;
  z-index: -1;
  padding-top: 5px;
}
@media (min-width: 0) and (max-width: 549px) {
  .nav-d__btn-online {
    display: none;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .nav-d__btn-online {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .nav-d__btn-online {
    right: 110px;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .nav-d__btn-online {
    right: 110px;
  }
}

.nav-m {
  background-color: #188c78;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding-left: 20%;
  z-index: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
@media (min-width: 0) and (max-width: 549px) {
  .nav-m {
    display: block;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .nav-m {
    display: block;
  }
}
.nav-m__list li a {
  font-size: 15px;
  padding-left: 50px;
  color: #fff;
  line-height: 50px;
  display: block;
}
.nav-m__btn-about {
  background: #8ed114 url("../img/css-img/btn-about-bg.svg") no-repeat 15px 8px scroll;
  background-size: 30px 30px;
}
.nav-m__btn-uphold {
  background: #a08765 url("../img/css-img/btn-uphold-bg.svg") no-repeat 15px 8px scroll;
  background-size: 30px 30px;
}
.nav-m__btn-patent {
  background: #11687f url("../img/css-img/btn-patent-bg.svg") no-repeat 15px 8px scroll;
  background-size: 30px 30px;
}
.nav-m__btn-team {
  background: #349cbd url("../img/css-img/btn-team-bg.svg") no-repeat 15px 8px scroll;
  background-size: 30px 30px;
}
.nav-m__btn-advisory {
  background: #00b093 url("../img/css-img/btn-advisory-bg.svg") no-repeat 15px 8px scroll;
  background-size: 30px 30px;
}
.nav-m__btn-classroom {
  background: #ff9db5 url("../img/css-img/btn-classroom-bg.svg") no-repeat 15px 8px scroll;
  background-size: 30px 30px;
}
.nav-m__btn-blog {
  background: #41dac5 url("../img/css-img/btn-blog-bg.svg") no-repeat 15px 8px scroll;
  background-size: 30px 30px;
}
.nav-m__btn-qa {
  background: #ffa632 url("../img/css-img/btn-qa-bg.svg") no-repeat 15px 8px scroll;
  background-size: 30px 30px;
}
.nav-m__btn-job {
  background: #b77046 url("../img/css-img/btn-job-bg.svg") no-repeat 15px 8px scroll;
  background-size: 30px 30px;
}
.nav-m__btn-contact {
  background: #8d817c url("../img/css-img/btn-contact-bg.svg") no-repeat 15px 8px scroll;
  background-size: 30px 30px;
}
.nav-m__btn-fb {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url("../img/css-img/btn-fb-bg.svg") no-repeat 0 0 scroll;
  -moz-background-size: 56px 56px;
  -o-background-size: 56px 56px;
  -webkit-background-size: 56px 56px;
  background-size: 56px 56px;
  width: 56px;
  height: 56px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 56px;
}

.btn-gotop {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: url("../img/css-img/btn-gotop-bg.svg") no-repeat center center scroll;
  -moz-background-size: 39px 21px;
  -o-background-size: 39px 21px;
  -webkit-background-size: 39px 21px;
  background-size: 39px 21px;
  background-color: #8ed114;
  width: 64px;
  height: 64px;
  position: fixed;
  right: 10px;
  bottom: 110px;
  z-index: 10;
}
@media (min-width: 0) and (max-width: 549px) {
  .btn-gotop {
    -moz-background-size: 24px 13px;
    -o-background-size: 24px 13px;
    -webkit-background-size: 24px 13px;
    background-size: 24px 13px;
    bottom: 80px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .btn-gotop {
    -moz-background-size: 24px 13px;
    -o-background-size: 24px 13px;
    -webkit-background-size: 24px 13px;
    background-size: 24px 13px;
    bottom: 80px;
    width: 40px;
    height: 40px;
  }
}

.paginator-wrap {
  text-align: center;
  vertical-align: top;
}
.paginator-wrap__btn-prev {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: #8ed114 url("../img/css-img/btn-prev-page-bg.svg") no-repeat center center scroll;
  background-size: 14px 26px;
  width: 55px;
  height: 42px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 10px;
}
@media (min-width: 0) and (max-width: 549px) {
  .paginator-wrap__btn-prev {
    margin: 0 2px;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .paginator-wrap__btn-prev {
    margin: 0 2px;
  }
}
.paginator-wrap__input {
  background-color: #ff8a2b;
  width: 55px;
  height: 40px;
  border-radius: 3px;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 24px;
  display: inline-block;
  position: relative;
  top: -13px;
  margin: 0 10px;
}
@media (min-width: 0) and (max-width: 549px) {
  .paginator-wrap__input {
    margin: 0 2px;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .paginator-wrap__input {
    margin: 0 2px;
  }
}
.paginator-wrap__pager {
  display: inline-block;
  line-height: 42px;
  position: relative;
  top: -13px;
  color: #828a90;
  font-size: 24px;
  margin: 0 10px;
}
@media (min-width: 0) and (max-width: 549px) {
  .paginator-wrap__pager {
    margin: 0 2px;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .paginator-wrap__pager {
    margin: 0 2px;
  }
}
.paginator-wrap__pager a {
  color: #828a90;
  line-height: 42px;
}
.paginator-wrap__btn-next {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: #8ed114 url("../img/css-img/btn-next-page-bg.svg") no-repeat center center scroll;
  background-size: 14px 26px;
  width: 55px;
  height: 42px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 10px;
}
@media (min-width: 0) and (max-width: 549px) {
  .paginator-wrap__btn-next {
    margin: 0 2px;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .paginator-wrap__btn-next {
    margin: 0 2px;
  }
}

.footer {
  background-color: #4d4f53;
  padding: 25px 0 160px 0;
  text-align: center;
}
@media (min-width: 0) and (max-width: 549px) {
  .footer {
    padding-bottom: 160px;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .footer {
    padding-bottom: 160px;
  }
}
.footer__article-p {
  color: #fff;
  font-size: 14px;
}
.footer__btn-fu {
  color: #fff;
  border-left: solid 1px #86c819;
  margin-left: 10px;
  padding-left: 10px;
}

/* ==========================================================================
   Parallax Scroll
   ========================================================================== */
body, html {
  height: 100%;
  min-height: 100%;
}

.no-js {
  padding-top: 106px;
}

h2 {
  margin-top: 0;
}

.loading {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

section {
  min-width: 1024px;
  opacity: 0;
}

.loaded section,
.no-js section {
  opacity: 1;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

main {
  overflow-x: hidden;
}

#preload {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.bcg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 1000px;
  width: 100%;
}

.hsContainer {
  width: 100%;
  height: 1000px;
  overflow: hidden;
  position: relative;
}

.hsContent {
  background-color: rgba(255, 3, 210, 0.3);
  max-width: 700px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.hsContent h2 {
  color: #fff8de;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 5px;
  font-size: 35px;
  line-height: 38px;
  margin-bottom: 12px;
}

.hsContent p {
  width: 400px;
  color: #b2b2b2;
}

.hsContent a {
  color: #b2b2b2;
  text-decoration: underline;
}

/* Slide 1 */
#slide-1 .bcg {
  background-image: url("../img/bcg_slide-1.jpg");
}

/* Slide 2 */
#slide-2 .bcg {
  background-image: url("../img/bcg_slide-2.jpg");
}

/* Slide 3 */
#slide-3 .bcg {
  background-image: url("../img/bcg_slide-3.jpg");
}

/* Slide 4 */
#slide-4 .bcg {
  background-image: url("../img/bcg_slide-4.jpg");
}

/* Slide 5 */
#slide-5 .bcg {
  background-image: url("../img/bcg_slide-5.jpg");
}

/* Slide 6 */
#slide-6 .bcg {
  background-image: url("../img/bcg_slide-6.jpg");
}

.slider-nav {
  position: fixed;
  z-index: 19;
  left: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-nav__list li {
  width: 32px;
  height: 32px;
  position: relative;
  margin-bottom: 42px;
}
.slider-nav__list li.active a {
  border: solid 6px #188c78;
  left: 0;
  top: 0;
}
.slider-nav__list a {
  outline: none;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #b2eb27;
  border-radius: 20px;
  position: absolute;
  left: 6px;
  top: 6px;
}

.para-bg {
  z-index: 2;
  position: fixed;
  left: 50%;
  top: 0;
  width: 2000px;
  transform: translateX(-50%);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.para-bg:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 0) and (max-width: 549px) {
  .para-bg {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .para-bg:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .para-bg {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .para-bg:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .para-bg {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .para-bg:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .para-bg {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .para-bg:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1300px) and (max-width: 1600px) {
  .para-bg {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .para-bg:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1601px) {
  .para-bg {
    max-width: 1584px;
    margin-left: auto;
    margin-right: auto;
  }
  .para-bg:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.bg1-1 {
  position: absolute;
  top: 446px;
  left: 50%;
  -moz-transform: translateX(-426%);
  -ms-transform: translateX(-426%);
  -webkit-transform: translateX(-426%);
  transform: translateX(-426%);
}

.bg1-2 {
  position: absolute;
  top: 1430px;
  left: 50%;
  -moz-transform: translateX(-630%);
  -ms-transform: translateX(-630%);
  -webkit-transform: translateX(-630%);
  transform: translateX(-630%);
}

.bg1-3 {
  position: absolute;
  top: 765px;
  left: 50%;
  -moz-transform: translateX(36%);
  -ms-transform: translateX(36%);
  -webkit-transform: translateX(36%);
  transform: translateX(36%);
}

.bg1-4 {
  position: absolute;
  top: 510px;
  left: 50%;
  -moz-transform: translateX(132%);
  -ms-transform: translateX(132%);
  -webkit-transform: translateX(132%);
  transform: translateX(132%);
}

.bg2-1 {
  position: absolute;
  top: 2018px;
  left: 50%;
  -moz-transform: translateX(-418%);
  -ms-transform: translateX(-418%);
  -webkit-transform: translateX(-418%);
  transform: translateX(-418%);
}

.bg2-2 {
  position: absolute;
  top: 2242px;
  left: 50%;
  -moz-transform: translateX(-379%);
  -ms-transform: translateX(-379%);
  -webkit-transform: translateX(-379%);
  transform: translateX(-379%);
}

.bg2-3 {
  position: absolute;
  top: 1373px;
  left: 50%;
  -moz-transform: translateX(569%);
  -ms-transform: translateX(569%);
  -webkit-transform: translateX(569%);
  transform: translateX(569%);
}

.bg2-4 {
  position: absolute;
  top: 1908px;
  left: 50%;
  -moz-transform: translateX(769%);
  -ms-transform: translateX(769%);
  -webkit-transform: translateX(769%);
  transform: translateX(769%);
}

.bg3-1 {
  position: absolute;
  top: 2660px;
  left: 50%;
  -moz-transform: translateX(-511%);
  -ms-transform: translateX(-511%);
  -webkit-transform: translateX(-511%);
  transform: translateX(-511%);
}

.bg3-2 {
  position: absolute;
  top: 3780px;
  left: 50%;
  -moz-transform: translateX(-511%);
  -ms-transform: translateX(-511%);
  -webkit-transform: translateX(-511%);
  transform: translateX(-511%);
}

.bg3-3 {
  position: absolute;
  top: 2910px;
  left: 50%;
  -moz-transform: translateX(291%);
  -ms-transform: translateX(291%);
  -webkit-transform: translateX(291%);
  transform: translateX(291%);
}

.bg3-4 {
  position: absolute;
  top: 4577px;
  left: 50%;
  -moz-transform: translateX(145%);
  -ms-transform: translateX(145%);
  -webkit-transform: translateX(145%);
  transform: translateX(145%);
}

.bg4-1 {
  position: absolute;
  top: 5264px;
  left: 50%;
  -moz-transform: translateX(-262%);
  -ms-transform: translateX(-262%);
  -webkit-transform: translateX(-262%);
  transform: translateX(-262%);
}

.bg4-2 {
  position: absolute;
  top: 6716px;
  left: 50%;
  -moz-transform: translateX(-262%);
  -ms-transform: translateX(-262%);
  -webkit-transform: translateX(-262%);
  transform: translateX(-262%);
}

.bg4-3 {
  position: absolute;
  top: 3310px;
  left: 50%;
  -moz-transform: translateX(-323%);
  -ms-transform: translateX(-323%);
  -webkit-transform: translateX(-323%);
  transform: translateX(-323%);
}

.bg4-4 {
  position: absolute;
  top: 3716px;
  left: 50%;
  -moz-transform: translateX(775%);
  -ms-transform: translateX(775%);
  -webkit-transform: translateX(775%);
  transform: translateX(775%);
}

.bg5-1 {
  position: absolute;
  top: 8826px;
  left: 50%;
  -moz-transform: translateX(-192%);
  -ms-transform: translateX(-192%);
  -webkit-transform: translateX(-192%);
  transform: translateX(-192%);
}

.bg5-2 {
  position: absolute;
  top: 6696px;
  left: 50%;
  -moz-transform: translateX(-883%);
  -ms-transform: translateX(-883%);
  -webkit-transform: translateX(-883%);
  transform: translateX(-883%);
}

.bg5-3 {
  position: absolute;
  top: 4566px;
  left: 50%;
  -moz-transform: translateX(-746%);
  -ms-transform: translateX(-746%);
  -webkit-transform: translateX(-746%);
  transform: translateX(-746%);
}

.bg5-4 {
  position: absolute;
  top: 6386px;
  left: 50%;
  -moz-transform: translateX(-612%);
  -ms-transform: translateX(-612%);
  -webkit-transform: translateX(-612%);
  transform: translateX(-612%);
}

.bg5-5 {
  position: absolute;
  top: 3635px;
  left: 50%;
  -moz-transform: translateX(-564%);
  -ms-transform: translateX(-564%);
  -webkit-transform: translateX(-564%);
  transform: translateX(-564%);
}

.bg5-6 {
  position: absolute;
  top: 6024px;
  left: 50%;
  -moz-transform: translateX(520%);
  -ms-transform: translateX(520%);
  -webkit-transform: translateX(520%);
  transform: translateX(520%);
}

.bg6-1 {
  position: absolute;
  top: 7993px;
  left: 50%;
  -moz-transform: translateX(-643%);
  -ms-transform: translateX(-643%);
  -webkit-transform: translateX(-643%);
  transform: translateX(-643%);
}

.bg6-2 {
  position: absolute;
  top: 8205px;
  left: 50%;
  -moz-transform: translateX(-1242%);
  -ms-transform: translateX(-1242%);
  -webkit-transform: translateX(-1242%);
  transform: translateX(-1242%);
}

.bg6-3 {
  position: absolute;
  top: 5133px;
  left: 50%;
  -moz-transform: translateX(-850%);
  -ms-transform: translateX(-850%);
  -webkit-transform: translateX(-850%);
  transform: translateX(-850%);
}

.bg6-4 {
  position: absolute;
  top: 5629px;
  left: 50%;
  -moz-transform: translateX(-818%);
  -ms-transform: translateX(-818%);
  -webkit-transform: translateX(-818%);
  transform: translateX(-818%);
}

.bg6-5 {
  position: absolute;
  top: 8003px;
  left: 50%;
  -moz-transform: translateX(-388%);
  -ms-transform: translateX(-388%);
  -webkit-transform: translateX(-388%);
  transform: translateX(-388%);
}

.bg6-6 {
  position: absolute;
  top: 5483px;
  left: 50%;
  -moz-transform: translateX(-132%);
  -ms-transform: translateX(-132%);
  -webkit-transform: translateX(-132%);
  transform: translateX(-132%);
}

.bg6-7 {
  position: absolute;
  top: 7981px;
  left: 50%;
  -moz-transform: translateX(-18%);
  -ms-transform: translateX(-18%);
  -webkit-transform: translateX(-18%);
  transform: translateX(-18%);
}

.bg6-8 {
  position: absolute;
  top: 5469px;
  left: 50%;
  -moz-transform: translateX(638%);
  -ms-transform: translateX(638%);
  -webkit-transform: translateX(638%);
  transform: translateX(638%);
}

.bg6-9 {
  position: absolute;
  top: 10699px;
  left: 50%;
  -moz-transform: translateX(213%);
  -ms-transform: translateX(213%);
  -webkit-transform: translateX(213%);
  transform: translateX(213%);
}

.blackboard {
  background: url("../img/css-img/section-2-1.png") 0 0 scroll;
  width: 298px;
  height: 515px;
  position: absolute;
  left: 50%;
  top: -14px;
  -moz-transform: translateX(-118%);
  -ms-transform: translateX(-118%);
  -webkit-transform: translateX(-118%);
  transform: translateX(-118%);
}

.book {
  background: url("../img/css-img/section-2-2.png") 0 0 scroll;
  width: 664px;
  height: 326px;
  position: absolute;
  left: 50%;
  top: 448px;
  -moz-transform: translateX(-83%);
  -ms-transform: translateX(-83%);
  -webkit-transform: translateX(-83%);
  transform: translateX(-83%);
}

.note {
  background: url("../img/css-img/section-3-1.png") 0 0 scroll;
  width: 457px;
  height: 342px;
  position: absolute;
  left: 50%;
  top: 389px;
  -moz-transform: translateX(-112%);
  -ms-transform: translateX(-112%);
  -webkit-transform: translateX(-112%);
  transform: translateX(-112%);
}

.dish {
  background: url("../img/css-img/section-3-2.png") 0 0 scroll;
  width: 308px;
  height: 249px;
  position: absolute;
  left: 50%;
  top: 188px;
  -moz-transform: translateX(-33%);
  -ms-transform: translateX(-33%);
  -webkit-transform: translateX(-33%);
  transform: translateX(-33%);
}

.s4-message {
  width: 280px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 42px;
  -moz-transform: translateX(-47%);
  -ms-transform: translateX(-47%);
  -webkit-transform: translateX(-47%);
  transform: translateX(-47%);
  z-index: 1;
}

.cup {
  background: url("../img/css-img/section-4-1.png") 0 0 scroll;
  width: 237px;
  height: 662px;
  position: absolute;
  left: 50%;
  top: 258px;
  -moz-transform: translateX(-38%);
  -ms-transform: translateX(-38%);
  -webkit-transform: translateX(-38%);
  transform: translateX(-38%);
  z-index: 0;
}

.s5-title {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url("../img/css-img/section-5-title.png") 0 0 scroll;
  background-size: 256px 53px;
  width: 256px;
  height: 53px;
  position: absolute;
  left: 50%;
  top: 51px;
  -moz-transform: translateX(-154%);
  -ms-transform: translateX(-154%);
  -webkit-transform: translateX(-154%);
  transform: translateX(-154%);
}

.s5-message {
  width: 560px;
  height: 168px;
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transform: translateX(-21%);
  -ms-transform: translateX(-21%);
  -webkit-transform: translateX(-21%);
  transform: translateX(-21%);
}

.clock {
  background: url("../img/css-img/section-6-1.png") 0 0 scroll;
  width: 155px;
  height: 139px;
  position: absolute;
  left: 50%;
  top: 2px;
  -moz-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
}

.blackboard-f {
  background: url("../img/css-img/section-6-2.png") 0 0 scroll;
  width: 629px;
  height: 312px;
  position: absolute;
  left: 50%;
  top: 147px;
  -moz-transform: translateX(-67%);
  -ms-transform: translateX(-67%);
  -webkit-transform: translateX(-67%);
  transform: translateX(-67%);
}

.home-logo {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url("../img/css-img/home-logo.svg") 0 0 scroll;
  background-size: 600px 177px;
  width: 600px;
  height: 177px;
  position: absolute;
  top: 300px;
  left: 50%;
  margin-left: -300px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .home-logo {
    background-size: 400px 118px;
    width: 400px;
    height: 118px;
    margin-left: -200px;
  }
}

.s2-title {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url("../img/css-img/section-2-title.png") 0 0 scroll;
  background-size: 201px 50px;
  width: 201px;
  height: 50px;
  margin: 180px auto 10px auto;
}

.s3-title {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url("../img/css-img/section-3-title.png") 0 0 scroll;
  background-size: 233px 48px;
  width: 233px;
  height: 48px;
  margin: 78px auto 10px auto;
}

.s4-title {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url("../img/css-img/section-4-title.png") 0 0 scroll;
  background-size: 255px 52px;
  width: 255px;
  height: 52px;
  position: absolute;
  top: 0px;
  left: 0;
}

.s6-title {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url("../img/css-img/section-6-title.png") 0 0 scroll;
  background-size: 212px 53px;
  width: 212px;
  height: 53px;
  margin: 56px 0 24px 45px;
}

.s-p {
  width: 200px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  line-height: 170%;
}
.s-p.s-p-3 {
  width: 240px;
  margin-bottom: 10px;
  color: #666;
}
.s-p.s-p-4 {
  width: 255px;
  margin-bottom: 10px;
  position: absolute;
  z-index: 0;
  top: 80px;
  left: 0;
}
.s-p.s-p-5 {
  width: 560px;
  top: 50px;
  position: absolute;
  z-index: 0;
  color: #666;
}
.s-p.s-p-6 {
  width: 520px;
  margin: 0 0 30px 45px;
  position: relative;
  z-index: 0;
}

.btn-more {
  background: url("../img/css-img/btn-more-bg.png") 0 0 scroll;
  width: 97px;
  height: 41px;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 41px;
  color: #fff;
}
.btn-more.s-3 {
  margin-right: 82px;
}
.btn-more.s-4 {
  position: absolute;
  top: 240px;
  right: 16px;
  z-index: 1;
}
.btn-more.s-5 {
  position: absolute;
  top: 120px;
  right: 16px;
  z-index: 1;
}
.btn-more.s-6 {
  position: absolute;
  bottom: 73px;
  right: 69px;
  z-index: 1;
}

.prompt {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
}
.prompt__scroll {
  -moz-transform: translateX(-270%);
  -ms-transform: translateX(-270%);
  -webkit-transform: translateX(-270%);
  transform: translateX(-270%);
  background: url("../img/css-img/prompt-scroll-bg.png") 0 0 scroll;
  background-size: cover;
  width: 195px;
  height: 195px;
  position: absolute;
  top: 170px;
  left: 50%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .prompt__scroll {
    width: 150px;
    height: 150px;
    -moz-transform: translateX(-210%);
    -ms-transform: translateX(-210%);
    -webkit-transform: translateX(-210%);
    transform: translateX(-210%);
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .prompt__scroll {
    width: 150px;
    height: 150px;
    -moz-transform: translateX(-300%);
    -ms-transform: translateX(-300%);
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }
}
.prompt__nav {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../img/css-img/prompt-nav-bg.png") 0 0 scroll;
  background-size: cover;
  width: 164px;
  height: 164px;
  position: absolute;
  top: 524px;
  left: 50%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .prompt__nav {
    width: 120px;
    height: 120px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .prompt__nav {
    width: 120px;
    height: 120px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.prompt__slide {
  -moz-transform: translateX(244%);
  -ms-transform: translateX(244%);
  -webkit-transform: translateX(244%);
  transform: translateX(244%);
  background: url("../img/css-img/prompt-slide-bg.png") 0 0 scroll;
  background-size: cover;
  width: 157px;
  height: 157px;
  position: absolute;
  top: 263px;
  left: 50%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .prompt__slide {
    top: 163px;
    width: 117px;
    height: 117px;
    -moz-transform: translateX(190%);
    -ms-transform: translateX(190%);
    -webkit-transform: translateX(190%);
    transform: translateX(190%);
  }
}
@media (min-width: 980px) and (max-width: 1299px) {
  .prompt__slide {
    top: 380px;
    width: 117px;
    height: 117px;
    -moz-transform: translateX(230%);
    -ms-transform: translateX(230%);
    -webkit-transform: translateX(230%);
    transform: translateX(230%);
  }
}

.progress-n {
  background-color: #fff;
  color: #fff;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 20;
}

.progrss-text-n {
  position: absolute;
  width: 300px;
  color: #8cc00e;
  font-size: 22px;
  -moz-transform: translate(-50%, 280%);
  -ms-transform: translate(-50%, 280%);
  -webkit-transform: translate(-50%, 280%);
  transform: translate(-50%, 280%);
  left: 50%;
  top: 50%;
  position: absolute;
  text-align: center;
}

.progress-logo {
  background: url("../img/css-img/home-loading-logo.svg") 0 0 scroll;
  background-size: 300px 135px;
  width: 300px;
  height: 135px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
}

.progress-bar-n {
  background-color: #8ed114;
  height: 1px;
  position: absolute;
  top: 60%;
  width: 0%;
}

.progress-text-n {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  color: #8ed114;
  position: absolute;
  top: 60%;
}

.progress-complete .progress-bar {
  border-top-color: #fff;
}

.ie-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 19;
}
.ie-wrapper__btn-ie-close {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url("../img/css-img/btn-ie-close-bg.png") 0 0 scroll;
  background-size: cover;
  width: 62px;
  height: 62px;
  position: absolute;
  right: 30px;
  top: 30px;
}
.ie-wrapper__content {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #8ed114;
  z-index: 9999;
  margin: 0;
  padding: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 720px;
}
.ie-wrapper__h2 {
  font-size: 28px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 20px;
}
.ie-wrapper__browser {
  width: 380px;
  float: left;
}
.ie-wrapper__browser h3 {
  font-size: 15px;
  color: #fff;
  line-height: 28px;
}
.ie-wrapper__browser p {
  clear: both;
  font-size: 12px;
  color: #fff;
  line-height: 28px;
  margin: 0 0 5px 0;
}
.ie-wrapper__browser ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.ie-wrapper__browser ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.ie-wrapper__qrcode {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: 0;
  padding-left: 30px;
  width: 300px;
  float: left;
  border-left: solid 2px #fff;
}
.ie-wrapper__qrcode h3 {
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 20px;
}
.ie-wrapper__qrcode a {
  display: block;
  font-size: 15px;
  color: #e87330;
  line-height: 28px;
  text-shadow: 0px 1px 3px #222;
  margin: 20px 0 0 0;
  text-decoration: none;
}
.ie-wrapper__qrcode a:hover {
  text-decoration: underline;
}

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