@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");
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 {
  text-decoration: none;
}

body {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #fff;
  scroll-padding: 50px 0 0 50px !important;
}

body * {
  font-family: "Noto Sans TC", "微軟正黑體";
  box-sizing: border-box;
  vertical-align: top;
  letter-spacing: 1px;
  line-height: 1.4;
}

.h2-title {
  margin: 30px auto;
  width: 567px;
  text-align: center;
}
@media (max-width: 992px) {
  .h2-title {
    width: 100%;
    max-width: 567px;
  }
}
@media (max-width: 992px) {
  .h2-title img {
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
}

.content {
  background: #FFCF00;
  padding: 50px 0 80px 0;
}
.content .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content .container h2 {
  color: #000;
  font-size: 54px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .content .container h2 {
    font-size: 32px;
  }
}
.content .container .coupon {
  width: 100%;
  margin: 35px auto 45px auto;
  text-align: center;
}
.content .container .coupon img {
  max-width: 928px;
  width: 100%;
  transition: 0.3s;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}
.content .container .coupon img:hover {
  transform: scale(1.05);
}
.content .container .button a {
  display: block;
  padding: 10px 40px;
  background: #000;
  border-radius: 70px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  transition: 0.3s;
}
.content .container .button a:hover {
  transform: translateY(5px);
}
@media (max-width: 992px) {
  .content .container .button a {
    font-size: 24px;
  }
}
.content .container .notice {
  width: 100%;
  margin: 80px auto 0 auto;
}
@media (max-width: 992px) {
  .content .container .notice {
    margin: 40px auto 0 auto;
  }
}
.content .container .notice .notion-text {
  max-width: 920px;
  margin: 0px auto;
  text-align: left;
}
.content .container .notice .notion-text b {
  background: #FC8C02;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  padding: 10px 35px;
  display: block;
  margin: 14px auto;
}
.content .container .notice .notion-text ul li {
  width: 90%;
  margin: 0 auto;
  list-style-type: disc;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .content .container .notice .notion-text ul li {
    font-size: 18px;
  }
}

.top-btn {
  width: 50px;
  height: 50px;
  border-radius: 99em;
  background: #FC8C02;
  display: flex;
  align-items: center;
  justify-items: center;
  position: fixed;
  right: 3%;
  bottom: 10%;
  padding: 10px;
  transition: 0.3s;
  cursor: pointer;
  z-index: 999;
}
@media (max-width: 568px) {
  .top-btn {
    bottom: 5%;
  }
}
.top-btn:hover {
  height: 55px;
  padding-bottom: 5px;
}
.top-btn p {
  font-size: 14px;
  color: #ffffff;
}

.nav-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  z-index: 999;
  background: #FC8C02;
  position: relative;
  gap: 50px;
  position: sticky;
  top: 0;
  padding: 14px 0;
  gap: 45px;
}
@media (max-width: 568px) {
  .nav-list {
    gap: 10px;
  }
}
.nav-list .nav-tab {
  border-radius: 50px;
  width: auto;
  cursor: pointer;
  text-align: center;
  position: relative;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 8px 15px;
  font-size: 24px;
  font-weight: 700;
  filter: drop-shadow(3px 3px 4px 0px rgba(0, 0, 0, 0.1));
}
@media (max-width: 568px) {
  .nav-list .nav-tab {
    flex-shrink: 1;
    width: 45%;
    font-size: 18px;
    font-weight: 500;
    padding: 6px;
  }
}
.nav-list .nav-tab:hover {
  color: #FC8C02;
  background: #ffffff;
  border: 2px solid #ffffff;
}

.kv-banner {
  height: 600px;
  background: url(../images/kv.jpg) top center no-repeat, #000;
}
@media (max-width: 1200px) {
  .kv-banner {
    height: 45.5vw;
    background-size: 150%;
  }
}
@media (max-width: 568px) {
  .kv-banner {
    height: 47vw;
  }
}
.kv-banner h1 {
  opacity: 0;
}/*# sourceMappingURL=all.css.map */