/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

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

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marquee_photo {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes changeImg1 {
  0% {
    z-index: 1;
  }
  50% {
    z-index: 0;
    visibility: hidden;
  }
  100% {
    z-index: 1;
  }
}
@keyframes changeImg2 {
  0% {
    z-index: 0;
  }
  50% {
    z-index: 1;
  }
  100% {
    z-index: 0;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  90% {
    transform: translate(-50%, 200px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 200px);
    opacity: 0;
  }
}
@keyframes scroll_m {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  90% {
    transform: translate(-50%, 165px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 165px);
    opacity: 0;
  }
}
* {
  box-sizing: border-box;
  font-family: PingFang TC, -apple-system, "Noto Sans TC", BlinkMacSystemFont, SFProDisplay-Regular;
}

[v-cloak] {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: monospace;
  width: 100%;
  scroll-behavior: smooth;
  font-family: PingFang TC, -apple-system, "Noto Sans TC", BlinkMacSystemFont, SFProDisplay-Regular;
}

#app {
  width: 100%;
  height: 100vh;
  position: relative;
}

button {
  background: transparent;
  border: 0;
}

a {
  text-decoration: none;
}

.container {
  position: relative;
}

img {
  max-width: 100%;
}

section {
  padding: 30px 0;
}

.web_cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.web_cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffaedb url(../images/bg_block.svg);
  background-repeat: repeat;
  background-size: 45px 38px;
  background-attachment: fixed;
}

.web_wrap {
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.web_left {
  position: sticky;
  width: 70%;
  top: 0;
  height: 100vh;
}
.web_left .web_left_box {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  padding: 35px 0;
}
.web_left .web_item {
  max-width: 425px;
  width: 40vw;
}
.web_left .web_item.i01 {
  max-width: 203px;
}
.web_left .web_item.i02 {
  align-self: center;
}
.web_left .web_item.i03 {
  max-width: 163px;
}

.action_btn {
  display: inline-block;
  position: fixed;
  background: url(../images/form_btn.svg);
  width: 114px;
  height: 107px;
  z-index: 90;
  bottom: 1.5vw;
  margin-left: 300px;
}

.arrow-down {
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 20;
  transform: translate(-50%, 0);
  top: 61.5%;
  animation-name: scroll;
  animation-duration: 3.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
  opacity: 0;
}

.mobile_wrap {
  position: relative;
  min-height: 100vh;
  width: 100%;
  max-width: 414px;
  background: #ffaedb;
}
.mobile_wrap .m_cover {
  min-height: 716px;
  overflow: hidden;
}
.mobile_wrap .m_banner {
  position: relative;
  max-width: 100%;
}

.sitting_mask {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
}

.sitting_wrap {
  position: sticky;
  background-color: #000000;
  border: 2px solid #00fad6;
  padding: 25px 35px;
  max-width: 310px;
  z-index: 8;
  top: 15%;
  margin: auto;
}
.sitting_wrap .sitting_close {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 20px;
  cursor: pointer;
}
.sitting_wrap a img {
  max-width: 168px !important;
}
.sitting_wrap img:first-child {
  max-width: 92px;
}
.sitting_wrap img:nth-child(2) {
  max-width: 240px;
  margin: 17px 0px;
}

#Rules {
  position: relative;
}
#Rules::before {
  content: "";
  position: absolute;
  background: url(../images/benefits_title.svg);
  width: 162px;
  height: 51px;
  top: 32px;
  left: 18px;
  z-index: 4;
}

.rule_group {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  overflow-x: auto;
}
.rule_group::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  width: 14px;
}
.rule_group::-webkit-scrollbar-thumb {
  display: none;
  border: 6px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
  background-color: transparent;
}
.rule_group .rule_info {
  text-align: center;
  min-width: 280px;
  max-width: 280px;
  position: relative;
  z-index: 3;
  cursor: pointer;
}

#Timeline {
  position: relative;
}
#Timeline a {
  position: absolute;
  width: 113px;
  height: 107px;
  bottom: 50px;
  right: 1.5vw;
}
#Timeline a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#Timeline .button_p {
  animation: changeImg1 1.5s ease-in-out;
  animation-iteration-count: infinite;
}
#Timeline .button_b {
  animation: changeImg 1.5s ease-in-out;
  animation-iteration-count: infinite;
}

#Precautions {
  background: #0d52de;
}
#Precautions p,
#Precautions span {
  color: #fff;
  letter-spacing: 1.5px;
  line-height: 27px;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
#Precautions span {
  padding: 0 32px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  font-weight: 300;
  text-align: justify;
}

Footer {
  padding: 32px 0 20px 0;
  text-align: center;
}
Footer div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}
Footer .social_wrap {
  margin-top: 40px;
}
Footer span {
  display: inline-block;
  color: #0d52de;
  font-size: 14px;
  font-weight: 500;
}
Footer p {
  color: #0d52de;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.5px;
  margin-top: 15px;
}

.navbar_mob_menu {
  max-width: 56px;
  position: fixed;
  top: 18px;
  margin-left: 18px;
  z-index: 7;
  cursor: pointer;
  padding: 0;
}
.navbar_mob_menu img {
  width: 100%;
}

.navbar_mob_wrap {
  max-width: 414px;
  width: 100%;
  min-height: 100vh;
  background: #ffaedb;
  background-size: 100% 100%;
  position: fixed;
  top: 0;
  z-index: 99;
}
.navbar_mob_wrap .menu_list {
  position: absolute;
  top: 42px;
  left: 42px;
}
.navbar_mob_wrap ul {
  margin-top: 50px;
}
.navbar_mob_wrap ul li {
  display: flex;
  align-items: center;
  padding: 30px 0px 30px 0px;
  border-bottom: 1px solid #fff;
}
.navbar_mob_wrap ul li:last-child {
  border-bottom: 0;
}
.navbar_mob_wrap ul li span {
  display: inline-block;
  height: 27px;
  width: 27px;
  margin-right: 16px;
  background-image: url(../images/star.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.navbar_mob_wrap ul a {
  font-family: "PingFang SC,Noto Sans TC";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.06em;
  color: #0D52DE;
}
.navbar_mob_wrap .m_logo {
  position: absolute;
  bottom: 5%;
  max-width: 140px;
  right: 26px;
}
.navbar_mob_wrap .m_logo img {
  width: 100%;
}
.navbar_mob_wrap .navbar_mob_close {
  max-width: 64px;
  position: absolute;
  right: 26px;
  top: 30px;
  padding: 0;
  cursor: pointer;
}
.navbar_mob_wrap .navbar_mob_close img {
  width: 100%;
}

.class_nav_black {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100vh;
}

@media (max-width: 767px) {
  .web_left {
    display: none;
  }
  .web_wrap {
    max-width: 100%;
    padding: 0;
  }
  .mobile_wrap {
    max-width: 100%;
  }
  .action_btn {
    right: 1vw;
  }
}
@media (max-width: 576px) {
  .navbar_mob_wrap .menu_list {
    left: 26px;
  }
  .navbar_mob_wrap ul li {
    padding: 20px 0px 20px 0px;
  }
  .sitting_wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .arrow-down {
    animation-name: scroll_m;
  }
  Footer div {
    padding: 0px 30px;
  }
}
@media (max-width: 400px) {
  .star_wrap .star_info {
    transform: translate(48%, -15%);
  }
  #Party {
    margin-top: 30px;
  }
}
@media (max-width: 380px) {
  .star_wrap .star_info {
    transform: translate(48%, -12%);
  }
}/*# sourceMappingURL=style.css.map */