@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
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;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  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 */
* {
  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: "PingFangTC-Regular", "Heiti TC", "Noto Sans TC", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

li {
  margin-left: 1.25em;
}

p {
  margin: 1.25em 0;
}

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

.wrapper {
  position: relative;
  box-sizing: border-box;
}
.wrapper * {
  background-size: 100% auto;
  box-sizing: border-box;
  word-break: break-all;
}
.wrapper *:after {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.wrapper *:before {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.wrapper:after {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.wrapper:before {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.wrapper.mobile *[data-type=dt] {
  display: none;
}
.wrapper.desktop *[data-type=mb] {
  display: none;
}

@media screen and (max-width: 768px) {
  .wrapper.desktop *[data-type=mb] {
    display: initial;
  }
  .wrapper.desktop *[data-type=dt] {
    display: none;
  }
}
body.ovh {
  overflow: hidden;
}

.btn {
  cursor: pointer;
}

.wrapper.desktop .btn:hover {
  background-position: center bottom;
}

.UNI-footer {
  position: relative;
}

.gbox {
  box-sizing: border-box;
}
.gbox * {
  box-sizing: border-box;
  word-break: break-all;
}
.gbox *:after {
  background-position: center top;
  background-repeat: no-repeat;
}
.gbox *:before {
  background-position: center top;
  background-repeat: no-repeat;
}

body.desktop .gbox-btn:hover {
  background-position: center bottom;
}

@media screen and (max-width: 1000px) {
  #topBar {
    display: none;
  }
}
input,
select,
button,
textarea {
  padding: 0;
  color: black;
  font-size: 16px;
  line-height: 1;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
  appearance: none;
  vertical-align: middle;
  display: inline-block;
}

/* layout */
body {
  background-color: #000;
}

#app {
  min-width: 62.5vw;
  background-image: url(./img/bg.jpg);
  background-size: 100vw 80.9375vw;
  background-position: top;
  position: relative;
  padding: 6.7708333333vw 0 10.4166666667vw 0;
}
#app * {
  box-sizing: border-box;
}
#app a {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #app {
    min-width: auto;
    background-image: url(./img/bg_m.jpg);
    background-size: 100vw 286.9791666667vw;
    background-position: top;
    padding: 16.9270833333vw 0 16.9270833333vw 0;
  }
}

.logo {
  background-image: url(./img/logo.png);
  background-size: contain;
  width: 10.3645833333vw;
  height: 8.3333333333vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .logo {
    width: 25.9114583333vw;
    height: 20.8333333333vw;
  }
}

.event .tt {
  background-image: url(./img/tt.png);
  background-size: contain;
  width: 61.71875vw;
  height: 8.6458333333vw;
  margin: 0 auto 2.6041666667vw;
}
@media screen and (max-width: 768px) {
  .event .tt {
    background-image: url(./img/tt_m.png);
    width: 100vw;
    height: 21.6145833333vw;
    margin: 0 auto 9.1145833333vw;
  }
}
.event .exchange_area {
  background-image: url(./img/content_bg_mid.png);
  background-size: 56.1979166667vw 2.0833333333vw;
  background-repeat: repeat-y;
  width: 56.1979166667vw;
  margin: 0 auto;
  position: relative;
  padding: 4.6875vw 0;
  box-shadow: 0vw 0vw 1.5625vw rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .event .exchange_area {
    background-image: url(./img/content_bg_mid_m.png);
    background-size: 86.1979166667vw 5.2083333333vw;
    width: 86.1979166667vw;
    padding: 15.625vw 0 6.5104166667vw;
  }
}
.event .exchange_area::before {
  content: "";
  background-image: url(./img/content_bg_top.png);
  background-size: 56.1979166667vw 2.0833333333vw;
  width: 56.1979166667vw;
  height: 2.0833333333vw;
  position: absolute;
  top: -0.5208333333vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .event .exchange_area::before {
    background-image: url(./img/content_bg_top_m.png);
    background-size: 86.1979166667vw 5.2083333333vw;
    width: 86.1979166667vw;
    height: 5.2083333333vw;
    top: -1.3020833333vw;
  }
}
.event .exchange_area::after {
  content: "";
  background-image: url(./img/content_bg_bot.png);
  background-size: 56.1979166667vw 2.0833333333vw;
  width: 56.1979166667vw;
  height: 2.0833333333vw;
  position: absolute;
  bottom: -0.5208333333vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .event .exchange_area::after {
    background-image: url(./img/content_bg_bot_m.png);
    background-size: 86.1979166667vw 5.2083333333vw;
    width: 86.1979166667vw;
    height: 5.2083333333vw;
    bottom: -1.3020833333vw;
  }
}
.event .sever,
.event .role,
.event .exchange {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 768px) {
  .event .sever,
  .event .role,
  .event .exchange {
    margin-bottom: 6.5104166667vw;
  }
}
.event label {
  font-size: 1.25vw;
  color: #392410;
  font-weight: bold;
  width: 6.25vw;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .event label {
    font-size: 3.6458333333vw;
    width: 18.2291666667vw;
  }
}
.event label[for=role_sever] {
  letter-spacing: 0.625vw;
}
@media screen and (max-width: 768px) {
  .event label[for=role_sever] {
    letter-spacing: 1.5625vw;
  }
}
.event select,
.event input {
  width: 20.3125vw;
  height: 2.0833333333vw;
  border-radius: 0.2604166667vw;
  border: 0.0520833333vw solid #000;
  font-size: 1.25vw;
  background-color: #fff;
  color: #000;
  height: 2.0833333333vw;
  padding: 0 0 0 0.5208333333vw;
}
@media screen and (max-width: 768px) {
  .event select,
  .event input {
    width: 50.78125vw;
    height: 5.2083333333vw;
    border-radius: 0.6510416667vw;
    border: 0.1302083333vw solid #000;
    font-size: 3.6458333333vw;
    padding: 0 0 0 1.3020833333vw;
    height: 5.2083333333vw;
  }
}
.event select {
  background-image: url(./img/arrow.png);
  background-size: 0.7291666667vw 0.5729166667vw;
  background-position: 18.75vw center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .event select {
    background-size: 1.8229166667vw 1.4322916667vw;
    background-position: 46.875vw center;
  }
}
.event .point_non {
  pointer-events: none;
}
.event .exchange {
  position: relative;
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  .event .exchange {
    margin-bottom: 13.0208333333vw;
  }
}
.event .exchange::after {
  content: "※序號為大寫英文及數字混合，輸入時請確認是否正確。";
  position: absolute;
  left: 21.3541666667vw;
  top: 3.125vw;
  z-index: 99;
  white-space: nowrap;
  font-size: 0.8333333333vw;
  color: #392410;
  font-weight: bold;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .event .exchange::after {
    left: 27.34375vw;
    top: 7.8125vw;
    font-size: 2.0833333333vw;
  }
}
.event .event_btn,
.event .login {
  background-image: url(./img/sure_btn.png);
  background-size: contain;
  width: 11.40625vw;
  height: 4.375vw;
  cursor: pointer;
  margin: 0 auto 1.5625vw;
}
@media screen and (max-width: 768px) {
  .event .event_btn,
  .event .login {
    width: 28.515625vw;
    height: 10.9375vw;
    margin: 0 auto 3.90625vw;
  }
}
.event .login {
  background-image: url(./img/login.png);
}
.event .logout {
  background-image: url(./img/logout.png);
  background-size: contain;
  width: 5.7291666667vw;
  height: 2.03125vw;
  position: absolute;
  right: 2.6041666667vw;
  top: 1.5625vw;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .event .logout {
    width: 14.3229166667vw;
    height: 5.078125vw;
    right: 3.90625vw;
    top: 5.2083333333vw;
  }
}
.event .dec {
  background-image: url(./img/content_dec.png);
  background-size: contain;
  width: 56.1979166667vw;
  height: 2.0833333333vw;
  margin-bottom: 2.6041666667vw;
}
@media screen and (max-width: 768px) {
  .event .dec {
    background-image: url(./img/content_dec_m.png);
    width: 86.1979166667vw;
    height: 5.2083333333vw;
    margin-bottom: 6.5104166667vw;
    position: relative;
  }
  .event .dec::after {
    content: "";
    background-image: url(./img/dec.png);
    background-size: contain;
    width: 72.9166666667vw;
    height: 2.734375vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.event ol {
  width: 34.375vw;
  margin: 0 auto;
  font-weight: bold;
  padding: 1.5625vw;
}
@media screen and (max-width: 768px) {
  .event ol {
    width: 78.125vw;
    padding: 3.90625vw;
  }
}
.event ol .ol_tt {
  font-size: 2.5vw;
  color: #392410;
  font-weight: bold;
  margin-bottom: 2.0833333333vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .event ol .ol_tt {
    font-size: 6.25vw;
    margin-bottom: 5.2083333333vw;
  }
}
.event ol li {
  font-size: 0.9375vw;
  color: #392410;
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 768px) {
  .event ol li {
    font-size: 3.6458333333vw;
    margin-bottom: 1.3020833333vw;
    line-height: 5.2083333333vw;
  }
}

.gbox .gbox-wrap {
  background: 0;
  max-width: none;
  width: unset;
  padding: 0;
}
.gbox .gbox-content {
  background-image: url(./img/lb_bg.png);
  background-size: contain;
  width: 18.2291666667vw;
  height: 18.2291666667vw;
  padding: 0;
  position: relative;
  padding-top: 1.8229166667vw;
}
@media screen and (max-width: 768px) {
  .gbox .gbox-content {
    width: 62.5vw;
    height: 62.5vw;
    padding-top: 6.5104166667vw;
  }
}
.gbox .gbox-content .popup_img_true,
.gbox .gbox-content .popup_img_false {
  background-image: url(./img/success.png);
  background-size: contain;
  width: 4.21875vw;
  height: 4.21875vw;
  margin: 0 auto 1.3020833333vw;
}
@media screen and (max-width: 768px) {
  .gbox .gbox-content .popup_img_true,
  .gbox .gbox-content .popup_img_false {
    width: 12.2395833333vw;
    height: 12.2395833333vw;
    margin: 0 auto 3.2552083333vw;
  }
}
.gbox .gbox-content .popup_img_false {
  background-image: url(./img/fail.png);
}
.gbox .gbox-content .popup_tt {
  font-size: 1.25vw;
  color: #190e09;
  font-weight: bold;
  margin-bottom: 2.8645833333vw;
}
@media screen and (max-width: 768px) {
  .gbox .gbox-content .popup_tt {
    font-size: 4.1666666667vw;
    margin-bottom: 11.71875vw;
  }
}
.gbox .gbox-content .popup_content {
  font-size: 0.9375vw;
  color: #190e09;
  padding: 0 1.5625vw;
  line-height: 1.3541666667vw;
}
@media screen and (max-width: 768px) {
  .gbox .gbox-content .popup_content {
    font-size: 3.3854166667vw;
    padding: 0 3.90625vw;
    line-height: 5.2083333333vw;
  }
}
.gbox .gbox-close {
  font-size: 0;
  background-image: url(./img/lb_close.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.40625vw;
  height: 1.40625vw;
  top: -0.5208333333vw;
  right: -0.5208333333vw;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .gbox .gbox-close {
    width: 5.3385416667vw;
    height: 5.3385416667vw;
    top: -1.953125vw;
    right: -1.953125vw;
  }
}