@charset "UTF-8";
/* -----------------------------------------------------------------
基本設定
-------------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-top: 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-top: 0; }

html, body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%; }

body {
  line-height: 1.8;
  font-display: swap;
  text-align: center; }

a {
  text-decoration: none; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0;
    list-style-type: none; }

ol {
  padding-left: 0;
  margin-left: 1em; }

textarea:focus, input:focus {
  outline: none; }

figure {
  margin: 0; }

/*reset*/
/*字體設定*/
/* -----------------------------------------------------------------
組件設定
-------------------------------------------------------------------*/
@media only screen and (min-width: 1281px) {
  .masthead {
    display: none; } }

@media only screen and (max-width: 1280px) {
  .masthead {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 101;
    background-color: #482c21;
    color: #fff; }
    .masthead-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 15px 0 15px 100px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 95%;
      margin: 0 auto;
      position: relative; }
    .masthead .app {
      width: 100px;
      float: 0 0 100px;
      position: absolute;
      left: 0;
      top: 10px; }
      .masthead .app span {
        display: block;
        width: 100%;
        height: 0;
        padding-top: 100%;
        border-radius: 15px;
        background-image: url("../images/app.png");
        background-size: cover;
        background-repeat: no-repeat; }
    .masthead .app-name {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      text-align: left;
      padding-left: 1em; }
      .masthead .app-name h1 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 0; }
        .masthead .app-name h1 span {
          display: block;
          font-size: 0.7em; }
    .masthead .masthead-tools {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .masthead-btn {
      display: block;
      background-color: #1dae8e;
      color: #fff;
      padding: 0 .5em;
      height: 2.5em;
      line-height: 2.5em; } }

@media only screen and (max-width: 768px) {
  .masthead-top {
    width: 95%; } }

@media only screen and (max-width: 480px) {
  .masthead-top {
    padding-left: 80px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .masthead .app {
    width: 80px; }
  .masthead .app-name h1 {
    font-size: 20px; } }

@media only screen and (max-width: 414px) {
  .masthead .app-name {
    padding-left: .5em; }
    .masthead .app-name h1 {
      font-size: 16px; }
  .masthead-btn {
    font-size: 12px; } }

@media only screen and (max-width: 374px) {
  .masthead .app-name {
    display: none; } }

/*lightbox*/
.footer {
  background-color: #482c21;
  padding: 45px 0;
  text-align: center; }
  .footer .container {
    width: 100%; }
  .footer a {
    -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
    -o-transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s; }
  .footer-social {
    margin-bottom: 20px; }
  .footer-link {
    margin-bottom: 20px; }
    .footer-link a {
      color: #fff;
      font-size: 13px;
      padding: 0 10px;
      position: relative; }
      .footer-link a:hover {
        color: #fff5c5; }
      .footer-link a:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 1em;
        right: 0;
        background-color: #fff;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .footer-link a:last-child:after {
        display: none; }
  .footer-copyright {
    text-align: left;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #bfbfc8; }
    .footer-copyright p {
      margin-bottom: 0; }
  .footer .hc-logo, .footer .copy, .footer .rank {
    margin: 0 5px; }
  .footer .hc-logo {
    width: 89px;
    height: 35px;
    margin-right: 10px;
    background-image: url("../images/hc-logo_white@2x.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .footer .rank {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer .rank-icon {
      width: 50px;
      height: 50px;
      margin-right: 10px;
      background-image: url("../images/r12@2x.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }

@media only screen and (max-width: 1024px) {
  .footer-copyright {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer .rank {
    padding: 15px 0 0; } }

@media only screen and (max-width: 580px) {
  .footer .hc-logo {
    margin-bottom: 15px; } }

@media only screen and (max-width: 480px) {
  .footer {
    padding: 30px 20px; }
    .footer .copy {
      text-align: center; }
    .footer .rank br {
      display: none; }
    .footer .rank-icon {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
      flex: 0 0 50px; } }

/* -----------------------------------------------------------------
各單元設定 
-------------------------------------------------------------------*/
body {
  background-color: #fff;
  color: #533f2b;
  font-family: "Microsoft JhengHei", sans-serif;
  position: relative;
  overflow-x: hidden; }

html, body {
  width: 100%;
  position: relative; }

@media only screen and (max-width: 1280px) {
  html, body {
    position: relative;
    height: 100%; } }

.container {
  width: 960px;
  margin: 0 auto; }

.wrap {
  text-align: left;
  width: 100%;
  overflow: hidden; }
  @media only screen and (max-width: 1280px) {
    .wrap {
      padding-top: 70px; } }

.page-section {
  position: relative; }

.title {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden; }

.textHide {
  display: block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden; }

.slogan {
  position: relative;
  text-align: center;
  font-weight: normal; }

/*-----------------------------------------
btns
-----------------------------------------*/

.social-icon {
  border-radius: 50%;
  width: 46px;
  height: 46px;
  background-color: #f1ebdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #533f2b;
  font-size: 12px;
  margin: 0 8px;
  -webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  -o-transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  .social-icon svg {
    fill: #533f2b; }
  .social-icon-facebook span {
    width: 20px;
    font-size: 0; }
  @media only screen and (max-width: 374px) {
    .social-icon {
      margin: 0 4px; } }

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

/* ============ go top ============ */
.gotop {
  display: none;
  position: fixed;
  z-index: 22;
  right: 1em;
  bottom: 6em;
  width: 50px;
  height: 50px;
  padding: 5px;
  background-color: #f8db82;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  cursor: pointer; }
  .gotop span {
    display: block;
    width: 84%;
    height: 84%;
    border: 1px dashed #936655;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .gotop span::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -60%);
      -ms-transform: translate(-50%, -60%);
      transform: translate(-50%, -60%);
      width: 24px;
      height: 15px;
      background-image: url("../images/arrow-up.png");
      background-size: cover;
      background-repeat: no-repeat; }

@media screen and (max-width: 780px) {
  .gotop {
    left: auto;
    right: 10px;
    margin-left: 0; } }

/*單元通用設定*/
.wrap {
  position: relative;
  background-image: url("../images/kv-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top; }

.logo {
  position: absolute;
  width: 300px;
  z-index: 89;
  top: 150px;
  /*right: 3.33333%;*/
	left: 50%;
    -webkit-transform: translateX(70%);
    -ms-transform: translateX(70%);
    transform: translateX(70%);}
  .logo a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 40%;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    background-image: url("../images/txwl-logo.png");
    background-size: cover;
    background-repeat: no-repeat; }

#kv {
  min-height: 960px;
  z-index: 1; }
  #kv .title {
    width: 500px;
    position: absolute;
    left: 50%;
    top: 270px;
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%); }
    #kv .title span {
      display: block;
      width: 100%;
      height: 0;
      padding-top: 64.42577%;
      background-image: url("../images/kv-title.png");
      background-size: cover;
      background-repeat: no-repeat; }

.dl-box {
  position: absolute;
  top: 650px;
  width: 100%;
  z-index: 21; }
  .dl-box-container {
    width: 470px;
    left: 50%;
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
    position: absolute; }
  .dl-nav {
    position: absolute;
    z-index: 11;
    width: 100%; }
    .dl-nav-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      padding: 0 20px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .dl-nav-list:after {
        content: "";
        width: 19px;
        height: 28px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-image: url("../images/tabnav-arrow.png");
        background-size: cover;
        background-repeat: no-repeat; }
    .dl-nav-item {
      width: 200px; }
      .dl-nav-item a {
        display: block;
        width: 100%;
        height: 0;
        padding-top: 38%;
        white-space: nowrap;
        text-indent: 100%;
        overflow: hidden;
        background-image: url("../images/tabnav.png");
        background-size: 400px 151px;
        background-repeat: no-repeat; }
      .dl-nav-item:nth-child(1) {
        margin-right: 30px; }
      .dl-nav-item-main a {
        background-position: left bottom; }
      .dl-nav-item-main.active a {
        background-position: right bottom; }
  @media only screen and (min-width: 1025px) {
    .dl-nav-item-qr:hover a {
      background-position: right top; }
    .dl-nav-item-main:hover a {
      background-position: right bottom; } }

.scroll-down {
  position: absolute;
  width: 70px;
  height: 70px;
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 11;
  cursor: pointer; }
  .scroll-down span {
    display: block;
    width: 84%;
    height: 84%;
    border: 1px dashed #936655;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .scroll-down span::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
      transform: translate(-50%, -40%);
      width: 41px;
      height: 27px;
      background-image: url("../images/arrow-down.png");
      background-size: cover;
      background-repeat: no-repeat; }

@media only screen and (max-width: 1280px) {
  .logo {
    top: 90px;
    width: 23.4375%;
    right: 15%; }
  .dl-box {
    top: 58vw; }
    .dl-box-container {
      left: auto;
      right: 30px;
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); }
  #kv {
    width: 100%;
    min-height: auto; }
    #kv .kv-container {
      position: relative;
      width: 100%;
      height: 0;
      padding-top: 80.67376%;
      z-index: 1; }
    #kv .title {
      width: 39.0625%;
      left: 46%; }
  .wrap {
    background-size: 150%; }
  .scroll-down {
    bottom: 10%; } }

@media only screen and (max-width: 1024px) {
  #kv .title {
    top: 13vw; }
    #kv .title span {
      width: 100%;
      height: 0;
      padding-top: 51.95%;
      background-image: url("../images/kv-title-m.png"); }
  .dl-box {
    top: 40vw; }
  .wrap {
    background-size: 160%; }
  .scroll-down {
    bottom: 16vw;
    left: 75%; } }

@media only screen and (max-width: 1000px) {
  .wrap {
    background: none; }
    .wrap:before {
      content: "";
      background-image: url("../images/kv-bg-m.jpg");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 0;
      padding-top: 150%;
      z-index: 0; }
  #kv .kv-container {
    width: 100%;
    height: 0;
    padding-top: 150%; }
  #kv .title {
    top: 15vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 60%; }
    #kv .title span {
      width: 100%;
      height: 0;
      padding-top: 51.95%;
      background-image: url("../images/kv-title-m.png"); }
  .dl-box {
    top: 100vw; }
    .dl-box-container {
      width: auto;
      left: 0%;
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%);
      position: relative; }
  .logo {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .scroll-down {
    left: 50%;
    bottom: 30vw; } }

@media only screen and (max-width: 768px) {
  .wrap:before {
    width: 100%;
    height: 0;
    padding-top: 153.33333%; }
  #kv .kv-container {
    width: 100%;
    height: 0;
    padding-top: 153.33333%; }
  .scroll-down {
    bottom: 30vw;
    width: 50px;
    height: 50px; }
    .scroll-down span::before {
      width: 25px;
      height: 16px; }
  .dl-box {
    top: 120vw; }
  .scroll-down {
    bottom: 25vw; } }

@media only screen and (max-width: 680px) {
  .wrap:before {
    width: 100%;
    height: 0;
    padding-top: 166.66667%; }
  #kv .kv-container {
    width: 100%;
    height: 0;
    padding-top: 166.66667%; } }

@media only screen and (max-width: 540px) {
  .dl-box {
    top: 112vw; }
    .dl-nav-item {
      width: 40%; }
      .dl-nav-item a {
        background-size: 200%; }
  .logo {
    top: 85px; }
  #kv .title {
    top: 16vw; } }

@media only screen and (max-width: 480px) {
  .wrap:before {
    width: 100%;
    height: 0;
    padding-top: 186.66667%; }
  #kv .kv-container {
    width: 100%;
    height: 0;
    padding-top: 186.66667%; }
  #kv .title {
    top: 16.5vw; }
  .dl-box {
    top: 124vw; }
    .dl-nav-list:after {
      width: 14px;
      height: 20px; } }

@media only screen and (max-width: 414px) {
  .dl-nav-item {
    width: 43%; } }

@media only screen and (max-width: 400px) {
  .logo {
    top: 75px; }
  .wrap:before {
    width: 100%;
    height: 0;
    padding-top: 190%; }
  #kv .title {
    top: 14vw; }
  #kv .kv-container {
    width: 100%;
    height: 0;
    padding-top: 190%; }
  .dl-box {
    top: 130vw; } }

@media only screen and (max-width: 374px) {
  .logo {
    top: 70px; }
  #kv .title {
    top: 11vw; } }

#invite {
  margin-top: -115px;
  padding-top: 300px;
  min-height: 1700px;
  background-image: url("../images/invite-bg.png");
  background-repeat: no-repeat;
  background-position: center top; }
  #invite::after {
    content: "";
    position: absolute;
    background-image: url("../images/invite-role.png");
    background-repeat: no-repeat;
    background-position: center top;
    width: 746px;
    height: 1277px;
    left: 50%;
    top: 150px;
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%); }
  #invite .header, #invite .title, #invite .recruited, #invite .invitePrize, #invite .lottery {
    width: 624px; }
  #invite .title span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 24.82967%;
    background-image: url("../images/invite-title.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
  #invite .slogan {
    color: #341211; }
    #invite .slogan span {
      display: block; }
  #invite .recruited {
    text-align: center;
    color: #fff;
    font-size: 24px; }
    #invite .recruited-nums {
      display: inline-block;
      width: 2em;
      color: #fff9c4;
      font-size: 38px;
      position: relative; }
      #invite .recruited-nums:after {
        content: "";
        width: 100%;
        position: absolute;
        height: 1px;
        background-color: #fde8e4;
        bottom: .2em;
        left: 0; }

.invitePrize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px; }
  .invitePrize-num, .invitePrize-text {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden; }
  .invitePrize-item {
    width: 198px;
    position: relative; }
    .invitePrize-item-inner {
      width: 100%;
      height: 0;
      padding-top: 100.72115%;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover; }
    .invitePrize-item::after {
      content: "";
      display: none;
      position: absolute;
      width: 32.98319%;
      height: 29%;
      left: 10%;
      top: 20%;
      background-image: url("../images/complete.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover; }
  .invitePrize p {
    position: absolute; }
  .invitePrize #invitePrize-item-1 .invitePrize-item-inner {
    background-image: url("../images/invitePrize1.png"); }
  .invitePrize #invitePrize-item-2 .invitePrize-item-inner {
    background-image: url("../images/invitePrize2.png"); }
  .invitePrize #invitePrize-item-3 .invitePrize-item-inner {
    background-image: url("../images/invitePrize3.png"); }

.lottery h3 {
  width: 493px;
  margin: 0 auto; }
  .lottery h3 span {
    display: block;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 37.33333%;
    background-image: url("../images/invite-kt.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
  .lottery-2 h3 span {
    background-image: url("../images/invite-sd.png"); }

.lottery p {
  text-align: center;
  color: #fff;
  padding: .5em 0; }

@media only screen and (max-width: 1280px) {
  #invite {
    margin-top: -25vw; }
    #invite .container {
      width: 860px; } }

@media only screen and (max-width: 1024px) {
  #invite {
    margin-top: -20vw;
    padding-top: 20vw;
    padding-bottom: 5vw;
    background: none;
    min-height: auto; }
    #invite::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 0;
      padding-top: 192.46667%;
      left: 0;
      top: 0;
      z-index: 0;
      background-image: url("../images/invite-bg-m.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover; }
    #invite::after {
      display: none; }
    #invite .title, #invite .recruited, #invite .lottery {
      position: relative;
      z-index: 11; }
    #invite .container {
      width: 624px; } }

@media only screen and (max-width: 1000px) {
  #invite {
    margin-top: -30vw; } }

@media only screen and (max-width: 700px) {
  #invite .container {
    width: 90%; }
  #invite .header, #invite .title, #invite .recruited, #invite .lottery {
    width: auto; }
  #invite .invitePrize {
    width: auto; }
    #invite .invitePrize-item {
      width: 32%; } }

@media only screen and (max-width: 640px) {
  #invite .lottery h3 {
    width: 80%; }
  #invite .slogan {
    font-size: 16px; }
  #invite .recruited {
    font-size: 20px; }
    #invite .recruited-nums {
      font-size: 30px; } }

@media only screen and (max-width: 600px) {
  #invite {
    margin-top: -35vw; }
  #invite .lottery p {
    font-size: 12px; } }

@media only screen and (max-width: 375px) {
  #invite .slogan {
    font-size: 14px; } }

#milestone {
  position: relative;
  margin-top: -450px;
  overflow: hidden;
  min-height: 1225px;
  background-image: url("../images/milestone-bg.png");
  background-repeat: no-repeat;
  background-position: center top; }
  #milestone .container {
    padding-top: 300px; }
  #milestone .title {
    width: 624px;
    margin: 0 auto 10px;
    position: relative; }
    #milestone .title span {
      display: block;
      width: 100%;
      height: 0;
      padding-top: 24.93151%;
      background-image: url("../images/milestone-title.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover; }
    #milestone .slogan {
        color: #fcd998;}

.milestone {
  position: relative;
  width: 680px;
  margin: 0 auto; }
  .milestone-num, .milestone-prize {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden; }
  .milestone-item {
    position: absolute; }
    .milestone-item-inner {
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover; }
    .milestone-item::after {
      content: "";
      display: none;
      position: absolute;
      width: 32.98319%;
      height: 21%;
      left: 0%;
      top: 20%;
      background-image: url("../images/complete.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover; }
    .milestone-item-1 {
      width: 207px; }
      .milestone-item-1 .milestone-item-inner {
        width: 100%;
        height: 0;
        padding-top: 135.73407%;
        background-image: url("../images/milestone1.png"); }
    .milestone-item-2 {
      left: 50%;
      -webkit-transform: translate(-50%, -5%);
      -ms-transform: translate(-50%, -5%);
      transform: translate(-50%, -5%);
      width: 203px; }
      .milestone-item-2 .milestone-item-inner {
        width: 100%;
        height: 0;
        padding-top: 139.60674%;
        background-image: url("../images/milestone2.png"); }
    .milestone-item-3 {
      width: 199px;
      right: 0; }
      .milestone-item-3 .milestone-item-inner {
        width: 100%;
        height: 0;
        padding-top: 139.60114%;
        background-image: url("../images/milestone3.png"); }
    .milestone-item-4 {
      width: 203px;
      top: 300px;
      left: 50%;
      -webkit-transform: translate(25%, 0);
      -ms-transform: translate(25%, 0);
      transform: translate(25%, 0); }
      .milestone-item-4 .milestone-item-inner {
        width: 100%;
        height: 0;
        padding-top: 139.60674%;
        background-image: url("../images/milestone4.png"); }
    .milestone-item-5 {
      width: 210px;
      top: 320px;
      left: 50%;
      -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
      transform: translate(-100%, 0); }
      .milestone-item-5 .milestone-item-inner {
        width: 100%;
        height: 0;
        padding-top: 133.15217%;
        background-image: url("../images/milestone5.png"); }

@media only screen and (max-width: 1280px) {
  #milestone {
    margin-top: -44vw; } }

@media only screen and (max-width: 1024px) {
  #milestone {
    margin-top: 0;
    background: none;
    min-height: auto;
    width: 100%;
    height: 0;
    padding-top: 128.30051%; }
    #milestone .container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding-top: 25vw; }
    #milestone::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0;
      width: 100%;
      height: 0;
      padding-top: 128.30051%;
      background-image: url("../images/milestone-bg-m.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover; }
  .milestone {
    width: 75.55556%; }
    .milestone-item {
      width: 29.41176%; }
      .milestone-item-4 {
        top: 40vw; }
      .milestone-item-5 {
        top: 45vw; } }

@media only screen and (max-width: 900px) {
  #milestone .title {
    width: 70%; }
  .milestone {
    width: 75.55556%; }
    .milestone-item {
      width: 29.41176%; }
      .milestone-item-4 {
        top: 35vw; }
      .milestone-item-5 {
        top: 38vw; } }

@media only screen and (max-width: 600px) {
  #milestone .slogan {
    line-height: 1.3;
    font-size: 14px;}
    #milestone .slogan span {
      display: block; } }

.bottom_section {
  padding-top: 50px;
  position: relative;
  min-height: 1000px;
  background-image: url("../images/bottom-bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom; }

#gofb {
  margin-bottom: 50px; }
  #gofb .title {
    width: 624px;
    margin: 0 auto 30px; }
    #gofb .title span {
      display: block;
      width: 100%;
      height: 0;
      padding-top: 24.961%;
      background-image: url("../images/fans-title.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover; }
  #gofb .fans {
    width: 640px;
    margin: 0 auto; }
    #gofb .fans-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #gofb .fans-content figure {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 205px;
        flex: 0 0 205px;
        margin-right: 20px; }
        #gofb .fans-content figure img {
          max-width: 100%; }
      #gofb .fans-content h3 {
        font-size: 24px; }
        #gofb .fans-content h3 span {
          display: block; }

#prize .container {
  border-top: 0;
  padding-top: 0; }

#prize .title {
  width: 338px;
  margin: 0 auto 30px; }
  #prize .title span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 24.66216%;
    background-image: url("../images/prize-title.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }

.prize {
  padding-bottom: 50px; }
  .prize-list {
    width: 500px;
    margin: 0 auto; }
  .prize-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    background-color: #f1ebdf;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #baafa3; }
    .prize-item:last-child {
      margin-bottom: 0; }
  .prize-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    margin-right: 10px;
    background-color: #9ea585;
    padding: 0;
    font-size: 0;
    border-radius: 5px; }
    .prize-img img {
      width: 100%;
      height: auto; }
  .prize-content {
    color: #533f2b;
    border-radius: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: #e1dfc8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 25px;
    position: relative; }
    .prize-content p {
      margin-bottom: 0; }
  .prize-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

@media only screen and (min-width: 961px) {
  .bottom_section {
    background-image: url("../images/bottom-bg.jpg");
    background-repeat: no-repeat;
    background-position: center top; } }

@media only screen and (max-width: 960px) {
  .bottom_section {
    min-height: auto;
    background-image: url("../images/bottom-bg-m.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover; }
    .bottom_section .container {
      width: auto; } }

@media only screen and (max-width: 768px) {
  #gofb .title {
    width: 90%; } }

@media only screen and (max-width: 700px) {
  .prize {
    padding: 0 15px 50px; }
    .prize-list {
      width: 100%;
      margin: 0 auto; }
    .prize-content {
      padding: 10px 15px; } }

@media only screen and (max-width: 640px) {
  #gofb .fans {
    width: auto; }
    #gofb .fans-content {
      display: block;
      text-align: center; }
      #gofb .fans-content figure {
        width: 40%;
        margin: 0 auto 20px; }
      #gofb .fans-content h3 {
        font-size: 18px; }
  .prize-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .prize-field {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media only screen and (max-width: 480px) {
  #gofb .fans-content figure {
    width: 50%; }
  #gofb .fans-content h3 {
    font-size: 16px; }
  #prize .title {
    width: 60%; }
  .prize-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .prize-item {
    width: 48%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
    margin-bottom: 25px; }
    .prize-item:last-child {
      margin-bottom: 25px; }
  .prize-img {
    margin-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px; }
    .prize-img img {
      width: auto;
      max-width: 100%; }
  .prize-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    font-size: 13px; }
  .prize p {
    margin-bottom: .5em;
    font-size: 16px; }
  .prize-field {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px; } }

@media only screen and (max-width: 414px) {
  .prize-content p {
    font-size: 12px; } }

/*字體設定*/