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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: Microsoft JhengHei;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 1201px) {
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 19px;
  }
  h6,
  form,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 17px;
  }
  p.notice, .small, .small span {
    font-size: 14px;
  }
}
@media screen and (min-width: 993px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20.5px;
  }
  h5 {
    font-size: 18.5px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 17px;
  }
  p.notice, .small {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20.5px;
  }
  h5 {
    font-size: 18.3px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 16.8px;
  }
  p.notice, .small {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 17px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 15.5px;
  }
  p.notice, .small {
    font-size: 13.5px;
  }
}
@media screen and (max-width: 585px) {
  h1 {
    font-size: 28.8px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 19.2px;
  }
  h4 {
    font-size: 18.3px;
  }
  h5 {
    font-size: 16.3px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 15px;
  }
  p.notice, .small {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 22.5px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 15.3px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 14px;
  }
  p.notice, .small {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 376px) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 17px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14.5px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 14px;
  }
  p.notice, .small {
    font-size: 12px;
  }
}
h1 {
  font-weight: 900;
}

h2 {
  font-weight: 800;
}

h3 {
  font-weight: 700;
}

h4,
h5,
h6 {
  font-weight: 600;
}

h1 {
  color: #11100e;
}

h2 {
  color: #2a2822;
}

h3 {
  color: #38362e;
}

h4 {
  color: #464339;
}

h5 {
  color: #545045;
}

h6 {
  color: #545045;
}

form,
p,
td,
th,
ul,
li {
  color: #545045;
}
form a,
p a,
td a,
th a,
ul a,
li a {
  color: #545045;
}

a,
span {
  color: #545045;
}

a:hover {
  color: #38362e;
}

.bold {
  font-weight: 700;
  color: hsl(113, 6%, 25%);
}

h1,
h2 {
  text-align: center;
}

.MarginTop30 {
  margin-top: 90px;
}

h2.paddingTop {
  margin-top: 0px;
}

@media screen and (min-width: 1201px) {
  h2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1200px) {
  h2 {
    margin-top: 39px;
  }
}
@media screen and (max-width: 992px) {
  h2 {
    margin-top: 38px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    margin-top: 37px;
  }
}
@media screen and (max-width: 585px) {
  h2 {
    margin-top: 36px;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    margin-top: 35px;
  }
}
.inputList {
  margin: 20px;
  text-align: center;
}
.inputList input, .inputList span, .inputList button, .inputList label {
  margin: 0px 16px 20px 16px;
}
.inputList label {
  display: inline-block;
  border: 1px solid grey;
  padding: 2px 4px;
  color: black;
  background-color: #ededed;
  line-height: 1.5;
}

section .inputList span, section .inputList input {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  color: hsl(45, 0%, 90%);
  background-color: #60609f;
}
section .inputList span:hover, section .inputList input:hover {
  color: white;
  background-color: #2626d9;
}

body div.backGround {
  z-index: -2;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body div.backGround h2 {
  width: 100%;
  color: rgba(128, 128, 128, 0.15);
  line-height: 1.8;
  font-size: 72px;
}

img.formTitle {
  display: block;
  margin: 20px auto;
  width: 95%;
  max-width: 800px;
}

form {
  width: 100%;
  padding-bottom: 50px;
  font-family: Arial, Helvetica, sans-serif;
}
form h1 {
  margin: 2rem 0rem;
}
form h2 {
  margin: 0.75rem 0rem;
}
form ul.course {
  margin-bottom: 1rem;
  display: flex;
  padding: 2px 10px;
}
form ul.course li {
  width: -moz-fit-content;
  width: fit-content;
}
form ul.course li p {
  line-height: 1.2;
}
form .Remind {
  border: 2px solid red;
}
form section {
  margin: 0px auto;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 0, 0.15);
  padding: 20px;
}
form section h3 {
  text-align: center;
}
form section h3 p.notice {
  font-weight: 600;
  color: hsl(5, 100%, 30%);
}
form section input, form section select, form section textarea {
  line-height: 1.45;
}
form section span.redStar {
  color: red;
}
form section input {
  border: 1px solid gray;
}
form section select option {
  background-color: white;
}
form section ol li {
  margin: 4px 0px 20px 1rem;
  list-style-type: decimal;
  line-height: 1.65;
}
form section ol li span.pink {
  color: #ff5a77;
  font-weight: 600;
}
form section ol li p.small {
  display: inline;
  color: #7e7867;
}
form section ol li label {
  margin: 6px 0px;
  display: block;
  line-height: 1.3;
}
form section ol li label.inLine {
  display: inline-block;
}
form section div.wrapEdu {
  width: 100%;
  padding-bottom: 10px;
  overflow-x: scroll;
}
form section table {
  table-layout: fixed;
}
form section table tr th, form section table tr td {
  border: 1px solid hsl(45, 0%, 90%);
  padding: 6px;
}
form section table tr th input, form section table tr td input {
  display: inline-block;
}
form section table tr th {
  font-weight: 600;
  text-align: center;
}
form section table tr td img {
  width: 16px;
  opacity: 0.5;
}
form section table tr td img:hover {
  opacity: 0.75;
}
form section table tr td.alignCenter {
  text-align: center;
}
form section table tr td.addRow span {
  display: inline-block;
  color: grey;
  background-color: #dddbd5;
  padding: 0px 10px;
  border-radius: 50%;
}
form section table tr td.addRow:hover {
  color: hsl(5, 100%, 30%);
  font-weight: 600;
}
form section table tr td.addRow:hover span {
  color: hsl(5, 100%, 30%);
  background-color: dareken(#fbeab6, 20%);
}
form section textarea {
  display: block;
  margin: 0 auto;
  width: 99%;
}
form section h3 p.notice {
  display: inline-block;
  margin-left: 2px;
  font-weight: 600;
  color: hsl(5, 100%, 30%);
}
form section textarea {
  display: block;
  margin: 0 auto;
  width: 99%;
}
form section label {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 10px;
}
form section label.uploadButton {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 10px;
  background-color: #60609f;
  color: hsl(45, 0%, 90%);
  text-align: center;
}
form section label.uploadButton:hover {
  color: white;
  background-color: #2626d9;
}
form section a {
  color: #60609f;
  text-decoration: underline;
  font-weight: 700;
}
form section a:hover {
  color: blue;
}
form section div.Signature {
  margin: 0 auto 20px auto;
  width: 100%;
  max-width: 540px;
  padding-bottom: 10px;
  overflow-x: scroll;
}
form section div.Signature canvas {
  border: 1px solid grey;
  height: 300px;
  background-color: white;
}
form section.B {
  background-color: rgb(230, 248, 255);
}
form input#fakeSubmit {
  display: none;
}
form h5#Remind {
  display: none;
  color: red;
}

div.inputList {
  margin: 0px auto;
  width: 90%;
  max-width: 1200px;
}

div.Confirm {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
}
div.Confirm p {
  margin: 10px auto;
  width: 90%;
  max-width: 600px;
  box-sizing: border-box;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: lightgrey;
  line-height: 1.5;
}
div.Confirm p input {
  display: block;
  margin: 10px auto;
  font-size: 14px;
}
div.Confirm p input:first-child {
  background-color: white;
}
div.Confirm p input:last-child {
  background-color: lightblue;
}/*# sourceMappingURL=applicationform.css.map */