@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%;
  background-color: #fff;
  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;
  background: url(../images/bg.jpg) top center no-repeat;
  background-size: cover;
}

@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(64.5 * 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(64.5 * var(--remBasicSize));
  background: url(../images/kv/bg.jpg) no-repeat center top/cover;
}
.kv .container .title_area {
  position: relative;
  margin: 0 auto;
  top: calc(2.5 * var(--remBasicSize));
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(15 * var(--remBasicSize));
  z-index: 3;
}
.kv .container .h2 {
  position: relative;
  margin: 0 auto;
  top: calc(0 * var(--remBasicSize));
  width: calc(24 * var(--remBasicSize));
  height: calc(4.375 * var(--remBasicSize));
  background: url(../images/kv/h2.png) no-repeat center top/contain;
}
.kv .container .title {
  position: relative;
  margin: 0 auto;
  text-align: center;
  top: calc(1.25 * var(--remBasicSize));
  width: calc(39.09375 * var(--remBasicSize));
  height: calc(8.4375 * var(--remBasicSize));
  background: url(../images/kv/title.png) no-repeat center top/contain;
}
.kv .container .hot {
  position: absolute;
  margin: 0 auto;
  top: calc(20.625 * var(--remBasicSize));
  left: calc(3.4375 * var(--remBasicSize));
  width: calc(10.4464285714 * var(--remBasicSize));
  height: calc(10.4464285714 * var(--remBasicSize));
  background: url(../images/kv/hot.png) no-repeat center top/contain;
}

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

           step

-------------------------*/
.step {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: calc(37.1875 * 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(37.1875 * var(--remBasicSize));
  background-color: #eaf7ff;
}
.step .container .big_title {
  position: relative;
  margin: 0 auto;
  top: calc(4.375 * var(--remBasicSize));
  width: calc(46.875 * var(--remBasicSize));
  height: calc(9.375 * var(--remBasicSize));
  font-size: calc(2.375 * var(--remBasicSize));
  line-height: calc(3.375 * var(--remBasicSize));
  font-weight: 600;
  letter-spacing: calc(0 * var(--remBasicSize));
  color: #088edc;
  text-align: center;
}
.step .container .step_p {
  position: relative;
  margin: 0 auto;
  text-align: center;
  top: calc(3.75 * var(--remBasicSize));
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(6.875 * var(--remBasicSize));
  font-size: calc(1.875 * var(--remBasicSize));
  line-height: calc(3.25 * var(--remBasicSize));
  font-weight: 500;
  letter-spacing: calc(0.03125 * var(--remBasicSize));
  color: #000000;
}
.step .container .step_p span {
  background: linear-gradient(transparent 60%, #ffe5ee 0%);
}

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

           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-color: #eaf7ff;
  /*---------------
       teris
  ----------------*/
  /*---------------
       補發按鈕
  ----------------*/
  /*---------------
       注意事項
  ----------------*/
}
.data .container .title_area {
  position: relative;
  margin: 0 auto;
  width: calc(46.875 * var(--remBasicSize));
  top: calc(0 * var(--remBasicSize));
  height: calc(9.375 * var(--remBasicSize));
}
.data .container .big_title {
  position: relative;
  margin: 0 auto;
  top: calc(1.875 * var(--remBasicSize));
  width: calc(46.875 * var(--remBasicSize));
  height: calc(9.375 * var(--remBasicSize));
  font-size: calc(2 * var(--remBasicSize));
  line-height: calc(3 * var(--remBasicSize));
  font-weight: 600;
  letter-spacing: calc(0 * var(--remBasicSize));
  color: #088edc;
  text-align: center;
}
.data .container .data_area {
  width: calc(43.125 * var(--remBasicSize));
  min-height: calc(18.75 * var(--remBasicSize));
  margin: 0 auto;
  position: relative;
  top: calc(0 * var(--remBasicSize));
  background-color: #eaf7ff;
  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(1.25 * var(--remBasicSize));
  padding: calc(1.5625 * 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(46.875 * var(--remBasicSize));
  min-height: calc(38.75 * var(--remBasicSize));
  background-color: #fff;
  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(4.375 * 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: #000;
}
.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: 400;
  color: #000;
}

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

          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: #fff;
  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 */