@charset "UTF-8";
.top-btn {
  position: fixed;
  width: 53px;
  height: 53px;
  background-image: url(../../assets/img/icon/btn-top-circle.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
  opacity: 0;
  visibility: hidden;
  z-index: 1010;
  transition: opacity .2s;
}

.top-btn:after {
  content: "";
  display: none;
  background-image: url("../../assets/img/icon/btn-top-circle-hover.svg");
}

.top-btn.visible {
  opacity: 1;
  visibility: visible;
}

.top-btn:hover {
  background-image: url(../../assets/img/icon/btn-top-circle-hover.svg);
}

@media all and (max-width: 768px) {
  .top-btn {
    display: none;
  }
}

.index-link-color {
  display: inline-flex;
  align-items: center;
  transition: .5s ease-out;
}

.index-link-color .logo {
  margin-right: 14px;
  width: 72px;
  height: 48px;
  -webkit-filter: none;
  filter: none;
}

.index-link-color .text {
  display: flex;
  flex-direction: column;
}

.index-link-color .ntpa, .index-link-color .pf {
  font-family: "Open Sans", "PingFangTC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  color: #273951;
  text-shadow: none;
}

.index-link-color.en .ntpa {
  font-size: 0.75rem;
  letter-spacing: 1px;
}

.index-link-color.en .pf {
  font-size: 1.3125rem;
  font-weight: bold;
}

.index-link-color.tw .ntpa {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.index-link-color.tw .pf {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.18;
}

.normal-nav-wrapper {
  padding-bottom: 96px;
}

.normal-nav {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 1000;
}

.normal-nav .index-link-color {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.normal-nav .navigation {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.normal-nav .navigation > .item {
  position: relative;
  margin: 0 20px;
  padding: 37px 0;
  min-width: 68px;
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  cursor: default;
}

.normal-nav .navigation > .item p {
  font-family: "Open Sans", "PingFangTC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 1rem;
  letter-spacing: 1px;
  text-align: center;
  color: #3c3d3e;
}

.normal-nav .navigation > .item .sub-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  padding: 16px 0;
  min-width: calc(105px * 1.18);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), z-index 0s;
}

.normal-nav .navigation > .item .sub-nav:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transform: scale(0.9);
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  opacity: 0;
  z-index: -1;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), z-index 0s;
  transform-origin: top;
}

.normal-nav .navigation > .item .sub-nav li {
  padding: 10px 20px;
  font-family: "Open Sans", "PingFangTC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 0.875rem;
  line-height: 1.375;
  letter-spacing: 1px;
  text-align: center;
  white-space: nowrap;
  color: #3c3d3e;
  transition: all .2s;
}

.normal-nav .navigation > .item .sub-nav li a {
  display: block;
  font: inherit;
  color: inherit;
}

.normal-nav .navigation > .item .sub-nav li:hover {
  color: #a31d11;
}

.normal-nav .navigation > .item:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: scaleX(0);
  height: 4px;
  background-color: #d22a1c;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.normal-nav .navigation > .item.active:after {
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) scaleX(1);
  width: 30px;
  opacity: 1;
  visibility: visible;
}

.normal-nav .navigation > .item:hover .sub-nav {
  opacity: 1;
  visibility: visible;
}

.normal-nav .navigation > .item:hover .sub-nav:after {
  transform: scale(1);
  opacity: 1;
}

.normal-nav .navigation > .item:hover:after {
  bottom: 0;
  left: 0;
  transform: scaleX(1.18);
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.nav-wrapper {
  display: flex;
  align-items: center;
}

.hamburger-btn {
  width: 32px;
  height: 32px;
  background-image: url(../../assets/img/icon/icon-menu.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.hamburger-btn {
  display: none;
}

.mobile-nav {
  display: none;
}

.side-nav .navigation > .item {
  position: relative;
  max-height: calc(0.875rem * 1.375 + 23px * 2);
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.side-nav .navigation > .item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #d22a1c;
}

.side-nav .navigation > .item > p, .side-nav .navigation > .item > a p {
  display: flex;
  align-items: center;
  padding: 0 25px;
  width: 100%;
  height: calc(0.875rem * 1.375 + 23px * 2);
  box-sizing: border-box;
  background-color: white;
  border: solid 1px #f7f7f7;
  font-family: "Open Sans", "PingFangTC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #333333;
  cursor: pointer;
  transition: all .2s;
}

.side-nav .navigation > .item .expand-arrow {
  position: absolute;
  top: calc(0.875rem * 1.375 / 2 + 23px - 15px / 2);
  right: 25px;
  width: 15px;
  height: 15px;
  background-image: url(../../assets/img/icon/icon-arrowdown.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .2s;
  cursor: pointer;
}

.side-nav .navigation > .item .expand-arrow.on {
  transform: rotateX(-180deg);
}

.side-nav .navigation > .item .sub-nav li {
  position: relative;
  background-color: #e2e2e2;
  border: solid 1px #f8f8f8;
}

.side-nav .navigation > .item .sub-nav li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  transform: scaleY(0);
  background-color: #d22a1c;
  transition: all .2s;
}

.side-nav .navigation > .item .sub-nav li > a p {
  display: block;
  padding: 15px 15px 15px 45px;
  font-family: "Open Sans", "PingFangTC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: rgba(51, 51, 51, 0.6);
}

.side-nav .navigation > .item .sub-nav li > a[target='_blank'] p:after {
  content: url("../../assets/img/icon/icon-link.svg");
  display: inline-block;
  position: relative;
  top: calc(0.875rem * 1.375 - 16px);
  left: 6px;
  width: 16px;
  height: 16px;
}

.side-nav .navigation > .item .sub-nav li:hover:before {
  transform: scaleY(1);
}

.side-nav .navigation > .item.active:before {
  width: 7px;
}

.side-nav .navigation > .item.active > a p {
  font-weight: bold;
}

.side-nav .navigation > .item.expand {
  max-height: 500px;
  transition: all 0.2s cubic-bezier(0.71, 0.01, 1, 0.32);
}

.side-nav .navigation > .item.expand:before {
  width: 0;
}

.side-nav .navigation > .item.expand > p {
  font-weight: 600;
}

.side-nav .navigation > .item.expand .sub-nav li.active:before {
  transform: scaleY(1);
}

.side-nav .navigation > .item.expand .sub-nav li.active > a p {
  color: #333333;
}

@media all and (max-width: 768px) {
  .nav-wrapper {
    height: 91px;
  }
  .index-link-color {
    margin-left: 4px;
  }
  .index-link-color .logo {
    margin-right: 11px;
    width: 72px;
    height: 48px;
  }
  .index-link-color.tw .pf {
    font-size: 1.25rem;
    line-height: 1.375;
  }
  .normal-nav-wrapper {
    padding-bottom: 91px;
  }
  .normal-nav .navigation {
    display: none;
  }
  .hamburger-btn {
    display: block;
    margin-left: auto;
    margin-right: 10px;
  }
  .mobile-nav {
    display: block;
  }
  .mobile-nav .container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 1001;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), z-index 0s;
    transform-origin: right;
  }
  .mobile-nav .container .drawer {
    display: flex;
    justify-content: flex-end;
    margin-right: -552px;
    height: 100%;
    transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .mobile-nav .container .drawer .nav-close-btn {
    width: 71px;
    height: 71px;
    background-color: white;
    background-image: url(../../assets/img/icon/icon-close.svg);
    background-size: 34px 34px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .mobile-nav .container .drawer .panel {
    position: relative;
    width: 481px;
    height: 100%;
    background-color: #a31d11;
  }
  .mobile-nav .container .drawer .panel .lang-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 46px;
    padding: 0 62px;
    width: 100%;
  }
  .mobile-nav .container .drawer .panel .lang-container .more-on-fb {
    display: flex;
    align-items: center;
  }
  .mobile-nav .container .drawer .panel .lang-container .more-on-fb p {
    font-family: "Open Sans", "PingFangTC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 1px;
    text-align: left;
    color: white;
  }
  .mobile-nav .container .drawer .panel .lang-container .more-on-fb .fb-icon {
    margin-left: 8px;
    width: 30px;
    height: 30px;
    background-image: url(../../assets/img/icon/btn-fb.svg);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .2s;
  }
  .mobile-nav .container .drawer .panel .lang-container .more-on-fb .fb-icon:after {
    content: "";
    display: none;
    background-image: url("../../assets/img/icon/btn-fb-hover.svg");
  }
  .mobile-nav .container .drawer .panel .lang-container .more-on-fb:hover:active .fb-icon {
    background-image: url(../../assets/img/icon/btn-fb-hover.svg);
  }
  .mobile-nav .container .drawer .panel .lang-container .lang {
    display: flex;
  }
  .mobile-nav .container .drawer .panel .lang-container .lang li {
    font-family: "Open Sans", "PingFangTC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 0.875rem;
    line-height: 1.43;
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
  }
  .mobile-nav .container .drawer .panel .lang-container .lang li a {
    font: inherit;
    font-weight: normal;
    color: inherit;
  }
  .mobile-nav .container .drawer .panel .lang-container .lang li:nth-child(1):after {
    content: '/';
    display: inline-block;
    margin: 0 10px 0 8px;
  }
  .mobile-nav .expand-switch {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .mobile-nav .expand-switch.plus {
    background-image: url(../../assets/img/icon/icon-menu-plus.svg);
  }
  .mobile-nav .expand-switch.plus:after {
    content: "";
    display: none;
    background-image: url("../../assets/img/icon/icon-menu-minus.svg");
  }
  .mobile-nav .expand-switch.plus.on {
    background-image: url(../../assets/img/icon/icon-menu-minus.svg);
  }
  .mobile-nav .expand-switch.arrow {
    background-image: url(../../assets/img/icon/icon-arrowdown-white.svg);
  }
  .mobile-nav .expand-switch.arrow:after {
    content: "";
    display: none;
    background-image: url("../../assets/img/icon/icon-arrowup-white.svg");
  }
  .mobile-nav .expand-switch.arrow.on {
    background-image: url(../../assets/img/icon/icon-arrowup-white.svg);
  }
  .mobile-nav .navigation.tw .arrow-btn {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .2s;
  }
  .mobile-nav .navigation.tw .arrow-btn.left {
    background-image: url(../../assets/img/icon/icon-arrowleft-white.svg);
  }
  .mobile-nav .navigation.tw .arrow-btn.right {
    background-image: url(../../assets/img/icon/icon-arrowright-white.svg);
  }
  .mobile-nav .navigation.tw .header {
    position: relative;
    background-color: rgba(75, 9, 3, 0.2);
  }
  .mobile-nav .navigation.tw .header .arrow-btn {
    position: absolute;
    top: calc(1rem * 1.5 / 2 + 25px - 20px / 2);
    left: 37px;
    margin: -10px;
    padding: 20px;
  }
  .mobile-nav .navigation.tw .header p {
    padding: 28px 0;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    color: white;
  }
  .mobile-nav .navigation.tw > .item {
    position: relative;
    max-height: calc(1rem * 1.88 + 25px * 2);
    overflow: hidden;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .mobile-nav .navigation.tw > .item p, .mobile-nav .navigation.tw > .item a {
    display: block;
    padding: 25px 62px;
    font-size: 1rem;
    line-height: 1.88;
    color: white;
    transition: all .2s;
  }
  .mobile-nav .navigation.tw > .item .arrow-btn, .mobile-nav .navigation.tw > .item .expand-switch {
    position: absolute;
    top: calc(1rem * 1.88 / 2 + 25px - 20px / 2);
    right: 62px;
  }
  .mobile-nav .navigation.tw > .item .sub-nav li a {
    display: block;
    padding: 10px 10px 10px 76px;
    font-size: 1rem;
    line-height: 1.88;
    color: white;
  }
  .mobile-nav .navigation.tw > .item .sub-nav li a[target='_blank']:after {
    content: url("../../assets/img/icon/icon-link-white.svg");
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 24px;
    width: 16px;
    height: 16px;
  }
  .mobile-nav .navigation.tw > .item.active {
    padding-bottom: 15px;
    max-height: 500px;
    transition: all 0.2s cubic-bezier(0.71, 0.01, 1, 0.32);
  }
  .mobile-nav .navigation.tw > .item.active p, .mobile-nav .navigation.tw > .item.active a {
    padding-bottom: 15px;
  }
  .mobile-nav .navigation.tw > .item:not(:first-child) {
    border-top: solid 1px rgba(255, 255, 255, 0.5);
  }
  .mobile-nav .navigation.tw .header + .item {
    border-top: none;
  }
  .mobile-nav .navigation.tw.slide-nav {
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    left: 100%;
    background-color: #a31d11;
    transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .mobile-nav .navigation.tw.slide-nav.active {
    right: 0;
    left: 0;
  }
  .mobile-nav .navigation.en {
    margin: 75px 62px 0;
  }
  .mobile-nav .navigation.en > .item {
    position: relative;
    max-height: calc(1rem * 1.69 + 25px * 2);
    overflow: hidden;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .mobile-nav .navigation.en > .item p {
    padding: 25px 12px;
    font-family: "Open Sans", "PingFangTC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.69;
    letter-spacing: 1px;
    color: white;
  }
  .mobile-nav .navigation.en > .item .expand-switch {
    position: absolute;
    top: calc(1rem * 1.69 / 2 + 25px - 20px / 2);
    right: 12px;
  }
  .mobile-nav .navigation.en > .item .sub-nav li {
    margin-bottom: 25px;
    padding-left: 30px;
    font-family: "Open Sans", "PingFangTC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 1rem;
    line-height: 1.69;
    letter-spacing: 1px;
    color: white;
  }
  .mobile-nav .navigation.en > .item .sub-nav li a {
    display: block;
    font: inherit;
    color: inherit;
  }
  .mobile-nav .navigation.en > .item.active {
    max-height: 500px;
    transition: all 0.2s cubic-bezier(0.71, 0.01, 1, 0.32);
  }
  .mobile-nav .navigation.en > .item:not(:first-child) {
    border-top: solid 1px white;
  }
  .mobile-nav.active .container {
    opacity: 1;
    visibility: visible;
  }
  .mobile-nav.active .container .drawer {
    margin-right: 0;
  }
  .side-nav {
    display: none;
  }
}

@media all and (max-width: 480px) {
  .nav-wrapper {
    height: 55px;
  }
  .index-link-color .logo {
    margin-right: 8px;
    width: 45px;
    height: 30px;
  }
  .index-link-color.en .ntpa {
    font-size: 0.5rem;
    letter-spacing: .5px;
  }
  .index-link-color.en .pf {
    font-size: 0.875rem;
  }
  .index-link-color.tw .ntpa {
    font-size: 0.625rem;
  }
  .index-link-color.tw .pf {
    font-size: 1rem;
  }
  .normal-nav-wrapper {
    padding-bottom: 55px;
  }
  .hamburger-btn {
    margin-right: 0;
  }
  .mobile-nav .container .drawer {
    margin-right: -326px;
  }
  .mobile-nav .container .drawer .panel {
    width: 255px;
  }
  .mobile-nav .container .drawer .panel .lang-container {
    bottom: 31px;
    padding: 0 21px 0 32px;
  }
  .mobile-nav .container .drawer .panel .lang-container .more-on-fb p {
    display: none;
  }
  .mobile-nav .container .drawer .panel .lang-container .more-on-fb .fb-icon {
    margin-left: 0;
  }
  .mobile-nav .container .drawer .panel.mobile-tw-width {
    width: 289px;
  }
  .mobile-nav .navigation.tw .header .arrow-btn {
    top: calc(0.875rem * 1.375 / 2 + 20px - 20px / 2);
    left: 25px;
  }
  .mobile-nav .navigation.tw .header p {
    padding: 20px 0;
    font-size: 0.875rem;
    line-height: 1.375;
  }
  .mobile-nav .navigation.tw > .item {
    max-height: calc(0.875rem * 1.43 + 20px * 2);
  }
  .mobile-nav .navigation.tw > .item p, .mobile-nav .navigation.tw > .item a {
    padding: 20px 32px;
    font-size: 0.875rem;
    line-height: 1.43;
  }
  .mobile-nav .navigation.tw > .item .arrow-btn, .mobile-nav .navigation.tw > .item .expand-switch {
    top: calc(0.875rem * 1.43 / 2 + 20px - 20px / 2);
    right: 32px;
  }
  .mobile-nav .navigation.tw > .item .sub-nav li a {
    padding-left: 42px;
    font-size: 0.875rem;
    line-height: 1.375;
  }
  .mobile-nav .navigation.tw > .item .sub-nav li a[target='_blank']:after {
    margin-left: 10px;
  }
  .mobile-nav .navigation.tw > .item.active {
    padding-bottom: 10px;
  }
  .mobile-nav .navigation.tw > .item.active p, .mobile-nav .navigation.tw > .item.active a {
    padding-bottom: 10px;
  }
  .mobile-nav .navigation.en {
    margin: 21px 14px 0;
  }
  .mobile-nav .navigation.en > .item {
    max-height: calc(1rem * 1.69 + 26px * 2);
  }
  .mobile-nav .navigation.en > .item p {
    padding: 26px 18px;
    transition: all .2s;
  }
  .mobile-nav .navigation.en > .item .expand-switch {
    top: calc(1rem * 1.69 / 2 + 26px - 20px / 2);
    right: 18px;
  }
  .mobile-nav .navigation.en > .item .sub-nav li {
    margin-bottom: 15px;
    padding-left: 28px;
    font-size: 0.875rem;
    line-height: 1.43;
  }
  .mobile-nav .navigation.en > .item.active p {
    padding: 15px 18px 12px;
  }
  .mobile-nav .navigation.en > .item.active .expand-switch {
    top: calc(1rem * 1.69 / 2 + 15px - 20px / 2);
  }
  .mobile-nav .navigation.en > .item.active:first-child p {
    padding: 26px 18px 12px;
  }
  .mobile-nav .navigation.en > .item.active:first-child .expand-switch {
    top: calc(1rem * 1.69 / 2 + 26px - 20px / 2);
  }
}

@media all and (max-width: 320px) {
  .index-link-color.en .ntpa {
    font-size: 0.4375rem;
  }
  .index-link-color.en .pf {
    font-size: 0.75rem;
  }
  .mobile-nav .navigation.tw {
    max-height: 370px;
    overflow-y: scroll;
  }
}

.hero {
  display: flex;
  align-items: center;
  position: relative;
  max-height: 300px;
  overflow: hidden;
}

.hero img {
  width: 100vw;
}

.hero .header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.hero .header h1 {
  margin-bottom: 50px;
  font-family: "Open Sans", "PingFangTC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 1.875rem;
  letter-spacing: 5px;
  text-align: center;
  color: white;
}

@media all and (max-width: 768px) {
  .hero {
    max-height: 266px;
  }
  .hero .header h1 {
    margin-bottom: 0;
  }
}

@media all and (max-width: 480px) {
  .hero {
    max-height: 188px;
  }
  .hero .header h1 {
    font-size: 1.3125rem;
    letter-spacing: 3px;
  }
}

footer {
  background-color: #a31d11;
}

footer .branch-container {
  display: flex;
  padding: 40px 0;
}

footer .branch-container > .item p {
  display: block;
  font-family: "Open Sans", "PingFangTC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.69;
  letter-spacing: 1px;
  color: white;
}

footer .branch-container > .item ul {
  display: table;
  border-spacing: 0 7px;
  max-width: 300px;
}

footer .branch-container > .item ul li {
  display: table-row;
  font-family: "Open Sans", "PingFangTC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 1px;
  text-align: left;
  color: white;
}

footer .branch-container > .item ul li:before {
  content: url(../../assets/img/icon/icon-arrow.svg);
  display: table-cell;
  padding-right: 6px;
}

footer .branch-container > .item ul li:not(:last-child) {
  padding-bottom: 7px;
}

footer .branch-container > .item:not(:last-child) {
  margin-right: 37px;
}

footer .lang-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 40px 0;
}

footer .lang-container .more-on-fb {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

footer .lang-container .more-on-fb p {
  font-family: "Open Sans", "PingFangTC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 1px;
  text-align: left;
  color: white;
}

footer .lang-container .more-on-fb .fb-icon {
  margin-left: 8px;
  width: 30px;
  height: 30px;
  background-image: url(../../assets/img/icon/btn-fb.svg);
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .2s;
}

footer .lang-container .more-on-fb .fb-icon:after {
  content: "";
  display: none;
  background-image: url("../../assets/img/icon/btn-fb-hover.svg");
}

footer .lang-container .more-on-fb:hover .fb-icon {
  background-image: url(../../assets/img/icon/btn-fb-hover.svg);
}

footer .lang-container .lang {
  display: flex;
}

footer .lang-container .lang li {
  font-family: "Open Sans", "PingFangTC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 0.875rem;
  line-height: 1.43;
  font-weight: bold;
  letter-spacing: 1px;
  color: white;
}

footer .lang-container .lang li a {
  font: inherit;
  font-weight: normal;
  color: inherit;
}

footer .lang-container .lang li:nth-child(1):after {
  content: '/';
  display: inline-block;
  margin: 0 10px 0 8px;
}

footer .bottom-wrapper {
  background-color: #4b0903;
}

footer .bottom-wrapper .info-wrapper {
  padding: 24px 0;
  text-align: center;
}

footer .bottom-wrapper .info-wrapper a, footer .bottom-wrapper .info-wrapper .divider, footer .bottom-wrapper .info-wrapper p {
  font-family: "Open Sans", "PingFangTC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: white;
}

footer .bottom-wrapper .info-wrapper p {
  margin-top: 15px;
  opacity: .5;
}

footer .bottom-wrapper .info-wrapper p br {
  display: none;
}

@media all and (max-width: 768px) {
  footer .grid > [class*='col'].branch-wrapper {
    flex-basis: 100%;
    max-width: 100%;
  }
  footer .grid > [class*='col'].lang-wrapper {
    display: none;
    flex-basis: 0;
    max-width: 0;
  }
  footer .branch-container {
    flex-direction: column;
    padding: 33px 30px;
  }
  footer .branch-container > .item ul {
    max-width: 100%;
  }
  footer .branch-container > .item:not(:last-child) {
    margin-bottom: 30px;
    margin-right: 0;
  }
}

@media all and (max-width: 480px) {
  footer .branch-container {
    padding: 33px 0;
  }
  footer .branch-container > .item p span {
    display: block;
    font-size: 0;
  }
  footer .branch-container > .item ul {
    max-width: 300px;
  }
  footer .bottom-wrapper {
    background-color: #4b0903;
  }
  footer .bottom-wrapper .info-wrapper p {
    margin-top: 10px;
  }
  footer .bottom-wrapper .info-wrapper p br {
    display: block;
  }
  footer .bottom-wrapper .info-wrapper.en {
    text-align: left;
  }
  footer .bottom-wrapper .info-wrapper.en a {
    display: block;
  }
  footer .bottom-wrapper .info-wrapper.en a:not(:first-child) {
    margin-top: 12px;
  }
  footer .bottom-wrapper .info-wrapper.en .divider {
    display: none;
  }
  footer .bottom-wrapper .info-wrapper.en p br {
    display: none;
  }
}

.card-container {
  padding: 30px;
  background-color: white;
}

.card-container h2 {
  font-family: "Open Sans", "PingFangTC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  margin-bottom: 20px;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.19;
  color: #3c3d3e;
  opacity: 0;
}

.card-container h2 .prefix {
  font: inherit;
  display: none;
}

.card-container > *:not(h2) {
  opacity: 0;
}

.card-container.js-is-in-screen h2 {
  animation: card-container-fadeIn .5s ease .2s both;
}

.card-container.js-is-in-screen > *:not(h2) {
  animation: card-container-slideUp .5s ease .7s both;
}

@keyframes card-container-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes card-container-slideUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.card-container.desktop-header-hidden h2 {
  display: none;
}

@media all and (max-width: 768px) {
  .card-container {
    padding: 20px 17px;
  }
  .card-container h2 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: normal;
    color: #a31d11;
    text-align: center;
  }
  .card-container h2 .prefix {
    display: inline-block;
  }
  .card-container.desktop-header-hidden h2 {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .card-container {
    padding: 20px 14px;
  }
  .card-container h2 {
    margin-top: 20px;
  }
  .card-container h2 .prefix {
    display: block;
  }
  .card-container h2 .prefix .slash {
    display: none;
  }
}

.tab-container {
  display: flex;
  justify-content: center;
}

.tab-container > .item {
  flex: 0 0 107px;
  padding: 7px 20px;
  background-color: white;
  border: solid 1px #adafb0;
  transition: all .2s;
  cursor: pointer;
}

.tab-container > .item h4 {
  font-family: "PingFangTC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-align: center;
  color: #3c3d3e;
  transition: all .2s;
}

.tab-container > .item.active {
  background-color: #a31d11;
  border: solid 1px #a31d11;
  cursor: default;
}

.tab-container > .item.active h4 {
  color: white;
}

.tab-page-wrapper {
  overflow: hidden;
}

.tab-page-wrapper .tab-page-container {
  display: flex;
  width: 100%;
  transition: margin-left .5s ease-out;
}

.tab-page-wrapper .tab-page-container > .item {
  flex: 0 0 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-out;
}

.tab-page-wrapper .tab-page-container > .item.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.top-btn {
  position: fixed;
  width: 53px;
  height: 53px;
  background-image: url(../../assets/img/icon/btn-top-circle.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
  opacity: 0;
  visibility: hidden;
  z-index: 1010;
  transition: opacity .2s;
}

.top-btn:after {
  content: "";
  display: none;
  background-image: url("../../assets/img/icon/btn-top-circle-hover.svg");
}

.top-btn.visible {
  opacity: 1;
  visibility: visible;
}

.top-btn:hover {
  background-image: url(../../assets/img/icon/btn-top-circle-hover.svg);
}

@media all and (max-width: 768px) {
  .top-btn {
    display: none;
  }
}

.news-honor-roll .card-container .tab-container {
  margin: 20px 0 40px;
}

.news-honor-roll .card-container .table-wrapper:not(:last-child) {
  margin-bottom: 15px;
}

.news-honor-roll .card-container table.honor-roll-nation {
  width: 100%;
  font-family: "Open Sans", "PingFangTC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #3c3d3e;
}

.news-honor-roll .card-container table.honor-roll-nation caption {
  padding: 8px 0;
  border-radius: 2px;
  background-color: #5c5f62;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: white;
}

.news-honor-roll .card-container table.honor-roll-nation th {
  vertical-align: middle;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 3;
  font-weight: 600;
  text-align: center;
}

.news-honor-roll .card-container table.honor-roll-nation th:first-of-type {
  padding-left: 25%;
}

.news-honor-roll .card-container table.honor-roll-nation th:last-of-type {
  padding-right: 25%;
}

.news-honor-roll .card-container table.honor-roll-nation td {
  vertical-align: middle;
  padding: 12px 10px;
  box-sizing: border-box;
  line-height: 1.375;
  text-align: center;
}

.news-honor-roll .card-container table.honor-roll-nation td:first-of-type {
  padding-left: 25%;
  border-radius: 2px 0 0 2px;
}

.news-honor-roll .card-container table.honor-roll-nation td:last-of-type {
  padding-right: 25%;
  border-radius: 0 2px 2px 0;
}

.news-honor-roll .card-container table.honor-roll-nation tbody tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}

.news-honor-roll .card-container table.honor-roll-graduate {
  table-layout: fixed;
  width: 100%;
  font-family: "Open Sans", "PingFangTC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 1px;
  color: #3c3d3e;
}

.news-honor-roll .card-container table.honor-roll-graduate caption {
  padding: 8px 0;
  border-radius: 2px;
  background-color: #5c5f62;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: white;
}

.news-honor-roll .card-container table.honor-roll-graduate th {
  vertical-align: middle;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 3;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.news-honor-roll .card-container table.honor-roll-graduate th:first-of-type {
  width: 3%;
}

.news-honor-roll .card-container table.honor-roll-graduate th:nth-of-type(2) {
  width: 3%;
}

.news-honor-roll .card-container table.honor-roll-graduate th:last-of-type {
  width: 3%;
}

.news-honor-roll .card-container table.honor-roll-graduate td {
  vertical-align: middle;
  padding: 12px 20px;
  box-sizing: border-box;
  line-height: 1.375;
  text-align: center;
  white-space: nowrap;
}

.news-honor-roll .card-container table.honor-roll-graduate td:first-of-type {
  width: 3%;
  border-radius: 2px 0 0 2px;
}

.news-honor-roll .card-container table.honor-roll-graduate td:nth-of-type(2) {
  width: 3%;
}

.news-honor-roll .card-container table.honor-roll-graduate td:last-of-type {
  width: 3%;
  border-radius: 0 2px 2px 0;
}

.news-honor-roll .card-container table.honor-roll-graduate tbody tr:nth-of-type(odd) {
  background-color: #f2f2f2;
}

@media all and (max-width: 480px) {
  .news-honor-roll .card-container table.honor-roll-graduate {
    display: block;
  }
  .news-honor-roll .card-container table.honor-roll-graduate caption {
    display: block;
    margin-bottom: 10px;
  }
  .news-honor-roll .card-container table.honor-roll-graduate thead {
    display: none;
  }
  .news-honor-roll .card-container table.honor-roll-graduate td {
    display: inline-block;
    line-height: 1.375;
  }
  .news-honor-roll .card-container table.honor-roll-graduate td:nth-of-type(3) {
    order: 1;
    flex-basis: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 15px;
    max-width: 100%;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
  }
  .news-honor-roll .card-container table.honor-roll-graduate td:nth-of-type(1) {
    order: 2;
    flex: 1 1;
    padding-left: 15px;
    padding-right: 0;
  }
  .news-honor-roll .card-container table.honor-roll-graduate td:nth-of-type(1):before {
    content: '學校';
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #273951;
    opacity: .5;
  }
  .news-honor-roll .card-container table.honor-roll-graduate td:nth-of-type(2) {
    order: 3;
    flex: 1 1;
    padding-right: 15px;
    padding-left: 10px;
  }
  .news-honor-roll .card-container table.honor-roll-graduate td:nth-of-type(2):before {
    content: '科系';
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #273951;
    opacity: .5;
  }
  .news-honor-roll .card-container table.honor-roll-graduate td:not(:nth-of-type(3)) {
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: left;
  }
  .news-honor-roll .card-container table.honor-roll-graduate tbody {
    display: block;
  }
  .news-honor-roll .card-container table.honor-roll-graduate tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  .news-honor-roll .card-container table.honor-roll-graduate tbody tr:nth-of-type(odd) {
    border-radius: 2px;
  }
}

.news-honor-roll .card-container .expandable-block {
  overflow: hidden;
}

.news-honor-roll .card-container .expandable-block.folded {
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.news-honor-roll .card-container .expandable-block.expanded {
  max-height: 10000px;
  transition: all 0.5s cubic-bezier(0.71, 0.01, 1, 0.32);
}

.news-honor-roll .card-container .show-btn {
  padding-left: 29px;
  background-size: 18px 18px;
  background-position: left center;
  background-repeat: no-repeat;
  font-family: "Open Sans", "PingFangTC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 1px;
  color: #cd5d67;
  transition: all .2s;
  cursor: pointer;
}

.news-honor-roll .card-container .show-btn.more {
  background-image: url(../../assets/img/icon/btn-showmore.svg);
}

.news-honor-roll .card-container .show-btn.more:before {
  content: 'Show more';
}

.news-honor-roll .card-container .show-btn.less {
  background-image: url(../../assets/img/icon/btn-showless.svg);
}

.news-honor-roll .card-container .show-btn.less:before {
  content: 'Show less';
}

.news-honor-roll .card-container .show-btn {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
}

@media all and (max-width: 768px) {
  .news-honor-roll .card-container .tab-container {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .news-honor-roll .card-container .table-wrapper:not(:last-child) {
    margin-bottom: 25px;
  }
}

/*# sourceMappingURL=news-honor-roll.css.map */
