@charset "UTF-8";
body {
  font-size: 16px;
}

@media (max-width: 768px) {
  .mb-30-m {
    margin-bottom: 30px;
  }
}
.wrapper {
  background-color: #fff;
  overflow: hidden;
}
.d-block-pc{
  display: block ;
}

.d-block-m{
display: none ;
}
@media (max-width: 991px) {
  .d-block-pc{
    display: none ;
  }
  .d-block-m{
  display: block ;
  }
}
.d-block-pc2{
  display: block !important;
}

.d-block-m2{
display: none !important;
}
@media (max-width: 768px) {
  .d-block-pc2{
    display: none !important;
  }
  .d-block-m2{
  display: block !important;
  }
}
.content {
  min-height: auto;
}
@media (max-width: 576px) {
  .content {
    width: 100%;
    max-width: auto;
  }
}

.mt-5 {
  margin-top: 60px !important;
}

@media (max-width: 768px) {
  .mb-4-md {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 576px) {
  .mb-0-md {
    margin-bottom: 0 !important;
  }
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-24 {
  font-size: 24px;
}

.line-height-xl {
  line-height: 2em;
}

.font-bold {
  font-weight: bold;
}

.text-highlight-red {
  color: #f8524c;
}

.underline-yellow {
  position: relative;
}
.underline-yellow::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  border-radius: 50px;
  height: 8px;
  bottom: 0px;
  background-color: #ffff00;
}

.underline-text {
  z-index: 2;
  position: relative;
}

.text-sm {
  font-size: 15px !important;
}

.p-40 {
  padding: 40px;
}

.ptb-40 {
  padding-block: 40px;
}

.minh-48 {
  min-height: 48px;
}

.font-md {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

@media (max-width: 576px) {
  .flex-column-m {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media (max-width: 768px) {
  .d-block-md {
    display: block !important;
  }
}

@media (max-width: 576px) {
  .d-none-m {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .d-block-m {
    display: block !important;
  }
}

@media (max-width: 576px) {
  .d-flex-m {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.overflow-x-clip {
  overflow-x: clip;
}

.btn {
  background-color: #3cbaad;
}

.btn-secondary {
  background-color: #fff;
  border-color: #3cbaad;
  color: #3cbaad;
}

.popup {
  overflow: scroll;
}
.popup ul {
  padding-left: 1rem;
}

.show-popup img {
  -webkit-user-drag: none; /* 針對 Chrome 和 Safari */
  -moz-user-drag: none; /* 針對 Firefox */
  -o-user-drag: none; /* 針對 Opera */
}

.popup table {
  margin: 8px 0;
}
.popup table th, .popup table td {
  border: 1px solid black; /* 單元格邊框樣式 */
  padding: 4px 8px; /* 單元格內邊距 */
  text-align: left; /* 文字左對齊 */
}

.Precaution-block {
  background-color: #ffffcc;
  padding: 4px 8px;
  display: inline-block;
  margin: 4px 0;
}

.footer-link {
  text-decoration: underline;
}

.no-drag {
  -webkit-user-drag: none; /* Safari */
  user-drag: none; /* Firefox */
}

.kv {
  background: rgb(252, 244, 232);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(19%, rgb(252, 244, 232)), to(rgb(251, 233, 207)));
  background: linear-gradient(0deg, rgb(252, 244, 232) 19%, rgb(251, 233, 207) 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding-top: 68px;
  margin: 0 auto;
  gap: 40px;
  position: relative;
}
.kv .kv-circle-bg {
  position: absolute;
  width: 1528px;
  height: 570px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-45%, 0);
          transform: translate(-45%, 0);
  background-image: url("../img/kv-circle-bg.webp"); /* 設定背景圖片 */
  background-repeat: no-repeat; /* 不重複 */
  background-position: center center; /* 居中顯示 */
  background-size: cover; /* 圖片覆蓋整個容器 */
}
@media (max-width: 768px) {
  .kv .kv-circle-bg {
    height: 500px;
  }
}
.kv .kv-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 630px;
}
@media (max-width: 768px) {
  .kv .kv-content {
    height: 600px;
  }
}
@media (max-width: 400px) {
  .kv .kv-content {
    height: 500px;
  }
}
.kv .kv-content .content-left {
  width: 320px;
}
@media (max-width: 1200px) {
  .kv .kv-content .content-left {
    display: none;
  }
}
.kv .kv-content .content-right .kv_title {
  font-family: "Noto Sans TC", sans-serif; /* 設定字體 */
  font-weight: bold;
  font-size: 44px;
  line-height: 64px;
  background: rgb(74, 194, 189);
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgb(74, 194, 189)), color-stop(36%, rgb(130, 204, 108)), color-stop(46%, rgb(235, 205, 17)), color-stop(54%, rgb(255, 181, 69)), color-stop(91%, rgb(255, 156, 199)));
  background: linear-gradient(90deg, rgb(74, 194, 189) 10%, rgb(130, 204, 108) 36%, rgb(235, 205, 17) 46%, rgb(255, 181, 69) 54%, rgb(255, 156, 199) 91%);
  padding: 0 8px;
  letter-spacing: 6px;
  -webkit-background-clip: text; /* 背景裁剪為文字 */
  -webkit-text-fill-color: transparent; /* 將文字填色設為透明 */
}
.kv .kv-content .content-right .kv_title .text-en {
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .kv .kv-content .content-right .kv_title {
    font-size: 55px;
    line-height: 80px;
  }
}
@media (max-width: 400px) {
  .kv .kv-content .content-right .kv_title {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 768px) {
  .kv .kv-content .content-right .text-m {
    font-size: 28px;
    line-height: 45px;
    margin-top: 30px;
    -webkit-text-fill-color: #3cbaad; /* 將文字填色設為透明 */
    color: #3cbaad;
  }
}
.kv .kv-content .content-right .kv-card {
  margin-top: 40px;
  width: 400px;
}

.title {
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #1cada4;
  margin-bottom: 8px;
  position: relative;
  margin-bottom: 32px;
}

.subtitle {
  display: block;
  font-size: 18px;
  color: #7c7c7c;
  font-weight: 400;
  margin-bottom: 8px;
}

.section {
  padding: 100px 40px;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .section {
    padding: 100px 0px;
  }
}

.notice {
  font-size: 16px;
}
@media (max-width: 768px) {
  .notice {
    font-size: 14px;
  }
}

.section1 {
  background-color: #fff;
}
.section1 .content {
  max-width: 900px;
  margin: 0 auto;
}
.section1 .content .text-block {
  background-color: #fff;
  border-radius: 20px;
  margin: 0 auto;
  line-height: 28px;
}
.section1 .content .text-block .block {
  background-color: #f0f7f7;
  border-radius: 20px;
  padding: 40px 80px;
  text-align: justify;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.25px;
}
@media (max-width: 768px) {
  .section1 .content .text-block .block {
    padding: 30px;
    font-size: 16px;
    line-height: 28px;
  }
}
.section1 .content .text-block .notice {
  list-style: "※"; /* 顯示圓點符號 */
  padding: 0px 80px;
  padding-left: 94px;
  font-size: 16px;
  text-align: left;
  color: #7c7c7c;
  font-size: 14px;
  line-height: 22px;
  margin-top: 24px;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px; /* 設定每個 li 之間的間距 */
}
@media (max-width: 768px) {
  .section1 .content .text-block .notice {
    padding: 0px 20px;
    line-height: 20px;
    gap: 4px;
  }
}
@media screen and (max-width: 768px) {
  .section1 .content .text-block {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .sec2-dec01 {
    display: none;
  }
}

.section2 {
  background-color: #fff5e3;
  position: relative;
  padding-top: 100px !important;
}
.section2 .sec2-dec02 {
  width: 1468px;
  height: 360px;
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translate(-48%, 0);
          transform: translate(-48%, 0);
  background-image: url("../img/sec2-dec02.webp"); /* 設定背景圖片 */
  background-repeat: no-repeat; /* 不重複 */
  background-position: center center; /* 居中顯示 */
  background-size: cover; /* 圖片覆蓋整個容器 */
}
.section2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section2 .title i{
  display: inline-block;
  font-family: "Noto Sans TC", sans-serif; /* 設定字體 */
  font-weight: bold;
  font-size: 44px;
  line-height: 64px;
  background: rgb(74, 194, 189);
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgb(74, 194, 189)), color-stop(36%, rgb(130, 204, 108)), color-stop(46%, rgb(235, 205, 17)), color-stop(54%, rgb(255, 181, 69)), color-stop(91%, rgb(255, 156, 199)));
  background: linear-gradient(90deg, rgb(74, 194, 189) 10%, rgb(130, 204, 108) 36%, rgb(235, 205, 17) 46%, rgb(255, 181, 69) 54%, rgb(255, 156, 199) 91%);
  padding: 0 8px;
  letter-spacing: 6px;
  -webkit-background-clip: text; /* 背景裁剪為文字 */
  -webkit-text-fill-color: transparent; /* 將文字填色設為透明 */
}
.section2 .title .text-en {
  letter-spacing: 0.5px;
}
.section2 .title .title-cus {
  font-size: 52px;
}
.section2 .title .title-num {
  letter-spacing: 8px;
  font-size: 60px;
}
@media (max-width: 768px) {
  .section2 .title {
    font-size: 28px;
    line-height: 44px;
  }
  .section2 .title .title-cus {
    font-size: 36px;
  }
  .section2 .title .title-num {
    letter-spacing: 8px;
    font-size: 44px;
  }
}
.section2 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 900px;
  width: 100%;
  text-align: center;
}
.section2 .content h3 {
  color: #b35f00;
  font-size: 28px;
  line-height: 50px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .section2 .content .title-cus {
    font-size: 36px;
  }
  .section2 .content .title-num {
    letter-spacing: 8px;
    font-size: 44px;
  }
}
.section2 .content .lv-tag {
  font-size: 28px;
  font-family: "Noto Sans TC", sans-serif; /* 設定字體 */
  vertical-align: bottom;
  display: inline-block;
  position: relative;
}
.section2 .content .lv-tag span {
  font-size: 48px;
  padding-top: 2px;
}
.section2 .content .lv-tag::before {
  content: "";
  width: 130%;
  height: 20px;
  border-radius: 10px;
  background-color: #ffe485;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.section2 .content .lv-tag .lv-text {
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  .section2 .content .lv-tag {
    font-size: 24px;
  }
  .section2 .content .lv-tag span {
    font-size: 40px;
  }
}
.section2 .content .lv-text2 {
  position: relative;
  display: inline-block;
  padding: 0 40px;
}
.section2 .content .lv-text2::before {
  content: "";
  position: absolute;
  background-image: url("../img/lv-text-dec01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 45px;
  left: 0;
  bottom: 5px;
}
.section2 .content .lv-text2::after {
  content: "";
  position: absolute;
  background-image: url("../img/lv-text-dec01.svg");
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 45px;
  right: 0;
  bottom: 5px;
}
@media (max-width: 768px) {
  .section2 .content .lv-text2 {
    font-size: 22px;
    line-height: 36px;
    padding: 0 24px;
  }
  .section2 .content .lv-text2::before {
    width: 25px;
    height: 38px;
    left: -12px;
    bottom: 5px;
  }
  .section2 .content .lv-text2::after {
    width: 25px;
    height: 38px;
    right: -12px;
    bottom: 5px;
  }
}
.section2 .content .lv1 {
  width: 100%;
}
.section2 .content .lv1 .lv1-block {
  background-color: #fff;
  padding: 20px 20px;
  padding-top: 10px;
  border-radius: 20px;
  border: 3px dotted #ffd994;
}
.section2 .content .lv1 .lv1-block p {
  color: #ff9900;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.section2 .content .lv1 .lv1-block p strong {
  font-size: 40px;
  color: #ef4343;
}
.section2 .content .lv1 .lv1-block p strong span {
  font-size: 24px;
}
@media (max-width: 768px) {
  .section2 .content .lv1 .lv1-block {
    padding-bottom: 10px;
  }
  .section2 .content .lv1 .lv1-block p {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .section2 .content .lv1 .lv1-block p strong {
    font-size: 32px;
  }
  .section2 .content .lv1 .lv1-block p strong span {
    font-size: 20px;
  }
}
.section2 .content .lv1 .lv1-block .upgrade-items .upgrade-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #8c4600;
}
.section2 .content .lv1 .lv1-block .upgrade-items .upgrade-item img {
  width: 88px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .section2 .content .lv1 .lv1-block .upgrade-items .upgrade-item {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .section2 .content .lv1 .lv1-block .upgrade-items .upgrade-item img {
    width: 64px;
  }
}
.section2 .content .lv1 p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 28px;
}
.section2 .content .lv1 p span {
  color: #e68a00;
}
.section2 .content .lv1 p strong {
  font-size: 28px;
  color: #ef4343;
}
.section2 .content .lv1 p strong span {
  color: #ef4343;
  font-size: 18px;
}
@media (max-width: 768px) {
  .section2 .content .lv1 p {
    font-size: 16px;
    line-height: 24px;
  }
  .section2 .content .lv1 p span {
    color: #e68a00;
  }
  .section2 .content .lv1 p strong {
    font-size: 20px;
    color: #ef4343;
  }
  .section2 .content .lv1 p strong span {
    color: #ef4343;
    font-size: 16px;
  }
}
.section2 .content .lv2 {
  width: 100%;
}
.section2 .content .lv2 .stores {
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
}
.section2 .content .lv2 .stores .container {
  padding: 0;
}
.section2 .content .lv2 .stores .stores-btn {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.section2 .content .lv2 .stores .tab {
  max-width: 900px;
  width: 100%;
}
.section2 .content .lv2 .stores .tab .uk-switcher {
  border-radius: 10px;
}
.section2 .content .lv2 .stores .tab .uk-switcher li {
  position: relative;
}
.section2 .content .lv2 .stores .tab .uk-switcher li .content {
  position: relative;
  z-index: 2;
  padding: 24px 40px;
  display: block;
}
.section2 .content .lv2 .stores .tab .uk-switcher li::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  position: absolute;
  border-radius: 24px;
  z-index: 1;
  top: 1px;
  left: 1px;
}
.section2 .content .lv2 .stores .tab .uk-switcher li::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(123deg, rgb(121, 191, 189) 0%, rgb(211, 220, 90) 40%, rgb(240, 196, 124) 63%, rgb(229, 162, 193) 100%);
  border-radius: 25px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.section2 .content .lv2 .stores .uk-tab {
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
@media (max-width: 991px) {
  .section2 .content .lv2 .stores .uk-tab {
    padding-left: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.section2 .content .lv2 .stores .uk-tab > li {
  display: inline-block !important;
  padding-left: 0;
  position: relative;
}
.section2 .content .lv2 .stores .uk-tab > li a {
  font-size: 14px;
}
.section2 .content .lv2 .stores .uk-tab > li a::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}
.section2 .content .lv2 .stores .uk-tab > li a span {
  color: #7c7c7c;
  z-index: 2;
  line-height: 20px;
}
.section2 .content .lv2 .stores .uk-tab > li a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(123deg, rgb(121, 191, 189) 0%, rgb(211, 220, 90) 40%, rgb(240, 196, 124) 63%, rgb(229, 162, 193) 100%);
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}
.section2 .content .lv2 .stores .uk-tab > .uk-active::after {
  content: none;
  width: 100%;
  height: 4px;
  background: #00a19b;
  border-radius: 10px;
  display: block;
  position: absolute;
  bottom: -4px;
  right: 0;
}
.section2 .content .lv2 .stores .uk-tab > .uk-active > a {
  color: #00a19b;
  font-weight: bold;
  padding-bottom: 16px;
  border: 0;
}
.section2 .content .lv2 .stores .uk-tab > .uk-active > a span {
  color: #fff;
  font-weight: 500;
}
.section2 .content .lv2 .stores .uk-tab::before {
  display: none;
}
.section2 .content .lv2 .stores .tab-block {
  margin: 0 auto;
}
.section2 .content .lv2 .stores .tab-block .uk-switcher {
  margin-top: 10px !important;
}
.section2 .content .lv2 .stores .tab-block > .uk-tab {
  margin: 0 auto;
  overflow: scroll;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 100%;
  padding: 16px;
}
@media (min-width: 1200px) {
  .section2 .content .lv2 .stores .tab-block > .uk-tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.section2 .content .lv2 .stores .tab-block > .uk-tab::after {
  display: none;
}
.section2 .content .lv2 .stores .tab-block > .uk-tab > li {
  width: 60px;
  margin: 0 7px;
}
.section2 .content .lv2 .stores .tab-block > .uk-tab > li > a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  color: #00a19b;
  padding: 8px;
}
.section2 .content .lv2 .stores .tab-block > .uk-tab > .uk-active > a {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.section2 .content .lv2 .stores .tab-block > .uk-tab > .uk-active > a::before {
  content: "";
  background-color: transparent;
  background-image: url("../img/circle-active.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px center;
  position: absolute;
  left: 3px;
  top: 3px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section2 .content .lv2 .stores .tab-block > .uk-tab > .uk-active > a::after {
  content: none;
}
.section2 .content .lv2 .stores .separator {
  color: #cfeee9;
}
.section2 .content .lv2 .stores .plus-icon {
  width: 20px;
}
.section2 .content .lv2 .stores .note {
  margin-left: 4px;
  background-color: #cfeee9;
  display: inline;
  text-wrap: auto;
  font-size: 14px;
}
.section2 .content .lv3 {
  /* 基本樣式 */
  /* 圖示樣式 */
  /* 描述 */
  /* 顏色定義 */
}
.section2 .content .lv3 .points-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}
.section2 .content .lv3 .point-title {
font-size: 20px;
line-height: 28px;
}
.section2 .content .lv3 .point-item {

  background-color: #fff;
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
  width: calc(33.333% - 1rem);
}
.section2 .content .lv3 h4 {
  font-size: 28px;
  line-height: 50px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .section2 .content .lv3 .point-item {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 576px) {
  .section2 .content .lv3 .point-item {
    width: calc(100% - 1rem);
    padding: 1rem;
  }
}
.section2 .content .lv3 .point-item img {
  width: 64px;
  height: 64px;
}
.section2 .content .lv3 .point-desc {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
  text-align: justify;
}
.section2 .content .lv3 .text-color-1 {
  color: #33b5af;
}
.section2 .content .lv3 .text-color-2 {
  color: #79b02f;
}
.section2 .content .lv3 .text-color-3 {
  color: #5098d9;
}
.section2 .content .lv3 .text-color-4 {
  color: #faa73a;
}
.section2 .content .lv3 .text-color-5 {
  color: #8875db;
}
.section2 .content .lv3 .text-color-6 {
  color: #ff8abe;
}
.section2 .content .lv3 .epoint {
  margin: 20px;
  margin-top: 40px;
  display: inline-block;
  position: relative;
}
.section2 .content .lv3 .epoint img {
  width: 60px;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.section2 .content .lv3 .epoint p {
  margin: 0;
  padding: 10px 20px;
  padding-left: 40px;
  background-color: #fff;
  color: #ff9900;
  font-weight: 500;
  border-radius: 4px;
}
.lv3-img-container{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;


}
.lv3 .title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #1cada4;
  margin-bottom: 8px;
  position: relative;
  margin-bottom: 32px;
}
.step-container{

  display: flex;
  justify-content: space-around;
  position: relative;
 
  .line{
    width: 100%;
    height: 1px;
    border-bottom: 3px dotted #00a19b;
    position: absolute;
    top: 20px;
    width: 70%;
  }
  .step{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .tag{
    padding: 8px 12px;
    background-color: #00a19b;
    color: #fff;
    width: 88px;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    margin-bottom: 8px;
  }
  p{
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .lv3-img-container{
    flex-direction: column;
    gap: 20px;

  }
  .step-container{
    display: flex;
    justify-content: space-around;
   
    .step{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .tag{
      padding: 8px 12px;
      background-color: #00a19b;
      color: #fff;
      width: 88px;
      clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
      margin-bottom: 4px;
    }
    p{
      font-size: 16px;
    }
  }
}
.section3 {
  background-color: #edf7fc;
}
.section3 .content {
  max-width: 900px;
  margin: 0 auto;
}
.section3 .content .row {
  --bs-gutter-x:0 ;
}
.section3 .content h3 {
  color: #00a4ef;
  position: relative;
}
.section3 .content h3::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #a3eeff;
  position: absolute;
  border-radius: 50px;
  top: 50%;
  left: -28px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.section3 .content h3::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #a3eeff;
  position: absolute;
  border-radius: 50px;
  top: 50%;
  right: -28px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.section3 .content h5 {
  font-size: 14px;
  padding: 0 40px;
  line-height: 22px;
}
.section3 .content ul {
  padding: 0 8px;
}
.section3 .content ul li {
  margin-left: 16px;
}

.section5 {
  background: rgb(215, 235, 214);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(229, 244, 229)), color-stop(63%, rgb(255, 254, 242)), to(rgb(255, 249, 235)));
  background: linear-gradient(0deg, rgb(229, 244, 229) 0%, rgb(255, 254, 242) 63%, rgb(255, 249, 235) 100%);
}
.section5 .content {
  max-width: 1200px;
  margin: 0 auto;
}

.section4 {
  background-color: #fff;
}
.section4 .content {
  max-width: 1200px;
  margin: 0 auto;
}

.bouns {
  padding-bottom: 120px;
  text-align: center;
}
.bouns .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bouns .content .card {
  width: 100%;
  margin-top: 20px;
  max-width: 350px;
  margin-bottom: 20px;
}
.bouns .content .card-text {
  font-size: 18px;
  max-width: 400px;
}
.bouns .content .subtext {
  font-size: 14px;
}
@media (max-width: 576px) {
  .bouns .content .card {
    max-width: 300px;
  }
}

@media (max-width: 576px) {
  .feature {
    margin-bottom: 80px;
  }
  .event {
    margin-bottom: 20px;
  }
  .bouns {
    padding-bottom: 80px;
  }
}
.rights {
  margin-bottom: 5rem;
  text-align: center;
}
.rights .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rights .content .card {
  width: 200px;
  margin-bottom: 20px;
}
.rights .content .card-text {
  font-size: 18px;
}
.rights .content .subtext {
  font-size: 14px;
}
.rights .content table {
  font-size: 18px;
  letter-spacing: 0.5px;
}
.rights .content table th {
  margin-right: 40px;
  font-weight: 400;
  color: #7c7c7c;
  position: relative;
}
.rights .content table .outline-01 {
  height: 208px;
  width: 148px;
  background-image: url("../img/table-outline01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px center;
  position: relative;
}
.rights .content table .block {
  height: 208px;
  width: 193px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px center;
}
.rights .content table .block .block-text {
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}
.rights .content table .block .block-num {
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  padding-bottom: 10px;
  color: #fff;
  text-shadow: 0px 3px 3px rgba(102, 102, 102, 0.66);
  letter-spacing: 1px;
  margin-left: 12px;
}
.rights .content table .block .block-num span {
  margin-left: 4px;
  margin-top: 12px;
  font-size: 28px;
}
.rights .content table .block .block-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
}
.rights .content table .block.block-1 {
  background-image: url("../img/block1-bg.svg");
}
.rights .content table .block.block-2 {
  background-image: url("../img/block2-bg.svg");
}
.rights .content table .block.block-3 {
  background-image: url("../img/block3-bg.svg");
}
.rights .content table tbody .th-pesudo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 8px);
  height: 2px;
  background: rgb(121, 191, 189);
  background: linear-gradient(123deg, rgb(121, 191, 189) 0%, rgb(211, 220, 90) 40%, rgb(240, 196, 124) 63%, rgb(229, 162, 193) 100%);
}
.rights .content table tbody tr td {
  font-size: 22px;
  color: #1c1c1c;
  letter-spacing: 1px;
  position: relative;
}
.rights .content table tbody tr td::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 0;
  width: 140px;
  height: 2px;
}
.rights .content table tbody tr td .note {
  background-color: #fff;
  display: inline-block;
  margin: 0 auto;
  font-size: 16px;
  line-height: 20px;
}
.rights .content table tbody tr td:nth-child(2) .note {
  background-color: #d9eee8;
}
.rights .content table tbody tr td:nth-child(2)::after {
  background: #43aa8b;
}
.rights .content table tbody tr td:nth-child(3) .note {
  background-color: #ffe8c6;
}
.rights .content table tbody tr td:nth-child(3)::after {
  background: #dc7459;
}
.rights .content table tbody tr td:nth-child(4) .note {
  background-color: #dcebf6;
}
.rights .content table tbody tr td:nth-child(4)::after {
  background: #509bd4;
}

.rights-pc {
  display: block;
}
@media (max-width: 991px) {
  .rights-pc {
    display: none;
  }
}

.rights-m {
  display: none;
}
@media (max-width: 991px) {
  .rights-m {
    display: block;
  }
}
.rights-m .table {
  font-size: 18px;
  letter-spacing: 0.5px;
}
.rights-m .th {
  font-weight: 400;
  color: #7c7c7c;
  position: relative;
  margin: 0 auto;
}
.rights-m .rights-log {
  width: 230px;
}
@media (max-width: 768px) {
  .rights-m .rights-log {
    width: auto;
  }
}
@media (max-width: 576px) {
  .rights-m .rights-log {
    width: auto;
  }
}
.rights-m .outline-01 {
  height: 208px;
  width: 148px;
  background-image: url("../img/table-outline01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px center;
  position: relative;
}
@media (max-width: 374px) {
  .rights-m .outline-01 {
    width: 108px;
  }
  .rights-m .outline-01 .outline-text1 {
    padding-top: 40px !important;
    margin-bottom: 20px !important;
  }
}
.rights-m .block {
  height: 208px;
  width: 193px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.rights-m .block .block-text {
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}
.rights-m .block .block-text .text {
  max-width: 140px;
}
.rights-m .block .block-num {
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  padding-bottom: 10px;
  color: #fff;
  text-shadow: 0px 3px 3px rgba(102, 102, 102, 0.66);
  letter-spacing: 1px;
  margin-left: 12px;
}
.rights-m .block .block-num span {
  margin-left: 4px;
  margin-top: 12px;
  font-size: 28px;
}
.rights-m .block .block-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
}

.rights-m .block.block-1 {
  background-image: url("../img/block1-bg-m.svg");
}
.rights-m .block.block-2 {
  background-image: url("../img/block2-bg-m.svg");
}
.rights-m .block.block-3 {
  background-image: url("../img/block3-bg-m.svg");
}
.rights-m .th-pesudo::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 0;
  width: 140px;
  height: 2px;
  background: rgb(121, 191, 189);
  background: linear-gradient(123deg, rgb(121, 191, 189) 0%, rgb(211, 220, 90) 40%, rgb(240, 196, 124) 63%, rgb(229, 162, 193) 100%);
}
@media (max-width: 374px) {
  .rights-m .th-pesudo::after {
    width: 108px;
  }
}
@media (max-width: 374px) {
  .rights-m .h-custom {
    height: 95.5px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.rights-m .td {
  font-size: 22px;
  color: #1c1c1c;
  letter-spacing: 1px;
  position: relative;
}
.rights-m .td::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 0;
  width: 140px;
  height: 2px;
  background: #43aa8b;
}
.rights-m .td .note {
  background-color: #d9eee8;
  display: inline-block;
  margin: 0 auto;
  font-size: 16px;
  line-height: 20px;
  width: 140px;
}
.rights-m .rights-m-1 .td::after {
  background: #43aa8b;
}
.rights-m .rights-m-2 .td::after {
  background: #dc7459;
}
.rights-m .rights-m-2 .td .note {
  background-color: #ffe8c6;
}
.rights-m .rights-m-3 .td::after {
  background: #509bd4;
}
.rights-m .rights-m-3 .td .note {
  background-color: #dcebf6;
}

.section5 {
  text-align: center;
}
.section5 .subtitle {
  font-size: 16px;
  margin-bottom: 32px;
}
.section5 .uk-tab {
  width: 100%;
  padding: 20px 0;
}
.section5 .uk-tab li a {
  padding-bottom: 16px;
}
.section5 .uk-tab li a h3 {
  color: #999;
  font-weight: normal;
  font-size: 18px !important;
  margin: 0;
  padding: 0;
}
.section5 .tab {
  max-width: 100%;
}
.section5 .uk-tab li a h2 {
  color: #999;
  font-weight: normal;
  font-size: 18px !important;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .section5 .uk-tab {
    padding-left: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.section5 .uk-tab > li {
  display: inline-block !important;
  padding-left: 0;
  position: relative;
  width: 33.333%;
  min-width: 225px;
}
.section5 .uk-tab > li a::after {
  content: "";
  width: 90%;
  height: 4px;
  background-color: #cfeee9;
  border-radius: 10px;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.section5 .uk-tab > li a::after span {
  color: #7c7c7c;
  z-index: 2;
  line-height: 20px;
}
.section5 .uk-tab > .uk-active > a::after {
  content: none;
}
.section5 .uk-tab > .uk-active > a {
  color: #00a19b;
  font-weight: bold;
  padding-bottom: 5px;
  border: 0;
}
.section5 .uk-tab > .uk-active > a h3 {
  color: #00a19b;
  font-weight: bold;
  font-size: 18px !important;
  margin: 0;
}
.section5 .uk-tab > .uk-active::after {
  content: "";
  width: 90%;
  height: 4px;
  background: linear-gradient(123deg, rgb(121, 191, 189) 0%, rgb(211, 220, 90) 40%, rgb(240, 196, 124) 63%, rgb(229, 162, 193) 100%);
  border-radius: 10px;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.section5 .tab .uk-switcher {
  margin-top: 10px !important;
}
.section5 .tab > .uk-tab {
  margin: 0 auto;
  overflow: scroll;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 100%;
}

@media (max-width: 768px) {
  .btn-group {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -24px;
}

.section5 .swiper-horizontal > .swiper-pagination-bullets, .section5 .swiper-pagination-bullets.swiper-pagination-horizontal, .section5 .swiper-pagination-custom, .section5 .swiper-pagination-fraction {
  bottom: -24px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px !important;
  border-radius: 40px;
}

.section2 .swiper-button-next, .section2 .swiper-button-prev {
  top: calc(50% + 18px);
}
.section2 .swiper-container-3 .swiper-button-next, .section2 .swiper-button-prev {
  top: calc(50% + 0px);
}
.swiper-button-next, .swiper-button-prev {
  z-index: 1;
}
.swiper-pagination{
  z-index: 1;
}
/**
 * ----------------------------------------
 * 2024_10 index_add
 * ----------------------------------------
 */
.events-container {
  background-color: #fff;
  border: 1px solid #00a19b;
  padding: 30px;
  border-radius: 20px;
  margin: 0 auto;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .events-container {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .events-content-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/**
 * ----------------------------------------
 * 2024_10 automated_payment_add
 * ----------------------------------------
 */
.automated_payment_events {
  text-align: center;
}
.automated_payment_events .row .col {
  border: 1px solid #fff;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  background-color: #fff;
}
.automated_payment_events .row .col h3 {
  font-size: 20px;
}
.automated_payment_events .row .col .events-title {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.automated_payment_events .row .col .events-content {
  max-width: 960px;
  margin: 0 auto;
}
.automated_payment_events .row .col .events-content p {
  margin: 0;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  font-weight: 500;
  color: #1c1c1c;
}
.automated_payment_events .row .col .events-content .payment-item {
  padding-bottom: 4px;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .automated_payment_events .row .col {
    padding: 20px 12px;
  }
}

/**
 * ----------------------------------------
 * 2024 FAQ_add
 * ----------------------------------------
 */
.faq-section {
  background: #fff;
  color: #00a19b;
  margin-bottom: 16px;
  border-radius: 4px;
  border: 1px solid #00a19b;
  font-size: 16px;
}

.faq-section a {
  color: #00a19b;
}

.faq-section .qa-click {
  height: auto;
  cursor: pointer;
  padding: 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  vertical-align: top;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq-section .qa-click p {
  margin: 0;
  padding-right: 12px;
}

.faq-section .qa-click p .p3 {
  color: #00a19b;
}

.faq-section .qa-click img {
  stroke: #00a19b;
  margin-top: 5px;
  float: right;
}

.faq-section .arrow {
  position: relative;
}

.faq-section .qa-answer {
  display: none;
  color: #434343;
}

.faq-section .qa-answer ul {
  padding-left: 0;
}

.faq-section .qa-answer ul li {
  line-height: 1.5;
  text-align: justify;
  word-wrap: break-word;
  text-justify: inter-ideograph;
  word-break: normal;
  list-style: none;
  padding: 0 20px 20px 20px;
}

.faq-section .rotate {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  /*transform: rotate(180deg);*/
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.faq-section .rotate-reset {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media screen and (max-width: 768px) {
  .faq-section .qa-click p {
    font-size: 16px;
  }
}
.mask {
  background-repeat: no-repeat;
  background-size: cover;
  width: 340px;
  height: 135px;
  margin: 0 auto;
}

.mask h2 {
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.mask p {
  text-align: center;
  color: #fff;
  margin-top: 36px;
}

.mask p b {
  font-size: 32px;
  font-weight: bold;
}

.mask.r {
  background-image: url("../../img/1ticketmask.svg");
}

.mask.g {
  background-image: url("../../img/2ticketmask.svg");
}

.section4 .tab {
  max-width: 1200px;
}
.section4 .tab .uk-switcher {
  border-radius: 10px;
  padding: 20px;
}
.section4 .uk-tab {
  width: 100%;
}
.section4 .uk-tab h3 {
  color: #1cada4;
  font-size: 18px;
  margin: 0;
}
.section4 .uk-tab > li {
  display: inline-block !important;
  padding-left: 0;
  position: relative;
  -webkit-user-select: none; /* 禁止反白（Safari） */
  -moz-user-select: none; /* 禁止反白（Firefox） */
  -ms-user-select: none; /* 禁止反白（IE） */
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-drag: none; /* 不允許拖動（Safari） */
  -khtml-user-drag: none; /* 不允許拖動（KHTML） */
  -moz-user-drag: none; /* 不允許拖動（Firefox） */
  -ms-user-drag: none; /* 不允許拖動（IE） */
  user-drag: none; /* 不允許拖動（標準） */
}
.section4 .uk-tab > li a {
  font-size: 18px;
}
.section4 .uk-tab > .uk-active::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #1cada4;
  color: #fff;
  border-radius: 10px;
  display: block;
  position: absolute;
  bottom: -4px;
  right: 0;
}
.section4 .uk-tab > .uk-active > a {
  color: #1cada4;
  font-weight: bold;
  border: 0;
}
.section4 .uk-tab > .uk-active > a > h3 {
  color: #fff;
  font-weight: bold;
  border: 0;
}
.section4 .uk-tab::before {
  display: none;
}
.section4 .tab-block {
  overflow-x: scroll;
}
.section4 .tab-block .uk-switcher {
  margin-top: 10px !important;
}
.section4 .tab-block > .uk-tab {
  margin: 0 auto;
  overflow: scroll;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .section4 .tab-block > .uk-tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.section4 .tab-block > .uk-tab::after {
  display: none;
}
.section4 .tab-block > .uk-tab > li {
  width: 192px;
  margin: 0 6px;
}
.section4 .tab-block > .uk-tab > li > a {
  border: 1px solid #1cada4;
  color: #1cada4;
  padding: 12px;
  border-radius: 100px;
}
.section4 .tab-block > .uk-tab > .uk-active::after {
  position: static;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #1cada4 transparent transparent transparent;
  border-radius: 0;
  margin: 0 auto;
  background: transparent;
}
.section4 .tab-block > .uk-tab > .uk-active > a {
  background: #1cada4;
  color: #fff;
}

.h1-seo {
  height: 0px;
  width: 0px;
  padding: 0px;
  margin: 0px;
  -webkit-transform: scale(0);
          transform: scale(0);
}



.comic{
    margin-bottom: 100px;
}
.comic-m{
        display: none;
    }
    .bubble{
        flex: 0 1 auto; /* 不強迫增長，寬度由內容決定 */
        min-width: 200px;
        max-width: 300px;
        border: 1.5px solid #2b2b2b;
        padding: 12px 20px;
        text-align: left;
        font-size: 18px;
        border-radius: 12px;
        background-color: #fff;
        color: #2b2b2b;
        font-weight: 500;

        /* 不設定高度，讓它自動撐開 */
    }
  
.comic01{
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    position: relative;
    border-bottom: 2px solid #00a19b;
    align-items: flex-start; /* 讓三個元素頂端對齊 */
    img{
        width: 100%;
        max-width: 420px;
        object-fit: cover;
        margin-top: auto;
    }

   
}
@media (max-width: 991px) {
    .comic-pc{
        display: none;
    }
    .comic-m{
        display: flex;
    }
    .comic01 {
        flex-direction: column;
        align-items: center;
    }
    .comic01 .bubble-left {
        order: 1;
        max-width: 100%;
        margin-bottom: 10px;
        max-width: 500px;
        margin-right: auto; /* 第一個元素靠左 */

    }
    .comic01 .bubble-left-last {
        order: 3;
    }
    .comic01 .bubble-right {
        order: 2;
        max-width: 100%;
        max-width: 500px;
        margin-left: auto; /* 第二個元素靠右 */
    }

    .comic01 img {
        order: 4;
        width: 100%;
        max-width: 100%;
        width: 400px;
        margin-top: 20px;

        object-fit: cover;
        margin-top: 20px; /* 可自行調整 */
    }
    .bubble{
        font-size: 16px;
        width: 85%;
        padding: 8px 12px;

    
    }
}
