@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@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
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;
}

a {
  text-decoration: none;
}

.containers {
  max-width: 1210px;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .containers {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.containers.no-padding {
  max-width: 1162px;
  padding: 0;
}

.for-desktop {
  display: none;
}
@media (max-width: 1200px) {
  .for-desktop {
    display: block;
  }
}

.for-pad {
  display: none;
}
@media (max-width: 992px) {
  .for-pad {
    display: block;
  }
}

.for-mobile {
  display: none;
}
@media (max-width: 768px) {
  .for-mobile {
    display: block;
  }
}

.for-small {
  display: none;
}
@media (max-width: 576px) {
  .for-small {
    display: block;
  }
}

.signup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 1210px;
  width: calc(100% - 48px);
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
  margin-right: auto;
  margin-left: auto;
  margin-top: -160px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .signup {
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .signup {
    margin-top: -110px;
  }
}
@media (max-width: 768px) {
  .signup {
    margin-top: -170px;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .signup {
    margin-top: -25vw;
    border-radius: 20px;
  }
}
.signup section {
  padding: 40px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 992px) {
  .signup section {
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .signup section {
    gap: 12px;
  }
}
.signup .invite {
  position: relative;
  width: 40%;
  background: white;
  border-radius: 20px 0 0 20px;
  padding-right: 40px;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .signup .invite {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .signup .invite {
    width: 100%;
    border-radius: 20px 20px 0 0;
    padding: 24px 24px 48px 24px;
  }
}
@media (max-width: 576px) {
  .signup .invite {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .signup .invite article {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
}
@media (max-width: 576px) {
  .signup .invite article {
    flex-direction: column;
  }
}
.signup .benefits {
  width: 60%;
  background: linear-gradient(135deg, rgb(207, 220, 255) 0%, rgb(246, 246, 246) 52%, rgb(245, 208, 219) 100%);
  border-radius: 20px;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .signup .benefits {
    width: 100%;
    padding: 24px;
    margin-top: -24px;
    z-index: 1;
  }
}
.signup article {
  display: flex;
  flex-direction: column;
  gap: 12px;
  word-break: keep-all;
}
.signup .icon-invite {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 7%);
  width: 20%;
  max-width: 94px;
}
.signup .icon-invite img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .signup .icon-invite {
    bottom: 50%;
    transform: translate(50%, 50%);
  }
}
@media (max-width: 768px) {
  .signup .icon-invite {
    display: none;
  }
}
.signup .icon-benefits {
  max-width: 168px;
}
@media (max-width: 576px) {
  .signup .icon-benefits {
    max-width: 125px;
  }
}
.signup .icon-benefits img {
  width: 100%;
}
.signup h6 {
  text-align: center;
}
.signup strong {
  display: inline-block;
  margin: 0 auto;
  color: white;
  background: #002687;
  border-radius: 5em;
  padding: 0.3em 1em;
}
.signup h3 {
  font-size: 32px;
  font-weight: 700;
  color: #002687;
}
@media (max-width: 768px) {
  .signup h3 {
    font-size: 24px;
  }
}
.signup p {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .signup p {
    font-size: 18px;
  }
}
.signup .more {
  max-width: inherit;
  width: 280px;
}
@media (max-width: 1200px) {
  .signup .more {
    width: 100%;
  }
}

.info {
  position: relative;
  max-width: 1210px;
  width: calc(100% - 48px);
  background-color: white;
  border-radius: 40px;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
  margin-right: auto;
  margin-left: auto;
  margin-top: -160px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .info {
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .info {
    margin-top: -110px;
  }
}
@media (max-width: 768px) {
  .info {
    margin-top: -170px;
  }
}
@media (max-width: 576px) {
  .info {
    margin-top: -25vw;
    border-radius: 20px;
  }
}

.member {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 992px) {
  .member {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .member {
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .member {
    padding: 16px 12px 12px;
    gap: 12px;
  }
}
.member h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .member h3 {
    font-size: 20px;
  }
}
.member h3 span {
  color: #002687;
  margin-right: 8px;
}
@media (max-width: 576px) {
  .member h3 {
    font-size: 18px;
  }
}
.member .wrap {
  display: flex;
  gap: 40px;
}
@media (max-width: 992px) {
  .member .wrap {
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .member .wrap {
    gap: 12px;
  }
}
.member .wrap > section {
  position: relative;
  flex-grow: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: linear-gradient(135deg, rgb(207, 220, 255) 0%, rgb(246, 246, 246) 52%, rgb(245, 208, 219) 100%);
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .member .wrap > section {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .member .wrap > section {
    padding: 12px;
    gap: 12px;
  }
}
.member .wrap article {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .member .wrap article {
    font-size: 14px;
  }
}
.member .wrap article.name {
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .member .wrap article.name {
    font-size: 24px;
  }
}
.member .wrap article.content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 576px) {
  .member .wrap article.content {
    gap: 8px;
  }
}
.member .wrap article.content p {
  display: flex;
  align-items: center;
  gap: 8px;
}
.member .wrap article.content .member-icon {
  display: inline-block;
  width: 18px;
}
.member .wrap article.content .member-icon path {
  fill: #002687;
}
.member .wrap article.content span {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .member .wrap article.content span {
    font-size: 20px;
  }
}
.member .wrap article.state {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 0 0 0 20px;
  background: linear-gradient(135deg, #ffab96 0%, #ff0f57 100%);
}
@media (max-width: 576px) {
  .member .wrap article.state {
    padding: 8px 16px;
  }
}
.member .wrap article.note {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
}
.member .wrap article.level .target {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 8px;
}
.member .wrap article.level .target p {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.member .wrap article.level .target span {
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .member .wrap article.level .target span {
    font-size: 24px;
  }
}
.member .wrap article.level .percent {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: #acacac;
  border-radius: 5em;
  overflow: hidden;
}
.member .wrap article.level .percent .progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #002687;
  border-radius: 5em;
}
.member .wrap article.diamond {
  display: inline-block;
  position: absolute;
  right: 24px;
  top: 45px;
  width: calc(100% - 324px);
  height: calc(100% - 133px);
  background-image: url(../images/diamond-normal.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  .member .wrap article.diamond {
    width: calc(100% - 290px);
  }
}
@media (max-width: 576px) {
  .member .wrap article.diamond {
    width: calc(100% - 253px);
    height: calc(100% - 100px);
    top: 38px;
    right: 12px;
  }
}
@media (max-width: 360px) {
  .member .wrap article.diamond {
    width: calc(100% - 177px);
    height: 30px;
    top: 75px;
    right: 12px;
  }
}
.member #member-silver .card {
  background: url(../images/bg-silver.png) center center;
}
.member #member-silver .diamond {
  background-image: url(../images/diamond-silver.png);
  filter: drop-shadow(0px 0px 8px rgb(255, 255, 255)) drop-shadow(0px 0px 4px rgb(255, 255, 255));
}
.member #member-black .card {
  color: white;
  background: url(../images/bg-black.png) center center;
}
.member #member-black .card .name {
  background: linear-gradient(to right, #c7bd7c 0%, #f5f3e4 28%, #c9be76 65%, #d6cfa3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.member #member-black .card path {
  fill: #ccc597;
}
.member #member-black .card .state {
  background: linear-gradient(to right, #c7bd7c 0%, #f5f3e4 28%, #c9be76 65%, #d6cfa3 100%);
  color: black;
}
.member #member-black .diamond {
  background-image: url(../images/diamond-black.png);
}
.member #member-black .progress {
  background: linear-gradient(to right, #c7bd7c 0%, #f5f3e4 28%, #c9be76 65%, #d6cfa3 100%);
}

.icon-up {
  width: 35px;
}
.icon-up path {
  fill: #002687;
}

body {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  color: black;
  position: relative;
  scroll-padding: 50px 0 0 50px !important;
  background: url(../images/bg.jpg) top center repeat-y;
}

body * {
  font-family: "Montserrat", "Noto Sans TC", "微軟正黑體";
  box-sizing: border-box;
  vertical-align: top;
  letter-spacing: 1px;
}

#mtkContainer {
  overflow-x: hidden;
}

h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  h2 {
    margin-bottom: 24px;
  }
}
h2 strong {
  display: inline-block;
  font-size: 72px;
  font-weight: 700;
  margin-right: 32px;
}
@media (max-width: 768px) {
  h2 strong {
    font-size: 48px;
    margin-right: 24px;
  }
}
h2 p {
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 768px) {
  h2 p {
    font-size: 32px;
  }
}
h2 p em {
  color: #5887ff;
}
h2 p span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-top: 12px;
}
@media (max-width: 768px) {
  h2 p span {
    font-size: 18px;
  }
}

.more {
  width: 100%;
  max-width: 15em;
  margin: 0 auto;
}
.more.max {
  max-width: inherit;
}
.more.small {
  max-width: 12em;
}
@media (max-width: 768px) {
  .more.small {
    max-width: 15em;
  }
}
.more:has(.contrary) {
  margin: inherit;
}
.more a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: all 0.2s;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: black;
  border: solid 1px black;
  border-radius: 5px;
  padding: 0.6em;
  margin: 0 auto;
  overflow: hidden;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .more a {
    font-size: 16px;
  }
}
.more a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: #e70046;
  transition: all 0.2s;
}
.more a.contrary {
  color: white;
  border: none;
}
.more a.contrary i {
  background: rgba(255, 255, 255, 0.8);
  color: black;
}
.more a.contrary i.media {
  background: none;
  color: white;
  transform: scale(1.2) translateX(4px);
  vertical-align: middle;
}
.more a.contrary:after {
  width: 100%;
}
.more a.blue:after {
  background: #002687;
}
.more a.red:after {
  background: #e70046;
}
.more a.orange:after {
  background: #ff6e1a;
}
.more a.purple:after {
  background: #8818b2;
}
.more a.green:after {
  background: #06c755;
}
.more a.white {
  color: white;
  border-color: white;
}
.more a.white:after {
  background: white;
}
.more a.white:hover {
  color: black;
}
.more a.white:hover i {
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 576px) {
  .more a {
    width: 100%;
    max-width: 15em;
  }
}
.more a i {
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5em;
  font-size: 18px;
  transition: all 0.2s;
}
.more a:hover {
  color: white;
}
.more a:hover i {
  background: rgba(255, 255, 255, 0.8);
  color: black;
  animation: arrow 0.2s linear infinite alternate;
}
.more a:hover:after {
  width: 100%;
}
.more a:hover.contrary {
  filter: brightness(1.2);
}

@keyframes arrow {
  to {
    transform: translateX(4px);
  }
}
.goTop {
  display: inline-block;
  position: fixed;
  z-index: 99;
  right: 30px;
  bottom: 30px;
  padding: 10px 10px 2px 10px;
  border-radius: 5em;
  font-size: 12px;
  line-height: 3em;
  text-align: center;
  color: #fff;
  background-color: rgba(69, 115, 255, 0.5);
  text-decoration: none;
}
.goTop:hover {
  padding-top: 30px;
  background-color: rgb(69, 115, 255);
  transition: all 0.2s;
}
.goTop::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 18px;
  width: 0;
  height: 0;
  border: 4px solid #000;
  border-color: transparent transparent #fff;
}

/* 訂閱表單的外層樣式 */
.email-subscription {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 4px;
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  max-width: 450px;
}

/* 表單樣式 */
.email-subscription form {
  display: flex;
  width: 100%;
}

/* 輸入框樣式 */
.email-input {
  flex: 1;
  padding: 8px 16px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  outline: none;
  background: none;
}
@media (max-width: 576px) {
  .email-input {
    width: calc(100% - 50px);
  }
}

/* 輸入框在focus時 */
.email-input:focus {
  border-color: #007BFF;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* 提交按鈕樣式 */
.submit-btn {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #999999;
  border: none;
  border-radius: 5px;
  margin-left: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media (max-width: 768px) {
  .submit-btn {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .submit-btn {
    padding: 8px;
  }
}

/* 提交按鈕在滑鼠hover時 */
.submit-btn:hover {
  background-color: #5887ff;
}

.kv-banner {
  position: relative;
  height: 440px;
  background-color: #002687;
  max-width: 1920px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .kv-banner {
    height: 380px;
  }
}
@media (max-width: 576px) {
  .kv-banner {
    height: 60vw;
  }
}
.kv-banner h1 {
  position: relative;
  font-size: 72px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  color: white;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .kv-banner h1 {
    font-size: 48px;
  }
}
@media (max-width: 576px) {
  .kv-banner h1 {
    font-size: 10vw;
    transform: translateX(12vw);
    margin-top: 8vw;
    filter: drop-shadow(1px 1px 0px #002687) drop-shadow(1px -1px 0px #002687) drop-shadow(-1px 1px 0px #002687) drop-shadow(-1px -1px 0px #002687) drop-shadow(1px 1px 0px #002687) drop-shadow(1px -1px 0px #002687) drop-shadow(-1px 1px 0px #002687) drop-shadow(-1px -1px 0px #002687);
  }
}
.kv-banner h1 p {
  display: inline-block;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(90deg, rgb(255, 212, 170) 50%, rgb(255, 133, 169) 75%, rgb(255, 212, 170) 100%);
  -webkit-background-clip: text; /* 將背景裁剪到文字內容 */
  -webkit-text-fill-color: transparent; /* 設定文字為透明以顯示背景 */
}
@media (max-width: 768px) {
  .kv-banner h1 p {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .kv-banner h1 p {
    font-size: 6vw;
  }
}
.kv-banner h1 p span {
  font-size: 60px;
  line-height: normal;
}
@media (max-width: 768px) {
  .kv-banner h1 p span {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .kv-banner h1 p span {
    font-size: 7.5vw;
  }
}
.kv-banner .kv-bg-left {
  transition: all 0.2s;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .kv-banner .kv-bg-left {
    left: 50%;
    transform: translateX(-690px);
  }
}
@media (max-width: 1200px) {
  .kv-banner .kv-bg-left {
    width: 460px;
    transform: translateX(-600px);
  }
}
@media screen and (max-width: 900px) {
  .kv-banner .kv-bg-left {
    width: 400px;
    transform: translate(-515px, 22px);
  }
}
@media (max-width: 768px) {
  .kv-banner .kv-bg-left {
    width: 340px;
    transform: translate(-400px, 4px);
  }
}
@media (max-width: 576px) {
  .kv-banner .kv-bg-left {
    width: 70vw;
    transform: translateX(-60vw);
  }
}
.kv-banner .kv-bg-right {
  transition: all 0.2s;
  position: absolute;
  right: 0;
  top: -45px;
  text-align: right;
}
@media screen and (max-width: 1400px) {
  .kv-banner .kv-bg-right {
    right: 50%;
    transform: translateX(725px);
  }
}
@media (max-width: 1200px) {
  .kv-banner .kv-bg-right {
    width: 460px;
    transform: translate(600px, 45px);
  }
}
@media screen and (max-width: 900px) {
  .kv-banner .kv-bg-right {
    width: 400px;
    transform: translate(540px, 76px);
  }
}
@media (max-width: 768px) {
  .kv-banner .kv-bg-right {
    width: 340px;
    transform: translate(450px, 46px);
  }
}
@media (max-width: 576px) {
  .kv-banner .kv-bg-right {
    display: none;
  }
}

.nav-memberbenefits {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  width: 1200px;
  z-index: 99;
  background-color: white;
  position: relative;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  margin-bottom: 24px;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .nav-memberbenefits {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .nav-memberbenefits {
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
    left: 0;
    transform: none;
    width: 100%;
  }
}
.nav-memberbenefits.fixed {
  position: fixed;
  width: 100%;
  margin-bottom: 0;
}
.nav-memberbenefits::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #cccccc;
  border-radius: 5em;
}
@media (max-width: 1200px) {
  .nav-memberbenefits::after {
    display: none;
  }
}
.nav-memberbenefits a {
  display: block;
  position: relative;
  flex-grow: 1;
  max-width: 240px;
  text-align: center;
  color: #a6a6a6;
  padding: 16px 0;
  transition: all 0.2s;
}
@media (max-width: 1200px) {
  .nav-memberbenefits a {
    flex-shrink: 0;
    padding: 16px 24px 16px 40px;
    border-bottom: solid 5px #cccccc;
  }
}
.nav-memberbenefits a span {
  font-size: 18px;
  font-weight: 500;
  color: white;
  background-color: #a6a6a6;
  position: absolute;
  left: -1px;
  top: 0;
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  padding: 4px 16px 4px 8px;
  transition: all 0.2s;
}
@media (max-width: 1200px) {
  .nav-memberbenefits a span {
    font-size: 14px;
  }
}
.nav-memberbenefits a::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #e70046;
  border-radius: 5em;
  transition: all 0.2s;
}
.nav-memberbenefits a.on {
  color: #e70046;
}
.nav-memberbenefits a.on::after {
  width: 100%;
}
.nav-memberbenefits a.on span {
  background-color: #5887ff;
}
@media not all and (pointer: coarse) {
  .nav-memberbenefits a:hover {
    color: #e70046;
  }
  .nav-memberbenefits a:hover::after {
    width: 100%;
  }
  .nav-memberbenefits a:hover span {
    background-color: #5887ff;
  }
}

.gifts {
  position: relative;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .gifts {
    font-size: 16px;
  }
}
.gifts .wrap {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .gifts .wrap {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .gifts .wrap {
    flex-direction: column;
    gap: 80px;
  }
}
.gifts section {
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 0 40px 40px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .gifts section {
    padding: 0 24px 24px;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .gifts section {
    width: 100%;
  }
}
.gifts .card {
  margin-top: -40px;
  border-radius: 20px;
  overflow: hidden;
}
.gifts .card img {
  width: 100%;
  max-width: 271px;
}
.gifts .qualifications {
  width: 100%;
  text-align: center;
  padding-bottom: 24px;
  border-bottom: solid 1px black;
  word-break: keep-all;
}
@media (max-width: 1200px) {
  .gifts .qualifications {
    padding-bottom: 12px;
  }
}
.gifts .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .gifts .content {
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .gifts .content {
    flex-direction: row;
  }
}
.gifts .content article {
  flex-grow: 1;
}
.gifts .content img {
  width: 100%;
  max-width: 95px;
}
@media (max-width: 992px) and (min-width: 768px) {
  .gifts .content img {
    max-width: 70px;
  }
}
.gifts .content strong {
  display: block;
  color: white;
  font-weight: 700;
  text-align: center;
  background: #5887ff;
  width: 100%;
  border-radius: 5px;
  padding: 6px;
  margin-bottom: 12px;
}
.gifts .content p {
  font-size: 24px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .gifts .content p {
    font-size: 20px;
  }
}
.gifts .content em {
  position: relative;
  font-size: 60px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .gifts .content em {
    font-size: 48px;
  }
}
.gifts .content em span {
  position: absolute;
  right: -24px;
  bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  width: 2em;
  height: 2em;
  color: white;
  background-color: black;
  border-radius: 5em;
  border: solid 2px white;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .gifts .content em span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .gifts .content em span {
    right: -22px;
    bottom: 8px;
  }
}
.gifts .bg {
  position: absolute;
  left: 50%;
  top: 50%;
}
@media (max-width: 1200px) {
  .gifts .bg {
    display: none;
  }
}
.gifts .bg .gift-bg-1 {
  position: absolute;
  transform: translate(-680px, -60px);
}
.gifts .bg .gift-bg-2 {
  position: absolute;
  z-index: -1;
  transform: translate(505px, 60px);
}

.discount {
  background: rgb(207, 220, 255);
  background: linear-gradient(135deg, rgb(207, 220, 255) 0%, rgb(246, 246, 246) 52%, rgb(245, 208, 219) 100%);
  padding-top: 80px;
}
@media (max-width: 992px) {
  .discount {
    padding-top: 60px;
  }
}
.discount h2 {
  margin-bottom: 0;
}
.discount section {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 1200px) {
  .discount section {
    flex-wrap: wrap;
  }
}
.discount section article {
  position: relative;
  z-index: 1;
  flex-grow: 1;
  padding: 40px 24px 80px;
  text-align: center;
}
@media (max-width: 1200px) {
  .discount section article {
    width: 50%;
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .discount section article {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .discount section article {
    width: 100%;
  }
}
.discount section article:nth-of-type(1) {
  background: transparent;
}
@media (max-width: 576px) {
  .discount section article:nth-of-type(1) {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.discount section article:nth-of-type(2) {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.discount section article:nth-of-type(3) {
  background: transparent;
}
@media (max-width: 1200px) {
  .discount section article:nth-of-type(3) {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.discount section article:nth-of-type(4) {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%);
}
@media (max-width: 1200px) {
  .discount section article:nth-of-type(4) {
    background: transparent;
    padding-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .discount section article:nth-of-type(4) {
    padding-bottom: 60px;
  }
}
.discount section article div {
  padding: 16px 0;
}
@media (max-width: 768px) {
  .discount section article div {
    padding: 12px 0;
  }
}
.discount section article div h4 {
  font-size: 46px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .discount section article div h4 {
    font-size: 32px;
  }
}
.discount section article div h4 small {
  font-size: 50%;
  vertical-align: middle;
}
.discount section article div p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .discount section article div p {
    font-size: 16px;
  }
}
.discount section article div hr {
  width: 30%;
  margin: 0 auto;
}
.discount section article:nth-of-type(1) h4 {
  color: #002687;
  background: linear-gradient(0deg, rgb(76, 103, 171) 0%, rgb(0, 38, 135) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.discount section article:nth-of-type(1) em {
  color: #002687;
}
.discount section article:nth-of-type(2) h4 {
  color: #e70046;
  background: linear-gradient(0deg, rgb(238, 74, 124) 0%, rgb(231, 0, 70) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.discount section article:nth-of-type(2) em {
  color: #e70046;
}
.discount section article:nth-of-type(3) h4 {
  color: #8818b2;
  background: linear-gradient(0deg, rgb(171, 91, 200) 0%, rgb(136, 24, 178) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.discount section article:nth-of-type(3) em {
  color: #8818b2;
}
.discount section article:nth-of-type(4) h4 {
  color: #ff6e1a;
  background: linear-gradient(0deg, rgb(255, 127, 54) 0%, rgb(255, 93, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.discount section article:nth-of-type(4) em {
  color: #e75400;
}

.mycashback {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .mycashback {
    font-size: 18px;
  }
}
.mycashback .wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mycashback .wrap section {
  display: flex;
}
@media (max-width: 576px) {
  .mycashback .wrap section {
    flex-direction: column;
  }
}
.mycashback .wrap section article {
  width: 25%;
}
@media (max-width: 576px) {
  .mycashback .wrap section article {
    width: 100%;
  }
}
.mycashback .member-level article {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.mycashback .member-level img {
  width: auto;
  height: 1.8em;
}
@media (max-width: 576px) {
  .mycashback .member-level {
    display: none !important;
  }
}
.mycashback .event {
  border-radius: 20px;
  overflow: hidden;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .mycashback .event {
    font-size: 20px;
  }
}
.mycashback .event article {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 32px;
}
.mycashback .event article:not(:first-of-type):not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  width: 1px;
  height: 50%;
  background: #cccccc;
}
@media (max-width: 576px) {
  .mycashback .event article:not(:first-of-type):not(:last-of-type)::after {
    width: calc(100% - 48px);
    height: 1px;
    bottom: 0;
    right: 24px;
    transform: none;
  }
}
@media (max-width: 768px) {
  .mycashback .event article {
    padding: 24px;
  }
}
.mycashback .event .title {
  position: relative;
  color: white;
  gap: 16px;
  text-align: center;
}
.mycashback .event .title::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
}
@media (max-width: 768px) {
  .mycashback .event .title::after {
    border-width: 12px 0 12px 12px;
  }
}
@media (max-width: 576px) {
  .mycashback .event .title::after {
    right: 50%;
    top: inherit;
    bottom: 0;
    transform: translate(50%, 100%);
    border-width: 12px 12px 0 12px;
  }
}
.mycashback .event .title img {
  width: 100%;
  max-width: 180px;
}
.mycashback .event p {
  word-break: keep-all;
  text-align: center;
}
.mycashback .event h5 {
  font-size: 36px;
  font-weight: 700;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .mycashback .event h5 {
    font-size: 24px;
  }
}
.mycashback .event strong {
  font-size: 80px;
  font-weight: 900;
  line-height: 0.8;
}
@media (max-width: 992px) {
  .mycashback .event strong {
    font-size: 48px;
  }
}
.mycashback .event em {
  font-size: 32px;
  font-weight: 500;
  display: inline-block;
  vertical-align: baseline;
}
@media (max-width: 768px) {
  .mycashback .event em {
    font-size: 24px;
  }
}
.mycashback .event small {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}
@media (max-width: 768px) {
  .mycashback .event small {
    font-size: 14px;
  }
}
.mycashback .event .level-name {
  display: none;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .mycashback .event .level-name {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .mycashback .event .level-name {
    display: flex;
  }
}
.mycashback .event .level-name img {
  width: auto;
  height: 1.8em;
}
.mycashback .birthday {
  background: #fff2f6;
}
.mycashback .birthday .title {
  background: #e70046;
}
.mycashback .birthday .title::after {
  border-color: transparent transparent transparent #e70046;
}
@media (max-width: 576px) {
  .mycashback .birthday .title::after {
    border-color: #e70046 transparent transparent transparent;
  }
}
.mycashback .birthday strong {
  color: #e70046;
}
.mycashback .memberday {
  background: #f2f6ff;
}
.mycashback .memberday .title {
  background: #002687;
}
.mycashback .memberday .title::after {
  border-color: transparent transparent transparent #002687;
}
@media (max-width: 576px) {
  .mycashback .memberday .title::after {
    border-color: #002687 transparent transparent transparent;
  }
}
.mycashback .memberday strong {
  color: #002687;
}

.category {
  background: rgb(207, 220, 255);
  background: linear-gradient(135deg, rgb(207, 220, 255) 0%, rgb(246, 246, 246) 52%, rgb(245, 208, 219) 100%);
}
.category ul {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .category ul {
    margin-bottom: 24px;
  }
}
@media (max-width: 1200px) {
  .category ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .category ul {
    gap: 24px;
  }
}
.category ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}
.category ul li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 96px;
  height: 96px;
  background-color: white;
  border-radius: 5em;
}
.category ul li .icon img {
  vertical-align: middle;
  max-width: 70%;
  max-height: 48%;
}
.category ul li .icon img.large {
  max-height: 52%;
}
.category ul li .icon i {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(5%, 20%);
  font-size: 20px;
  color: #5887ff;
}
.category ul li .name {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .category ul li .name {
    font-size: 14px;
  }
}
.category .demo {
  background-color: white;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-radius: 5px;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .category .demo {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .category .demo {
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .category .demo {
    padding: 16px;
  }
}
.category .demo article {
  display: flex;
  align-items: center;
}
.category .demo article:last-child {
  color: #e70046;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .category .demo article:last-child {
    font-size: 24px;
  }
}
.category .demo article:last-child span {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .category .demo article:last-child span {
    font-size: 16px;
  }
}
.category .demo article:last-child i {
  color: #5887ff;
  margin-left: 8px;
  font-size: 48px;
}
.category .demo article img {
  width: auto;
  height: 1.5em;
  margin-right: 8px;
}

.information .tabs-nav {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 8px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .information .tabs-nav {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .information .tabs-nav {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .information .tabs-nav {
    justify-content: space-around;
    gap: 0px;
  }
}
@media (max-width: 576px) {
  .information .tabs-nav li {
    flex-grow: 1;
  }
}
.information .tabs-nav li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 5em;
  padding: 0.5em 1em;
  color: black;
  word-break: keep-all;
  transition: all 0.2s;
}
@media (max-width: 576px) {
  .information .tabs-nav li a {
    padding: 0.5em;
  }
}
.information .tabs-nav li a::after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 4px;
  border-radius: 5em;
  position: absolute;
  left: 1em;
  bottom: 0;
  background-color: #5887ff;
  transition: all 0.2s;
  z-index: -1;
}
.information .tabs-nav li a.active {
  background-color: #5887ff;
  color: white;
  outline: 1px solid white;
  outline-offset: -4px;
}
@media not all and (pointer: coarse) {
  .information .tabs-nav li a:hover::after {
    width: calc(100% - 2em);
  }
}
.information .tabs-nav li a br {
  display: none;
}
@media (max-width: 576px) {
  .information .tabs-nav li a br {
    display: block;
  }
}
.information .tabs-body .tabs-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 2px black;
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 992px) {
  .information .tabs-body .tabs-panel {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .information .tabs-body .tabs-panel {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
  }
}
.information .tabs-body .tabs-panel article {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 992px) {
  .information .tabs-body .tabs-panel article {
    width: 100%;
  }
}
.information .tabs-body .tabs-panel article h4 {
  font-size: 32px;
  font-weight: 700;
  border-left: solid 25px black;
  margin-left: -40px;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .information .tabs-body .tabs-panel article h4 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .information .tabs-body .tabs-panel article h4 {
    border-left: solid 12px black;
    margin-left: -24px;
    padding-left: 12px;
  }
}
.information .tabs-body .tabs-panel article h3 {
  font-size: 48px;
  font-weight: 700;
  color: #8818b2;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .information .tabs-body .tabs-panel article h3 {
    font-size: 32px;
  }
}
.information .tabs-body .tabs-panel article h3 p {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  color: #e70046;
  padding-top: 16px;
  margin-top: 16px;
  border-top: solid 1px black;
}
@media (max-width: 768px) {
  .information .tabs-body .tabs-panel article h3 p {
    font-size: 24px;
  }
}
.information .tabs-body .tabs-panel article .content {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .information .tabs-body .tabs-panel article .content {
    font-size: 18px;
  }
}
.information .tabs-body .tabs-panel article .content a {
  text-decoration: underline;
  transition: all 0.2s;
}
.information .tabs-body .tabs-panel article .content a:hover {
  filter: brightness(1.5);
}
.information .tabs-body .tabs-panel article .content small {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .information .tabs-body .tabs-panel article .content small {
    font-size: 14px;
  }
}
.information .tabs-body .tabs-panel article .btn {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 576px) {
  .information .tabs-body .tabs-panel article .btn {
    justify-content: center;
  }
}
.information .tabs-body .tabs-panel article .activity-picture {
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
}
.information .tabs-body .tabs-panel.activity h4 {
  border-color: #8818b2;
}
.information .tabs-body .tabs-panel.email h3 {
  color: #5887ff;
}
.information .tabs-body .tabs-panel.email h4 {
  border-color: #5887ff;
}
.information .tabs-body .tabs-panel.line h3 {
  color: #06c755;
}
.information .tabs-body .tabs-panel.line h4 {
  border-color: #06c755;
}
.information .tabs-body .tabs-panel.coupon h3 {
  color: #e70046;
}
.information .tabs-body .tabs-panel.coupon h4 {
  border-color: #e70046;
}/*# sourceMappingURL=all.css.map */