/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

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

.container {
  width: 1200px;
  margin: 0 auto;
}

.title {
  font-size: 32px;
  line-height: 45px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'PingFang TC';
}

.title-en {
  font-size: 24px;
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
  font-family: Roboto;
  margin-left: 16px;
}

.content {
  font-family: 'PingFang TC', ' Microsoft JhengHei';
}

.content h3, .content ul {
  font-size: 24px;
  line-height: 36px;
}

.content p {
  font-size: 20px;
  line-height: 30px;
}

.timeline-section {
  position: relative;
}

.timeline-section::after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 18px;
  left: 24px;
  width: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #96A9C4;
}

.full-timeline.timeline-section::after {
  top: 0px;
  bottom: 0px;
}

.timeline-pointer {
  position: relative;
}

.timeline-pointer::after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 24px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background-color: #96A9C4;
  z-index: 1;
}

.mt-48 {
  margin-top: 48px;
}

.mt-22 {
  margin-top: 22px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-8 {
  margin-top: 8px;
}

.ml-48 {
  margin-left: 48px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mr-24 {
  margin-right: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pl-24 {
  padding-left: 24px;
}

.border-b-black-2px {
  border-bottom: 2px solid #000000;
}

.border-b-black-1px {
  border-bottom: 1px solid #000000;
}

.border-b-white {
  border-bottom: 1px solid #FFFFFF;
}

.border-l-white {
  border-left: 1px solid #FFFFFF;
}

.text-red {
  color: #A00404;
}

.text-white {
  color: #ffffff;
}

.text-center {
  text-align: center;
}

.text-bold {
  font-weight: bold;
}

.postion-r {
  position: relative;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .name h1 {
  width: 288px;
  font-size: 80px;
  line-height: 90px;
  font-family: 'Andale Mono';
}

main .skills {
  background-color: #415165;
}

main .skills .titlebar-white {
  width: 996px;
  margin-left: auto;
  margin-right: auto;
}

main .skills .contentBox {
  width: 219px;
  margin: 0 auto;
}

main .skills_bg {
  background-color: #96A9C4;
  width: 100%;
  height: 360px;
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer {
  background-color: #415165;
}
/*# sourceMappingURL=all.css.map */