@import url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180802180910/https://fonts.googleapis.com/css?family=Lora:400,700|Roboto:500&display=swap");
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* `Base
-----------------------------------------------------------------------------*/
html, bady {
  height: 100%;
}

body {
  font-family: 'Apple LiGothic Medium', '\5FAE\8EDF\6B63\9ED1\9AD4', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
}

@keyframes animationgradienttitle {
  0% {
    background-position: 0 1600px;
  }
  100% {
    background-position: 1600px 0;
  }
}
.landing-page {
  background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180802180910/https://www.nisa.moe.gov.tw/application/assets/bg-landing.jpg") no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  color: #fff;
}
.landing-page:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.pages {
  padding: 7.5% 0 5%;
  min-height: 100vh;
}

.welcome, .links {
  position: relative;
  z-index: 1;
  text-align: center;
}

.welcome {
  margin-bottom: 100px;
  position: relative;
}
.welcome h1 {
  margin: 0;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 3.75em;
  background: -webkit-linear-gradient(left, #39ec74, #18cbdd, #39ec74);
  background-size: 1600px 200px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation-duration: 3s;
  animation-name: animationgradienttitle;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
.welcome:after {
  content: "";
  background: linear-gradient(90deg, red 0%, #ffa600 17%, #ffe700 33%, #00ff48 50%, #2dbeff 66%, #3a45ff 83%, #ff00d3 100%);
  height: 2px;
  width: 100px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -50px;
}

.links ul, .links li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.links li {
  margin-bottom: 20px;
}
.links a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 32px;
  width: 460px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  line-height: 64px;
  transition: all .2s ease-in-out;
}
.links a:hover {
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.color-nisa a {
  background: rgba(0, 179, 197, 0.8);
  color: #fff;
}
.color-nisa a:hover {
  background: #0acde1;
}

.font-roboto a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

@media (max-width: 768px) {
  .landing-page {
    background: url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180802180910/https://www.nisa.moe.gov.tw/application/assets/bg-landing_mobile.jpg") no-repeat center center;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .welcome h1 {
    font-size: 3em;
  }

  .links a {
    width: 400px;
    font-size: 1.125rem;
    line-height: 48px;
  }
}
@media (max-width: 479px) {
  .welcome {
    margin-bottom: 60px;
  }
  .welcome:after {
    bottom: -30px;
  }
  .welcome h1 {
    font-size: 2.375em;
  }

  .links li {
    margin-bottom: 12px;
  }
  .links a {
    width: 330px;
    font-size: 1rem;
  }
}
@media (max-width: 359px) {
  .container-fluid {
    min-width: 320px;
  }

  .welcome h1 {
    font-size: 2.125em;
  }

  .links a {
    width: 290px;
    font-size: 0.9375rem;
  }
}

/*# sourceMappingURL=application.css.map */






/*
     FILE ARCHIVED ON 18:09:10 八月 2, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 8:39:58 五月 22, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
