@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap);
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}
body {
  position: relative;
  overflow-x: hidden
}
button,
ol,
ul {
  margin: 0;
  padding: 0
}
blockquote,
q {
  quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
:focus,
a:active,
a:focus,
a:hover,
button:focus {
  text-decoration: none;
  outline: 0
}
a,
button {
  border: none;
  font-size: unset;
  padding: 0;
  margin: 0;
  background: 0 0;
  background-color: none;
  outline: 0;
  border: none
}
img {
  max-width: 100%;
  height: auto
}
.tab-content > .tab-pane {
  height: 0;
  display: block;
  opacity: 0;
  pointer-events: none
}
.tab-content > .active {
  height: auto;
  opacity: 1;
  pointer-events: auto
}
.nav-pills .nav-link,
.nav-pills a.nav-link,
.nav-pills a.nav-link.active,
.nav-tabs .nav-link,
.nav-tabs a.nav-link,
.nav-tabs a.nav-link.active {
  padding: 0;
  background: 0 0;
  background-color: none
}
.tab-pane {
  display: none
}
.tab-pane.active {
  display: block
}
body {
  background: linear-gradient(180deg,#fff 30%,#cdecff 100%);
  color: #fff;
  font-family: "Noto Sans TC",sans-serif,Arial
}
body #pup_box_info_m {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000000b0;
  z-index: 1050;
  display: none;
  overflow: scroll
}
body #pup_box_info_m .wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 40%
}
body #pup_box_info_m .wrapper .con {
  position: relative
}
body #pup_box_info_m .wrapper .con .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -40px;
  right: 0;
  border-image-slice: 1;
  opacity: 1
}
body #pup_box_info_m .wrapper .con .close::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  background-color: #fff;
  transition: .3s all
}
body #pup_box_info_m .wrapper .con .close::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
  background-color: #fff;
  transition: .3s all
}
body #pup_box_info_m .wrapper .con .close:hover::after {
  transform: translate(-50%,-50%) rotate(-45deg);
  background-color: #a87e1d;
  opacity: 0
}
body #pup_box_info_m .wrapper .con .close:hover::before {
  transform: translate(-50%,-50%) rotate(45deg);
  background-color: #a87e1d;
  opacity: 0
}
footer#ft {
  background: #000;
  border-top: 1px solid #ffffff34
}
#header {
  position: relative;
  background: url(../images/bg.jpg) no-repeat center top;
  background-size: cover;
  margin-top: 80px;
  min-height: 110vh;
  width: 100%
}
@media only screen and (max-width:991px) {
  #header {
    margin-top: 60px
  }
}
@media only screen and (max-width:1200px) {
  #header {
    min-height: 600px
  }
}
@media only screen and (max-width:380px) {
  #header {
    min-height: 540px
  }
}
#header .gradient {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 30vh;
  background: linear-gradient(180deg,rgba(245,229,177,0) 0,rgba(245,229,177,.4) 45%,rgba(245,229,177,.8) 79%,#f5e5b1 100%)
}
@media only screen and (max-width:1200px) {
  #header .gradient {
    height: 100px
  }
}
#header .title {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 9.5%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px
}
@media only screen and (max-width:1200px) {
  #header .title {
    padding: 0 12px;
    width: 100%;
    top: 6%
  }
}
#header .title .detail {
  display: flex;
  flex-direction: column;
  gap: 20px
}
@media only screen and (max-width:767px) {
  #header .title .detail {
    gap: 12px
  }
}
#header .title .detail .d-flex {
  justify-content: center;
  align-items: center;
  gap: 20px
}
#header .title .detail .d-flex a {
  transition: .3s all
}
#header .title .detail .d-flex a:hover {
  filter: brightness(1.2)
}
@media only screen and (max-width:767px) {
  #header .title .detail .d-flex a.dl {
    display: none
  }
}
section {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-bottom: 80px;
  overflow: hidden
}
@media only screen and (max-width:767px) {
  section {
    padding-bottom: 40px
  }
}
section .subtitle {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2
}
section h2.title {
  font-size: 40px;
  font-weight: 900;
  margin: 0
}
@media only screen and (max-width:767px) {
  section h2.title {
    font-size: 32px
  }
}
section li,
section p {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400
}
@media only screen and (max-width:767px) {
  section li,
  section p {
    font-size: 16px
  }
}
section .content-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 10
}
@media only screen and (max-width:1600px) {
  section .content-container {
    padding: 0 12px;
    gap: 12px
  }
}
section#s1 {
  background: url(../images/sectionbg.jpg) no-repeat center top;
  background-size: cover
}
section#s1 .content-container > .content {
  position: relative;
  background-size: cover;
  padding: 40px;
  width: 100%;
  background: linear-gradient(180deg,#fff8df 0,#f5e5b1 100%);
  border-radius: 80px;
  border: 6px solid #1d4527;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px
}
@media only screen and (max-width:1200px) {
  section#s1 .content-container .content-01 {
    padding: 12px;
    gap: 12px;
    border-radius: 60px
  }
}
section#s1 .content-container .content-01::before {
  content: '';
  position: absolute;
  left: -6%;
  bottom: 0;
  background: url(../images/char-01.png) no-repeat center center;
  background-size: contain;
  width: 140px;
  height: 192px;
  z-index: 5
}
@media only screen and (max-width:767px) {
  section#s1 .content-container .content-01::before {
    left: -14%;
    bottom: 9%;
    width: 104px;
    height: 142px
  }
}
section#s1 .content-container .content-01::after {
  content: '';
  position: absolute;
  right: -8%;
  bottom: 0;
  background: url(../images/char-02.png) no-repeat center center;
  background-size: contain;
  width: 176px;
  height: 199px;
  z-index: 5
}
@media only screen and (max-width:767px) {
  section#s1 .content-container .content-01::after {
    right: -16%;
    bottom: 9%;
    width: 128px;
    height: 144px
  }
}
section#s1 .content-container .content-01 h2 {
  color: #1d4527
}
section#s1 .content-container .content-01 .detail {
  display: flex;
  gap: 20px
}
@media only screen and (max-width:1200px) {
  section#s1 .content-container .content-01 .detail {
    flex-direction: column;
    gap: 12px
  }
}
section#s1 .content-container .content-01 .detail .step {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 20px 40px;
  gap: 12px;
  background: linear-gradient(180deg,#1d4527 0,#39683e 100%);
  border: 2px solid #eada5c;
  border-radius: 40px;
  flex-direction: column;
  position: relative
}
@media only screen and (max-width:1200px) {
  section#s1 .content-container .content-01 .detail .step {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px 20px 28px;
    border-radius: 48px
  }
}
section#s1 .content-container .content-01 .detail .step::after {
  content: '';
  position: absolute;
  background: url(../images/arrow.png) center center no-repeat;
  width: 58px;
  height: 58px;
  right: -38px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5
}
@media only screen and (max-width:1200px) {
  section#s1 .content-container .content-01 .detail .step::after {
    display: none
  }
}
section#s1 .content-container .content-01 .detail .step:last-child::after {
  display: none
}
section#s1 .content-container .content-01 .detail .step:nth-child(2) {
  max-width: 617px;
  width: 100%
}
section#s1 .content-container .content-01 .detail .step span {
  border: 0;
  border-top: 2px dashed #eada5c;
  width: 100%
}
section#s1 .content-container .content-01 .detail .step .coin img {
  width: 32px;
  height: 32px
}
section#s1 .content-container .content-02 {
  width: 100%;
  position: relative;
  background: url(../images/s2-bg.jpg) center center no-repeat;
  background-size: cover;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: flex-start
}
@media only screen and (max-width:1200px) {
  section#s1 .content-container .content-02 {
    flex-direction: column;
    align-items: center;
    padding: 12px;
    gap: 12px;
    border-radius: 60px
  }
}
section#s1 .content-container .content-02 .player {
  display: flex
}
@media only screen and (max-width:1200px) {
  section#s1 .content-container .content-02 .player {
    width: 100%
  }
}
section#s1 .content-container .content-02 .player.adv {
  flex-direction: column;
  align-items: center
}
section#s1 .content-container .content-02 .player.adv .wrapper {
  border-radius: 40px 40px 0 40px
}
@media only screen and (max-width:1200px) {
  section#s1 .content-container .content-02 .player.adv .wrapper {
    border-radius: 48px
  }
}
section#s1 .content-container .content-02 .player.adv .gif-container {
  max-width: 240px
}
@media only screen and (max-width:1200px) {
  section#s1 .content-container .content-02 .player.adv .gif-container {
    bottom: -20px;
    right: -40px;
    max-width: 120px;
    left: inherit
  }
}
section#s1 .content-container .content-02 .player.beginner {
  width: 80%
}
@media only screen and (max-width:1200px) {
  section#s1 .content-container .content-02 .player.beginner {
    width: 100%
  }
}
section#s1 .content-container .content-02 .player .gif-container {
  max-width: 200px
}
@media only screen and (max-width:1200px) {
  section#s1 .content-container .content-02 .player .gif-container {
    position: absolute;
    bottom: 21px;
    left: -50px;
    max-width: 120px;
    z-index: 10
  }
}
section#s1 .content-container .content-02 .player .wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: flex-start;
  padding: 20px 40px;
  gap: 12px;
  background: linear-gradient(180deg,#fff8df 0,#f5e5b1 100%);
  border: 2px solid #1d4527;
  border-radius: 0 40px 40px 40px;
  flex-direction: column;
  position: relative;
  color: #1d4527;
  width: 100%
}
@media only screen and (max-width:1200px) {
  section#s1 .content-container .content-02 .player .wrapper {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 24px;
    border-radius: 48px;
    align-items: center
  }
}
section#s1 .content-container .content-02 .player .wrapper .img-container {
  border-radius: 20px;
  overflow: hidden;
  width: 100%
}
section#s1 .content-container .content-02 .player .wrapper .img-container img {
  width: 100%
}
section#s1 .content-container .content-02 .player .wrapper .conditions {
  display: flex;
  gap: 12px;
  margin-top: 20px
}
@media only screen and (max-width:1200px) {
  section#s1 .content-container .content-02 .player .wrapper .conditions {
    flex-direction: column;
    gap: 24px;
    margin-top: 8px;
    width: 100%
  }
}
section#s1 .content-container .content-02 .player .wrapper .conditions .sp {
  background: #fffad3;
  border: 2px solid #fff;
  position: relative;
  border-radius: 20px
}
@media only screen and (max-width:1200px) {
  section#s1 .content-container .content-02 .player .wrapper .conditions .sp {
    border-radius: 24px
  }
}
section#s1 .content-container .content-02 .player .wrapper .conditions .sp:last-child {
  background: linear-gradient(180deg,#1d4527 0,#39683e 100%);
  border-color: #fff
}
section#s1 .content-container .content-02 .player .wrapper .conditions .sp:last-child .title {
  background: #187932
}
section#s1 .content-container .content-02 .player .wrapper .conditions .sp:last-child .title p {
  color: #fff
}
section#s1 .content-container .content-02 .player .wrapper .conditions .sp:last-child ul li {
  color: #fff
}
section#s1 .content-container .content-02 .player .wrapper .conditions .sp .title {
  position: absolute;
  left: 50%;
  top: -18px;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 700;
  color: #1d4527;
  border: 2px solid #fff;
  background: #eada5c;
  border-radius: 20px;
  padding: 4px 0;
  width: calc(60%);
  display: flex;
  justify-content: center;
  white-space: nowrap
}
section#s1 .content-container .content-02 .player .wrapper .conditions .sp .title img {
  margin-right: 4px;
  display: inline
}
section#s1 .content-container .content-02 .player .wrapper .conditions .sp .title p {
  display: inline;
  font-weight: 700
}
section#s1 .content-container .content-02 .player .wrapper .conditions .sp ul {
  margin-left: 1.5rem;
  padding: 32px 20px 20px
}
section#s1 .content-container .content-02 .player .wrapper .conditions .sp ul li {
  list-style: disc;
  text-align: left;
  margin-bottom: 8px;
  color: #187932
}
section#s1 .content-container .content-02 .player .wrapper .conditions .sp ul li:last-child {
  margin-bottom: 0
}
section#s1 .content-container .content-02 .player .wrapper .subtitle img {
  margin-right: 8px
}
section#s1 .content-container .content-02 .player .wrapper span {
  border: 0;
  border-top: 2px dashed #187932;
  width: 100%
}
section#s1 .content-container .content-02 .player .wrapper p {
  color: #1d4527;
  text-align: left
}
section#s1 .content-container .content-03 {
  background: linear-gradient(180deg,#1d4527 0,#39683e 100%);
  border-color: #eada5c;
  position: relative
}
section#s1 .content-container .content-03::after {
  content: '';
  position: absolute;
  background: url(../images/char-03.png) center center no-repeat;
  width: 244px;
  height: 240px;
  right: -120px;
  bottom: 2%;
  z-index: 5
}
@media only screen and (max-width:1200px) {
  section#s1 .content-container .content-03::after {
    display: none
  }
}
section#s1 .content-container .content-03 p {
  color: #eada5c
}
@media only screen and (max-width:767px) {
  section#s1 .content-container .content-03 {
    padding: 12px;
    gap: 12px;
    border-radius: 60px
  }
}
section#s1 .content-container .content-04 {
  width: 100%;
  position: relative
}
section#s1 .content-container .content-04::before {
  content: '';
  position: absolute;
  left: -5%;
  bottom: 0;
  background: url(../images/char-04.png) no-repeat center center;
  background-size: contain;
  width: 158px;
  height: 295px;
  z-index: 100
}
@media only screen and (max-width:1200px) {
  section#s1 .content-container .content-04::before {
    width: 100px;
    height: 200px;
    left: -3%;
    bottom: 1%
  }
}
section#s1 .content-container .content-04 > ul li {
  width: 50%
}
section#s1 .content-container .content-04 > ul li button {
  background: #fffad3;
  border: 6px solid #1d4527;
  width: 100%;
  padding: 10px;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.4;
  color: #b8b495;
  transition: .3s all;
  border-radius: 60px 60px 0 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
@media only screen and (max-width:1200px) {
  section#s1 .content-container .content-04 > ul li button {
    font-size: 18px;
    font-weight: 700;
    border-radius: 60px 60px 0 0;
    flex-direction: column
  }
}
@media only screen and (max-width:380px) {
  section#s1 .content-container .content-04 > ul li button {
    font-size: 15px
  }
}
section#s1 .content-container .content-04 > ul li button img {
  margin-right: 8px;
  opacity: .6
}
@media only screen and (max-width:1200px) {
  section#s1 .content-container .content-04 > ul li button img {
    margin-right: 0
  }
}
section#s1 .content-container .content-04 > ul li button.active {
  color: #fffad3;
  background: #1d4527
}
section#s1 .content-container .content-04 > ul li button.active img {
  opacity: 1
}
section#s1 .content-container .content-04 .content {
  background: linear-gradient(180deg,#fff8df 0,#f5e5b1 100%);
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: #1d4527;
  border-radius: 0 0 80px 80px;
  padding: 40px 80px;
  gap: 40px;
  display: flex;
  flex-direction: column
}
@media only screen and (max-width:1200px) {
  section#s1 .content-container .content-04 .content {
    gap: 24px;
    padding: 24px;
    border-radius: 0 0 60px 60px
  }
}
section#s1 .content-container .content-04 .content .inside {
  display: flex;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 20px;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto
}
@media only screen and (max-width:768px) {
  section#s1 .content-container .content-04 .content .inside {
    flex-wrap: wrap;
    gap: 8px
  }
}
section#s1 .content-container .content-04 .content .inside .items {
  width: 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px
}
@media only screen and (max-width:1200px) {
  section#s1 .content-container .content-04 .content .inside .items {
    width: 100px
  }
}
@media only screen and (max-width:380px) {
  section#s1 .content-container .content-04 .content .inside .items {
    width: 80px
  }
}
section#s1 .content-container .content-04 .content .inside .items img.h-80 {
  min-height: 80px
}
section#s1 .content-container .content-04 .content .inside .items p {
  font-family: Arial;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.4;
  color: #1d4527;
  font-weight: 700;
  margin-top: 4PX
}
@media only screen and (max-width:767px) {
  section#s1 .content-container .content-04 .content .inside .items p {
    font-size: 14px
  }
}
section#s1 .content-container .content-04 .content .inside .items span {
  color: #187932;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  background: #fff;
  border-radius: 50px;
  padding: 0 4px 2px 4px
}
section#s1 .content-container .content-04 .content .inside .items.popup {
  position: relative
}
section#s1 .content-container .content-04 .content .inside .items.popup:hover::before {
  opacity: 1
}
section#s1 .content-container .content-04 .content .inside .items.popup::before {
  content: '';
  position: absolute;
  width: 470px;
  height: 335px;
  left: 100%;
  top: 0;
  background-size: contain;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: .3s all
}
@media only screen and (max-width:1200px) {
  section#s1 .content-container .content-04 .content .inside .items.popup::before {
    display: none
  }
}
section#s1 .content-container .content-04 .content .inside .items.popup.popup01::before {
  background-image: url(../images/item-detail-01.png)
}
section#s1 .content-container .content-04 .content .inside .items.popup.popup02::before {
  background-image: url(../images/item-detail-02.png);
  width: 328px;
  height: 328px
}
section#s1 .content-container .content-04 .content .inside .items.popup.popup03::before {
  background-image: url(../images/item-detail-03.png);
  width: 328px;
  height: 328px
}
section#s1 .content-container .content-04 .content .inside .items.popup.popup04::before {
  background-image: url(../images/item-detail-04.png);
  width: 903px;
  height: 503px
}
section#s1 .content-container .content-04 .content .package-notice {
  text-align: start;
  display: flex;
  flex-direction: column;
  padding: 32px 40px;
  gap: 8px;
  background: linear-gradient(0deg,#fff 0,rgba(255,255,255,.4) 100%);
  box-shadow: inset 0 0 70px #fff;
  border-radius: 60px
}
@media only screen and (max-width:767px) {
  section#s1 .content-container .content-04 .content .package-notice {
    border-radius: 40px;
    padding: 20px
  }
}
section#s1 .content-container .content-04 .content .package-notice .title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #0063d3
}
section#s1 .content-container .content-04 .content .package-notice ul li {
  color: #0063d3;
  font-weight: 600
}
@media only screen and (max-width:767px) {
  section#s1 .content-container .content-04 .content .package-notice ul li {
    font-size: 16px;
    margin-bottom: 12px
  }
}
@-webkit-keyframes heartbeat {
  0% {
    transform: scale(1);
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  10% {
    transform: scale(.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  17% {
    transform: scale(.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  33% {
    transform: scale(.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  45% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  10% {
    transform: scale(.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  17% {
    transform: scale(.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  33% {
    transform: scale(.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  45% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}
.falling-leaves {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  overflow: hidden;
  pointer-events: none;
  z-index: 101
}
.leaf-scene {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d
}
.leaf-scene div {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 17px;
  background: url(../images/petal.png) no-repeat;
  background-size: 100%;
  transform-style: preserve-3d;
  -webkit-backface-visibility: visible;
  backface-visibility: visible
}