@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Serif+TC:wght@200..900&display=swap");
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

html,
body {
  font-size: 10px;
  font-family: "Inter", "Noto Sans TC";
}

/****************\
* IMG
\****************/
#ch-header,
#ch-header div,
#ch-header span,
#ch-header h1,
#ch-header p,
#ch-header a,
#ch-header ol,
#ch-header ul,
#ch-header li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#ch-header a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#ch-header #ch-container {
  width: 100%;
  padding-right: 40px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
}
@media (max-width: 768px) {
  #ch-header #ch-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

#ch-header h1 img {
  width: 240.5px;
  height: 45.5px;
}

@media (max-width: 768px) {
  #ch-header h1 img {
    width: 170px;
    height: 32px;
  }
}
#ch-header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  z-index: 5;
  padding: 18px 0;
}

@media (max-width: 768px) {
  #ch-header {
    padding: 8px 0;
  }
}
#ch-header #ch-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#ch-header ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  list-style: none;
}

#ch-header ul li a {
  padding: 0 20px;
  display: inline-table;
  text-decoration: none;
  color: #52bdad;
  font-size: 18px;
  line-height: 25px;
}

@media (max-width: 1200px) {
  #ch-header ul li a {
    font-size: 16px;
    padding: 15px 20px;
  }
}
#ch-header #ch-button-toggle {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 10000;
  cursor: pointer;
}

@media (max-width: 1200px) {
  #ch-header #ch-button-toggle {
    display: block;
  }
}
#ch-header #ch-button-toggle span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
}

#ch-header #ch-button-toggle span::after,
#ch-header #ch-button-toggle span::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  top: 50%;
  height: 2px;
  background-color: #000;
}

#ch-header #ch-button-toggle span::before {
  top: -8px;
}

#ch-header #ch-button-toggle span::after {
  bottom: -8px;
  top: auto;
}

#ch-header #ch-button-toggle.active span {
  background-color: transparent;
}

#ch-header #ch-button-toggle.active span::after,
#ch-header #ch-button-toggle.active span::before {
  top: 0;
}

#ch-header #ch-button-toggle.active span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  #ch-header #ch-button-toggle.active span::before {
    background-color: #000;
  }
}
#ch-header #ch-button-toggle.active span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  #ch-header #ch-button-toggle.active span::after {
    background-color: #000;
  }
}
@media (max-width: 1200px) {
  #ch-header ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 0px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    z-index: 120;
    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;
    opacity: 0;
  }
  #ch-header ul.opening {
    height: 100vh;
    width: 100%;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
  }
  #ch-header ul li {
    width: 100vw;
    text-align: center;
  }
}
footer {
  width: 100%;
  padding: 30px 0;
  color: #373737;
  background: #fff;
}
@media only screen and (max-width: 500px) {
  footer {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

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

footer ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

footer ul li {
  font-size: 15px;
  line-height: 15px;
  border-right: 1px solid #373737;
  padding: 0 10px 0 0;
  margin: 0 10px 10px 0;
}

footer ul li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

footer ul li a {
  color: #373737;
  line-height: 15px;
}

footer ul:last-child {
  margin: 0;
}

footer p {
  color: #373737;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  footer ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer ul li {
    padding: 0 5px 0 0;
    margin: 0 5px 10px 0;
  }
}
.wrapper {
  overflow: hidden;
}

.section.section-game {
  background-color: #000000;
  padding-top: 48px;
  padding-bottom: 73px;
  margin-top: -2px;
}
@media only screen and (max-width: 500px) {
  .section.section-game {
    padding: 40px 15px 84px;
  }
}
.section.section-game .container {
  max-width: 980px;
}
.section.section-game .container .title-image {
  margin: 0 auto;
  width: 540px;
  height: 75px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .section.section-game .container .title-image {
    width: 345px;
    height: 50px;
  }
}
.section.section-game .container .txt {
  text-align: center;
  color: #ffffff;
  margin-top: 6px;
  margin-bottom: 33px;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 500px) {
  .section.section-game .container .txt {
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-bottom: 56px;
  }
}
.section.section-game .container .block-arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 37px;
}
.section.section-game .container .block-arrow .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(224, 148, 142, 0.2);
}
.section.section-game .container .block-arrow .inner {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e0948e;
}
.section.section-game .container .block-arrow .arrow {
  margin-top: -15px;
  width: 10px;
  height: 40px;
  overflow: hidden;
}
.section.section-game .container .game-area .game-block {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media only screen and (max-width: 500px) {
  .section.section-game .container .game-area .game-block {
    gap: 30px;
  }
}
.section.section-game .container .game-area .game-block .game-title {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 12px;
  font-size: 26px;
  line-height: 37px;
  font-weight: 500;
  font-family: "Noto Serif TC", sans-serif;
  color: #e0948e;
}
@media only screen and (max-width: 500px) {
  .section.section-game .container .game-area .game-block .game-title {
    font-size: 21px;
    line-height: 30px;
  }
  .section.section-game .container .game-area .game-block .game-title .break {
    display: block;
  }
}
.section.section-game .container .game-area .game-block .game-title .mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .section.section-game .container .game-area .game-block .game-title .mobile {
    display: block;
  }
}
.section.section-game .container .game-area .game-block .game-title .desktop {
  display: block;
}
@media only screen and (max-width: 768px) {
  .section.section-game .container .game-area .game-block .game-title .desktop {
    display: none;
  }
}
.section.section-game .container .game-area .game-block .game-title .line {
  width: 583px;
  height: 6px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .section.section-game .container .game-area .game-block .game-title .line {
    width: 313px;
    height: 5px;
  }
}
.section.section-game .container .game-area .game-block .bottom-area {
  width: 100%;
  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;
  gap: 60px;
}
@media only screen and (max-width: 850px) {
  .section.section-game .container .game-area .game-block .bottom-area {
    max-width: 315px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    gap: 17px;
  }
}
.section.section-game .container .game-area .game-block .bottom-area .game-block-image {
  width: 371px;
}
@media only screen and (max-width: 500px) {
  .section.section-game .container .game-area .game-block .bottom-area .game-block-image {
    width: 300px;
    margin: 0 auto;
  }
}
.section.section-game .container .game-area .game-block .bottom-area .game-block-answer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.section.section-game .container .game-area .game-block .bottom-area .game-block-answer .answer-list {
  cursor: pointer;
  border: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  padding: 8.5px 12px 8.5px 21px;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 850px) {
  .section.section-game .container .game-area .game-block .bottom-area .game-block-answer .answer-list {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px;
    padding: 10px 10px 10px 16px;
  }
}
.section.section-game .container .game-area .game-block .bottom-area .game-block-answer .answer-list:last-child {
  margin-bottom: 0;
}
.section.section-game .container .game-area .game-block .bottom-area .game-block-answer .answer-list:hover {
  color: #000000;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .section.section-game .container .game-area .game-block .bottom-area .game-block-answer .answer-list:hover {
    color: #ffffff;
    background-color: transparent;
  }
}
.section.section-game .container .game-area .game-block .bottom-area .game-block-answer .answer-list .answer-icon {
  font-weight: bold;
  font-family: "Noto Serif TC", sans-serif;
}
.section.section-game .container .game-area .game-block .bottom-area .game-block-answer .answer-list .bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  font-family: "Noto Serif TC", sans-serif;
}
.section.section-game .container .game-area .game-result {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section.section-game .container .game-area .game-result.r-a-1 .result-title, .section.section-game .container .game-area .game-result.r-a-1 .result-area-title {
  color: #9fd9da;
}
.section.section-game .container .game-area .game-result.r-a-2 .result-title, .section.section-game .container .game-area .game-result.r-a-2 .result-area-title {
  color: #e0ba61;
}
.section.section-game .container .game-area .game-result.r-a-3 .result-title, .section.section-game .container .game-area .game-result.r-a-3 .result-area-title {
  color: #bac270;
}
.section.section-game .container .game-area .game-result.r-a-4 .result-title, .section.section-game .container .game-area .game-result.r-a-4 .result-area-title {
  color: #e0948e;
}
.section.section-game .container .game-area .game-result.r-a-5 .result-title, .section.section-game .container .game-area .game-result.r-a-5 .result-area-title {
  color: #9fd9da;
}
.section.section-game .container .game-area .game-result.r-a-6 .result-title, .section.section-game .container .game-area .game-result.r-a-6 .result-area-title {
  color: #e0ba61;
}
.section.section-game .container .game-area .game-result .result-block-img {
  position: relative;
  width: 375px;
  height: 153px;
  margin: 0 auto 32px;
}
.section.section-game .container .game-area .game-result .result-block-img .shine {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation: shiny 1s infinite;
          animation: shiny 1s infinite;
}
@media only screen and (max-width: 500px) {
  .section.section-game .container .game-area .game-result .result-block-img {
    width: 300px;
    height: 122px;
    margin-bottom: 26px;
  }
}
.section.section-game .container .game-area .game-result .result-dsc {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .section.section-game .container .game-area .game-result .result-dsc {
    max-width: 322px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 22px;
  }
}
.section.section-game .container .game-area .game-result .result-block-text {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
}
.section.section-game .container .game-area .game-result .result-block-text .result-title {
  font-size: 26px;
  line-height: 37px;
  letter-spacing: 1.56px;
  font-family: "Noto Serif TC", sans-serif;
}
@media only screen and (max-width: 500px) {
  .section.section-game .container .game-area .game-result .result-block-text .result-title {
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 1.2px;
  }
}
.section.section-game .container .game-area .game-result .result-area {
  margin: 44px auto;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11px;
}
@media only screen and (max-width: 500px) {
  .section.section-game .container .game-area .game-result .result-area {
    margin-top: 18px;
    margin-bottom: 30px;
  }
}
.section.section-game .container .game-area .game-result .result-area .result-area-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  font-size: 18px;
  line-height: 25px;
}
.section.section-game .container .game-area .game-result .result-area .result-area-title .icon {
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 500px) {
  .section.section-game .container .game-area .game-result .result-area .result-area-title {
    font-size: 14px;
    line-height: 20px;
  }
  .section.section-game .container .game-area .game-result .result-area .result-area-title .icon {
    width: 14px;
    height: 14px;
  }
}
.section.section-game .container .game-area .game-result .result-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 500px) {
  .section.section-game .container .game-area .game-result .result-btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.section.section-game .container .game-area .game-result .result-btn-group .btn {
  width: 200px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 18px;
  line-height: 25px;
  gap: 8px;
}
.section.section-game .container .game-area .game-result .result-btn-group .btn .icon {
  width: 23px;
  height: 23px;
}
@media only screen and (max-width: 500px) {
  .section.section-game .container .game-area .game-result .result-btn-group .btn {
    width: 160px;
    height: 44px;
    font-size: 16px;
    line-height: 22px;
    gap: 6.4px;
    font-size: 14px;
    line-height: 20px;
  }
  .section.section-game .container .game-area .game-result .result-btn-group .btn .icon {
    width: 18.4px;
    height: 18.4px;
  }
}
.section.section-game .container .game-area .game-result .result-btn-group .btn.play-again-btn {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.section.section-game .container .game-area .game-result .result-btn-group .btn.share-btn {
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
}

@-webkit-keyframes shiny {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes shiny {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**************\
* 變數
\**************/
/**************\
* 動畫
\**************/
@-webkit-keyframes bounceRight {
  0%, to {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  50% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
@keyframes bounceRight {
  0%, to {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  50% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
@-webkit-keyframes arrowBounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  60% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
@keyframes arrowBounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  60% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/**************\
* 通用
\**************/
a {
  cursor: pointer;
}

img {
  width: 100%;
}

.wrapper {
  background-color: #fff;
  background-size: inherit;
  background-repeat: repeat;
  background-position: bottom;
}

.fixed-area {
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 172px;
  height: 96px;
  z-index: 100;
}
@media only screen and (max-width: 620px) {
  .fixed-area {
    width: 140px;
    height: 78px;
  }
}

.section {
  position: relative;
  padding: 60px 20px;
}
@media only screen and (max-width: 500px) {
  .section {
    padding: 40px 20px;
  }
}
.section > .container {
  position: relative;
  margin: 0 auto;
}

/**************\
* Main
\**************/
.section-kv {
  padding: 0;
  overflow: hidden;
}
.section-kv .block {
  margin-right: -1px;
}
.section-kv .block .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-kv .block .mobile {
    display: block;
  }
}
.section-kv .block .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-kv .block .desktop {
    display: none;
  }
}
.section-kv .title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -123456px;
}
.section-kv .owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  bottom: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 0;
}
@media only screen and (max-width: 500px) {
  .section-kv .owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 30px;
  }
}

/**************\
* 旅行幸運小物
\**************/
.section-tip {
  padding-top: 50px;
  background: url("../images/section-3-bg@2x.png") no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 620px) {
  .section-tip {
    padding: 50px 20px 87px;
    background-image: url("../images/mobile/section-3-bg-m@2x.png");
  }
}
.section-tip .container {
  max-width: 940px;
  margin: 0 auto;
}
.section-tip .container .title-image {
  margin: 0 auto;
  width: 289px;
  height: 75px;
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-tip .container .title-image {
    width: auto;
    height: 50px;
  }
}
.section-tip .container .txt {
  text-align: center;
  color: #ffffff;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 500px) {
  .section-tip .container .txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.section-tip .container .slider-container {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section-tip .container .slider-container {
    width: 260px;
    margin: 0 auto;
  }
}
.section-tip .container .slider-container .arrow {
  display: none;
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 31px;
}
.section-tip .container .slider-container .arrow.arrow-left {
  left: -38px;
}
.section-tip .container .slider-container .arrow.arrow-right {
  right: -38px;
}
@media only screen and (max-width: 768px) {
  .section-tip .container .slider-container .arrow {
    display: block;
  }
}
.section-tip .container .block-area {
  width: 100%;
}
.section-tip .container .block-area .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .section-tip .container .block-area .owl-stage {
    display: block;
  }
}
.section-tip .container .block-area .owl-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}
.section-tip .container .block-area .block {
  cursor: pointer;
  width: 100%;
  -webkit-perspective: 10000px;
          perspective: 10000px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.section-tip .container .block-area .block .flip-card {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.section-tip .container .block-area .block .flip-card-container {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.section-tip .container .block-area .block .front {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  padding-top: 18px;
  background-color: rgba(246, 244, 238, 0.4);
}
@media only screen and (max-width: 768px) {
  .section-tip .container .block-area .block .front {
    padding-top: 16.7px;
  }
}
.section-tip .container .block-area .block .front .block-content {
  padding: 10px 10px 18px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
@media only screen and (max-width: 768px) {
  .section-tip .container .block-area .block .front .block-content {
    padding: 9px 10px 16.4px;
  }
}
.section-tip .container .block-area .block .front .block-title {
  font-weight: 500;
  color: #ffffff;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 2.24px;
  font-family: "Noto Serif TC", sans-serif;
}
@media only screen and (max-width: 768px) {
  .section-tip .container .block-area .block .front .block-title {
    font-size: 26px;
    line-height: 37px;
  }
}
.section-tip .container .block-area .block .front .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 22px;
  gap: 6px;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .section-tip .container .block-area .block .front .more {
    font-size: 15px;
    line-height: 21px;
    gap: 5.4px;
  }
}
.section-tip .container .block-area .block .front .more .card-arrow {
  width: 10.5px;
  height: 10.5px;
  -webkit-animation: arrowBounce 1s infinite;
          animation: arrowBounce 1s infinite;
}
@media only screen and (max-width: 768px) {
  .section-tip .container .block-area .block .front .more .card-arrow {
    width: 9.8px;
    height: 9.8px;
  }
}
.section-tip .container .block-area .block .back {
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 8px;
  background-color: #52bdad;
  padding: 33.5px 24px 0;
  color: #ffffff;
  text-align: justify;
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  .section-tip .container .block-area .block .back {
    padding: 24px 16px 0;
    font-size: 18px;
    line-height: 28px;
  }
}
.section-tip .container .block-area .block .back .back-title {
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Noto Serif TC", sans-serif;
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  .section-tip .container .block-area .block .back .back-title {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.section-tip .container .block-area .block .back .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}
.section-tip .container .block-area .block .back .tag .icon {
  width: 13px;
  height: 13px;
}
@media only screen and (max-width: 768px) {
  .section-tip .container .block-area .block .back .tag {
    font-size: 16px;
    line-height: 24px;
  }
  .section-tip .container .block-area .block .back .tag .icon {
    width: 11px;
    height: 11px;
  }
}
.section-tip .container .block-area .block .back .first {
  margin-bottom: 21px;
}
@media only screen and (max-width: 768px) {
  .section-tip .container .block-area .block .back .first {
    margin-bottom: 16px;
  }
}

/**************\
* 為大人設計的旅行
\**************/
.section-refer {
  overflow: hidden;
  padding-top: 48px;
  padding-bottom: 51px;
}
@media only screen and (max-width: 500px) {
  .section-refer {
    padding: 40px 15px;
  }
}
.section-refer .airplane {
  position: absolute;
  -webkit-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
}
.section-refer .airplane.airplane-1 {
  width: 483px;
  height: 483px;
  left: -259px;
  top: -229px;
  animation-direction: reverse;
}
.section-refer .airplane.airplane-2 {
  width: 403px;
  height: 403px;
  right: -250px;
  bottom: -196px;
}
@media only screen and (max-width: 768px) {
  .section-refer .airplane {
    display: none;
  }
}
.section-refer .container {
  max-width: 1000px;
}
.section-refer .container .title-image {
  margin: 0 auto;
  width: 486px;
  height: 75px;
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-refer .container .title-image {
    max-width: 345px;
    width: 100%;
    height: 50px;
  }
}
.section-refer .container .txt {
  max-width: 486px;
  margin: 11px auto 33px;
  font-size: 18px;
  line-height: 30px;
  color: #434141;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .section-refer .container .txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .section-refer .container .txt .break {
    display: block;
  }
}
.section-refer .container .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8%;
}
@media only screen and (max-width: 768px) {
  .section-refer .container .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.section-refer .container .block .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  font-size: 20px;
  line-height: 30px;
  color: #434141;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .section-refer .container .block .item {
    margin: 0 auto;
    max-width: 480px;
  }
}
@media only screen and (max-width: 500px) {
  .section-refer .container .block .item {
    max-width: 300px;
    font-size: 18px;
  }
}
.section-refer .container .block .block-link {
  display: block;
  width: 100%;
}
.section-refer .container .block .block-link img {
  display: block;
  width: 100%;
  height: 100%;
}

/**************\
* 延伸閱讀
\**************/
.section-article {
  padding: 0;
  background-color: #f6f4ee;
}
.section-article .container .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4%;
  text-decoration: none;
}
@media only screen and (max-width: 960px) {
  .section-article .container .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.section-article .container .block-img {
  width: 45.8%;
  height: 100%;
}
.section-article .container .block-img .mobile {
  display: none;
}
@media only screen and (max-width: 960px) {
  .section-article .container .block-img .mobile {
    display: block;
  }
}
.section-article .container .block-img .desktop {
  display: block;
}
@media only screen and (max-width: 960px) {
  .section-article .container .block-img .desktop {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .section-article .container .block-img {
    width: 100%;
  }
}
.section-article .container .block-content {
  max-width: 505px;
  padding: 20px 20px 20px 0;
}
@media only screen and (max-width: 960px) {
  .section-article .container .block-content {
    padding: 26px 36px;
  }
}
@media only screen and (max-width: 375px) {
  .section-article .container .block-content {
    padding: 26px 24px;
  }
}
.section-article .container .block-content .title-image {
  width: 196px;
  height: 75px;
}
@media only screen and (max-width: 960px) {
  .section-article .container .block-content .title-image {
    width: 174px;
    height: 67px;
  }
}
.section-article .container .block-content .title {
  margin: 13px 0 24px;
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;
  color: #e0948e;
  font-family: "Noto Serif TC", sans-serif;
}
@media only screen and (max-width: 960px) {
  .section-article .container .block-content .title {
    margin: 0 0 11px;
    font-size: 22px;
    line-height: 40px;
  }
}
.section-article .container .block-content .txt {
  font-size: 18px;
  line-height: 30px;
  color: #434141;
  text-align: justify;
}
@media only screen and (max-width: 960px) {
  .section-article .container .block-content .txt {
    font-size: 16px;
    line-height: 30px;
  }
}

.owl-theme .owl-dots .owl-dot span {
  background: none;
  border: #ffffff 1px solid;
  width: 8px;
  height: 8px;
  margin: 0 5px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}