@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a:hover {
  text-decoration: none;
}

.containers {
  max-width: 1210px;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

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

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

@keyframes updown {
  0% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0px);
  }
}
body {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  scroll-padding: 50px 0 0 50px !important;
  color: #333;
}

body * {
  font-family: "Manrope", "Noto Sans TC", "微軟正黑體";
  box-sizing: border-box;
  vertical-align: top;
  letter-spacing: 1px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  body * {
    line-height: 1.3;
  }
}

.main-content {
  background: #123cb2;
  overflow: hidden;
}

.goTop {
  display: inline-block;
  position: fixed;
  z-index: 99;
  right: 30px;
  bottom: 30px;
  padding: 10px 10px 2px 10px;
  border-radius: 5em;
  font-size: 12px;
  line-height: 3em;
  text-align: center;
  color: #fff;
  background-color: #2C8BFF;
  text-decoration: none;
}
.goTop:hover {
  padding-top: 30px;
  background-color: rgb(0, 111.6587677725, 248);
  transition: all 0.2s;
}
.goTop::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 18px;
  width: 0;
  height: 0;
  border: 4px solid #000;
  border-color: transparent transparent #fff;
}

.kv-banner {
  position: relative;
  height: 450px;
  background: url(../images/kv2025_pc.webp) top center no-repeat;
  max-width: 1920px;
  overflow: hidden;
}
.kv-banner .mo {
  display: none;
}
@media (max-width: 1200px) {
  .kv-banner {
    height: auto;
    background: none;
  }
  .kv-banner .mo {
    display: block;
    width: 100%;
  }
}
.kv-banner h1 {
  display: none;
}
.kv-banner h1 img {
  width: 100%;
}

/*POI版頭*/
.bnad img {
  width: 100%;
  transition: 0.3s;
}
.bnad img:hover {
  transform: scale(0.98);
}

.h1-title {
  text-align: center;
  margin: 0 auto;
  max-width: 456px;
}
.h1-title img {
  width: 100%;
}

.h2-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #f6fa2a;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .h2-title {
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .h2-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .h2-title {
    line-height: 1.3;
  }
}
@media (max-width: 992px) {
  .h2-title {
    width: 100%;
  }
}
.h2-title img {
  width: 100%;
}
.h2-title span {
  position: relative;
  border-bottom: 1px solid #f6fa2a;
}

.h3-title {
  text-align: center;
}
@media (max-width: 576px) {
  .h3-title {
    overflow: hidden;
  }
}
.h3-title span {
  position: relative;
  display: inline-block;
}
.h3-title span::before {
  content: "";
  background: url(../images/title-dot_index.svg) center center no-repeat;
  width: 481px;
  height: 6px;
  position: absolute;
  left: 109%;
  top: 50%;
}
@media (max-width: 576px) {
  .h3-title span::before {
    left: 100%;
  }
}
.h3-title span::after {
  content: "";
  background: url(../images/title-dot_index.svg) center center no-repeat;
  width: 481px;
  height: 6px;
  position: absolute;
  right: 109%;
  top: 50%;
  transform: scale(-1);
}
@media (max-width: 576px) {
  .h3-title span::after {
    right: 100%;
  }
}
@media (max-width: 576px) {
  .h3-title span:has(.title1-1_infor)::before {
    left: 93%;
  }
}
@media (max-width: 576px) {
  .h3-title span:has(.title1-1_infor)::after {
    right: 93%;
  }
}
@media (max-width: 576px) {
  .h3-title span img {
    width: min(162px, 80%);
  }
}
@media (max-width: 576px) {
  .h3-title span img.title1-1_infor {
    width: min(489px, 80%);
  }
}

.main-content {
  padding: 40px 0 80px 0;
}
@media (max-width: 992px) {
  .main-content {
    padding: 24px 0 40px 0;
  }
}

.section-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .section-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-content.bg-radius {
  border-radius: 100px 100px 0 0;
  margin: -80px auto -80px auto;
}
@media (max-width: 992px) {
  .section-content.bg-radius {
    border-radius: 40px 40px 0 0;
  }
}

.coupon_content {
  padding: 40px 0px;
}
.coupon_content.pc .coupon_step .coupon_step_box {
  width: 100%;
}
.coupon_content.mobile .h2-title {
  margin-bottom: 16px;
}
.coupon_content .coupon_step {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;
  padding: 16px 0px;
  border-bottom: 1px solid #fff;
}
.coupon_content .coupon_step .coupon_step_box {
  width: 45%;
  flex-grow: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .coupon_content .coupon_step .coupon_step_box {
    width: 46%;
    gap: 16px;
  }
}
@media (max-width: 576px) {
  .coupon_content .coupon_step .coupon_step_box {
    width: 100%;
  }
}
.coupon_content .coupon_step .coupon_step_box .coupon_step_box_title {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 28px;
}
@media (max-width: 576px) {
  .coupon_content .coupon_step .coupon_step_box .coupon_step_box_title {
    gap: 16px;
  }
}
.coupon_content .coupon_step .coupon_step_box .coupon_step_box_title b {
  color: #123cb2;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  background: #fff;
  z-index: 1;
  position: relative;
  border-radius: 80px;
  padding: 4px 16px;
}
@media (max-width: 768px) {
  .coupon_content .coupon_step .coupon_step_box .coupon_step_box_title b {
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .coupon_content .coupon_step .coupon_step_box .coupon_step_box_title b {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .coupon_content .coupon_step .coupon_step_box .coupon_step_box_title b {
    line-height: 1.3;
  }
}
.coupon_content .coupon_step .coupon_step_box .coupon_step_box_title p {
  text-align: left;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .coupon_content .coupon_step .coupon_step_box .coupon_step_box_title p {
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .coupon_content .coupon_step .coupon_step_box .coupon_step_box_title p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .coupon_content .coupon_step .coupon_step_box .coupon_step_box_title p {
    line-height: 1.3;
  }
}
.coupon_content .coupon_step .coupon_step_box .coupon_step_box_img {
  width: 100%;
}
.coupon_content .coupon_step .coupon_step_box .coupon_step_box_img img {
  width: 100%;
}

.list-content {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.list-content li {
  background: #f6fa2a;
  color: #123cb2;
  padding: 6px 8px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 768px) {
  .list-content li {
    line-height: 1;
  }
}/*# sourceMappingURL=all.css.map */