@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Libre+Bodoni:ital,wght@1,400..700&family=Noto+Sans+TC:wght@100..900&display=swap");
:root {
  --border-width: 2px;
  --border-radius: 22px;
}

[v-cloak] {
  opacity: 0;
  display: none; /* 防止閃爍 */
}

ul {
  padding-left: 40px;
}

#app {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.copyR {
  color: white;
  background: #4a3017;
  text-align: center;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  background: #faf8f6;
  margin: 0;
}

.pcSet {
  display: block;
}

.moSet {
  display: none;
}

.app,
img {
  width: 100%;
  position: relative;
}

h1,
h2,
h3 {
  text-align: center;
}

h1 {
  font-size: 8vmin;
  font-family: "Noto Serif CJK TC";
  font-weight: bold;
  background: linear-gradient(to bottom, #804c2e 20%, #270800 74%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

h2 {
  font-size: 6.5vmin;
}

h3 {
  font-size: 3vmin;
  margin-top: 4vmin;
}

h4 {
  font-size: 2.5vmin;
}

p {
  font-size: 1.4vmin;
  line-height: 2vmin;
}

nav,
.listBoxes,
.listBox,
div[class^=listBoxBG_],
.trigger,
.hiddenBox,
.classSection,
.setFlex,
.classTitleBox,
.box,
.icons,
section,
.headLine,
.otherBox,
.contentBox,
.appBox,
.linkBox,
.box3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pop:hover {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.fixed-icon {
  width: 5%;
  min-width: 120px;
  position: fixed;
  bottom: 10%;
  right: 10%;
  z-index: 9;
}
.fixed-icon .join,
.fixed-icon .gotop {
  width: 100%;
  background: none;
}

section {
  width: 100%;
  position: relative;
  -ms-flex-direction: row;
      flex-direction: row;
}

.fixedWidth {
  width: 100%;
  max-width: 1400px;
  position: relative;
  margin: auto;
  overflow: hidden;
  padding: 2%;
  box-sizing: border-box;
}

.banner {
  width: 100%;
  position: relative;
}

nav {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
nav .nav-item {
  width: 16%;
  box-sizing: border-box;
  text-align: center;
  color: white;
  border-radius: 4px;
  font-size: 3.2857142857vmin;
  padding: 8px;
  background: linear-gradient(to bottom, #575757, #282828);
}
nav .nav-item:hover {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  transition: 0.5s;
}

#member {
  -ms-flex-pack: center;
      justify-content: center;
  color: #3e3a39;
}
#member .title {
  position: relative;
}
#member .listBoxes {
  width: 100%;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
}
#member .listBox {
  width: 24%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  position: relative;
  border-radius: 30px 0;
}
#member .listBox p {
  text-align: center;
  margin: 0;
}
#member .listBox ul {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#member .listBox li {
  font-size: 2vmin;
  padding-right: 20px;
}
#member .titleBox {
  width: 100%;
  height: 28%;
  position: relative;
}
#member .titleBox h3 {
  margin-bottom: 1%;
}
#member .listItemBox {
  position: relative;
  width: 100%;
  height: 72%;
  padding: 10px;
  box-sizing: border-box;
  min-height: 200px;
  background: white;
  border-radius: 25px 0;
}
#member .listBox_0 h3,
#member .listBox_0 p,
#member .listBox_1 h3,
#member .listBox_1 p {
  color: #3e3a39;
}
#member .listBox_2 h3,
#member .listBox_2 p,
#member .listBox_3 h3,
#member .listBox_3 p,
#member .listBox_4 h3,
#member .listBox_4 p {
  color: white;
}
#member .cardBox {
  position: relative;
  width: 80%;
  margin: auto;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(82, 81, 81, 0.5));
          filter: drop-shadow(5px 5px 5px rgba(82, 81, 81, 0.5));
  z-index: 2;
}
#member div[class^=listBoxBG_] {
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  min-height: 430px;
  position: relative;
  box-sizing: border-box;
  margin-top: -9%;
  border-radius: 25px 0;
  padding: 0 10px 10px;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#member .listBoxBG_0 {
  background: linear-gradient(-68deg, #ffe300, #fdcd00, #ffe300);
}
#member .listBoxBG_1 {
  background: linear-gradient(-68deg, #f5b144, #f1b13a, #f5b144);
}
#member .listBoxBG_2 {
  background: linear-gradient(-68deg, #d70c18, #860c18, #d70c18);
}
#member .listBoxBG_3 {
  background: linear-gradient(-68deg, #999a9a, #000000, #999a9a);
}
#member .special-bg {
  width: 96%;
  box-sizing: border-box;
  text-align: center;
  color: white;
  padding: 8px;
  border-radius: 999em;
  pointer-events: fill;
  margin: auto;
  font-family: "Noto Serif CJK TC";
  font-weight: bold;
  font-size: 2vmin;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: url(https://events.cdn-tkec.tw/events_net/events_net/backhome/202507/images/member/special-bg.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#member .link,
#member .link a {
  position: relative;
  margin: 10px auto 10px 20px;
  border: none;
  background: none;
  text-align: left;
  padding: 0;
  color: orange;
  font-size: 1.6vmin;
  text-decoration: none;
}
#member .textBox {
  width: 100%;
  text-align: center;
}
#member .textBox h2 {
  color: #bf9259;
}
#member .textBox ul {
  margin-bottom: 5%;
}
#member .textBox ol {
  font-size: 3.5714285714vmin;
}

.hiddenArea {
  -ms-flex-direction: column;
      flex-direction: column;
  background: linear-gradient(to bottom, rgba(196, 196, 196, 0.6), #faf8f6 40%);
}
.hiddenArea .hiddenBox {
  width: 100%;
  padding-bottom: 4%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.hiddenArea .hiddenBox .box {
  box-sizing: border-box;
  padding: 20px;
  margin: 1%;
  background: white;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: justify;
  border-radius: 30px;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(82, 81, 81, 0.5));
          filter: drop-shadow(5px 5px 5px rgba(82, 81, 81, 0.5));
}
.hiddenArea .hiddenBox .box span {
  color: #bf9259;
}
.hiddenArea .hiddenBox .box:nth-of-type(1) {
  width: 38%;
}
.hiddenArea .hiddenBox .box:nth-of-type(2) {
  width: 58%;
}
.hiddenArea .trigger {
  width: 100%;
  border: none;
  background: none;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
}
.hiddenArea .trigger:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  transition: all 0.5s ease 0s;
}
.hiddenArea .triggerText {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #bf9259;
}
.hiddenArea .arrow {
  width: 2.89%;
  position: relative;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.classSection {
  width: 100%;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  color: white;
}
.classSection .classTitleBox {
  width: 100%;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.classSection .classTitleBox img {
  width: 18.18%;
}
.classSection .setFlex {
  padding: 2%;
}
.classSection .p1_text {
  font-size: 3.5vmin;
}
.classSection .p2_text {
  font-size: 2vmin;
  line-height: 3vmin;
}
.classSection p {
  margin: 10px auto;
}

#gold {
  color: #431700;
  background: url(https://events.cdn-tkec.tw/events_net/events_net/backhome/202507/images/member/classSection/1/classSectionBG1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#gold span {
  color: #b51d23;
}
#gold .p1_text {
  font-size: 2vmin;
  margin: 0 auto;
}
#gold .p2_text {
  font-size: 2.6vmin;
  line-height: 3.6vmin;
}

#surpass {
  background: url(https://events.cdn-tkec.tw/events_net/events_net/backhome/202507/images/member/classSection/3/classSectionBG3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#surpass h1 {
  background: linear-gradient(to bottom, #fbfbfb 21%, #ecd8a9 76%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
#surpass span {
  color: #bf9259;
}

.icons {
  width: 70%;
  padding: 0 15%;
  margin: auto;
  position: relative;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.iconItem {
  box-sizing: border-box;
  width: 24%;
  padding: 10px;
  text-align: center;
  margin: 1% auto;
}

.icon {
  width: 80%;
  margin: auto;
}

.popTrigger {
  padding: 10px 20px;
  margin: 1% auto;
}

#joinMember,
#getApp,
#gift,
#k-coin {
  color: #221815;
  box-sizing: border-box;
}
#joinMember .fixedWidth,
#getApp .fixedWidth,
#gift .fixedWidth,
#k-coin .fixedWidth {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#joinMember h2,
#getApp h2,
#gift h2,
#k-coin h2 {
  margin: 1% 0;
}
#joinMember h3,
#getApp h3,
#gift h3,
#k-coin h3 {
  margin: 0;
}

#joinMember {
  background: #e8e8e8;
}
#joinMember a {
  width: 50%;
  margin: 3% auto;
}
#joinMember .otherBox img {
  width: 70%;
}

#getApp a {
  width: 50%;
  margin: 3% auto;
}
#getApp a img {
  width: 70%;
}

#gift {
  color: #221815;
  background: #e0c599;
}

#k-coin {
  color: #fbf1ca;
  background: linear-gradient(68deg, #7c4a2e, #4f2a11, #270800);
  border: 6px solid linear-gradient(-68deg, #f5b144, #f1b13a, #f5b144);
}
#k-coin button,
#k-coin a {
  margin-top: 2%;
  width: 20%;
  background: none;
  border: none;
}

.headLine {
  width: 40%;
  text-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.otherBox {
  width: 100%;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.contentBox {
  width: 60%;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
}
.contentBox img {
  width: 100%;
  max-width: 583px;
}

.box3 {
  width: 100%;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#QA {
  color: black;
}
#QA .fixedWidth {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#QA h3 {
  margin: 2%;
}
#QA a:link {
  color: black;
}
#QA a:visited, #QA a:hover {
  color: gray;
}
#QA a:active {
  color: lightgray;
}

.appBox {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

.linkBox {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

dialog {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding: 3.25em;
  padding-bottom: 4%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  margin: 0 auto;
  border: none;
  color: #3e3a39;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 9999;
}
dialog .modal-content {
  background: url(https://events.cdn-tkec.tw/events_net/events_net/tk3c_creditcard/imagesT/swal_BG.png), linear-gradient(163deg, #c6974e, #815e2a 10.4%, #4a3017 22.64%, #c6974e 31.18%, #815e2a 42.72%, #9c7639 58.86%, #eed573 69.32%, #f6f3c2 94.93%, #815e2a), linear-gradient(163deg, #c6974e, #815e2a 10.4%, #4a3017 22.64%, #c6974e 31.18%, #815e2a 42.72%, #9c7639 58.86%, #eed573 69.32%, #f6f3c2 94.93%, #815e2a), linear-gradient(163deg, #f8ebc3, #ffffff, #f8ebc3);
  background-position: center bottom, var(--border-radius) 0, var(--border-radius) 100%, center;
  background-repeat: no-repeat;
  background-size: 100%, calc(100% - var(--border-radius) - var(--border-radius)) var(--border-width), calc(100% - var(--border-radius) - var(--border-radius)) var(--border-width), 100%;
  padding: 20px;
  border-radius: var(--border-radius);
  width: 80%;
  max-width: 1140px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
dialog .modal-content::before, dialog .modal-content::after {
  content: "";
  display: block;
  position: absolute;
  width: var(--border-radius);
  top: 0;
  bottom: 0;
  pointer-events: none;
}
dialog .modal-content::before {
  left: 0;
  border: var(--border-width) solid #c6974e;
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  border-right-color: transparent;
}
dialog .modal-content::after {
  right: 0;
  border: var(--border-width) solid #c6974e;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  border-left-color: transparent;
}
dialog .modal-content::-ms-backdrop {
  background: rgba(0, 0, 0, 0.5); /* 背景颜色和透明度 */
  backdrop-filter: blur(1px); /* 添加模糊效果 */
}
dialog .modal-content::backdrop {
  background: rgba(0, 0, 0, 0.5); /* 背景颜色和透明度 */
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px); /* 添加模糊效果 */
}
dialog .modal-content h2 {
  margin: 2%;
}
dialog .modal-content button {
  width: 15vw;
  max-width: 270px;
  margin: 2% auto;
  background: none;
  border: none;
}
dialog .modal-content button:hover {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
dialog .modal-content ul li {
  margin: 1% auto;
  line-height: 1.5em;
}
dialog .modal-content .pop1:first-of-type {
  list-style: none;
  margin-left: -2em;
}

.dialog2 .modal-content {
  height: 70%;
}
.dialog2 .dialog2-content {
  overflow-y: scroll;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}

* {
  margin: initial;
  padding: revert;
}

@media screen and (max-width: 1600px) {
  .fixed-icon {
    right: 0;
  }
}
@media screen and (max-width: 1400px) {
  h1 {
    font-size: 5.7vmin;
  }
  #member .listBox {
    width: 48%;
    margin-bottom: 3%;
  }
  #member .listItemBox {
    min-height: 200px;
  }
  #member div[class^=listBoxBG_] {
    margin-top: -4%;
    min-height: 360px;
  }
  dialog .modal-content button {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 6.8vmin;
  }
  h2 {
    font-size: 5.5vmin;
  }
  h3 {
    font-size: 4.5vmin;
  }
  h4 {
    font-size: 3.7vmin;
  }
  p {
    font-size: 3.5vmin;
    line-height: 4.5vmin;
  }
  .pcSet {
    display: none;
  }
  .moSet {
    display: block;
  }
  nav .nav-item {
    font-size: 4.5vmin;
    width: 49%;
    margin: 1% auto;
  }
  .fixed-icon {
    min-width: 70px;
  }
  #member .cardBox {
    width: 60.34% !important;
    margin: 0 38%;
  }
  #member .cardBox img {
    width: 100%;
  }
  #member .titleBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 5%;
  }
  #member .titleBox h3,
  #member .titleBox p {
    margin: auto 2%;
  }
  #member .titleBox h3 {
    width: 40%;
    font-size: 3.8vmin;
  }
  #member .titleBox p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 3vmin;
    line-height: 4vmin;
    text-align: left;
  }
  #member .listBoxes {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  #member .listBox {
    width: 100%;
    margin: 2% auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  #member .listBox li {
    font-size: 4.5vmin;
  }
  #member .listBox .link,
  #member .listBox .link a {
    font-size: 3.5vmin;
  }
  #member div[class^=listBoxBG_] {
    min-height: 270px;
  }
  #member .listBox_1 .cardBox img,
  #member .listBox_2 .cardBox img {
    padding-top: 0;
  }
  #member .listItemBox {
    height: auto;
  }
  #member .hiddenBox .box {
    width: 100% !important;
  }
  #member .textBox ul {
    padding: 0;
  }
  #member .textBox ol {
    padding: 10px;
    font-size: 3.5vmin;
  }
  #member .iconItem {
    width: 48%;
  }
  #member .special-bg {
    font-size: 3.5vmin;
    margin: 2% auto;
  }
  .popTrigger {
    width: 40%;
  }
  .hiddenArea .hiddenBox {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .hiddenArea .hiddenBox .box {
    width: 100% !important;
  }
  .hiddenArea .arrow {
    width: 6%;
  }
  #gold {
    background: url(https://events.cdn-tkec.tw/events_net/events_net/backhome/202507/images/member/classSection/1/classSectionBG1_M.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #gold .p1_text {
    font-size: 3.5vmin;
  }
  #gold .p2_text {
    font-size: 5vmin;
    line-height: 6vmin;
  }
  #surpass {
    background: url(https://events.cdn-tkec.tw/events_net/events_net/backhome/202507/images/member/classSection/3/classSectionBG3_M.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .classSection .p1_text {
    font-size: 5vmin;
  }
  .classSection .p2_text {
    font-size: 3.5vmin;
    line-height: 4.5vmin;
  }
  .classSection .classTitleBox img {
    width: 12%;
  }
  .iconItem {
    width: 50%;
  }
  .icon {
    width: 50%;
  }
  #joinMember .contentBox,
  #getApp .contentBox,
  #QA .contentBox {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  #gift .contentBox,
  #k-coin .contentBox {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  #joinMember a {
    width: 100%;
  }
  #k-coin .headLine,
  #k-coin .contentBox {
    width: 100%;
  }
  #k-coin button,
  #k-coin a {
    width: 35%;
  }
  dialog .modal-content button {
    width: 50%;
  }
}/*# sourceMappingURL=style_2024.css.map */