@charset "UTF-8";
.ani, .ani-child {
  opacity: 0;
}

.container {
  position: relative;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  overflow-y: scroll;
}

html[lang=zh-cn] body {
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

header {
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: #FFF;
}
header .r1 {
  padding: 24px 0;
}
header .r1 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .r2 {
  background-color: #004D48;
}
header .logo img {
  max-height: 65px;
}
header nav.top {
  display: flex;
  align-items: center;
}
header nav.top > * {
  margin: 0 12px;
}
header nav.top .search {
  width: 180px;
}
header nav.top a {
  color: #000;
}
header nav.main, header nav#block-ttu-main-menu {
  display: flex;
  align-items: center;
  margin-left: -20px;
}
header nav.main a, header nav#block-ttu-main-menu a {
  display: block;
  color: #FFF;
  padding: 16px 20px;
  line-height: 120%;
  font-weight: 600;
  margin-right: 16px;
  margin-left: 20px;
}
header nav.main a:hover, header nav#block-ttu-main-menu a:hover {
  color: #ACD4C7;
}
header nav.main > div:not(.search), header nav#block-ttu-main-menu > div:not(.search) {
  flex: 1;
}
header .nav_ico {
  display: none;
}
header .search .search-block-form .js-form-item {
  display: block;
}
header .search .search-block-form .js-form-item input {
  background-color: #f2f2f2;
  border-radius: 40px;
  padding: 10px 32px 10px 12px;
  border: none;
  font-size: 0.9em;
  width: 100%;
  min-height: none;
}
header .search .search-block-form .form-actions {
  position: absolute;
  z-index: 1;
  right: 45px;
  top: 27px;
  background-color: transparent;
  border: none;
  padding: 0;
}
header .search .search-block-form .form-actions input {
  text-indent: -9999px;
  background: url(../images/ico-search.svg) no-repeat center center;
  background-color: transparent;
  border: 0;
  width: 13px;
  height: 13px;
  cursor: pointer;
  box-shadow: none;
  margin: 0;
  padding: 10px;
}
header .search form fieldset {
  position: relative;
}
header .search form fieldset input {
  background-color: #f2f2f2;
  border-radius: 40px;
  padding: 10px 32px 10px 12px;
  border: none;
  font-size: 0.9em;
  width: 100%;
}
header .search form fieldset button {
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 12px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
header .search form fieldset button img {
  width: 13px;
}

main {
  min-height: 72vh;
}
main .inner-page-head {
  background-color: #ACD4C7;
  padding: 24px 0;
  margin-bottom: 70px;
  position: relative;
}
main .inner-page-head .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 340px;
  padding-right: 50%;
}
@media (min-width: 2300px) {
  main .inner-page-head .container {
    padding-right: calc((100vw - 1170px) / 2);
  }
}
main .inner-page-head .container:before {
  content: "";
  display: block;
}
main .inner-page-head .container h1 {
  font-size: 3.5em;
  color: #004D48;
  line-height: 120%;
  padding-bottom: 10px;
}
main .inner-page-head .container .breadcrumb nav > *, main .inner-page-head .container .breadcrumb .breadcrumb__list > * {
  color: #000;
  line-height: 120%;
  font-weight: 300;
}
main .inner-page-head .container .breadcrumb nav > *:not(:last-child):after, main .inner-page-head .container .breadcrumb .breadcrumb__list > *:not(:last-child):after {
  content: "/";
  margin: 0 10px;
  color: #000 !important;
}
main .inner-page-head .container .breadcrumb nav .breadcrumb__item, main .inner-page-head .container .breadcrumb .breadcrumb__list .breadcrumb__item {
  font-size: 0.79rem;
  color: #000;
}
main .inner-page-head .container .breadcrumb nav .breadcrumb__item:before, main .inner-page-head .container .breadcrumb .breadcrumb__list .breadcrumb__item:before {
  display: none;
}
main .inner-page-head .container .breadcrumb nav .breadcrumb__link, main .inner-page-head .container .breadcrumb .breadcrumb__list .breadcrumb__link {
  font-size: 0.79rem;
  font-weight: 300;
  color: #000;
}
main .inner-page-head .kv {
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 115%;
  border-radius: 0 0 0 220px;
  border: solid 16px #FFF;
  border-top: none;
  border-right: none;
}
main .inner-page-head.no-kv {
  margin-bottom: 0;
}
main .inner-page-head.no-kv .container {
  padding-right: 20px;
}
main .inner-page-head.no-kv .container h1 {
  font-size: 2.5em;
}
main .inner-page-head.no-kv .container .info {
  color: #FFF;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 120%;
  font-size: 1.1em;
}
main .inner-page-head.no-kv .container .info .item {
  margin: 12px 0;
  display: flex;
  align-items: center;
}
main .inner-page-head.no-kv .container .info .item .ico {
  width: 14px;
  margin-right: 10px;
  filter: brightness(100);
}
main .inner-content {
  padding: 70px 0;
}

footer {
  background-color: #F6F3E7;
  font-size: 0.85em;
  padding: 48px 0;
}
footer .r1 {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .r1 .contact {
  width: 40%;
  padding-right: 48px;
  border-right: solid 1px #000;
}
footer .r1 .contact #block-ttu-contactinformation > *:not(:last-child) {
  margin-bottom: 18px;
}
footer .r1 .contact .logo {
  height: 45px;
  margin-bottom: 18px;
}
footer .r1 .contact h4 {
  font-size: 1.1em;
}
footer .r1 .contact a {
  display: flex;
}
footer .r1 .contact a .ico {
  margin-right: 16px;
}
footer .r1 .contact a .ico img {
  width: 18px;
  filter: contrast(10) grayscale(1);
}
footer .r1 .contact a .label {
  color: #000;
  line-height: 120%;
}
footer .r1 .sitemap {
  width: 40%;
  padding: 0 40px;
}
footer .r1 .sitemap a {
  width: 45%;
  margin-bottom: 24px;
  color: #000;
  font-weight: 600;
  line-height: 125%;
}
footer .r1 .sitemap #block-ttu-footersitemap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer .r1 .sitemap #block-ttu-footersitemap a {
  width: 43%;
  margin-bottom: 24px;
  color: #000;
  font-weight: 600;
  line-height: 125%;
}
footer .r1 .social {
  width: 20%;
}
footer .r1 .social nav {
  display: flex;
  margin: 16px 0;
}
footer .r1 .social nav a {
  display: block;
  margin-right: 12px;
}
footer .r1 .social nav a img {
  filter: contrast(10) grayscale(1);
  max-width: 27px;
}

a.btn-top {
  display: none;
  position: fixed;
  border-radius: 50%;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  width: 48px;
  height: 48px;
  background-color: #004D48;
  background-image: url("../images/arrow_up.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
}
a.btn-top:hover {
  background-color: #ACD4C7;
}

ol, ul {
  padding-left: 1.5em;
  list-style: revert;
  margin-bottom: 15px;
}
ol li, ul li {
  margin: 8px 0;
  line-height: 120%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 120%;
}

h1, h2 {
  color: #004D48;
}

h2 {
  font-size: 2em;
  margin-bottom: 1rem;
  margin-top: 1em;
}

h3 {
  font-size: 1.5em;
  margin-bottom: 1rem;
  margin-top: 1em;
}

.title, .label {
  line-height: 120%;
}

p {
  line-height: 150%;
}
p:not(:last-child) {
  margin-bottom: 1.6em;
}

a {
  color: #000;
}

.page-wrapper *:focus, .ui-dialog *:focus {
  outline: none;
  box-shadow: none;
}

a:hover, .link:hover {
  color: #000;
}

.form-element:hover:focus {
  box-shadow: none;
}

.form-element:hover {
  box-shadow: none;
}

.messages-list {
  margin: 0;
}
.messages-list .messages--status {
  margin: 0;
}
.messages-list .messages--status h2 {
  color: #fff;
}

.path-search .messages {
  border: 0;
  background: transparent;
  padding: 0;
}
.path-search .messages .messages__header {
  display: none;
}
.path-search .messages .messages__content {
  color: #000;
  margin: 0;
  color: #004D48;
  font-size: 2em;
  margin-bottom: 1rem;
  margin-top: 1em;
}

.form-item--view-mode {
  display: none !important;
}