@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a {
  display: inline-block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  z-index: 0;
  font-family: Arial,"微軟正黑體","PingFangTC-Regular", "DroidSansFallback", "Noto Sans TC", "黑體-繁", "Heiti TC", "Microsoft JhengHei", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
}

.nav-open, .modal-open, .loading {
  overflow: hidden;
}

h1, h2, h3, h4 {
  font-family: Arial, "Noto Sans TC", "黑體-繁", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

h1 {
  font-size: 50px;
  line-height: 1.2;
}
h2 {
  font-size: 62px;
  line-height: 1.6;
}

.title__main {
  display: block;
  font-size: 60px;
  line-height: 1.4;
}

.title__sub {
  display: block;
  font-size: 48px;
  line-height: 1.4;
}

h3, h4 {
  font-size: 30px;
  line-height: 1.4;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font-family: inherit;
}

.wrapper {
  margin: 50px auto 0 auto;
  width: 750px;
  overflow: hidden;
  text-align: center;
}



.btn--primary {
  background-color: #ff7200;
}
.btn--primary:hover {
  background-color: #cd1865;
}

.btn--secondary {
  background-color: #fca09c;
}
.btn--secondary:hover {
  background-color: #fb706a;
}

.btn--base {
  padding: .5em 3em .45em 3em;
  font-size: 30px;
}

.btn--l {
  padding: .5em 1.5em .45em 1.5em;
  font-size: 36px;
}

.h-text-highlight {
  color: #e7317e;
}

.h-text-bold {
  font-weight: bold;
}

.h-row-vm {
  display: inline-block;
  vertical-align: middle;
}

.h-mt-30 {
  margin-top: 30px;
}

.h-mt-60 {
  margin-top: 60px;
}

.h-mt-50 {
  margin-top: 50px;
}

.h-mt-40 {
  margin-top: 40px;
}

.progress {
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  background-color: #cbefd2;
}

.progress__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-bottom: 20px;
  z-index: 0;
  text-align: center;
}

.dots {
  font-size: 0;
  margin-top: 30px;
}

.progress__dot {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #888;
  -webkit-animation: loading 0.5s 0s infinite linear alternate;
  animation: loading 0.5s 0s infinite linear alternate;
}

.progress__dot:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.progress__dot:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.progress__dot:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes loading {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
}
@keyframes loading {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(215, 215, 215, 0.4);
}

.logo {
  text-align: center;
  line-height: 100px;
  margin-top: 30px;
}

.nav {
  visibility: hidden;
}

.toggleMenu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1001;
  width: 100px;
  height: 100px;
  cursor: pointer;
}

.toggleMenu__bar {
  position: absolute;
  display: inline-block;
  -webkit-transition: all 0.5s 0s ease-in;
  transition: all 0.5s 0s ease-in;
  top: 50%;
  left: 50%;
  margin-left: -23px;
  margin-top: -2px;
  width: 46px;
  height: 4px;
  background-color: #707070;
}
.toggleMenu__bar:before, .toggleMenu__bar:after {
  -webkit-transition: all 0.3s 0s ease-in;
  transition: all 0.3s 0s ease-in;
  position: absolute;
  content: '';
  top: 0px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #707070;
}
.toggleMenu__bar:before {
  -webkit-transform: translateY(-300%);
  transform: translateY(-300%);
}
.toggleMenu__bar:after {
  -webkit-transform: translateY(300%);
  transform: translateY(300%);
}

.nav-open .toggleMenu .toggleMenu__bar {
  -webkit-transition: all 0.2s 0s ease-in;
  transition: all 0.2s 0s ease-in;
  background-color: transparent;
}
.nav-open .toggleMenu .toggleMenu__bar:before {
  -webkit-transform: translateY(0) rotate(135deg);
  transform: translateY(0) rotate(135deg);
}
.nav-open .toggleMenu .toggleMenu__bar:after {
  -webkit-transform: translateY(0) rotate(-135deg);
  transform: translateY(0) rotate(-135deg);
}

.section__inner {
  margin-left: 50px;
  margin-right: 50px;
}

.oj {
  position: absolute;
}

.ani {
  opacity: 0;
}
