@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;700;800&display=swap");
@import url("https://use.typekit.net/svf6mxc.css");
@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%;
  padding: 0;
  margin: 0;
}

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

@media screen and (max-width: 750px) {
  .wrapper {
    max-width: 100%;
  }
}
/*-------------------------

           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;
}

/* ----------------------------------------------------
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(83.3125 * 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));
  height: calc(83.3125 * 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 .h1 {
  top: calc(3.125 * var(--remBasicSize));
  position: relative;
  margin: 0 auto;
  width: calc(32.9375 * var(--remBasicSize));
  height: calc(11.8125 * var(--remBasicSize));
  background: url(../images/kv/h2.png) no-repeat center top/contain;
}
.kv .container .h2 {
  top: calc(3.75 * var(--remBasicSize));
  position: relative;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: calc(2.25 * var(--remBasicSize));
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  font-weight: 400;
}
.kv .container .p {
  top: calc(35 * var(--remBasicSize));
  position: relative;
  margin: 0 auto;
  width: calc(41.5625 * var(--remBasicSize));
  height: calc(6.9375 * var(--remBasicSize));
  text-align: center;
  color: #fff;
  font-size: calc(1.75 * var(--remBasicSize));
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  font-weight: 400;
  line-height: 1.6;
}
.kv .container .goto {
  position: relative;
  margin: 0 auto;
  padding-top: calc(0.3125 * var(--remBasicSize));
  top: calc(35.625 * var(--remBasicSize));
  width: calc(29.375 * var(--remBasicSize));
  height: calc(5.8125 * var(--remBasicSize));
  text-align: center;
  font-size: calc(2.25 * var(--remBasicSize));
  line-height: calc(4.0625 * var(--remBasicSize));
  letter-spacing: calc(0.09375 * var(--remBasicSize));
  font-weight: 700;
  color: #0c273c;
  border: none;
  border-radius: calc(0.75 * var(--remBasicSize));
  padding: calc(0.625 * var(--remBasicSize)) calc(2.5 * var(--remBasicSize));
  cursor: pointer;
  display: block;
  background: linear-gradient(90deg, #ddb775, #fee5c3, #ddb166, #ad8739);
  background-size: 200% 100%;
  background-position: 0% 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: background-position 0.6s ease, box-shadow 0.3s ease;
}
.kv .container .goto:hover {
  background-position: 100% 0;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}
.kv .container .txt {
  top: calc(37.5 * var(--remBasicSize));
  position: relative;
  margin: 0 auto;
  width: calc(41.25 * var(--remBasicSize));
  height: calc(3.125 * var(--remBasicSize));
  text-align: justify;
  color: #fff;
  font-size: calc(1 * var(--remBasicSize));
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  font-weight: 200;
  line-height: 1.6;
}
.kv .container .logo {
  top: calc(40.625 * var(--remBasicSize));
  position: relative;
  margin: 0 auto;
  width: calc(38.3125 * var(--remBasicSize));
  height: calc(7.75 * var(--remBasicSize));
  background: url(../images/kv/logo.png) no-repeat center top/contain;
}

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

           about

-------------------------*/
.about {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: calc(75.9375 * var(--remBasicSize));
  top: calc(0 * var(--remBasicSize));
  overflow: hidden;
  z-index: 2;
}
.about .container {
  position: relative;
  margin: 0 auto;
  display: block;
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(75.9375 * var(--remBasicSize));
  background: url(../images/about/bg.jpg) no-repeat center top/cover;
}
.about .container .title_area {
  position: relative;
  margin: 0 auto;
  top: calc(1.25 * var(--remBasicSize));
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(15 * var(--remBasicSize));
  z-index: 3;
}
.about .container .h1 {
  top: calc(3.125 * var(--remBasicSize));
  left: calc(1.25 * var(--remBasicSize));
  position: relative;
  margin: 0 auto;
  width: calc(21.0625 * var(--remBasicSize));
  height: calc(3.6875 * var(--remBasicSize));
  background: url(../images/about/h2.png) no-repeat center top/contain;
}
.about .container .p {
  position: relative;
  margin: 0 auto;
  text-align: justify;
  top: calc(5.625 * var(--remBasicSize));
  width: calc(36.0625 * var(--remBasicSize));
  height: calc(12.0625 * var(--remBasicSize));
  background: url(../images/about/p.png) no-repeat center top/contain;
}
.about .container .p .counter {
  font-size: calc(4.625 * var(--remBasicSize));
  color: #fff;
  transition: all 0.3s ease;
  font-family: "baskerville-display-pt", serif;
  font-weight: 700;
  font-style: italic;
}
.about .container .p #counter1 {
  position: absolute;
  top: calc(3.5625 * var(--remBasicSize));
  left: calc(1.375 * var(--remBasicSize));
}
.about .container .p #counter2 {
  position: absolute;
  top: calc(3.5625 * var(--remBasicSize));
  left: calc(14.1875 * var(--remBasicSize));
}
.about .container .p #counter3 {
  position: absolute;
  top: calc(3.5625 * var(--remBasicSize));
  left: calc(27.5 * var(--remBasicSize));
}
.about .container .txt {
  top: calc(7.5 * var(--remBasicSize));
  position: relative;
  margin: 0 auto;
  width: calc(41.25 * var(--remBasicSize));
  height: calc(3.125 * var(--remBasicSize));
  text-align: center;
  color: #fff;
  font-size: calc(1 * var(--remBasicSize));
  font-weight: 200;
  line-height: 1.6;
}

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

           pd

-------------------------*/
.pd {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: calc(85.375 * 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));
  height: calc(85.375 * var(--remBasicSize));
  background: url(../images/pd/bg.jpg) no-repeat center top/cover;
}
.pd .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;
}
.pd .container .h1 {
  top: calc(3.125 * var(--remBasicSize));
  position: relative;
  margin: 0 auto;
  width: calc(37 * var(--remBasicSize));
  height: calc(8.5625 * var(--remBasicSize));
  background: url(../images/pd/h2.png) no-repeat center top/contain;
}
.pd .container .h2 {
  top: calc(4.375 * var(--remBasicSize));
  position: relative;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: calc(1.75 * var(--remBasicSize));
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  font-weight: 400;
  line-height: 1.6;
}
.pd .container .pdtxt1 {
  top: calc(8.125 * var(--remBasicSize));
  right: calc(-12.5 * var(--remBasicSize));
  position: relative;
  margin: 0 auto;
  width: calc(21.5 * var(--remBasicSize));
  height: calc(15.75 * var(--remBasicSize));
  background: url(../images/pd/txt-1.png) no-repeat center top/contain;
}
.pd .container .pdtxt2 {
  top: calc(12.5 * var(--remBasicSize));
  left: calc(-11.875 * var(--remBasicSize));
  position: relative;
  margin: 0 auto;
  width: calc(23.4375 * var(--remBasicSize));
  height: calc(16.0625 * var(--remBasicSize));
  background: url(../images/pd/txt-2.png) no-repeat center top/contain;
}
.pd .container .txt {
  top: calc(21.875 * var(--remBasicSize));
  position: relative;
  margin: 0 auto;
  width: calc(41.25 * var(--remBasicSize));
  height: calc(3.125 * var(--remBasicSize));
  text-align: justify;
  color: #fff;
  font-size: calc(1 * var(--remBasicSize));
  font-weight: 200;
  line-height: 1.6;
}

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

           pd2

-------------------------*/
.pd2 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: calc(68.125 * 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));
  height: calc(68.125 * var(--remBasicSize));
  background-color: #000;
}
.pd2 .container .title_area {
  position: relative;
  margin: 0 auto;
  top: calc(0 * var(--remBasicSize));
  width: calc(46.875 * var(--remBasicSize));
  min-height: calc(15 * var(--remBasicSize));
  z-index: 3;
}
.pd2 .container .h1 {
  top: calc(0 * var(--remBasicSize));
  position: relative;
  margin: 0 auto;
  width: calc(40.875 * var(--remBasicSize));
  height: calc(8.8125 * var(--remBasicSize));
  background: url(../images/pd2/h2.png) no-repeat center top/contain;
}
.pd2 .container .h2 {
  top: calc(5 * var(--remBasicSize));
  position: relative;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: calc(1.75 * var(--remBasicSize));
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  font-weight: 400;
  line-height: 1.6;
}
.pd2 .container .pic {
  top: calc(3.125 * var(--remBasicSize));
  position: relative;
  margin: 0 auto;
  width: calc(34.4375 * var(--remBasicSize));
  height: calc(42.75 * var(--remBasicSize));
  background: url(../images/pd2/pic.png) no-repeat center top/contain;
}
.pd2 .container .txt {
  top: calc(21.875 * var(--remBasicSize));
  position: relative;
  margin: 0 auto;
  width: calc(41.25 * var(--remBasicSize));
  height: calc(3.125 * var(--remBasicSize));
  text-align: justify;
  color: #fff;
  font-size: calc(1 * var(--remBasicSize));
  font-weight: 200;
  line-height: 1.6;
}

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

           pd3

-------------------------*/
.pd3 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: calc(71 * var(--remBasicSize));
  top: calc(0 * var(--remBasicSize));
  overflow: hidden;
  z-index: 2;
}
.pd3 .container {
  position: relative;
  margin: 0 auto;
  display: block;
  width: calc(46.875 * var(--remBasicSize));
  height: calc(71 * var(--remBasicSize));
  background: url(../images/pd3/bg.jpg) no-repeat center top/cover;
}
.pd3 .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;
}
.pd3 .container .h1 {
  top: calc(0 * var(--remBasicSize));
  position: relative;
  margin: 0 auto;
  width: calc(34.1875 * var(--remBasicSize));
  height: calc(3.875 * var(--remBasicSize));
  background: url(../images/pd3/h2.png) no-repeat center top/contain;
}
.pd3 .container .p {
  top: calc(39.375 * var(--remBasicSize));
  position: relative;
  margin: 0 auto;
  width: calc(41.5625 * var(--remBasicSize));
  height: calc(6.9375 * var(--remBasicSize));
  text-align: center;
  color: #fff;
  font-size: calc(1.75 * var(--remBasicSize));
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  font-weight: 400;
  line-height: 1.6;
}
.pd3 .container .p span {
  color: #f0d8a6;
}
.pd3 .container .goto {
  position: relative;
  margin: 0 auto;
  padding-top: calc(0.3125 * var(--remBasicSize));
  top: calc(46.25 * var(--remBasicSize));
  width: calc(41.375 * var(--remBasicSize));
  height: calc(5.8125 * var(--remBasicSize));
  text-align: center;
  font-size: calc(2.25 * var(--remBasicSize));
  line-height: calc(4.0625 * var(--remBasicSize));
  letter-spacing: calc(0.09375 * var(--remBasicSize));
  font-weight: 700;
  color: #0c273c;
  border: none;
  border-radius: calc(0.75 * var(--remBasicSize));
  padding: calc(0.625 * var(--remBasicSize)) calc(0 * var(--remBasicSize)) calc(0 * var(--remBasicSize)) calc(1.5625 * var(--remBasicSize));
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: block;
  background: linear-gradient(90deg, #ddb775, #fee5c3, #ddb166, #ad8739);
  background-size: 200% 100%;
  background-position: 0% 0;
  transition: background-position 0.6s ease, box-shadow 0.3s ease;
}
.pd3 .container .goto:hover {
  background-position: 100% 0;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

/*---------------
         teris
    ----------------*/
.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;
}

.event-theme.el-form .el-form-item button[type=submit]:hover {
  background-color: rgb(40, 40, 40);
}

/*---------------
         補發按鈕
    ----------------*/
.event-theme.el-form [fieldtype=ResendMessage] #resend-button:hover {
  background-color: #000;
  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));
  z-index: 2;
}
footer > a {
  position: relative;
  font-size: calc(2.625 * var(--remBasicSize));
  top: calc(0 * var(--remBasicSize));
  color: #fff;
}

.event-theme.el-form .el-form-item[name=q14] {
  padding-bottom: 0;
}/*# sourceMappingURL=index.css.map */