@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 16px;
  /* 桌面版基準字體大小 */ }

@media screen and (max-width: 1024px) {
  html {
    font-size: 14px; } }
body {
  font-family: 'Noto Sans TC', sans-serif;
  background-color: #fff;
  font-size: 1rem;
  /* 使用相對單位 */
  overflow-x: hidden; }

.frame {
  padding: 6.25rem 0;
  width: 1200px; }
  @media (max-width: 1200px) {
    .frame {
      padding: 3rem 0;
      width: 100%; } }

.wrap {
  margin: 5rem auto; }
  @media (max-width: 768px) {
    .wrap {
      margin: 3rem  auto; } }

.cta_button {
  display: inline-block;
  background-color: #eed7b5;
  color: white;
  padding: 1rem 2.5rem;
  border-radius: 100px;
  text-decoration: none;
  font-size: 1.5rem; }
  .cta_button span {
    font-size: 2.25rem;
    font-weight: bold; }

a:hover.cta_button {
  background: linear-gradient(to top, #a37a5d, #eed7b5); }

.tit {
  text-align: center;
  z-index: 1;
  position: relative; }
  .tit_maintitle {
    color: #a37a5d;
    font-size: 3rem;
    margin-bottom: 1.5rem;
    line-height: 1.4; }
    .tit_maintitle span {
      color: #7b34c6; }
  .tit_subtitle {
    font-size: 1.5rem;
    color: #919191;
    line-height: 1.4; }
  @media (max-width: 768px) {
    .tit {
      padding: 0 4px; }
      .tit_maintitle {
        font-size: 2.5rem;
        margin-bottom: 0rem;
        line-height: 1.4; }
      .tit_subtitle {
        font-size: 1.5rem; } }

@media (max-width: 768px) {
  .big {
    display: none; } }

.small {
  display: none; }
  @media (max-width: 768px) {
    .small {
      display: block; } }

header {
  position: relative;
  background: #fff;
  height: 4em;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  z-index: 9999;
  box-shadow: 0 6px 6px 0px rgba(0, 0, 0, 0.15);
  padding: 0.8em 1em 0 1em; }
  header a {
    display: inline-block;
    height: 2em; }
    header a img {
      height: 100%;
      width: auto; }

.kv {
  background-image: radial-gradient(#f3eeff 7px, transparent 3px);
  background-size: 60px 60px;
  position: relative;
  overflow: hidden; }
  .kv .frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    gap: 30px;
    padding-bottom: 80px; }
  .kv .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; }
    .kv .logo img {
      width: 30%; }
    .kv .logo p {
      font-size: 3rem; }
  .kv h1 {
    color: #7b34c6;
    font-size: 4.5rem;
    font-weight: 900; }
  .kv .date {
    background-color: #7b34c6;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px 10px 10px;
    font-size: 1.5rem; }
    .kv .date span {
      background-color: #fff;
      color: #7b34c6;
      border-radius: 20px;
      padding: 0px 20px;
      margin-right: 20px; }
  .kv .coupon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    position: relative;
    padding: 4% 20% 4% 32%; }
    .kv .coupon p {
      color: #fff;
      font-size: 2rem;
      line-height: 1.5;
      z-index: 1; }
    .kv .coupon .money {
      color: #93da49;
      font-size: 2rem;
      text-shadow: 4px 4px 0px black;
      font-weight: 900;
      z-index: 1; }
      .kv .coupon .money b {
        font-size: 10rem;
        font-weight: 900; }
    .kv .coupon::after {
      content: "";
      position: absolute;
      width: 769px;
      height: 376px;
      inset: 0;
      background-image: url(../images/kv_coupon.png);
      background-size: cover;
      background-position: center;
      z-index: 0;
      margin: auto; }
    .kv .coupon .doll_bankee {
      position: absolute;
      width: 330px;
      left: -50px;
      bottom: -90px;
      z-index: 2;
      animation: main 2s infinite ease-in-out; }
    .kv .coupon .doll_pocket {
      position: absolute;
      width: 240px;
      right: 20px;
      bottom: -90px;
      z-index: 2;
      animation: main02 2s infinite ease-in-out; }
@keyframes main {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0); } }
@keyframes main02 {
  0% {
    transform: translateY(-20px); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(-20px); } }
  .kv .coupon::before {
    content: '送';
    position: absolute;
    top: calc(50% - 50px);
    left: calc(26% - 50px);
    width: 100px;
    height: 100px;
    font-size: 5rem;
    color: #fff;
    background-color: #7b34c6;
    border-radius: 100px;
    border: 10px solid #93da49;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 4px 0px black;
    transform: rotate(-15deg);
    font-weight: 900;
    padding: 8px;
    z-index: 1; }
  .kv .circle_3 {
    position: absolute;
    border-radius: 50%;
    background-color: #7b3dd1;
    width: 300px;
    height: 300px;
    left: 18%;
    top: -220px; }
  @media (max-width: 1400px) {
    .kv .coupon .doll_bankee {
      width: 300px; } }
  @media (max-width: 1200px) {
    .kv .circle_3 {
      width: 200px;
      height: 200px;
      top: -160px; }
    .kv .coupon .doll_bankee {
      width: 250px; }
    .kv .coupon .doll_pocket {
      width: 200px;
      right: 60px; } }
  @media (max-width: 1024px) {
    .kv .coupon::after {
      width: 65vw;
      background-position: top;
      height: auto; } }
  @media (max-width: 768px) {
    .kv .frame {
      gap: 10px;
      padding-bottom: 200px; }
    .kv h1 {
      font-size: 2rem; }
    .kv .date {
      font-size: 1.25rem; }
    .kv .coupon {
      padding-left: 0px;
      padding-right: 0px; }
      .kv .coupon p {
        font-size: 1.25rem;
        padding: 10px 10px 0 100px; }
      .kv .coupon .money {
        margin: 10px 0 0 50px; }
        .kv .coupon .money b {
          font-size: 7rem; }
      .kv .coupon .doll_bankee {
        width: 50%;
        left: 0%;
        bottom: -230px; }
      .kv .coupon .doll_pocket {
        width: 45%;
        right: 0%;
        bottom: -250px; }
    .kv .coupon::after {
      max-width: 95%;
      background-position: left;
      margin-top: 10px;
      height: 200px;
      width: 100vw; }
    .kv .coupon::before {
      width: 60px;
      height: 60px;
      font-size: 4rem;
      border: 6px solid #93da49;
      top: calc(50% - 50px);
      left: calc(15% - 50px); }
    .kv .circle_3 {
      display: none; } }
  @media screen and (max-width: 400px) {
    .kv .coupon::after {
      height: 180px; }
    .kv .coupon .money b {
      font-size: 5rem; } }

/* 左側圓形 */
.kv::before {
  content: "";
  position: absolute;
  width: 40vw;
  /* 600px ÷ 1500px(設計稿寬) ≈ 40vw */
  height: 40vw;
  /* 高度跟寬度一樣，保持正圓 */
  background-color: #7b3dd1;
  border-radius: 50%;
  left: -26.7vw;
  /* -400px ÷ 1500px ≈ -26.7vw */
  top: 50%;
  transform: translateY(-50%); }
  @media (max-width: 768px) {
    .kv::before {
      left: -30vw; } }
  @media (max-width: 768px) {
    .kv::before {
      width: 200px;
      height: 200px;
      top: -5%;
      left: -30%; } }

/* 右側圓形 */
.kv::after {
  content: "";
  position: absolute;
  width: 50vw;
  height: 50vw;
  background-color: #7b3dd1;
  border-radius: 50%;
  right: -33vw;
  top: -25vw;
  /* -300 ÷ 1440 × 100 */ }
  @media (max-width: 1200px) {
    .kv::after {
      right: -38vw; } }
  @media (max-width: 768px) {
    .kv::after {
      display: none; } }

@keyframes main {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0); } }
.step, .discount, .discount02 {
  background-color: #7b34c6;
  overflow: hidden; }
  .step .frame, .discount .frame, .discount02 .frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto; }
  .step .tit, .discount .tit, .discount02 .tit {
    color: #fff; }
    .step .tit p span, .discount .tit p span, .discount02 .tit p span {
      background-image: linear-gradient(to bottom, transparent 50%, #ff0033 50%);
      padding: 0 4px; }
  .step h2, .discount h2, .discount02 h2 {
    font-size: 4rem;
    margin-bottom: 40px; }
  .step p, .discount p, .discount02 p {
    line-height: 1.6;
    color: #fff;
    font-size: 2.5rem; }
  .step_content, .discount_content, .discount02_content {
    display: flex;
    width: 90%;
    max-width: 1024px;
    margin: 60px auto; }
  .step_list, .discount_list, .discount02_list {
    text-align: center;
    background-color: #fff;
    border-radius: 20px 0 0 20px;
    padding: 40px 0;
    flex: 1;
    display: flex;
    gap: 40px;
    flex-direction: column; }
    .step_list .number, .discount_list .number, .discount02_list .number {
      font-size: 1.5rem;
      color: #fff;
      padding: 6px 60px;
      border-radius: 50px;
      margin: 0 40px;
      display: flex;
      align-items: baseline;
      justify-content: center;
      width: fit-content;
      margin: auto; }
      .step_list .number span, .discount_list .number span, .discount02_list .number span {
        font-size: 3rem;
        font-weight: 900; }
    .step_list p, .discount_list p, .discount02_list p {
      font-size: 3rem;
      line-height: 1;
      margin: 0;
      color: #7b34c6;
      padding: 0 15px;
      font-weight: 900;
      line-height: 1.4; }
  .step_divider, .discount_divider, .discount02_divider {
    position: relative;
    width: 60px;
    flex-shrink: 0;
    background-color: #fff; }
    .step_divider::before, .discount_divider::before, .discount02_divider::before {
      content: '';
      position: absolute;
      top: -10%;
      left: 50%;
      transform: translateX(-50%) rotate(354deg);
      width: 20px;
      height: 120%;
      background-color: #7b34c6; }
    .step_divider span, .discount_divider span, .discount02_divider span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background-color: #7b34c6;
      color: #fff;
      font-size: 7rem;
      font-weight: 900;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1; }
  .step .second, .discount .second, .discount02 .second {
    border-radius: 0 20px 20px 0; }
  @media (max-width: 768px) {
    .step h2, .discount h2, .discount02 h2 {
      font-size: 2rem;
      margin-bottom: 20px; }
    .step p, .discount p, .discount02 p {
      font-size: 1.25rem; }
    .step_content, .discount_content, .discount02_content {
      flex-direction: column;
      width: 90%;
      margin: 20px auto; }
    .step_list, .discount_list, .discount02_list {
      border-radius: 20px 20px 0 0;
      gap: 20px; }
    .step .second, .discount .second, .discount02 .second {
      border-radius: 0 0 20px 20px; }
    .step_divider, .discount_divider, .discount02_divider {
      width: auto; }
      .step_divider::before, .discount_divider::before, .discount02_divider::before {
        transform: translateX(-50%) rotate(5deg);
        width: 120%;
        height: 20px;
        background-color: #7b34c6;
        top: -15px; }
      .step_divider span, .discount_divider span, .discount02_divider span {
        width: 60px;
        height: 60px;
        font-size: 4rem; }
    .step .step_list p, .discount .step_list p, .discount02 .step_list p {
      font-size: 2.5rem; } }

.step_list .number {
  background-color: #7b34c6; }
  .step_list .number span {
    font-size: 1.5rem; }

.discount, .discount02 {
  background-image: radial-gradient(#f3eeff 7px, transparent 3px);
  background-size: 60px 60px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  position: relative; }
  .discount .frame, .discount02 .frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto; }
  .discount h2, .discount02 h2 {
    color: #7b34c6; }
    .discount h2 span, .discount02 h2 span {
      background-image: linear-gradient(to bottom, transparent 50%, #93da49 50%);
      padding: 0 4px; }
  .discount_content, .discount02_content {
    display: flex;
    gap: 40px;
    width: 100%;
    max-width: 1024px;
    margin: 60px auto; }
  .discount_list, .discount02_list {
    text-align: center;
    background-color: #7b34c6;
    border: 6px solid #93da49;
    border-radius: 20px;
    padding: 40px 0 20px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px; }
    .discount_list .number,
    .discount_list .number_s, .discount02_list .number,
    .discount02_list .number_s {
      font-size: 12.5rem;
      font-weight: bolder;
      color: #fff;
      padding-bottom: 0;
      min-height: 160px;
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-bottom: 0; }
      .discount_list .number span,
      .discount_list .number_s span, .discount02_list .number span,
      .discount02_list .number_s span {
        font-size: 2rem;
        font-weight: 400;
        align-self: flex-end;
        line-height: 1;
        padding-bottom: 1rem; }
    .discount_list .number_s, .discount02_list .number_s {
      font-size: 6rem; }
      .discount_list .number_s span, .discount02_list .number_s span {
        font-size: 2rem;
        padding-bottom: 4rem; }
    .discount_list p, .discount02_list p {
      font-size: 2rem;
      line-height: 1;
      margin: 0;
      color: #fff;
      padding: 0 15px; }
      .discount_list p span, .discount02_list p span {
        font-size: 1rem;
        color: #fff;
        font-weight: 400; }
  .discount .btn, .discount02 .btn {
    font-size: 2.5rem;
    margin: auto;
    color: #7b34c6;
    background-color: #93da49;
    border-radius: 100px;
    padding: 20px 80px;
    font-weight: 900;
    text-decoration: none;
    text-align: center;
    display: block; }
    .discount .btn .arrow, .discount02 .btn .arrow {
      margin-left: 5px;
      font-size: 12px; }
  .discount a:hover, .discount02 a:hover {
    font-size: 2.5rem;
    color: #fff; }
  .discount .note, .discount02 .note {
    font-size: 1.25rem;
    color: #7b34c6;
    margin: 20px 20px 0 20px; }
  .discount .doll_bankee01, .discount02 .doll_bankee01 {
    position: absolute;
    width: 15%;
    left: 0px;
    bottom: 5px;
    transform: rotate(10deg); }
  .discount .doll_bankee02, .discount02 .doll_bankee02 {
    position: absolute;
    width: 150px;
    right: 2%;
    top: 16%; }
  @media (max-width: 1024px) {
    .discount .tit, .discount02 .tit {
      width: 90%; }
    .discount_content, .discount02_content {
      width: 95%;
      gap: 20px; }
    .discount_list img, .discount02_list img {
      width: 80%; }
    .discount .doll_bankee01, .discount02 .doll_bankee01 {
      width: 230px;
      left: 0px;
      bottom: 5px;
      transform: rotate(10deg); }
    .discount .doll_bankee02, .discount02 .doll_bankee02 {
      width: 100px;
      right: 5%;
      top: 18%; } }
  @media (max-width: 800px) {
    .discount_content, .discount02_content {
      width: 100%; } }
  @media (max-width: 768px) {
    .discount .wrap, .discount02 .wrap {
      margin: 3rem auto 0 auto; }
    .discount .tit, .discount02 .tit {
      padding: 0; }
    .discount_content, .discount02_content {
      flex-direction: column;
      align-items: center;
      padding: 0 10px;
      gap: 0; }
    .discount_list, .discount02_list {
      margin-bottom: 20px;
      width: 90%;
      padding: 20px 0; }
      .discount_list .number, .discount02_list .number {
        margin: 0 auto;
        padding-bottom: 0; }
    .discount .doll_bankee01, .discount02 .doll_bankee01 {
      display: none; }
    .discount .doll_bankee02, .discount02 .doll_bankee02 {
      display: none; }
    .discount .note, .discount02 .note {
      font-size: 1rem;
      color: #7b34c6;
      margin: 40px 20px 0 20px; } }

.discount02 {
  background-color: #93da49;
  background-image: none; }
  .discount02 h2 {
    color: #fff;
    text-shadow: 2px  2px 0 #6a24b5, -2px  2px 0 #6a24b5, 2px -2px 0 #6a24b5, -2px -2px 0 #6a24b5; }
  .discount02 .tit p {
    color: #7b34c6; }
    .discount02 .tit p span {
      background-image: linear-gradient(to bottom, transparent 50%, #fff 50%);
      padding: 0 4px; }
  .discount02_list {
    border: 6px solid #fff; }
    .discount02_list p {
      color: #7b34c6;
      background-color: #fff;
      border-radius: 50px;
      padding: 6px 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: fit-content;
      margin: auto; }
    .discount02_list .number {
      color: #93da49;
      font-size: 8rem; }
  .discount02 .numbernote::after {
    content: "單位：新臺幣";
    position: absolute;
    color: #7b34c6;
    right: 0;
    bottom: -40px;
    font-size: 1.25rem; }

.method .frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto; }
.method details {
  border-radius: 4px;
  margin-bottom: 20px;
  width: 1024px;
  margin: auto;
  color: #4b4b4b; }
  .method details summary {
    padding: 10px;
    cursor: pointer;
    list-style: none;
    position: relative;
    font-size: 2rem;
    background-color: #7b34c6;
    color: #fff;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
    border-radius: 50px; }
    .method details summary::-webkit-details-marker {
      display: none; }
    .method details summary::after {
      content: '';
      border: solid #fff;
      border-width: 0 4px 4px 0;
      display: inline-block;
      padding: 7px;
      margin-left: 15px;
      transform: rotate(45deg);
      transition: transform 0.3s ease; }
  .method details[open] > summary::after {
    transform: rotate(-135deg); }
.method .content {
  padding: 15px;
  display: none; }
  .method .content h5 {
    color: #4b4b4b;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 3px;
    border-bottom: 1px solid #4b4b4b;
    display: inline-block; }
  .method .content ul {
    padding-left: 20px;
    line-height: 1.6;
    list-style-type: square; }
    .method .content ul ol {
      padding-left: 20px; }
  .method .content ol {
    padding-left: 20px;
    line-height: 1.6; }
    .method .content ol li span {
      color: #7b34c6; }
    .method .content ol li a {
      color: #7b34c6; }
    .method .content ol li a:hover {
      opacity: .6; }
.method details[open] .content {
  display: block; }
@media (max-width: 1024px) {
  .method details {
    width: 90%; } }
@media (max-width: 768px) {
  .method details {
    width: 95%; }
    .method details summary {
      font-size: 1.75rem; } }

.apply {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px; }
  .apply a {
    background-color: #93da49;
    color: #7b34c6;
    border: 6px solid #7b34c6;
    border-radius: 100px;
    font-size: 2rem;
    text-decoration: none;
    padding: 20px;
    font-weight: 900; }
  .apply a:hover {
    color: #fff;
    border: 6px solid #93da49; }
  @media (max-width: 768px) {
    .apply {
      right: 5px;
      bottom: 5px;
      width: 100px;
      height: 100px; }
      .apply a {
        font-size: 1.5rem;
        padding: 10px;
        border: 3px solid #7b34c6; } }
