@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
html, body, [canvas=container], [off-canvas] {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100vh;
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-line-height: 175%;
  font-style: normal;
  color: #373737;
  letter-spacing: 1px;
}

a, button, input, select, textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

a {
  color: #373737;
}

a:hover {
  color: #333;
}

a:active {
  color: #666;
}

button {
  background: #fff;
}

input {
  background: #fff;
}

select {
  background: #fff;
  text-align: center;
  text-align-last: center;
}

textarea {
  background: #fff;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

div.goTop {
  transform: translateX(0);
  transition: transform 0.2s;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
}

div.goTop.hide {
  transform: translateX(165%);
}

div.goTop a.goTop {
  background: #00000090;
  border: none;
  cursor: pointer;
}

[canvas] {
  z-index: 1;
}

[canvas=container] {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

[canvas=container]:before,
[canvas=container]:after {
  clear: both;
  content: '';
  display: table;
}

[off-canvas] {
  display: none;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

[off-canvas*=top] {
  width: 100%;
  height: 255px;
  top: 0;
}

[off-canvas*=right] {
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
}

[off-canvas*=bottom] {
  width: 100%;
  height: 255px;
  bottom: 0;
}

[off-canvas*=left] {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

[off-canvas*=reveal] {
  z-index: 0;
}

[off-canvas*=push] {
  z-index: 1;
}

[off-canvas*=overlay] {
  z-index: 9999;
}

[off-canvas*=shift] {
  z-index: 0;
}

[canvas], [off-canvas] {
  transform: translate(0px, 0px);
  transition: transform 300ms;
  -webkit-backface-visibility: hidden;
}

[off-canvas*=shift][off-canvas*=top] {
  transform: translate(0px, 50%);
}

[off-canvas*=shift][off-canvas*=right] {
  transform: translate(-50%, 0px);
}

[off-canvas*=shift][off-canvas*=bottom] {
  transform: translate(0px, -50%);
}

[off-canvas*=shift][off-canvas*=left] {
  transform: translate(50%, 0px);
}

body {
  background: #fff;
}

header {
  background: #ffffff90;
}

footer {
  background: #fff;
}

footer div.copyright {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}

a {
  color: #373737;
}

a:hover {
  color: #0750a4;
}

a:active {
  color: #ff6181;
}

header {
  height: 100vh;
  background: url("../upload/img_intro.jpg") 50% top no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  position: relative;
}

header::after {
  content: '';
  width: 110px;
  height: 81px;
  background: url("../images/icon_intro_banner.svg") 50% bottom no-repeat;
  position: absolute;
  bottom: 10vh;
}

header div.logo h1 img {
  width: 330px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header div.logo h1 img {
    width: 280.5px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header div.logo h1 img {
    width: 280.5px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header div.logo h1 img {
    width: 165px;
  }
}

@media (max-width: 575px) {
  header div.logo h1 img {
    width: 181.5px;
  }
}

section.department {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  section.department {
    padding-left: 15px;
    padding-right: 15px;
  }
}

section.department::before {
  content: '';
  width: 280px;
  height: 180px;
  background: url("../images/bg_intro_link_area.svg") left top no-repeat;
  position: absolute;
  top: 110px;
  left: -90px;
}

section.department::after {
  content: '';
  width: 280px;
  height: 180px;
  background: url("../images/bg_intro_link_area.svg") right bottom no-repeat;
  position: absolute;
  bottom: 0;
  right: 30px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  section.department::before {
    top: 30px;
  }
}

@media (max-width: 575px) {
  section.department::before {
    top: 30px;
  }
  section.department::after {
    bottom: -80px;
  }
}

section.department div.group {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  padding-top: 135px;
  position: relative;
  z-index: 1;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  section.department div.group {
    padding-top: 60px;
  }
}

@media (max-width: 575px) {
  section.department div.group {
    padding-top: 90px;
  }
}

section.department div.group div.items {
  flex-basis: 0;
  flex-grow: 1;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
  transition: 0.5s;
}

section.department div.group div.items:hover {
  opacity: 0.5;
}

section.department div.group div.items:nth-of-type(3) img {
  width: 75%;
}

@media (max-width: 575px) {
  section.department div.group div.items {
    flex-basis: 0;
    flex-grow: 1;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 45px;
    padding-right: 45px;
  }
}

section.links {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
}

section.links div.group {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

section.links div.group::after {
  content: '';
  width: 100%;
  height: 190vh;
  background: #f1f1f1;
  clip-path: polygon(0 25%, 100% 0%, 100% 75%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  section.links div.group::after {
    height: 170vh;
  }
}

@media (max-width: 575px) {
  section.links div.group::after {
    height: 260vh;
    clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
  }
}

section.links div.group div.items {
  flex-basis: 0;
  flex-grow: 1;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 75px;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
  z-index: 1;
}

section.links div.group div.items:nth-of-type(2n+2) {
  padding-top: 45px;
}

@media (max-width: 575px) {
  section.links div.group div.items {
    flex-basis: 0;
    flex-grow: 1;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
  section.links div.group div.items:nth-of-type(2n+2) {
    padding-top: 0px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  section.links div.group div.items {
    padding-left: 15px;
    padding-right: 15px;
  }
}

section.links div.group div.items figure {
  position: relative;
  cursor: pointer;
}

section.links div.group div.items figure figcaption.triangle_01::after {
  background: #18c2a1;
}

section.links div.group div.items figure figcaption.triangle_02::after {
  background: #0750a4;
}

section.links div.group div.items figure figcaption.triangle_03::after {
  background: #f9d000;
}

section.links div.group div.items figure figcaption.triangle_04::after {
  background: #ff6181;
}

section.links div.group div.items figure figcaption {
  width: 60%;
  background: #ffffffec;
  box-shadow: #00000050 0 0 1rem;
  padding: 15px;
  position: absolute;
  bottom: -1.25rem;
  right: -1.25rem;
}

section.links div.group div.items figure figcaption::after {
  content: '';
  width: 5rem;
  height: 4.5rem;
  clip-path: polygon(100% 36%, 0 100%, 100% 100%);
  position: absolute;
  bottom: 0;
  right: 0;
}

section.links div.group div.items figure figcaption h2 {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .75rem;
  color: #195da2;
}

section.links div.group div.items figure figcaption p {
  color: #949494;
  letter-spacing: .5rem;
  text-transform: uppercase;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  section.links div.group div.items figure figcaption {
    width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  section.links div.group div.items figure figcaption {
    width: 90%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  section.links div.group div.items figure figcaption {
    position: initial;
    width: 100%;
  }
}

@media (max-width: 575px) {
  section.links div.group div.items figure figcaption {
    position: initial;
    width: 100%;
  }
  section.links div.group div.items figure figcaption::after {
    bottom: 4px;
  }
  section.links div.group div.items figure figcaption p {
    letter-spacing: 2px;
  }
}

section.introduction {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  margin-bottom: 90px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

section.introduction::before, section.introduction::after {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
}

section.introduction::before {
  background: url(../images/icon_introduction_top.svg) 50% 50% no-repeat;
  top: 0;
  left: 0;
}

section.introduction::after {
  background: url(../images/icon_introduction_bottom.svg) 50% 50% no-repeat;
  bottom: 0;
  right: 0;
}

section.introduction > div {
  text-align: center;
}

section.introduction > div p {
  font-size: 1.5rem;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  section.introduction::before {
    left: 1.5rem;
  }
  section.introduction::after {
    right: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  section.introduction::before {
    top: -1rem;
    left: 1.5rem;
  }
  section.introduction::after {
    right: 1.5rem;
  }
  section.introduction > div p {
    font-size: 1.25rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  section.introduction {
    padding-left: 45px;
    padding-right: 45px;
  }
  section.introduction::before, section.introduction::after {
    width: 30px;
    height: 30px;
  }
  section.introduction::before {
    left: 1.5rem;
  }
  section.introduction::after {
    right: 1.5rem;
  }
  section.introduction > div p {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  section.introduction {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
    padding-left: 45px;
    padding-right: 45px;
  }
  section.introduction::before, section.introduction::after {
    width: 30px;
    height: 30px;
  }
  section.introduction::before {
    left: 1rem;
  }
  section.introduction::after {
    right: 1rem;
  }
  section.introduction > div p {
    font-size: 1.15rem;
  }
}

footer {
  position: relative;
  padding-top: 75px;
  padding-left: 45px;
  padding-right: 45px;
}

@media (max-width: 575px) {
  footer {
    padding-left: 0px;
    padding-right: 0px;
  }
}

footer breakpoint(lg) {
  padding: 0px;
}

footer::after {
  content: '';
  width: 100%;
  height: 35vh;
  background: #f1f1f1;
  clip-path: polygon(0 0, 100% 57%, 100% 100%, 0% 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 575px) {
  footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer::after {
    height: 60vh;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}

footer div.footer_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center !important;
  position: relative;
  z-index: 1;
  max-width: 1470px;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
  align-items: center !important;
  padding-bottom: 30px;
}

footer div.footer_info div.footer_logo {
  text-align: center;
  flex-basis: 0;
  flex-grow: 1;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 45px;
  padding-right: 30px;
}

footer div.footer_info div.footer_logo img {
  max-width: 200px;
}

footer div.footer_info div.contact_info dl dt, footer div.footer_info div.related_business dl dt {
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 7.5px;
}

footer div.footer_info div.contact_info dl dd, footer div.footer_info div.related_business dl dd {
  margin-bottom: 7.5px;
}

footer div.footer_info div.contact_info {
  font-size: 0.9rem;
  flex-basis: 0;
  flex-grow: 1;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  padding-left: 15px;
  padding-right: 0px;
}

footer div.footer_info div.related_business {
  font-size: 0.9rem;
  flex-basis: 0;
  flex-grow: 1;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

footer div.footer_info div.related_business dl {
  display: flex;
  flex-wrap: wrap;
}

footer div.footer_info div.related_business dl dt {
  flex-basis: 0;
  flex-grow: 1;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

footer div.footer_info div.related_business dl dd {
  flex-basis: 0;
  flex-grow: 1;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  footer div.footer_info {
    flex-wrap: nowrap !important;
  }
  footer div.footer_info div.related_business {
    flex-basis: 0;
    flex-grow: 1;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
  }
  footer div.footer_info div.contact_info {
    flex-basis: 0;
    flex-grow: 1;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer div.footer_info div.related_business {
    flex-basis: 0;
    flex-grow: 1;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 45px;
    border: none;
  }
  footer div.footer_info div.footer_logo {
    margin-bottom: 45px;
    flex-basis: 0;
    flex-grow: 1;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 37.5px;
  }
  footer div.footer_info div.contact_info {
    padding-top: 45px;
    padding-bottom: 45px;
    margin-bottom: 45px;
    flex-basis: 0;
    flex-grow: 1;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 0.225px solid #999;
    border-bottom: 0.225px solid #999;
    border-left: 0px solid #999;
    border-right: 0px solid #999;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer div.footer_info div.related_business {
    flex-basis: 0;
    flex-grow: 1;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
  }
  footer div.footer_info div.footer_logo {
    flex-basis: 0;
    flex-grow: 1;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 15px;
  }
  footer div.footer_info div.contact_info {
    padding-top: 45px;
    padding-bottom: 45px;
    margin-bottom: 45px;
    flex-basis: 0;
    flex-grow: 1;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 0.225px solid #999;
    border-bottom: 0.225px solid #999;
    border-left: 0px solid #999;
    border-right: 0px solid #999;
  }
}

@media (max-width: 575px) {
  footer div.footer_info {
    font-size: 14px;
  }
  footer div.footer_info div.related_business {
    margin-top: 45px;
    flex-basis: 0;
    flex-grow: 1;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
  }
  footer div.footer_info div.footer_logo {
    flex-basis: 0;
    flex-grow: 1;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  footer div.footer_info div.contact_info {
    flex-basis: 0;
    flex-grow: 1;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
  }
}

footer .copyright {
  font-size: 10px;
}

div.goTop a.goTop {
  background: none;
}

div.goTop a.goTop img {
  height: 100px;
}
/*# sourceMappingURL=intro.css.map */