@charset "UTF-8";
/*750rem*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500;600&display=swap");
@import url("https://use.typekit.net/vbh8usa.css");
:root {
  --remBasicSize: 16px;
}

/*思源*/
/*Futura PT*/
* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Noto Serif TC", Helvetica, Arial, "黑體-繁", "Heiti TC", "儷黑", "LiHei", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: calc(1 * var(--remBasicSize));
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/*-------------------------

           bg

-------------------------*/
.wrapper .bg {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 100vw;
  min-height: 100vh;
}

@media screen and (max-width: 750px) {
  .wrapper .bg {
    background: url(../images/bg_m.jpg) top center no-repeat;
    background-size: 130%;
  }
}
/* ----------------------------------------------------
initial html5 reset
---------------------------------------------------- */
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
  border: 0;
  outline: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
  display: block;
}

nav ul {
  list-style: none;
}

ol {
  list-style: none;
}

ul {
  list-style: none;
}

ul ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

mark {
  background: none;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input[type=submit], input[type=button], button {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: middle;
}

input, select, a img {
  vertical-align: middle;
}

/*-------------------------

         a

-------------------------*/
a,
button {
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}

a:focus,
button:focus {
  outline: none;
  text-decoration: none;
}

/*-------------------------

           kv

-------------------------*/
.kv {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: calc(67.25 * var(--remBasicSize));
  top: calc(0 * var(--remBasicSize));
  overflow: hidden;
  z-index: 2;
}
.kv .container {
  position: relative;
  margin: 0 auto;
  display: block;
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(67.25 * var(--remBasicSize));
  background: url(../images/kv/kv_bg.png) no-repeat center top/cover;
  background-color: #e4ebfd;
}
.kv .container .h1 {
  position: relative;
  margin: 0 auto;
  top: calc(5 * var(--remBasicSize));
  width: calc(33.84375 * var(--remBasicSize));
  height: calc(6.46875 * var(--remBasicSize));
  background: url(../images/kv/kv_h1.png) no-repeat center top/contain;
}

/*-------------------------

           step

-------------------------*/
.step {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: calc(27.9375 * var(--remBasicSize));
  top: calc(0 * var(--remBasicSize));
  z-index: 2;
}
.step .container {
  position: relative;
  margin: 0 auto;
  display: block;
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(27.9375 * var(--remBasicSize));
  background-color: #e4ebfd;
}
.step .container .title {
  position: relative;
  margin: 0 auto;
  text-align: center;
  top: calc(2.5 * var(--remBasicSize));
  left: calc(-3.125 * var(--remBasicSize));
  width: calc(31.4375 * var(--remBasicSize));
  height: calc(6.78125 * var(--remBasicSize));
  background: url(../images/step/title.png) no-repeat center top/contain;
}
.step .container .step_3_img {
  position: absolute;
  margin: 0 auto;
  text-align: center;
  top: calc(0.9375 * var(--remBasicSize));
  right: calc(6.25 * var(--remBasicSize));
  width: calc(3.625 * var(--remBasicSize));
  height: calc(17.375 * var(--remBasicSize));
  background: url(../images/step/step_3_img.png) no-repeat center top/contain;
}
.step .container p {
  position: relative;
  margin: 0 auto;
  text-align: justify;
  top: calc(3.75 * var(--remBasicSize));
  width: calc(41.875 * var(--remBasicSize));
  min-height: calc(14.0625 * var(--remBasicSize));
  font-size: calc(1.875 * var(--remBasicSize));
  line-height: calc(2.8125 * var(--remBasicSize));
  letter-spacing: calc(0.03125 * var(--remBasicSize));
  color: #000000;
}
.step .container p span {
  font-weight: bold;
}

/*-------------------------

           data

-------------------------*/
.data {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: calc(18.75 * var(--remBasicSize));
  top: calc(0 * var(--remBasicSize));
  z-index: 9;
}
.data .container {
  position: relative;
  margin: 0 auto;
  display: block;
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(18.75 * var(--remBasicSize));
  background: #e4ebfd;
  /*---------------
       teris
  ----------------*/
  /*---------------
       補發按鈕
  ----------------*/
  /*---------------
       注意事項
  ----------------*/
}
.data .container .big_title {
  position: relative;
  margin: 0 auto;
  top: calc(0 * var(--remBasicSize));
  width: calc(39.1875 * var(--remBasicSize));
  height: calc(7.5625 * var(--remBasicSize));
  background: url(../images/data/title.png) no-repeat center top/contain;
  z-index: 3;
}
.data .container .data_area {
  width: calc(43.125 * var(--remBasicSize));
  min-height: calc(18.75 * var(--remBasicSize));
  margin: 0 auto;
  position: relative;
  top: calc(-3.5 * var(--remBasicSize));
  background-color: #fff;
  font-family: "Noto Sans TC", Helvetica, Arial, "黑體-繁", "Heiti TC", "儷黑", "LiHei", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}
.data .container .data_group {
  width: calc(43.125 * var(--remBasicSize));
  min-height: calc(18.75 * var(--remBasicSize));
  margin: 0 auto;
  position: relative;
  top: calc(6.875 * var(--remBasicSize));
  padding: calc(1.5625 * var(--remBasicSize));
  padding-bottom: calc(6.875 * var(--remBasicSize));
}
.data .container .event-theme.el-form .el-form-item button[type=submit] {
  width: calc(22.375 * var(--remBasicSize));
  height: calc(5 * var(--remBasicSize));
  font-size: calc(1.875 * var(--remBasicSize));
  letter-spacing: calc(0.125 * var(--remBasicSize));
  border-radius: calc(0 * var(--remBasicSize));
  transition: all ease-in-out 0.2s;
  background-color: #000;
}
.data .container .event-theme.el-form .el-form-item button[type=submit]:hover {
  background-color: rgb(40, 40, 40);
}
.data .container .event-theme.el-form [fieldtype=ResendMessage] #resend-button:hover {
  background-color: #000;
  color: #fff;
}
.data .container .notice {
  position: relative;
  margin: 0 auto;
  display: block;
  top: calc(1.875 * var(--remBasicSize));
  width: calc(42.1875 * var(--remBasicSize));
  min-height: calc(38.75 * var(--remBasicSize));
  font-family: "Noto Sans TC", Helvetica, Arial, "黑體-繁", "Heiti TC", "儷黑", "LiHei", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}
.data .container .notice h2 {
  position: relative;
  margin: 0 auto;
  text-align: left;
  top: calc(4.375 * var(--remBasicSize));
  left: calc(0.625 * var(--remBasicSize));
  height: calc(2.5 * var(--remBasicSize));
  font-size: calc(1.875 * var(--remBasicSize));
  font-weight: bold;
  letter-spacing: calc(0.0625 * var(--remBasicSize));
  color: #fff;
}
.data .container .notice ul {
  position: relative;
  margin: 0 auto;
  top: calc(4.375 * var(--remBasicSize));
  left: calc(0.9375 * var(--remBasicSize));
  width: calc(36.25 * var(--remBasicSize));
  list-style-type: decimal;
}
.data .container .notice li {
  position: relative;
  margin: 0 auto;
  text-align: justify;
  top: calc(0.3125 * var(--remBasicSize));
  margin-bottom: calc(0.5 * var(--remBasicSize));
  font-size: calc(1.75 * var(--remBasicSize));
  line-height: calc(2.625 * var(--remBasicSize));
  font-weight: 300;
  color: #fff;
}

/*-------------------------

          footer

-------------------------*/
footer {
  position: relative;
  text-align: center;
  margin: 0 auto;
  top: calc(0 * var(--remBasicSize));
  width: calc(46.875 * var(--remBasicSize));
  height: calc(12.5 * var(--remBasicSize));
  line-height: calc(12.5 * var(--remBasicSize));
  background-color: #e4ebfd;
  z-index: 2;
}
footer > a {
  position: relative;
  font-size: calc(2.625 * var(--remBasicSize));
  top: calc(0 * var(--remBasicSize));
  color: #000;
}/*# sourceMappingURL=index.css.map */