@charset "utf-8";
body {
  padding: 0;
  margin: 0;
}
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
em,
img,
q,
s,
small,
strike,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
body {
  font-family: Arial, "微軟正黑體" !important;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.page-content {
  position: relative;
  z-index: 1;
}
.parallax-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url('/images/sarsaparilla2025_content.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -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;
}
img {
  display: block;
  width: auto;
  height: auto;
}
a {
  color: #fff;
  text-decoration: none;
}
span {
  display: inline-block;
}
div,
p,
a,
li,
td {
  -webkit-text-size-adjust: none;
}
* {
  box-sizing: border-box;
}
/*消除iphone電話號碼顏色異常*/
a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}
/*取消IE的input右側clear按鈕*/
::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
/*取消Chrome自動填入input淡黃色背景色*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
input {
  outline-color: #16a936;
  outline-width: 1px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #D4D6D9;
  border-radius: 4px;
  padding: 13px 13px;
  font-size: 14px;
  color: #323740;
  background-color: #FCFCFC;
  background-image: url('../images/icon_down.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px ) center;
}
select::-ms-expand {
  display: none;
}
@media all and (max-width: 1024px) {
  .for-desktop {
    display: none!important;
  }
}
@media all and (min-width: 1023px) {
  .for-mobile {
    display: none!important;
  }
}
.col {
  margin-bottom: 30px;
}
.col .col-title {
  font-size: 15px;
  color: #353535;
  line-height: 1;
  margin-bottom: 10px;
}
.col .col-title i.red {
  color: #FF0000;
}
.col .col-value .default-value {
  display: flex;
  align-items: center;
  height: 45px;
  line-height: 1;
  font-size: 14px;
  color: #000;
  padding: 0 10px;
  border-bottom: solid 1px #606060;
}
.col .col-value input {
  height: 45px;
  border-radius: 4px;
  border: 1px solid #606060;
}
.col .col-value input:read-only {
  color: #BAC2C7;
  background-color: #EDEDED;
  border: 1px solid #C6C6C6;
}
.col .col-value select {
  height: 45px;
  border-radius: 4px;
  border: 1px solid #606060;
}
.col .col-value .radio-box {
  display: flex;
}
.col .col-value .radio-box > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  margin-right: 15%;
  white-space: nowrap;
}
.col .col-value .radio-box > div > input[type=radio] {
  width: auto;
  height: 15px;
  margin: 0;
  margin-right: 5px;
  accent-color: #009E3C;
}
.col .col-value .radio-box > div:last-child {
  margin-right: 0;
}
.col .col-value .checkbox {
  display: flex;
}
.col .col-value .checkbox > label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  margin-right: 10%;
  white-space: nowrap;
}
.col .col-value .checkbox > label > input[type=checkbox] {
  width: auto;
  height: 15px;
  margin: 0;
  margin-right: 5px;
  accent-color: #009E3C;
}
.col .col-value .checkbox > label a {
  color: #0077D2;
  margin: 0 3px;
}
.col .col-value .checkbox > div:last-child {
  margin-right: 0;
}
.col .description {
  font-size: 13px;
  color: #AFAFAF;
  margin-top: 10px;
}
.col input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: 0.6px solid #606060;
  border-radius: 5px;
  padding: 0 10px;
}
@media all and (max-width: 1024px) {
  .col input {
    font-size: 14px;
  }
}
.col select {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: 0.6px solid #606060;
  border-radius: 5px;
  padding: 0 10px;
}
@media all and (max-width: 1024px) {
  .col select {
    font-size: 14px;
  }
}
body > .lightbox {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body > .lightbox:-webkit-scrollbar {
  display: none;
}
body > .lightbox * {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body > .lightbox *::-webkit-scrollbar {
  display: none;
}
body > .lightbox .black-mask {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.65;
}
body > .lightbox .lightbox-content {
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 460px;
  max-height: 80vh;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
}
@media all and (max-width: 500px) {
  body > .lightbox .lightbox-content {
    width: 90%;
  }
}
body > .lightbox .lightbox-content .btn-close {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #009E3C;
  font-size: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: solid 1px #009E3C;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body > .lightbox .lightbox-content .btn-close:hover {
  opacity: 0.8;
}
body > .lightbox .lightbox-content .lightbox-title {
  padding: 25px 10px;
  text-align: center;
  font-size: 24px;
  color: #1B1B1B;
  margin-bottom: 20px;
}
body > .lightbox .lightbox-content .body-box {
  padding: 0 20px;
}
body > .lightbox .lightbox-content .body-box .tab-box {
  position: relative;
  display: flex;
  border-radius: 50px;
  padding: 4px;
  background-color: #EBF5EF;
  margin-bottom: 30px;
}
@media all and (max-width: 1024px) {
  body > .lightbox .lightbox-content .body-box .tab-box {
    margin-bottom: 20px;
  }
}
body > .lightbox .lightbox-content .body-box .tab-box .inner-wrap {
  display: flex;
  justify-content: space-between;
}
body > .lightbox .lightbox-content .body-box .tab-box .tab {
  cursor: pointer;
  width: 100%;
  text-align: center;
  background: #EBF5EF;
  color: #40474F;
  font-size: 15px;
  padding: 8px 20px;
  border-radius: 40px;
  margin-right: 10px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body > .lightbox .lightbox-content .body-box .tab-box .tab:hover {
  color: #fff;
  background: #00803D;
}
@media all and (max-width: 1024px) {
  body > .lightbox .lightbox-content .body-box .tab-box .tab {
    font-size: 15px;
    padding: 8px 10px;
  }
}
body > .lightbox .lightbox-content .body-box .tab-box .tab:last-child {
  margin-right: 0;
}
body > .lightbox .lightbox-content .body-box .tab-box .tab.active {
  color: #fff;
  background: #00803D;
}
header {
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
}
header .inner-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 55px;
  background-color: #fff;
}
@media all and (max-width: 1024px) {
  header .inner-wrap {
    align-items: center;
    padding: 15px 25px;
  }
}
header .inner-wrap .logo-box {
  display: flex;
  align-items: center;
  padding: 22px 0;
}
header .inner-wrap .title-box {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #2c2c2c;
}
header .inner-wrap .right-box .btn-box {
  display: flex;
}
@media all and (max-width: 1024px) {
  header .inner-wrap .right-box .btn-box {
    align-items: center;
  }
}
header .inner-wrap .right-box .btn-box i {
  margin-left: 3px;
}
header .inner-wrap .right-box .btn-box .btn a {
  display: flex;
  align-items: center;
  padding: 34px 18px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #444;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .inner-wrap .right-box .btn-box .btn a:hover {
  color: #000;
}
header .inner-wrap .right-box .btn-box .btn a i {
  display: inline-block;
  margin-right: 5px;
}
header .inner-wrap .right-box .btn-box .btn a > span {
  margin-top: 3px;
}
header .inner-wrap .right-box .btn-box .btn.btn-login a {
  padding: 34px 30px;
  color: #fff;
  background-color: #1BB235;
}
header .inner-wrap .right-box .btn-box.for-mobile {
  color: #353535;
}
header .inner-wrap .right-box .btn-box.for-mobile .btn-logout,
header .inner-wrap .right-box .btn-box.for-mobile .btn-login {
  display: flex;
}
@media all and (max-width: 1024px) {
  header .inner-wrap .right-box .btn-box.for-mobile .btn-logout,
  header .inner-wrap .right-box .btn-box.for-mobile .btn-login {
    align-items: center;
  }
}
header .inner-wrap .right-box .btn-box.for-mobile .btn-login i {
  margin-right: 5px;
}
footer {
  position: relative;
  width: 100%;
  height: 140px;
  /* background-image: url('../images/footer.png'); */
  /* background-color: #f8f8f8; */
}
@media all and (max-width: 1024px) {
  footer {
    z-index: 5;
    position: fixed;
    bottom: 0;
    height: 90px;
    background-image: none;
    background-color: #000;
    border-top: solid 2px #ff0000;
  }
}
footer .copyright {
  position: absolute;
  bottom: 20px;
  left: 50%;
  font-size: 14px;
  color: #fff;
  transform: translateX(-50%);
}
footer .btn-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  height: 100%;
}
footer .btn-box .btn1 i {
  background-image: url('../images/icon_activity.svg');
}
footer .btn-box .btn2 i {
  background-image: url('../images/icon_record.svg');
}
footer .btn-box .btn3 i {
  background-image: url('../images/icon_prize.svg');
}
footer .btn-box .btn4 i {
  background-image: url('../images/icon_member.svg');
}
footer .btn-box .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
footer .btn-box .btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
}
footer .btn-box .btn a i {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .btn-box .btn a span {
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .btn-box .btn:hover span {
  color: #61CE70;
}
footer .btn-box .btn1:hover i {
  background-image: url('../images/icon_activity_green.svg');
}
footer .btn-box .btn2:hover i {
  background-image: url('../images/icon_record_green.svg');
}
footer .btn-box .btn3:hover i {
  background-image: url('../images/icon_prize_green.svg');
}
footer .btn-box .btn4:hover i {
  background-image: url('../images/icon_member_green.svg');
}
.page-content {
  position: relative;
  max-width: 100vw;
  min-height: calc(100vh - 90px - 140px);
  /* background-color: #f8f8f8; */
  overflow-x: hidden;
}
@media all and (max-width: 1024px) {
  .page-content {
    padding: 20px;
    min-height: calc(100vh - 56px);
    padding-bottom: 90px;
  }
}
.page-content > .inner-wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
@media all and (max-width: 1024px) {
  .page-content > .inner-wrap {
    padding-top: 0;
  }
}
.page-content .top-banner-box {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.page-content .top-banner-box img {
  width: 100%;
}
.page-content .activity-box {
  padding: 35px;
  padding-bottom: 60px;
  box-shadow: 0px 2px 10px 0px #00000026;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 5%;
}
@media all and (max-width: 1024px) {
  .page-content .activity-box {
    padding: 30px 0px 20px 0px;
  }
}
.page-content .activity-box .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 15px;
}
@media all and (max-width: 1024px) {
  .page-content .activity-box .title-box {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }
}
.page-content .activity-box .title-box .activity-title {
  position: relative;
  margin-bottom: 20px;
}
.page-content .activity-box .title-box .activity-title .title {
  z-index: 1;
  position: relative;
  font-size: 34px;
  font-weight: bold;
  color: #40474f;
}
@media all and (max-width: 1024px) {
  .page-content .activity-box .title-box .activity-title .title {
    font-size: 20px;
  }
}
.page-content .activity-box .title-box .activity-title .dec1 {
  position: absolute;
  top: -7px;
  left: -12px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: solid 5px #61ff53;
}
.page-content .activity-box .title-box .activity-title .dec2 {
  position: absolute;
  top: -10px;
  left: 41px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #61ff53;
}
.page-content .activity-box .title-box > .title {
  font-size: 24px;
  line-height: 1;
  color: #666;
  font-weight: bold;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .page-content .activity-box .title-box > .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.page-content .activity-box .tab-box {
  position: relative;
  border-radius: 50px;
  padding: 8px 50px;
  background-color: #EBF5EF;
  margin-bottom: 50px;
}
@media all and (max-width: 1024px) {
  .page-content .activity-box .tab-box {
    padding: 6px 50px;
    margin-bottom: 20px;
    border-radius: 0;
  }
}
.page-content .activity-box .tab-box .inner-wrap {
  display: flex;
  justify-content: space-around;
  overflow-x: scroll;
}
.page-content .activity-box .tab-box .inner-wrap::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.page-content .activity-box .tab-box .inner-wrap .btn-arrow-prev,
.page-content .activity-box .tab-box .inner-wrap .btn-arrow-next {
  display: none;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-content .activity-box .tab-box .inner-wrap .btn-arrow-prev:hover,
.page-content .activity-box .tab-box .inner-wrap .btn-arrow-next:hover {
  opacity: 1;
}
@media all and (max-width: 1024px) {
  .page-content .activity-box .tab-box .inner-wrap .btn-arrow-prev,
  .page-content .activity-box .tab-box .inner-wrap .btn-arrow-next {
    top: 9px;
    width: 24px;
    height: 24px;
  }
}
.page-content .activity-box .tab-box .inner-wrap .btn-arrow-prev img,
.page-content .activity-box .tab-box .inner-wrap .btn-arrow-next img {
  width: 100%;
}
.page-content .activity-box .tab-box .inner-wrap .btn-arrow-prev {
  left: 10px;
}
.page-content .activity-box .tab-box .inner-wrap .btn-arrow-next {
  right: 10px;
}
.page-content .activity-box .tab-box .inner-wrap.overflow {
  justify-content: flex-start;
}
.page-content .activity-box .tab-box .tab {
  cursor: pointer;
  background: #EBF5EF;
  color: #40474F;
  padding: 5px 20px;
  border-radius: 40px;
  margin-right: 10px;
  font-size: 18px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-content .activity-box .tab-box .tab:hover {
  color: #fff;
  background: #00803D;
}
@media all and (max-width: 1024px) {
  .page-content .activity-box .tab-box .tab {
    font-size: 15px;
    padding: 5px 10px;
  }
}
.page-content .activity-box .tab-box .tab.active {
  color: #fff;
  background: #00803D;
}
.page-content .activity-box > .content {
  display: none;
  position: relative;
}
@media all and (max-width: 1024px) {
  .page-content .activity-box > .content {
    padding: 0px 20px;
  }
}
.page-content .activity-box > .content h1 {
  display: block;
  font-size: 1.5rem;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.page-content .activity-box > .content h2 {
  display: block;
  font-size: 1.2rem;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.page-content .activity-box > .content em {
  font-style: italic;
}
.page-content .activity-box > .content ol,
.page-content .activity-box > .content ul {
  margin-bottom: 15px;
  line-height: 1.5;
}
@media all and (max-width: 1024px) {
  .page-content .activity-box > .content ol,
  .page-content .activity-box > .content ul {
    margin-bottom: 10px;
  }
}
.page-content .activity-box > .content ul {
  list-style-type: none;
}
.page-content .activity-box > .content ol {
  list-style: none;
}
.page-content .activity-box > .content ol,
.page-content .activity-box > .content ul {
  padding-left: 17px;
}
.page-content .activity-box > .content ol li,
.page-content .activity-box > .content ul li {
  margin-bottom: 15px;
}
@media all and (max-width: 1024px) {
  .page-content .activity-box > .content ol li,
  .page-content .activity-box > .content ul li {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 768px) {
  .page-content .activity-box > .content ol li,
  .page-content .activity-box > .content ul li {
    overflow-x: scroll;
  }
}
.page-content .activity-box > .content ol li::marker,
.page-content .activity-box > .content ul li::marker {
  color: #16A936;
}
@media all and (max-width: 768px) {
  .page-content .activity-box > .content ol li table,
  .page-content .activity-box > .content ul li table {
    min-width: 600px;
  }
}
@media all and (max-width: 768px) {
  .page-content .activity-box > .content .table-box {
    overflow-x: scroll;
    margin-bottom: 25px;
  }
}
@media all and (max-width: 768px) {
  .page-content .activity-box > .content .table-box table {
    min-width: 600px;
  }
}
.page-content .activity-box > .content table {
  width: 100%;
  border: solid 1px gray;
}
.page-content .activity-box > .content table td,
.page-content .activity-box > .content table th {
  border: solid 1px gray;
  padding: 10px;
}
.page-content .activity-box > .content table td em,
.page-content .activity-box > .content table th em {
  font-style: italic;
}
.page-content .activity-box > .content table td p,
.page-content .activity-box > .content table th p {
  margin: 0;
}
.page-content .activity-box > .content table th {
  font-weight: bold;
}
.page-content .activity-box > .content img {
  max-width: 100%;
}
.page-content .fix-btn-box {
  z-index: 1;
  position: fixed;
  top: 25vh;
  left: 50%;
  transform: translateX(500px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media all and (max-width: 1200px) {
  .page-content .fix-btn-box {
    top: auto;
    bottom: 110px;
    left: auto;
    right: 0;
    transform: translateX(calc(100% - 76px));
    display: flex;
  }
}
.page-content .fix-btn-box .btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 15px;
  border-radius: 0 10px 10px 0;
  font-size: 16px;
  color: #fff;
  background-color: #009E3C;
  margin-bottom: 10px;
  line-height: 1;
}
@media all and (max-width: 1200px) {
  .page-content .fix-btn-box .btn {
    border-radius: 0;
    margin-bottom: 0;
    font-size: 14px;
    padding: 10px;
  }
}
.page-content .fix-btn-box .btn i {
  margin-bottom: 8px;
}
@media all and (max-width: 1200px) {
  .page-content .fix-btn-box .btn i {
    margin-bottom: 4px;
  }
}
@media all and (max-width: 1200px) {
  .page-content .fix-btn-box .btn:nth-child(4) i {
    margin-bottom: 9px;
  }
}
.page-content .fix-btn-box .btn-first-child {
  display: none;
  border-radius: 10px 0 0 10px;
}
@media all and (max-width: 1200px) {
  .page-content .fix-btn-box .btn-first-child {
    display: flex;
  }
}
.page-content .fix-btn-box .btn-first-child i {
  margin-bottom: 10px;
  margin-top: 7px;
}
@media all and (max-width: 1200px) {
  .page-content .fix-btn-box.active {
    transform: translateX(0px);
  }
}
