@charset "UTF-8";
/*網頁全共用設定*/
/*網路字體引用CSS設定*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/*思源黑體 套用名字 Noto Sans TC */
/*股溝的ICONFONT*/
/*@import url("https://fonts.googleapis.com/icon?family=Material+Icons");*/
/*font-awesome4-7 iconfont*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
/* =============== base 頁面基本設定 ============ */
html,
body {
  font-family: "Noto Sans TC", "PingFang TC", Microsoft JhengHei, "微軟正黑體", Helvetica, sans-serif;
  position: relative;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 16px;
} /*font-size:100%是為將網頁字體設定成16px，這個文字大小設定會連動到下面的body的字體設定唷*/
html {
  scroll-behavior: smooth;
}

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
  word-break: break-all;
}
a:hover, a:focus {
  text-decoration: none;
}

label a {
  display: block;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border: 0;
  /*image-rendering:-moz-crisp-edges;*/ /* Firefox        */
  image-rendering: -o-crisp-edges; /* Opera          */
  image-rendering: -webkit-optimize-contrast; /* Safari         */
  image-rendering: optimize-contrast; /* CSS3 Proposed  */
  -ms-interpolation-mode: nearest-neighbor; /* IE8+           */
} /*圖片更銳利化*/
/* 應用於GIF和PNG圖片; 防止邊緣模糊 */
img[src$=".gif"],
img[src$=".png"] {
  image-rendering: auto;
}

/* 移除svg 縮放設定 */
button,
a,
input:focus,
button:focus {
  outline: none !important;
} /*連結或點擊的按鈕 不顯示外虛線*/
p {
  margin: 0;
  padding: 0;
  letter-spacing: 1.2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.navbar {
  margin: 0 auto;
  padding: 0 15px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 60px;
}

.nav-logo {
  max-width: 160px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-logo img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.nav-menu li a {
  text-decoration: none;
  color: #333333;
  font-size: 1.1rem;
}

@media screen and (min-width: 600px) {
  .navbar {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0 0;
  }
  .padding-lr {
    padding: 0 25px;
  }
}
@media screen and (max-width: 400px) {
  .nav-logo {
    max-width: 150px;
  }
  .nav-menu {
    gap: 10px;
  }
  .nav-menu li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 330px) {
  .nav-logo {
    max-width: 120px;
  }
  .nav-menu li a {
    font-size: 14px;
  }
}
.header {
  position: relative;
  padding: 1rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url("../img/header-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  width: 100%;
  height: 850px;
  overflow: hidden;
}
.header::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 150px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(5%, rgb(29, 83, 255)), to(transparent));
  background-image: linear-gradient(to top, rgb(29, 83, 255) 5%, transparent 100%);
  bottom: 0px;
}

.header-container {
  position: relative;
  display: inline-block;
  /* padding: 2em 3em; */
  z-index: 1;
  width: 95%;
  margin: 5rem auto;
}

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
}

.header-title {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  opacity: 0;
}
.header-title.is-shown {
  -webkit-animation: jumpFromBottom 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation: jumpFromBottom 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.header-title img {
  max-width: 100%;
  height: auto;
  z-index: 5;
  position: relative;
  top: 15px;
}

.header-main {
  width: 100%;
  opacity: 0;
  position: relative;
}
.header-main.is-shown {
  -webkit-animation: popIn 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  animation: popIn 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.header-main img {
  position: relative;
  top: -80px;
  z-index: 10;
}

@-webkit-keyframes jumpFromBottom {
  0% {
    -webkit-transform: translateY(250px) scale(0);
    transform: translateY(250px) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes jumpFromBottom {
  0% {
    -webkit-transform: translateY(250px) scale(0);
    transform: translateY(250px) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes popIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.type-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}

.card-wrapper {
  width: 35px;
  height: 35px;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.type-center-flip .card-wrapper {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  /* 初始狀態縮成一條水平中線 */
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

/* 顯示狀態：所有效果共用的完成狀態 */
.card-wrapper.is-flipped {
  opacity: 1;
  -webkit-transform: none !important;
  transform: none !important;
}

.card-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  padding: 0 2px 2px;
  line-height: 1;
  text-align: center;
}

.card-content.large-text {
  font-size: 38px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  line-height: 1.1;
}

.bg-red .card-content {
  background-color: #c1272d;
}

.bg-blue .card-content {
  background-color: #2751a2;
}

@media (max-width: 550px) {
  .header {
    width: 100%;
    height: 750px;
  }
  .header-content {
    margin-top: 5px;
  }
  .header-title {
    margin-top: -10px;
  }
  .header-title img {
    top: 20px;
  }
  .header-main img {
    top: -60px;
  }
  .card-wrapper {
    width: 30px;
    height: 30px;
  }
  .card-content {
    font-size: 24px;
  }
  .card-content.large-text {
    font-size: 34px;
  }
}
@media (max-width: 500px) {
  .header-title {
    margin-top: -10px;
  }
  .header-title img {
    top: 20px;
  }
  .header-main img {
    top: -50px;
  }
  .type-container {
    gap: 10px;
  }
  .card-wrapper {
    width: 25px;
    height: 25px;
  }
  .card-content {
    font-size: 22px;
    padding: 0 3px 5px;
  }
  .card-content.large-text {
    font-size: 30px;
    line-height: 1;
  }
}
@media (max-width: 430px) {
  .header {
    height: 680px;
  }
  .header-title {
    margin-top: -5px;
  }
  .header-title img {
    top: 20px;
  }
  .header-main img {
    top: -30px;
  }
  .card-wrapper {
    width: 20px;
    height: 20px;
  }
  .card-content {
    font-size: 18px;
    padding: 3px 3px 5px;
  }
  .card-content.large-text {
    font-size: 28px;
    line-height: 0.9;
  }
}
@media (max-width: 400px) {
  .header {
    height: 640px;
  }
}
@media (max-width: 350px) {
  .header {
    width: 100%;
    height: 580px;
  }
  .header-title {
    margin-top: -5px;
  }
  .header-title img {
    top: 20px;
  }
  .header-main img {
    top: -20px;
  }
  .card-wrapper {
    width: 16px;
    height: 16px;
  }
  .card-content {
    font-size: 16px;
  }
  .card-content.large-text {
    font-size: 24px;
    line-height: 0.9;
  }
}
/* =============== 主內容區寬度 ============ */
.wrapper {
  max-width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

/* 內容區 */
.container {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  background: #1d53ff;
}

.container::-webkit-scrollbar {
  display: none;
}

/* 主內容 */
.main {
  width: 100%;
  position: relative;
}

.section {
  padding: 1.5rem 0 3rem;
}
.section .section-title {
  position: relative;
  margin-bottom: 1rem;
}
.section .section-title h2 {
  margin: 0 auto;
}

/* --------- section 1+2 -------- */
.event-bg {
  background-color: #1d53ff;
  position: relative;
}
.event-bg:first-child {
  padding-top: 5px;
}

.card-container {
  padding: 0 5px;
  -o-object-fit: contain;
  object-fit: contain;
  overflow: hidden;
}

.open-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  padding: 15px 5px 20px;
}

.card-img:last-child {
  margin-top: 25px;
}

.open-card {
  -webkit-transition: -webkit-transform 0.2s ease-out !important;
  transition: -webkit-transform 0.2s ease-out !important;
  transition: transform 0.2s ease-out !important;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out !important;
}
.open-card:hover {
  -webkit-transform: rotate(3deg) !important;
  transform: rotate(3deg) !important;
}

.open-card:nth-child(2) {
  position: relative;
  top: 15px;
}

/* --------- section3 注意事項 -------- */
#noticeArea {
  background-color: #fffded;
}

.noticeArea {
  position: relative;
  padding: 20px;
}
.noticeArea .notice-title {
  background-color: #1d53ff;
  color: #fff;
  text-align: center;
  padding: 5px 0px;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 300px;
  max-width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  clip-path: polygon(8% 5%, 40% 2%, 86% 0%, 100% 30%, 92% 95%, 50% 95%, 5% 92%, 0% 60%);
}
.noticeArea .notice-container {
  padding: 0 15px;
  border: 2px solid #1d53ff;
  border-radius: 20px;
  background-color: #fff;
}
.noticeArea .notice-content {
  padding: 10px 0;
  border-bottom: 1px dashed #c7c7c7;
  position: relative;
}
.noticeArea .notice-content:last-child {
  border-bottom: none;
}
.noticeArea .notice-content .inner-notice-title {
  padding: 10px 15px;
  font-size: 1rem;
}
.noticeArea .notice-content .notice-content_list li {
  list-style: none;
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin: 0.5rem auto;
}
.noticeArea .notice-content .notice-content_list li .list-num {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 0.5rem 0 1.2rem;
}
.noticeArea .notice-content .notice-content_list li .list-content {
  display: block;
}
.noticeArea .notice-content .notice-content_list li ul.inner-list {
  margin: 0 auto;
}
.noticeArea .notice-content .notice-content_list li ul.inner-list li {
  position: relative;
  padding-left: 2rem;
  display: block;
}
.noticeArea .notice-content .notice-content_list li ul.inner-list li::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background-color: #333333;
  border-radius: 50%;
  position: absolute;
  top: 0.625rem;
  left: 0.4rem;
}
.noticeArea .notice-content .notice-content_list .event-padding {
  padding: 0 1rem;
}

.event-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}

.event-card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e2e8f0;
}
.event-card:first-child {
  border-right: 1px solid #e2e8f0;
  border-bottom-left-radius: 12px;
}
.event-card:last-child {
  border-bottom-right-radius: 12px;
}

.event-card-header {
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.event-card-header01 {
  background-color: #c1272d;
  border-top-left-radius: 12px;
}

.event-card-header02 {
  background-color: #1d53ff;
  border-top-right-radius: 12px;
}

.event-card-body {
  padding: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.event-card-amount {
  font-size: 18px;
  color: #1d3267;
}
.event-card-amount br {
  display: none;
}

.event-card-chance {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.event-card-chance br {
  display: none;
}
.event-card-chance span {
  color: #c1272d;
  font-size: 32px;
  margin: 0 2px;
}

.event-card-note {
  font-size: 14px;
  color: #1d3267;
  margin-top: 5px;
}

/* 隱藏預設的三角形箭頭 */
summary {
  list-style: none;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  color: #2d3748;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

summary::-webkit-details-marker {
  display: none;
}

.toggle-icon::after {
  content: "+";
  font-size: 28px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 15px;
}

details[open] .toggle-icon::after {
  content: "−";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* --------- breakpoints -------- */
@media screen and (min-width: 600px) {
  .wrapper {
    overflow: clip;
  }
  .full-container-pc {
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: url("../img/pc-bg.jpg") no-repeat top;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-attachment: fixed;
  }
  .container {
    max-width: 600px;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px 0px #e3e3e3;
    box-shadow: 0px 0px 20px 0px #e3e3e3;
    margin: 0 0;
  }
  .section .section-title h2 {
    margin: 0 auto;
    width: 65%;
  }
}
@media screen and (max-width: 599px) {
  .section .section-title h2 {
    width: 65%;
  }
  .section .card-container {
    padding: 0px;
  }
  /* --------- section3 注意事項 -------- */
  .noticeArea .notice-container {
    padding: 0 10px;
  }
  .toggle-icon::after {
    right: 25px;
  }
}
@media screen and (max-width: 350px) {
  .section .section-title h2 {
    font-size: 2.1rem;
  }
  /* --------- section3 注意事項 -------- */
  .noticeArea .notice-content .inner-notice-title {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 450px) {
  .event-card-amount br,
  .event-card-chance br {
    display: block;
  }
}
/* =============== footer============ */
footer.footer {
  text-align: left;
  font-size: 14px;
  padding-bottom: 60px;
}
footer.footer p {
  padding: 20px;
}
footer.footer .ft-copyr {
  background-color: #c1272d;
}
footer.footer .ft-copyr p {
  color: #fff;
}

@media screen and (max-width: 599px) {
  footer.footer {
    padding-bottom: 60px;
  }
  footer.footer p {
    padding: 20px 12px;
  }
}
/* =============== 返回頂部 ============ */
.go-top {
  display: none;
  position: fixed;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  cursor: pointer;
  width: 45px;
  z-index: 999;
  bottom: 150px;
  right: 5%;
}

@media screen and (min-width: 600px) {
  .go-top {
    right: calc(50% - 300px + 20px);
    /* 50%：視窗中心
       -300px：往左半個 600px
       +20px：保留邊距 */
  }
}
.fixed-menu {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.fixed-menu .fixed-menu_inner {
  width: 100%;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  z-index: 0;
  cursor: pointer;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1.75px;
}
.fixed-menu .fixed-menu_inner .fixed-menu_link {
  text-align: center;
  padding: 15px;
}
.fixed-menu .fixed-menu_inner a.item01 {
  width: 50%;
  background-color: #fff;
  color: #d9172f;
}
.fixed-menu .fixed-menu_inner a.item02 {
  width: 50%;
  background-color: #e84a5d;
  color: #fff;
}

/* --------- breakpoints -------- */
@media screen and (max-width: 350px) {
  .fixed-menu .fixed-menu_inner {
    font-size: 22px;
  }
}
@media screen and (max-width: 300px) {
  .fixed-menu .fixed-menu_inner {
    font-size: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .fixed-menu {
    max-width: 600px;
    width: 100%;
  }
  .fixed-menu .fixed-menu_inner {
    height: 4rem;
  }
}
.coming_soon {
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100vh;
  background: url("../img/coming_soon.jpg") no-repeat center top;
  background-size: cover;
}/*# sourceMappingURL=style.css.map */