@charset "UTF-8";
/* Event 自訂的 CSS 寫在這個檔案 */
html, body {
  /* 預設使用和官網相同的字型 */
  font-family: "Lucida Grande","Lucida Sans Unicode","Helvetica Neue",Helvetica,Arial,"PingFang TC","Heiti TC","微軟正黑體",sans-serif;
  background-color: #4b5161;
  color: #4b5161;
  font-size: 17px;
  letter-spacing: 1px; }

header {
  z-index: 100000; }
  header .navigator {
    float: right; }
    header .navigator a {
      color: #fff; }
  header #navbarHeader {
    position: fixed;
    z-index: 1000;
    background-color: #656565;
    margin-left: -15px; }
    header #navbarHeader .navbar-item {
      border: 1px solid #000; }
      header #navbarHeader .navbar-item a {
        text-decoration: underline;
        display: block;
        padding: 20px;
        color: #fff; }

/* For key image */
.keyimg {
  background-color: #f48a44;
  line-height: 0; }

.hide_on_web {
  display: none; }

h3 {
  font-size: 25px; }

.flex {
  display: -webkit-flex;
  display: flex; }

.flex1 {
  -webkit-flex: 1;
  flex: 1; }

.flex2 {
  -webkit-flex: 2;
  flex: 2; }

.keyimg-hd {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding-top: 30px;
  position: relative; }

.keyimg-l {
  width: 51.4%;
  -webkit-flex: none;
  flex: none; }

.keyimg-r {
  -webkit-flex: 1;
  flex: 1;
  max-width: 520px; }

.keyimg-web img, .keyimg-mb img, .ct-2-bg img, .go-top img {
  width: 100%; }

.keyimg-popo {
  position: absolute;
  top: 72%; }

.go-top {
  width: 57px;
  position: fixed;
  top: 55%;
  right: 0px;
  z-index: 100; }

.btn-app {
  margin-top: 4%;
  width: 50%; }

.app_a {
  text-align: right; }

.ap {
  width: 68%;
  max-width: 152px; }

.qc {
  width: 22%;
  max-width: 50px; }

.bg1 {
  background-color: #fff; }

.bg2 {
  background-color: rgba(250, 220, 160, 0.3); }

.bg3 {
  background: rgba(250, 220, 160, 0) url(../images/bg-pic.png) 100px 10px repeat; }

.bn-b {
  font-size: 37px;
  text-align: center;
  margin: 120px 0 70px; }

.ct-2-bg, .ct-3-bg {
  width: 75%;
  margin: 0 auto 40px;
  flex-wrap: wrap;
  justify-content: space-between; }

.ct-2-t {
  width: 40%;
  margin-bottom: 80px; }

.ct-2-t h3 {
  text-align: center;
  background: transparent url(../images/line.png) 0 40px repeat-x;
  line-height: 2em;
  width: 230px;
  margin: 0 auto; }

.ct-2-img {
  max-width: 550px; }

.ct-3-bg {
  align-items: center; }

.ct-3-img {
  width: 32%; }

.ct-3-img img {
  width: 90%;
  max-width: 232px; }

.ct-3-t {
  width: 66%; }

.ct-3-t h3 {
  color: #f48a44; }

.tc {
  text-align: center; }

#notice {
  font-size: 12px;
  margin: 120px 0 70px; }

.btn {
  width: 200px;
  height: 50px;
  line-height: 48px;
  border-radius: 10px;
  font-size: 17px;
  border: 2px solid #fff;
  color: #fff !important;
  padding: 0 !important; }

.btn:hover {
  background-color: transparent !important; }

.link1 a {
  color: rgba(255, 255, 255, 0.6); }

.ad {
  padding-top: 2em;
  text-align: center;
  margin: 0 auto;
  /*background-color: #ffe5ec; line-height: 0;*/ }

.ad img {
  width: 100%;
  max-width: 728px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2); }

footer {
  color: rgba(255, 255, 255, 0.2); }

/* For key image */
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(80px, 50px, 0);
    transform: translate3d(80px, 50px, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0); } }

.mv1 {
  animation-name: bounce;
  animation-duration: 4s; }

.mv2 {
  animation-name: shake;
  animation-duration: 30s;
  animation-iteration-count: 1; }

@media screen and (max-width: 1200px) {
  .keyimg-hd, .ct-2-bg, .ct-3-bg, .slider {
    width: 88%;
    margin: 0 auto; }
  .ct-2-t {
    width: 45%;
    margin-bottom: 80px; } }

@media screen and (max-width: 767px) {
  .hide_on_web {
    display: block; }
  .hide_on_mobile {
    display: none; }
  .keyimg-hd {
    padding-top: 0; }
  .bn-b {
    font-size: 25px;
    margin: 50px 0 20px; }
  h3 {
    font-size: 19px;
    text-align: center; }
  .flex {
    flex-direction: column;
    align-items: center; }
  #download.flex {
    flex-direction: row; }
  /*.btn-app, .ap { width: 100%; text-align: center;}*/
  .ap {
    width: 95%;
    max-width: 152px; }
  .ct-2-bg, .ct-3-bg {
    margin: 0 auto 40px; }
  .ct-2-t {
    width: 100%;
    margin-bottom: 20px; }
  .ct-2-t h3 {
    width: 190px;
    background-position: 0 30px; }
  .ct-3-t img {
    width: 100%;
    max-width: 232px;
    margin: 0 auto; }
  .slick-dots {
    position: relative; }
  .slick-dots li, .slick-dots li button, .slick-dots li button::before {
    width: 32px;
    height: 32px;
    margin: 0; }
  .slick-dots li button::before {
    font-family: "Lucida Grande","Lucida Sans Unicode","Helvetica Neue",Helvetica,Arial,"PingFang TC","Heiti TC","微軟正黑體",sans-serif;
    font-size: 60px;
    top: auto;
    left: -2px;
    position: relative;
    line-height: 32px; }
  #notice {
    text-align: center !important;
    margin: 70px auto !important; }
  #notice a {
    display: block !important;
    margin: 20px auto !important; }
  #notice .link1 a {
    font-size: 20px; }
  .ad {
    width: 80%;
    max-width: 220px; } }
