.wrapper,
.wrapper * {
  box-sizing: border-box;
}
.wrapper {
  background: #b79f6f;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.pagebg {
  flex-shrink: 0;
  width: 100%;
  height: 1200px;
  position: absolute;
  right: 0%;
  left: 0%;
  top: 0px;
  aspect-ratio: 16/10;
}
.indexbg {
  width: 1920px;
  height: 1195px;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 0px;
  object-fit: cover;
}
.container {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.header {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  height: 640px;
  max-width: 1400px;
  max-height: 640px;
  position: relative;
  aspect-ratio: 1400/640;
}
.logo {
  flex-shrink: 0;
  width: 13.57%;
  height: 10.47%;
  position: absolute;
  right: 73.36%;
  left: 13.07%;
  bottom: 76.41%;
  top: 13.13%;
}

.slogan {
  flex-shrink: 0;
  width: 44.93%;
  height: 64.84%;
  position: absolute;
  right: 43.29%;
  left: 11.79%;
  bottom: 1.72%;
  top: 33.44%;
  z-index: 2;
}

.role {
  flex-shrink: 0;
  width: 52.07%;
  height: 137.19%;
  position: absolute;
  right: 3.07%;
  left: 44.86%;
  bottom: -46.88%;
  top: 9.69%;
}


.content {
  background: rgba(255, 233, 195, 0.65);
  border-radius: 20px;
  //border-style: solid;
  //border-color: #ffffff;
  //border-width: 2px;
  box-shadow: inset 0px 0px 20px rgba(255, 255, 255, 0.8);
  padding: 40px 88px 180px 88px;
  display: flex;
  flex-direction: column;
  gap: 56px;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% - 32px);
  margin: 0px auto;
  flex-shrink: 0;
  max-width: 1400px;
  position: relative;
}
.part {
  display: flex;
  flex-direction: column;
  gap: var(--part-gap, 16px);
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.content-title {
  background: #004f8b;
  border-radius: 30px;
  padding: 6px 32px 6px 32px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  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: var(--base-font-base, 1.5em);
  font-weight: 700;
  position: relative;
}
.part-main {
  display: flex;
  flex-direction: column;
  gap: var(--part-main-gap, 16px);
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.text-point {
  color: var(--p, #303c62);
  text-align: left;
  font-family: "NotoSansTc-Bold", sans-serif;
  font-size: var(--base-font-lg, 28px);
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
.text-1 {
  color: var(--p, #303c62);
  text-align: left;
  font-family: "NotoSansTc-Regular", sans-serif;
  font-size: var(--base-font-base, 1em);
  line-height: 150%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.table {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  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: 2px;
  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: 4px 10px 4px 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
}
.textbox {
  display: flex;
  flex-direction: column;
  gap: 0px;
  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, 1em);
  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: 4px 10px 4px 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
}
.card-freecard {
  flex-shrink: 0;
  width: 104px;
  height: 104px;
  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, 1em);
  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: 4px 10px 4px 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex: 1;
  position: relative;
}
.skm {
  flex-shrink: 0;
  width: 104px;
  height: 50.61px;
  position: relative;
  aspect-ratio: 104/50.61;
}
.skm2 {
  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, 20px);
  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;
}
.linepoint {
  flex-shrink: 0;
  width: 104px;
  height: 50.61px;
  position: relative;
  aspect-ratio: 104/50.61;
}
.linepoint2 {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
}
.linepoint3 {
  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: 0px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
._100 {
  color: var(--danger, #eb0000);
  text-align: left;
  font-family: var(---font-family, "NotoSansTc-Regular", sans-serif);
  font-size: var(---font-size, 1.15em);
  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 {
  text-align: left;
  font-family: "NotoSansTc-Regular", sans-serif;
  font-size: var(--base-font-base, 1em);
  line-height: 150%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.text-12-span {
  color: var(--p, #303c62);
  font-size: 24px;
}
.text-12-span2 {
  color: #ff0004;
  font-size: 24px;
  text-decoration: underline;
}
.footer {
  flex-shrink: 0;
  width: 100%;
  height: calc(100vw * 359 / 1920);
  max-width: 1920px;
  max-height: 359px;
  position: relative;
  aspect-ratio: 1920/359;
}
.footer-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  object-fit: cover;
}
