@charset "UTF-8";
/* css rest */
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: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", Roboto, sans-serif, vadana;
}

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;
  margin: 30px;
  line-height: 1.5em;
  border: 1px solid #000;
  font-size: 16px;
  text-align: left;
  border-collapse: collapse;
}

table th {
  border: 1px solid #000;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

@media (max-width: 768px) {
  table th {
    font-size: 13px;
  }
}

table td {
  border: 1px solid #000;
  font-size: 14px;
  padding: 6px;
}

@media (max-width: 768px) {
  table td {
    font-size: 13px;
  }
}

table td ol {
  list-style: decimal;
  padding: 0px 0px 0px 15px;
}

a {
  text-decoration: none;
}

/* start */
header {
  position: fixed;
  z-index: 99;
  width: 100vw;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 3px #aaaaaa;
  box-shadow: 0px 2px 3px #aaaaaa;
}

header .header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 0px 20px;
}

header .header-inner .logo {
  display: block;
  padding: 0px 0px 0px 100px;
  width: 280px;
  height: 60px;
  background-image: url(../img/Takming_logo.svg);
  background-repeat: no-repeat;
  color: #0000FE;
}

header .header-inner .logo .logo_name1 {
  font-size: 30px;
  line-height: 1.5em;
  font-weight: bold;
  letter-spacing: 5px;
}

header .header-inner .logo .logo_name2 {
  font-size: 10px;
}

header .header-inner .english {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #b6b6b6;
  border: 1px solid #b6b6b6;
  padding: 3px;
  font-size: 13px;
}

header .header-inner .english:hover {
  background: #b6b6b6;
  color: #fff;
}

header .header-inner .nav {
  margin-top: 36px;
}

header .header-inner .nav a {
  display: inline-block;
  width: 85px;
  height: 20px;
  color: #5156;
  font-size: 18px;
  text-align: center;
  padding: 10px 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 3px solid #ffffff;
}

header .header-inner .nav a:hover {
  background: #9087B6;
  border-bottom: 3px solid #F9BD2A;
  color: #fff;
}

header .navicon {
  display: none;
}

.kanban {
  padding: 160px 0px 0px;
  background: url(../img/banner.jpg) no-repeat;
  background-position: center;
}

.kanban .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  height: 290px;
}

.kanban .wrapper h2 {
  margin-top: -150px;
  text-align: center;
  font-size: 60px;
  font-weight: bolder;
  color: #fff;
  text-shadow: 0px 0px 5px #35353565;
  line-height: 1em;
}

.kanban .wrapper article {
  position: absolute;
  top: -5vh;
  left: calc(50% - 90px);
  font-size: 20px;
  width: 180px;
  height: 30px;
  background: #604DB1;
  text-align: center;
  line-height: 1.5em;
  color: #fff;
  font-weight: bolder;
  border-radius: 20px;
}

.kanban .wrapper .KT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  background: #604DB1;
  opacity: 0.6;
  color: #fff;
  width: 150px;
  height: 55px;
  border-radius: 40px;
  text-align: center;
  margin: 0 auto;
}

.kanban .wrapper .KT span {
  display: block;
  padding: 10px 0px 2px;
  font-weight: bold;
  font-size: 20px;
}

.kanban .wrapper .KT small {
  display: block;
  font-size: 11px;
}

.kanban .wrapper .title_sec1 {
  position: absolute;
  left: 20vw;
  bottom: 12vh;
}

.kanban .wrapper .title_sec2 {
  position: absolute;
  left: calc(50% - 75px);
  bottom: 10vh;
}

.kanban .wrapper .title_sec3 {
  position: absolute;
  right: 20vw;
  bottom: 12vh;
}

main {
  margin: 0 auto;
  position: relative;
  min-height: 200px;
}

main h3 {
  position: absolute;
  top: -30px;
  left: calc(50vw - 105px);
  display: block;
  width: 200px;
  font-size: 36px;
  background: #645278;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px 5px;
  margin: 0 auto;
}

main h3 span {
  display: block;
  width: 94%;
  border: 1px solid #fff;
  padding: 5px 5px;
}

main .wrapper {
  position: relative;
  max-width: 1200px;
  min-height: 300px;
  margin: 0 auto;
  padding: 30px 0px 20px;
}

@media (max-width: 425px) {
  main .wrapper {
    padding: 20px 0px 20px;
  }
}

main .wrapper .item_list {
  text-align: left;
}

main .wrapper .item_list_inner {
  padding: 70px 150px 20px;
}

main .wrapper .item_list_inner a {
  display: block;
  color: #808080;
  padding: 0px 0px 30px;
}

main .wrapper .item_list_inner a:hover {
  color: #512468;
}

main .wrapper .item_list_inner a .date {
  padding: 0px 20px 0px 0px;
}

main .wrapper .more {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 13px;
  color: #908596;
  padding: 0px 20px 0px 0px;
}

main .wrapper .more:hover {
  color: #9358b3;
}

main .wrapper b {
  font-weight: bolder;
  padding: 0px 5px 0px 0px;
}

main .wrapper h4 {
  padding: 20px 0px 15px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8em;
  color: #645278;
}

main .wrapper h4:after {
  display: block;
  content: "";
  padding: 5px 0px 0px;
  margin: 0 auto;
  width: 10%;
  border-bottom: 2px solid #645278;
}

main .wrapper section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0px 0px;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  main .wrapper section {
    padding: 10px 0px 0px;
  }
}

main .wrapper section .pic {
  width: 30%;
  height: 230px;
}

@media (max-width: 768px) {
  main .wrapper section .pic {
    width: 90%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

main .wrapper section p {
  width: 70%;
  line-height: 2em;
  list-style: decimal;
  padding: 0px 10px 0px 0px;
}

@media (max-width: 768px) {
  main .wrapper section p {
    width: 85%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

main .wrapper section .all_p {
  width: 100%;
  text-indent: 18px;
  line-height: 2em;
  list-style: decimal;
}

@media (max-width: 768px) {
  main .wrapper section .all_p {
    width: 85%;
  }
}

main .wrapper section ul {
  width: 50%;
  line-height: 2em;
  padding: 0px 20px 0px 50px;
}

@media (max-width: 768px) {
  main .wrapper section ul {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0px 20px 0px 0px;
    width: 85%;
  }
}

main .wrapper section ol {
  width: 70%;
  line-height: 2em;
  list-style: decimal;
  padding: 0px 0px 0px 30px;
}

@media (max-width: 768px) {
  main .wrapper section ol {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0px 0px 0px 20px;
    width: 85%;
  }
}

main .wrapper section .p1 {
  background: url(../img/pic01.jpg);
}

@media (max-width: 768px) {
  main .wrapper section .p1 {
    background-position: 0 -100px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 425px) {
  main .wrapper section .p1 {
    background-position: 0 -10px;
  }
}

main .wrapper section .p2 {
  background: url(../img/pic02.jpg);
}

@media (max-width: 768px) {
  main .wrapper section .p2 {
    background-position: 0 -170px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 425px) {
  main .wrapper section .p2 {
    background-position: 0 -10px;
  }
}

main .wrapper section .p3 {
  background: url(../img/pic03.jpg);
  height: 290px;
}

@media (max-width: 768px) {
  main .wrapper section .p3 {
    background-position: 0 -30px;
    height: 30vh;
  }
}

@media (max-width: 425px) {
  main .wrapper section .p3 {
    background-position: 0 -10px;
  }
}

main .wrapper section .p4 {
  background: url(../img/pic04.jpg);
}

@media (max-width: 768px) {
  main .wrapper section .p4 {
    background-position: 0 -80px;
  }
}

@media (max-width: 425px) {
  main .wrapper section .p4 {
    background-position: 0 -10px;
  }
}

main .wrapper section .p1, main .wrapper section .p2, main .wrapper section .p3, main .wrapper section .p4 {
  background-size: 100%;
  background-repeat: no-repeat;
}

footer {
  height: 5vh;
  color: #908596;
}

footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  padding: 10px 0px 10px;
  margin: 0 auto;
  font-size: 13px;
}

@media (max-width: 768px) {
  header {
    opacity: 1;
  }
  header .header-inner {
    padding: 0px 10px;
    height: 50px;
  }
  header .header-inner .logo {
    width: 40px;
    height: 40px;
  }
  header .header-inner .logo .logo_name1 {
    display: none;
  }
  header .header-inner .logo .logo_name2 {
    display: none;
  }
  header .header-inner .english {
    display: none;
  }
  header .header-inner .nav {
    display: none;
  }
  header .header-inner .nav.open {
    z-index: 99;
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    background-color: #645278;
    opacity: 0.9;
  }
  header .header-inner .nav.open a {
    width: auto;
    height: auto;
    padding: 0px;
    font-size: 18px;
    line-height: 5em;
    border-bottom: 1px solid #fff;
    display: block;
    color: #fff;
  }
  header .header-inner .nav.open a:hover {
    background-color: #512468;
  }
  header .header-inner .navicon {
    background-image: url(../img/menu.svg);
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 10px;
  }
  header .header-inner .close {
    background-image: url(../img/close.svg);
  }
  .kanban {
    padding: 100px 0px 0px;
    background-size: 180%;
  }
  .kanban .wrapper {
    height: 200px;
  }
  .kanban .wrapper h2 {
    margin-top: -110px;
    font-size: 36px;
  }
  .kanban .wrapper article {
    top: -6vh;
    left: calc(50% - 60px);
    font-size: 15px;
    width: 130px;
    line-height: 2em;
  }
  .kanban .wrapper .KT {
    width: 120px;
    height: 40px;
  }
  .kanban .wrapper .KT span {
    width: 120px;
    font-size: 15px;
    padding: 5px 0px 2px;
  }
  .kanban .wrapper .KT small {
    width: 120px;
    font-size: 11px;
  }
  .kanban .wrapper .title_sec2 {
    position: absolute;
    left: calc(50% - 60px);
    bottom: 10vh;
  }
  main h3 {
    top: -20px;
    left: calc(50vw - 70px);
    display: block;
    width: 130px;
    font-size: 26px;
    padding: 3px 3px;
  }
  main h3 span {
    width: 94%;
    padding: 3px 3px;
  }
  main .wrapper .item_list_inner {
    padding: 30px 30px 20px;
  }
  main .wrapper .item_list_inner a {
    font-size: 15px;
    padding: 0px 0px 20px;
  }
  section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 425px) {
  header .header-inner {
    padding: 0px 10px;
    height: 50px;
  }
  header .header-inner .logo {
    width: 40px;
    height: 40px;
  }
  header .header-inner .logo .logo_name1 {
    display: none;
  }
  header .header-inner .logo .logo_name2 {
    display: none;
  }
  header .header-inner .english {
    display: none;
  }
  header .header-inner .nav {
    display: none;
  }
  header .header-inner .nav.open {
    z-index: 99;
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    background-color: #645278;
    opacity: 0.9;
  }
  header .header-inner .nav.open a {
    width: auto;
    height: auto;
    padding: 0px;
    font-size: 18px;
    line-height: 5em;
    border-bottom: 1px solid #fff;
    display: block;
    color: #fff;
  }
  header .header-inner .nav.open a:hover {
    background-color: #512468;
  }
  header .header-inner .navicon {
    background-image: url(../img/menu.svg);
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 10px;
  }
  header .header-inner .close {
    background-image: url(../img/close.svg);
  }
  .kanban {
    padding: 60px 0px 0px;
  }
  .kanban .wrapper {
    height: 200px;
  }
  .kanban .wrapper h2 {
    margin-top: -90px;
    font-size: 26px;
  }
  .kanban .wrapper article {
    top: -0vh;
    left: calc(50% - 60px);
    font-size: 13px;
    width: 130px;
    height: 23px;
    line-height: 1.8em;
  }
  .kanban .wrapper .KT {
    width: 100px;
    height: 25px;
  }
  .kanban .wrapper .KT span {
    width: 120px;
    font-size: 15px;
  }
  .kanban .wrapper .KT small {
    display: none;
    width: 120px;
    font-size: 10px;
  }
  .kanban .wrapper .title_sec1 {
    bottom: 13vh;
    left: 5vw;
  }
  .kanban .wrapper .title_sec2 {
    position: absolute;
    left: calc(50% - 50px);
    bottom: 10vh;
  }
  .kanban .wrapper .title_sec3 {
    bottom: 13vh;
    right: 5vw;
  }
  main h3 {
    top: -25px;
  }
  main .wrapper .item_list_inner {
    padding: 30px 30px 20px;
  }
  main .wrapper .item_list_inner a {
    line-height: 1.5em;
    font-size: 15px;
    padding: 0px 0px 20px;
  }
}
/*# sourceMappingURL=style.css.map */