@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 Sans TC", Helvetica, Arial, "黑體-繁", "Heiti TC", "儷黑", "LiHei", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: calc(1 * var(--remBasicSize));
  width: 100%;
  height: 100%;
  background-color: #d7cab9;
  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(73.125 * 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(73.125 * var(--remBasicSize));
  background: url(../images/kv/bg.jpg) no-repeat center top/cover;
}
.kv .container .title_area {
  position: relative;
  margin: 0 auto;
  top: calc(3.75 * var(--remBasicSize));
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(13.125 * var(--remBasicSize));
  z-index: 3;
}
.kv .container .logo {
  position: relative;
  margin: 0 auto;
  top: calc(0 * var(--remBasicSize));
  width: calc(13.625 * var(--remBasicSize));
  height: calc(5.875 * var(--remBasicSize));
  background: url(../images/kv/logo.png) no-repeat center top/contain;
}
.kv .container .title {
  position: relative;
  margin: 0 auto;
  text-align: center;
  top: calc(1.875 * var(--remBasicSize));
  width: calc(44.4375 * var(--remBasicSize));
  height: calc(8.4375 * var(--remBasicSize));
  background: url(../images/kv/title.png) no-repeat center top/contain;
}
.kv .container .txt1 {
  position: absolute;
  margin: 0 auto;
  top: calc(23.75 * var(--remBasicSize));
  left: calc(4.0625 * var(--remBasicSize));
  width: calc(6.5625 * var(--remBasicSize));
  height: calc(16.0625 * var(--remBasicSize));
  background: url(../images/kv/txt-1.png) no-repeat center top/contain;
}
.kv .container .txt2 {
  position: absolute;
  margin: 0 auto;
  top: calc(38.4375 * var(--remBasicSize));
  right: calc(3.75 * var(--remBasicSize));
  width: calc(6.9375 * var(--remBasicSize));
  height: calc(16.125 * var(--remBasicSize));
  background: url(../images/kv/txt-2.png) no-repeat center top/contain;
}
.kv .container .title_p {
  position: relative;
  margin: 0 auto;
  text-align: center;
  top: calc(44.375 * var(--remBasicSize));
  width: calc(38.5625 * var(--remBasicSize));
  height: calc(4.125 * var(--remBasicSize));
  background: url(../images/kv/p.png) no-repeat center top/contain;
}
.kv .container .goto {
  position: relative;
  margin: 0 auto;
  top: calc(45.75 * var(--remBasicSize));
  width: calc(12.6875 * var(--remBasicSize));
  height: calc(4.375 * var(--remBasicSize));
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: calc(1.625 * var(--remBasicSize));
  line-height: calc(4.0625 * var(--remBasicSize));
  font-weight: 300;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.kv .container .goto:hover {
  background-color: rgb(26, 26, 26);
  cursor: pointer;
}

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

           pd

-------------------------*/
.pd {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: calc(66.25 * var(--remBasicSize));
  top: calc(0 * var(--remBasicSize));
  overflow: hidden;
  z-index: 2;
}
.pd .container {
  position: relative;
  margin: 0 auto;
  display: block;
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(66.25 * var(--remBasicSize));
  background: url(../images/pd/bg.jpg) no-repeat center top/cover;
}
.pd .container .title_area {
  position: relative;
  margin: 0 auto;
  top: calc(3.75 * var(--remBasicSize));
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(13.125 * var(--remBasicSize));
  z-index: 3;
}
.pd .container .title {
  position: relative;
  margin: 0 auto;
  text-align: center;
  top: calc(0.625 * var(--remBasicSize));
  width: calc(34.4375 * var(--remBasicSize));
  height: calc(6.8125 * var(--remBasicSize));
  background: url(../images/pd/title.png) no-repeat center top/contain;
}
.pd .container .txt1 {
  position: absolute;
  margin: 0 auto;
  top: calc(17.5 * var(--remBasicSize));
  right: calc(1.875 * var(--remBasicSize));
  width: calc(24.4375 * var(--remBasicSize));
  height: calc(7.4375 * var(--remBasicSize));
  background: url(../images/pd/txt-1.png) no-repeat center top/contain;
}
.pd .container .txt2 {
  position: absolute;
  margin: 0 auto;
  top: calc(28.125 * var(--remBasicSize));
  right: calc(3.75 * var(--remBasicSize));
  width: calc(15.625 * var(--remBasicSize));
  height: calc(10.6875 * var(--remBasicSize));
  background: url(../images/pd/txt-2.png) no-repeat center top/contain;
}
.pd .container .txt3 {
  position: absolute;
  margin: 0 auto;
  top: calc(40.625 * var(--remBasicSize));
  right: calc(3.75 * var(--remBasicSize));
  width: calc(15.625 * var(--remBasicSize));
  height: calc(10.6875 * var(--remBasicSize));
  background: url(../images/pd/txt-3.png) no-repeat center top/contain;
}
.pd .container .p {
  position: relative;
  margin: 0 auto;
  text-align: center;
  top: calc(44.375 * var(--remBasicSize));
  width: calc(38.5625 * var(--remBasicSize));
  height: calc(4.125 * var(--remBasicSize));
  font-size: calc(0.75 * var(--remBasicSize));
  color: #fff;
  line-height: calc(1.5 * var(--remBasicSize));
  font-weight: 300;
  text-shadow: 0px 0px 4px #3b7f81;
}

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

           pd2

-------------------------*/
.pd2 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: calc(65.3125 * var(--remBasicSize));
  top: calc(0 * var(--remBasicSize));
  overflow: hidden;
  z-index: 2;
}
.pd2 .container {
  position: relative;
  margin: 0 auto;
  display: block;
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(65.3125 * var(--remBasicSize));
  background: url(../images/pd2/bg.jpg) no-repeat center top/cover;
}
.pd2 .container .title_area {
  position: relative;
  margin: 0 auto;
  top: calc(3.75 * var(--remBasicSize));
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(13.125 * var(--remBasicSize));
  z-index: 3;
}
.pd2 .container .title {
  position: relative;
  margin: 0 auto;
  text-align: center;
  top: calc(0.625 * var(--remBasicSize));
  width: calc(28.6875 * var(--remBasicSize));
  height: calc(11.8125 * var(--remBasicSize));
  background: url(../images/pd2/title.png) no-repeat center top/contain;
}
.pd2 .container .txt1 {
  position: absolute;
  margin: 0 auto;
  top: calc(16.875 * var(--remBasicSize));
  left: calc(11.875 * var(--remBasicSize));
  width: calc(11.1875 * var(--remBasicSize));
  height: calc(5.3125 * var(--remBasicSize));
  background: url(../images/pd2/txt-1.png) no-repeat center top/contain;
}
.pd2 .container .txt2 {
  position: absolute;
  margin: 0 auto;
  top: calc(16.875 * var(--remBasicSize));
  right: calc(11.25 * var(--remBasicSize));
  width: calc(11.5 * var(--remBasicSize));
  height: calc(5.3125 * var(--remBasicSize));
  background: url(../images/pd2/txt-2.png) no-repeat center top/contain;
}
.pd2 .container .ap1 {
  position: absolute;
  margin: 0 auto;
  top: calc(23.75 * var(--remBasicSize));
  left: calc(4.0625 * var(--remBasicSize));
  width: calc(12.875 * var(--remBasicSize));
  height: calc(10.6875 * var(--remBasicSize));
  background: url(../images/pd2/ap-1.png) no-repeat center top/contain;
}
.pd2 .container .ap2 {
  position: absolute;
  margin: 0 auto;
  top: calc(36.25 * var(--remBasicSize));
  left: calc(4.0625 * var(--remBasicSize));
  width: calc(12.875 * var(--remBasicSize));
  height: calc(10.6875 * var(--remBasicSize));
  background: url(../images/pd2/ap-2.png) no-repeat center top/contain;
}
.pd2 .container .ap3 {
  position: absolute;
  margin: 0 auto;
  top: calc(48.75 * var(--remBasicSize));
  left: calc(4.0625 * var(--remBasicSize));
  width: calc(12.875 * var(--remBasicSize));
  height: calc(10.6875 * var(--remBasicSize));
  background: url(../images/pd2/ap-3.png) no-repeat center top/contain;
}
.pd2 .container .p {
  position: relative;
  margin: 0 auto;
  text-align: center;
  top: calc(46.875 * var(--remBasicSize));
  width: calc(38.5625 * var(--remBasicSize));
  height: calc(4.125 * var(--remBasicSize));
  font-size: calc(0.75 * var(--remBasicSize));
  color: #5c2e2e;
  line-height: calc(1.5 * var(--remBasicSize));
  font-weight: 300;
}

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

           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: #e9efd5;
  /*---------------
       teris
  ----------------*/
  /*---------------
       補發按鈕
  ----------------*/
  /*---------------
       注意事項
  ----------------*/
}
.data .container .title_area {
  position: relative;
  margin: 0 auto;
  width: calc(46.875 * var(--remBasicSize));
  padding-top: calc(0 * var(--remBasicSize));
  height: calc(53.125 * var(--remBasicSize));
  z-index: 3;
}
.data .container .big_title {
  position: relative;
  margin: 0 auto;
  top: calc(0 * var(--remBasicSize));
  width: calc(46.875 * var(--remBasicSize));
  height: calc(4.75 * var(--remBasicSize));
  background: url(../images/data/title.png) no-repeat center top/contain;
}
.data .container .title_logo {
  position: relative;
  margin: 0 auto;
  text-align: center;
  top: calc(3.125 * var(--remBasicSize));
  width: calc(21.375 * var(--remBasicSize));
  height: calc(25.5 * var(--remBasicSize));
  background: url(../images/data/pd.png) no-repeat center top/contain;
}
.data .container .data_p {
  position: relative;
  margin: 0 auto;
  top: calc(6.25 * var(--remBasicSize));
  width: calc(41.875 * var(--remBasicSize));
  min-height: calc(13.75 * var(--remBasicSize));
  font-size: calc(1.6875 * var(--remBasicSize));
  line-height: calc(2.625 * var(--remBasicSize));
  font-weight: 300;
  letter-spacing: calc(0.0625 * var(--remBasicSize));
  color: #000;
  text-align: justify;
}
.data .container .data_p span {
  font-weight: 600;
}
.data .container .data_notice {
  position: relative;
  margin: 0 auto;
  top: calc(3.75 * var(--remBasicSize));
  width: calc(41.875 * var(--remBasicSize));
  min-height: calc(4.0625 * var(--remBasicSize));
  font-size: calc(1.5 * var(--remBasicSize));
  line-height: calc(2.625 * var(--remBasicSize));
  font-weight: 300;
  letter-spacing: calc(0 * var(--remBasicSize));
  color: #848484;
  text-align: left;
}
.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: #fff;
}
.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(0 * var(--remBasicSize));
  width: calc(37.5 * var(--remBasicSize));
  min-height: calc(25 * var(--remBasicSize));
}
.data .container .notice .btn_store {
  position: relative;
  margin: 0 auto;
  text-align: center;
  top: calc(0 * var(--remBasicSize));
  width: calc(36.25 * var(--remBasicSize));
  height: calc(5 * var(--remBasicSize));
  background-color: #000;
  font-size: calc(1.875 * var(--remBasicSize));
  letter-spacing: calc(0.0625 * var(--remBasicSize));
  line-height: calc(5 * var(--remBasicSize));
  color: #fff;
  border-radius: calc(0 * var(--remBasicSize));
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  z-index: 3;
}
.data .container .notice .btn_store:hover {
  background-color: rgb(40, 40, 40);
}
.data .container .notice h2 {
  position: relative;
  margin: 0 auto;
  text-align: left;
  top: calc(2.5 * var(--remBasicSize));
  left: calc(-0.3125 * var(--remBasicSize));
  height: calc(2.5 * var(--remBasicSize));
  font-size: calc(1.75 * 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(2.5 * var(--remBasicSize));
  left: calc(0.9375 * var(--remBasicSize));
  width: calc(36.25 * var(--remBasicSize));
  list-style: 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.625 * var(--remBasicSize));
  line-height: calc(2.4375 * var(--remBasicSize));
  font-weight: 400;
  color: #000;
}

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

          footer

-------------------------*/
footer {
  position: relative;
  text-align: center;
  margin: 0 auto;
  top: calc(0 * var(--remBasicSize));
  width: 100%;
  height: calc(9.375 * var(--remBasicSize));
  line-height: calc(9.375 * var(--remBasicSize));
  background-color: transparent;
  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 */