.wrapper,
.wrapper * {
  box-sizing: border-box;
}
.wrapper {
  background: #022440;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.pagebg {
  flex-shrink: 0;
  width: 100%;
  height: 50rem;
  position: absolute;
  right: 0%;
  left: 0%;
  top: 0rem;
  aspect-ratio: 16/10;
}
.indexbg {
  width: 80rem;
  height: 49.791666666666664rem;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 0rem;
  object-fit: cover;
}
.container {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.header {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  height: 28.333333333333332rem;
  max-width: 58.333333333333336rem;
  max-height: 28.333333333333332rem;
  position: relative;
  aspect-ratio: 1400/680;
}
.logo {
  flex-shrink: 0;
  width: 12.57%;
  height: 9.12%;
  position: absolute;
  right: 68.93%;
  left: 18.5%;
  bottom: 83.24%;
  top: 7.65%;
  object-fit: cover;
}
.slogan {
  flex-shrink: 0;
  width: 34.57%;
  height: 7.94%;
  position: absolute;
  right: 50%;
  left: 15.43%;
  bottom: 39.12%;
  top: 52.2%;
}
.slogan-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  object-fit: cover;
}
.content {
  padding: 1.6666666666666667rem 3.6666666666666665rem 7.5rem
    3.6666666666666665rem;
  display: flex;
  flex-direction: column;
  gap: 2.3333333333333335rem;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 58.333333333333336rem;
  position: relative;
}
.part {
  display: flex;
  flex-direction: column;
  gap: var(--part-gap, 0.6666666666666666rem);
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.content-title {
  background: #004f8b;
  border-radius: 1.25rem;
  padding: 0.25rem 1.3333333333333333rem 0.25rem 1.3333333333333333rem;
  display: flex;
  flex-direction: row;
  gap: 0.4166666666666667rem;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.div {
  color: #fff600;
  text-align: left;
  font-family: "NotoSansTc-Bold", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
}
.part-main {
  display: flex;
  flex-direction: column;
  gap: var(--part-main-gap, 0.6666666666666666rem);
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.text-point {
  color: #ffffff;
  text-align: left;
  font-family: "NotoSansTc-Bold", sans-serif;
  font-size: var(--base-font-lg, 1.1666666666666667rem);
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
.text-1 {
  color: #ffffff;
  text-align: left;
  font-family: "NotoSansTc-Regular", sans-serif;
  font-size: var(--base-font-base, 1rem);
  line-height: 150%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.table {
  border-radius: 0.4166666666666667rem;
  display: flex;
  flex-direction: column;
  gap: 0.08333333333333333rem;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.table-tr-col-2 {
  display: flex;
  flex-direction: row;
  gap: 0.08333333333333333rem;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.table-th-style {
  background: linear-gradient(
    180deg,
    rgba(0, 35, 100, 1) 0%,
    rgba(0, 67, 175, 1) 100%
  );
  padding: 0.16666666666666666rem 0.4166666666666667rem 0.16666666666666666rem
    0.4166666666666667rem;
  display: flex;
  flex-direction: column;
  gap: 0.3333333333333333rem;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
}
.textbox {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.table-text {
  color: var(--text-color, #ffffff);
  text-align: center;
  font-family: "NotoSansTc-Bold", sans-serif;
  font-size: var(--base-font-base, 1rem);
  line-height: 150%;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
.table-td-style {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  padding: 0.16666666666666666rem 0.4166666666666667rem 0.16666666666666666rem
    0.4166666666666667rem;
  display: flex;
  flex-direction: column;
  gap: 0.3333333333333333rem;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
}
.card-freecard {
  flex-shrink: 0;
  width: 4.333333333333333rem;
  height: 4.333333333333333rem;
  position: relative;
  aspect-ratio: 1;
}
.d-09 {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  object-fit: cover;
}
.table-text2 {
  color: var(--text-color, #000000);
  text-align: center;
  font-family: "NotoSansTc-Bold", sans-serif;
  font-size: var(--base-font-base, 1rem);
  line-height: 150%;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
.table-td-style2 {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  padding: 0.16666666666666666rem 0.4166666666666667rem 0.16666666666666666rem
    0.4166666666666667rem;
  display: flex;
  flex-direction: column;
  gap: 0.3333333333333333rem;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex: 1;
  position: relative;
}
.p-chome {
  flex-shrink: 0;
  width: 4.333333333333333rem;
  height: 2.10875rem;
  position: relative;
  aspect-ratio: 104/50.61;
}
.p-chome2 {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  object-fit: cover;
}
.table-text-secondary {
  color: var(--text-point, #ff0000);
  text-align: center;
  font-family: "NotoSansTc-Regular", sans-serif;
  font-size: var(--base-font-sm, 0.8333333333333334rem);
  line-height: 150%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.gold-1-g {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  object-fit: cover;
}
.d-04 {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  object-fit: cover;
}
.d-03 {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  object-fit: cover;
}
.d-00 {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  object-fit: cover;
}
.p {
  display: flex;
  flex-direction: row;
  gap: 0rem;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
._100 {
  color: #f1ff2a;
  text-align: left;
  font-family: var(---font-family, "NotoSansTc-Regular", sans-serif);
  font-size: var(---font-size, 1.0833333333333333rem);
  line-height: var(---line-height, 200%);
  font-weight: var(---font-weight, 400);
  position: relative;
  flex: 1;
}
.d-08 {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  object-fit: cover;
}
.d-07 {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  object-fit: cover;
}
.text-12 {
  color: var(--base-font-content-color, #ffffff);
  text-align: left;
  font-family: "NotoSansTc-Regular", sans-serif;
  font-size: var(--base-font-base, 1rem);
  line-height: 150%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.text-13 {
  text-align: left;
  font-family: "NotoSansTc-Regular", sans-serif;
  font-size: var(--base-font-base, 1rem);
  line-height: 150%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.text-13-span {
  color: var(--base-font-content-color, #ffffff);
  font-size: 1em;
}
.text-13-span2 {
  color: #ffff00;
  font-size: 1em;
  text-decoration: underline;
}
