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

h1,
h2 {
  line-height: 1.5;
}

h3,
h4 {
  line-height: 1.4;
}

h5,
h6,
li,
p,
div {
  line-height: 1.7;
}

td {
  line-height: 1.55;
}

@media screen and (min-width: 993px) {
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 23px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 18px;
  }
  h6,
  p,
  button,
  li,
  th,
  td {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 17px;
  }
  h6,
  p,
  button,
  li,
  th,
  td {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 31px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 16px;
  }
  h6,
  p,
  button,
  li,
  th,
  td {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 585px) {
  h1 {
    font-size: 29px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 16px;
  }
  h6,
  p,
  button,
  li,
  th,
  td {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 15px;
  }
  h6,
  p,
  button,
  li,
  th,
  td {
    font-size: 14px;
  }
}
@media screen and (max-width: 376px) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 15px;
  }
  h6,
  p,
  button,
  li,
  th,
  td {
    font-size: 14px;
  }
}
h1 {
  font-weight: 900;
}

h2 {
  font-weight: 800;
}

h3 {
  font-weight: 700;
}

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

body {
  display: flex;
  background-color: #dae2ed;
}

ul.sideBar, div.webParts {
  display: block;
}

ul.sideBar {
  background-color: white;
}
ul.sideBar li {
  max-width: 300px;
  padding: 20px;
  color: rgb(60, 60, 60);
  border-bottom: 1px solid rgb(240, 240, 240);
}
ul.sideBar li a {
  text-decoration: none;
}
ul.sideBar li div {
  display: none;
  margin-top: 10px;
  padding-left: 1em;
}
ul.sideBar li div a {
  display: block;
  color: rgb(100, 100, 100);
}
ul.sideBar li:hover div {
  display: block;
}
ul.sideBar li a:hover {
  color: rgb(30, 30, 30);
  font-weight: 700;
}
ul.sideBar li.focus {
  background-color: hsl(30, 60%, 90%);
}
ul.sideBar li.focus div a {
  color: rgb(60, 60, 60);
  font-weight: normal;
}
ul.sideBar li.focus div a:hover {
  color: rgb(30, 30, 30);
  font-weight: 700;
}

div.content {
  margin-left: 80px;
  margin-bottom: 100px;
  position: relative;
}

img.drag {
  width: 16px;
}

img.icons {
  width: 20px;
}

div.webParts a {
  margin: 0px;
  display: block;
  width: 1000px;
  padding: 0px 10px;
}
div.webParts a img {
  width: 100%;
}
div.webParts a:hover {
  border: 2px dashed red;
}/*# sourceMappingURL=intuitive.css.map */