@charset "UTF-8";
/*! normalize.css v8.0.1 + custom reset | MIT License */
/* 基本 normalize */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* RESET Plus (custom) */
* {
  background-position: center top;
  background-repeat: no-repeat;
}

html,
body {
  font-family: "PingFangTC-Regular", "Heiti TC", "Noto Sans TC", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input,
select,
option {
  font-family: inherit;
}

ul,
li,
ol {
  margin: 0;
  padding: 0;
  border: 0;
}

li {
  margin-left: 1.25em;
}

p {
  margin: 1.25em 0;
}

body.ovh {
  overflow: hidden;
}

.btn {
  cursor: pointer;
}

/* hover 狀態 */
.wrapper.desktop .btn:hover,
body.desktop .gbox-btn:hover {
  background-position: center bottom;
}

/* wrapper 通用 */
.wrapper {
  position: relative;
  box-sizing: border-box;
}

.wrapper *,
.gbox * {
  box-sizing: border-box;
  word-break: break-all;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.wrapper::before,
.wrapper::after,
.wrapper *::before,
.wrapper *::after,
.gbox *::before,
.gbox *::after {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/* 桌機/手機 顯示控制 */
.wrapper.mobile *[data-type=dt] {
  display: none;
}

.wrapper.desktop *[data-type=mb] {
  display: none;
}

/* RWD 調整 */
@media screen and (max-width: 768px) {
  .wrapper.desktop *[data-type=mb] {
    display: initial;
  }
  .wrapper.desktop *[data-type=dt] {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #topBar {
    display: none;
  }
}
.UNI-footer {
  position: relative;
}

/* 表單統一設定 */
input,
select,
button,
textarea {
  padding: 0;
  color: black;
  font-size: 16px;
  line-height: 1;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  display: inline-block;
}

#app * {
  box-sizing: border-box;
}
#app a {
  display: block;
  text-decoration: none;
  color: #fff;
}
#app p {
  margin: 0;
}

html,
body {
  touch-action: manipulation; /* 避免雙擊縮放，保留基本手勢 */
}

body {
  background-color: #091435;
}

#app {
  background-image: url(./img/bg.jpg);
  background-size: 1920px 1754px;
  background-position: top center;
  padding: 220px 0;
}
@media screen and (max-width: 1200px) {
  #app {
    background-size: 160vw 146.1666666667vw;
    padding: 18.3333333333vw 0;
    min-height: 100dvh;
  }
}
#app .logo {
  background-image: url(./img/logo.png);
  background-size: contain;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 116px;
  height: 92px;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  #app .logo {
    top: 1.6666666667vw;
    left: 1.6666666667vw;
    width: 9.6666666667vw;
    height: 7.6666666667vw;
  }
}
#app .top_area {
  width: 1200px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #app .top_area {
    width: 100vw;
  }
}
#app .top_area .tt {
  font-size: 88px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 55px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #app .top_area .tt {
    font-size: 7.3333333333vw;
    margin-bottom: 4.5833333333vw;
  }
}
#app .top_area .tt::before {
  content: "";
  background-image: url(./img/dec.png);
  background-size: contain;
  width: 379px;
  height: 37px;
  position: absolute;
  left: 50%;
  top: -70px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  #app .top_area .tt::before {
    width: 31.5833333333vw;
    height: 3.0833333333vw;
    top: -5.8333333333vw;
  }
}
#app .top_area .content {
  font-size: 30px;
  color: #aabcd2;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  #app .top_area .content {
    font-size: 2.5vw;
    margin-bottom: 3.3333333333vw;
  }
}
#app .top_area .tt_s {
  font-size: 45px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  #app .top_area .tt_s {
    font-size: 3.75vw;
    margin-bottom: 3.3333333333vw;
  }
}
#app .top_area .tt_s span {
  color: #16ebff;
}
#app .top_area .time {
  font-size: 30px;
  color: #fff;
  background-image: url(./img/time_bg.png);
  background-size: contain;
  width: 1076px;
  height: 68px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #app .top_area .time {
    font-size: 2.5vw;
    width: 89.6666666667vw;
    height: 5.6666666667vw;
    margin: 0 auto 3.3333333333vw;
  }
}
#app .top_area .time span {
  color: #16ebff;
}
#app .event {
  width: 1200px;
  padding: 70px 0 60px;
  background-color: #223687;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #app .event {
    width: 89.6666666667vw;
    padding: 5.8333333333vw 0 5vw;
  }
}
#app .event .phone_area {
  width: 850px;
  height: 90px;
  background-color: #fff;
  position: relative;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1200px) {
  #app .event .phone_area {
    width: 70.8333333333vw;
    height: 7.5vw;
    margin: 0 auto 3.3333333333vw;
  }
}
#app .event .phone_area::after {
  content: "";
  width: 2px;
  height: 70%;
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #646464;
}
@media screen and (max-width: 1200px) {
  #app .event .phone_area::after {
    width: 0.1666666667vw;
  }
}
#app .event .phone_area select,
#app .event .phone_area input {
  font-size: 35px;
  color: #646464;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  #app .event .phone_area select,
  #app .event .phone_area input {
    font-size: 2.9166666667vw;
  }
}
#app .event .phone_area select {
  width: 30%;
  padding-left: 50px;
}
@media screen and (max-width: 1200px) {
  #app .event .phone_area select {
    padding-left: 4.1666666667vw;
  }
}
#app .event .phone_area input {
  width: 70%;
  text-align: center;
}
#app .event .notice {
  padding: 30px 0;
  font-size: 26px;
  color: #e0ebff;
  margin: 0 auto 40px;
  background: radial-gradient(circle, #192b75 0%, #223687 100%);
}
@media screen and (max-width: 1200px) {
  #app .event .notice {
    padding: 2.5vw 0;
    font-size: 2.1666666667vw;
    margin: 0 auto 3.3333333333vw;
  }
}
#app .event .notice .tt {
  margin-bottom: 20px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #app .event .notice .tt {
    margin-bottom: 1.6666666667vw;
    font-size: 2.5vw;
  }
}
#app .event .notice .tt::before {
  content: "";
  background-image: url(./img/important.png);
  background-size: 8px 21px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
  background-color: #437ff5;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  #app .event .notice .tt::before {
    background-size: 0.6666666667vw 1.75vw;
    width: 2.5vw;
    height: 2.5vw;
    margin-right: 0.8333333333vw;
  }
}
#app .event .notice .content {
  margin-bottom: 30px;
  color: #96bbff;
}
@media screen and (max-width: 1200px) {
  #app .event .notice .content {
    margin-bottom: 2.5vw;
  }
}
#app .event .notice .content_s {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  #app .event .notice .content_s {
    margin-bottom: 1.6666666667vw;
  }
}
#app .event .notice .content_l {
  color: #fff;
  width: 500px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #437ff5;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #app .event .notice .content_l {
    width: 41.6666666667vw;
    height: 3.75vw;
  }
}
#app .submit_btn {
  font-size: 50px;
  color: #297ef2;
  border: 5px solid #297ef2;
  width: 850px;
  height: 120px;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
  letter-spacing: 30px;
}
@media screen and (max-width: 1200px) {
  #app .submit_btn {
    font-size: 4.1666666667vw;
    border: 0.4166666667vw solid #297ef2;
    width: 70.8333333333vw;
    height: 10vw;
    letter-spacing: 2.5vw;
  }
}
#app .submit_btn:hover {
  background-color: #297ef2;
  color: #fff;
}

.gbox .gbox-wrap {
  background-color: #11204b;
}
.gbox .gbox-wrap .gbox-content {
  color: #aabcd2;
  font-size: 30px;
  padding: 50px 0;
}
@media screen and (max-width: 1200px) {
  .gbox .gbox-wrap .gbox-content {
    font-size: 2.5vw;
    padding: 4.1666666667vw 0;
  }
}
.gbox .gbox-wrap .gbox-btn {
  color: #297ef2;
  border: 3px solid #297ef2;
  background: 0;
}
@media screen and (max-width: 1200px) {
  .gbox .gbox-wrap .gbox-btn {
    border: 0.25vw solid #297ef2;
  }
}
.gbox .gbox-wrap .gbox-btn:hover {
  background-color: #297ef2;
  color: #fff;
}/*# sourceMappingURL=default.css.map */