﻿
@-webkit-keyframes tnlmediaSlideDown {
  0% {
    -webkit-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
  }
}
@keyframes tnlmediaSlideDown {
  0% {
    -webkit-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
  }
  to {
    -webkit-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
  }
}
.tnlmedia_collapse_open {
  overflow: hidden;
  height: 100%;
}
.header-group-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "PingFang TC", "Heiti TC", "LiHei Pro", "Microsoft JhengHei",
    "微軟正黑體", "Microsoft YaHei", sans-serif;
  letter-spacing: 0.6px;
  background-color: #000;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  z-index: 999;
}
.header-group-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-group-wrapper ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.header-group-wrapper ul li {
  margin: 0;
}
.header-group {
  max-width: 100%;
  padding: 0 15px;
  margin: auto;
  font-size: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #000;
}
.tnlmedia_toggler_btn {
  background-color: transparent;
  border: 0;
  display: none;
  font-size: inherit;
  color: #fff;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 996px) {
  .tnlmedia_toggler_btn {
    display: block;
  }
}
.tnlmedia_collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media (max-width: 996px) {
  .tnlmedia_collapse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    width: 100%;
    left: 0;
    background-color: #000;
    overflow-x: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tnlmedia_collapse.active {
    display: block;
  }
}
.header-group-items {
  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;
  position: relative;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
}
@media (max-width: 996px) {
  .header-group-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header-group-items.header-group-items-logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 996px) {
  .header-group-items.header-group-items-logo {
    position: static;
    margin: 0;
  }
}
.header-group-items.header-group-items-logo .logo-group-link {
  line-height: 0;
  padding: 16px;
  display: block;
}
@media (max-width: 996px) {
  .header-group-items.header-group-items-logo .logo-group-link {
    padding-left: 0;
  }
}
.header-group-items.header-group-items-logo .logo-group {
  width: 100%;
  max-width: 300px;
  margin: 0;
}
@media (max-width: 996px) {
  .header-group-items.header-group-items-logo .logo-group {
    max-width: 129px;
  }
}
.header-group-items.header-group-items-logo .logo-group.group-light {
  display: block;
}
.header-group-items.header-group-items-logo .logo-group.group-dark {
  display: none;
}
.header-group-items.left {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 125px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
@media (max-width: 996px) {
  .header-group-items.left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 0;
  }
}
.header-group-items.right {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 75px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
@media (max-width: 996px) {
  .header-group-items.right {
    margin-left: 0;
  }
}
.header-group-items .header-group-item {
  position: relative;
}
@media (max-width: 996px) {
  .header-group-items .header-group-item {
    width: 100%;
  }
}
.header-group-items .header-group-item.active .tnlmedia_dropdown_menu {
  display: block;
  -webkit-animation: tnlmediaSlideDown 0.2s ease-in-out forwards;
  animation: tnlmediaSlideDown 0.2s ease-in-out forwards;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
@media (max-width: 996px) {
  .header-group-items .header-group-item.active .tnlmedia_dropdown_menu {
    -webkit-animation: none;
    animation: none;
  }
}
.header-group-items .tnlmedia_dropdown_btn,
.header-group-items .tnlmedia_dropdown_btn:active,
.header-group-items .tnlmedia_dropdown_btn:hover,
.header-group-items .tnlmedia_dropdown_btn:visited {
  color: #fff;
  padding: 16px;
  line-height: 1.4;
  background-color: transparent;
  text-decoration: none;
  max-height: 50px;
  cursor: pointer;
  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;
  word-break: keep-all;
}
@media (max-width: 996px) {
  .header-group-items .tnlmedia_dropdown_btn:active:not(.logo-group-link),
  .header-group-items .tnlmedia_dropdown_btn:hover:not(.logo-group-link),
  .header-group-items .tnlmedia_dropdown_btn:not(.logo-group-link),
  .header-group-items .tnlmedia_dropdown_btn:visited:not(.logo-group-link) {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
  }
}
@media (max-width: 996px) {
  .header-group-items .tnlmedia_dropdown_btn .text,
  .header-group-items .tnlmedia_dropdown_btn:active .text,
  .header-group-items .tnlmedia_dropdown_btn:hover .text,
  .header-group-items .tnlmedia_dropdown_btn:visited .text {
    width: calc(100% - 32px);
  }
}
.header-group-items .tnlmedia_dropdown_menu {
  background-color: #000;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  display: none;
  z-index: 999;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 145px;
  padding: 0;
  z-index: 999;
}
@media (max-width: 996px) {
  .header-group-items .tnlmedia_dropdown_menu {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding-bottom: 16px;
  }
}
.header-group-items .tnlmedia_dropdown_menu li:first-child a {
  border-radius: 0px 0px 0 0;
}
.header-group-items .tnlmedia_dropdown_menu li:last-child a {
  border-radius: 0 0 0px 0px;
}
.header-group-items .tnlmedia_dropdown_menu li a,
.header-group-items .tnlmedia_dropdown_menu li a:active,
.header-group-items .tnlmedia_dropdown_menu li a:focus,
.header-group-items .tnlmedia_dropdown_menu li a:hover {
  background-color: #000;
  color: #fff;
  display: block;
  padding: 16px;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  word-break: keep-all;
  word-wrap: break-word;
}
.header-group-items .tnlmedia_dropdown_menu li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
button.tnlmedia_toggler_btn:after,
span.tnlmedia_dropdown_btn:after {
  content: "";
  border: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  width: 0px;
  height: 0px;
  margin-left: 10px;
  margin-top: 5px;
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
}
.header-group-item.active span.tnlmedia_dropdown_btn:after,
button.tnlmedia_toggler_btn.active:after {
  transform: rotate(-134deg);
  -webkit-transform: rotate(-134deg);
}
.header-group-wrapper-custom {
  height: 56px;
}
.header-group-wrapper-custom .header-group {
  height: 55px;
}
@media (max-width: 996px) {
  .header-group-wrapper-custom .tnlmedia_collapse {
    top: 56px;
    height: calc(100% - 56px);
    opacity: 0;
    visibility: hidden;
    display: block;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .header-group-wrapper-custom .tnlmedia_collapse.active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
}
.footers-group {
  font-size: 14px;
  font-family: "PingFang TC", "Heiti TC", "LiHei Pro", "Microsoft JhengHei",
    "微軟正黑體", "Microsoft YaHei", sans-serif;
  letter-spacing: 0.6px;
}
.footers-group * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footers-group-custom {
  padding: 75px 16px 25px 16px;
  max-width: 950px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}
@media screen and (max-width: 767px) {
  .footers-group-custom {
    -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;
    row-gap: 24px;
  }
}
.footers-group .copyrights {
  display: block;
  text-align: center;
  padding: 44px 66px;
}
@media screen and (max-width: 1024px) {
  .footers-group .copyrights {
    padding: 44px 55px;
  }
}
@media screen and (max-width: 1023px) {
  .footers-group .copyrights {
    padding: 25px 25px;
  }
}
@media screen and (max-width: 480px) {
  .footers-group .copyrights {
    padding-bottom: 75px;
  }
}
.footers-group .copyrights .copyright-text {
  opacity: 0.7;
  font-weight: 400;
}
.footers-group a,
.footers-group li .item {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  padding: 8px 0;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  text-decoration: none;
  word-break: keep-all;
}
.footers-group a[href*="@"],
.footers-group li .item[href*="@"] {
  word-break: break-word;
}
.footers-group a:hover,
.footers-group li .item:hover {
  opacity: 1;
}
.footers-group a span,
.footers-group li .item span {
  display: block;
}
.footers-group .logo-group-link {
  opacity: 1;
}
.footers-group .logo-group {
  display: none;
  width: 280px;
  height: auto;
}
.footers-group .footer-group-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .footers-group .footer-group-items {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footers-group .footer-group-items ul {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
@media screen and (max-width: 767px) {
  .footers-group .footer-group-items ul {
    width: 100%;
    max-width: 300px;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footers-group .footer-group-items li {
  padding: 0;
  margin: 0;
}
.footers-group {
  color: #fff;
  background: #000;
}
.footers-group .copyrights {
  background: rgba(255, 255, 255, 0.03);
}
.footers-group a,
.footers-group li .item {
  color: #fff;
}
.footers-group .logo-group.group-light {
  display: block;
}
.footers-group .logo-group.group-dark {
  display: none;
}
