@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;700&family=Roboto+Condensed&family=Roboto:wght@400;700&display=swap");

@font-face {
    font-family: 'D-DINCondensed';
    src: url("d-din-free-font/D-DINCondensed.otf") format("opentype");
}

body {
  font-family: "Roboto", "Noto Sans TC", "LiHei Pro", "黑體-繁", "微軟正黑體", sans-serif;
  padding-bottom: 1.875rem;
}
@media only screen and (max-width: 992px) {
  body {
    padding-bottom: 0;
  }
}

.mobHeader {
  display: none;
}
@media only screen and (max-width: 992px) {
  .mobHeader {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0.625rem 0.9375rem;
  }
  .mobHeader__logo {
    width: 45%;
    max-width: 15.625rem;
  }
  .mobHeader__logo img {
    width: 100%;
  }
  .mobHeader__lang a,
.mobHeader__lang span {
    margin-left: 0.5rem;
  }
}

.container {
  max-width: 1400px !important;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .container {
    padding: 0;
  }
}

a {
  color: inherit;
}

p {
  margin: 0;
}

.box {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .box {
    flex-direction: column-reverse;
  }
}

.sidebar {
  flex-basis: 17.5rem;
  max-width: 20.5rem;
  background-color: #f3f5f5;
  padding: 2.125rem 1.25rem 1.625rem 1.75rem;
}
@media only screen and (max-width: 992px) {
  .sidebar {
    flex-basis: 100%;
    max-width: none;
    padding: 0;
  }
}

.controlBar {
  display: flex;
  color: #fff;
  height: 50px;
  margin-top: 0.33rem;
  margin-bottom: 2.25rem;
  white-space: nowrap;
  z-index: 1;
  position: relative;
  /*padding-left: 2rem;*/
  font-size:larger;
}
@media only screen and (max-width: 992px) {
  .controlBar {
    white-space: initial;
    line-height: 1.2;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .controlBar {
    line-height: 1;
  }
}
.controlBar__lang {
  background-color: #868686;
  padding: 0.4375rem 1.1rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .controlBar {
    padding-left: unset;
  }
  .controlBar__lang {
    display: none;
  }
}
.controlBar__link {
  background-color:  #006437;
  padding: 0.4375rem 1.1rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .controlBar__link {
    flex: 1;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.controlBar__link img {
  width: 1rem;
}
@media only screen and (max-width: 767px) {
  .controlBar__link {
    font-size: 0.875rem;
	padding: 0.4375rem 0.4rem;
  }
  .controlBar__link img {
    width: 1.25rem;
  }
}
@media only screen and (max-width: 992px) {
  .controlBar .controlBar__year {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 0.625rem;
    display:none;
  }
}
@media only screen and (max-width: 992px) {
  .controlBar__ll {
    display: none;
  }
}
.controlBar a {
  color: #fff;
}
.controlBar a,
.controlBar span {
  margin: 0 0.65rem;
}
@media only screen and (max-width: 767px) {
  .controlBar a, .controlBar span  {
    margin: 0 0.458rem !important;
  }
}
.logo {
  width: 13.5rem;
  margin-bottom: 2.75rem;
  display: inline-block;
  margin-left: 3px;
}
.logo img {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .logo {
    display: none;
  }
}

.menu-container {
  min-height: 280px;
}
@media only screen and (max-width: 992px) {
  .menu-container {
    padding: 0.9375rem 15% 0.9375rem 15%;
    height: 300px;
  }
}

@media only screen and (max-width: 992px) {
  .menu {
    max-height: 85%;
    overflow: auto;
  }
}

.menuTitle {
  padding-left: 30px;
  margin-bottom: 0.9375rem;
}
@media only screen and (max-width: 767) {
  .menuTitle {
    padding-left: 0px;
    margin-bottom: 0.3125rem;
  }
}
@media only screen and (max-width: 992px) {
  .menuTitle {
    padding-left: 0px;
    margin-bottom: 0.3125rem;
  }
}

.menuItem {
  padding-left: 30px;
  font-size: 0.875rem;
  margin-bottom: 0.4375rem;
  font-family: "Roboto Condensed", "Noto Sans TC", "LiHei Pro", "黑體-繁", "微軟正黑體", sans-serif;
}
@media only screen and (max-width: 767) {
  .menuItem {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 992px) {
  .menuItem {
    padding-left: 0px;
  }
}
.menuItem hr {
  margin: 0.25rem 0;
  border: 1px solid #EA6000;
}
.menuItem button,
.menuItem .menuItem__main > a:not(.menuItem__fr) {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.menuItem__row {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
}
.menuItem__main {
  cursor: pointer;
}
.menuItem__link>a:hover {
  color: #EA6000;
}
.menuItem__fr:hover {
  color: #EA6000;
}
@media only screen and (max-width: 767px) {
  .menuItem__main {
    padding-left: 0px;
  }
}
.menuItem__main.show .menuItem__link {
  visibility: visible;
}
.menuItem__link {
  flex-basis: 100%;
  visibility: hidden;
  margin-top: -0.1875rem;
  width: 136px;
}
.menuItem__link span {
  margin: 0 0.5rem;
}

.keyArt {
  flex: 1;
  background-image: url("../image/landing.png");
  background-size: cover;
  background-position: center;
  min-height: 42.5rem;
}

.keyArt__text--b {
  font-size: 2.0625em;
  top: 7.5em;
  right: 7.5%;
}
.keyArt__text--b .keyArt__image{
  /*max-width: 43%;*/
}

.keyArt__text--c {
  font-size: 1.625em;
  top: 2.8076923077em;
  right: 16%;
}

.keyArt__text--d {
  top: 8em;
  right: 7.5%;
}
.keyArt__text--d_chi {
  right: 23.5%;
}
.keyArt__text--d .keyArt__image_1{
  /*max-width: 34%;*/
}

.keyArt__text--e {
  top: 13em;
  right: 7.5%;
}
.keyArt__text--e_chi {
  right: 23.5%;
}
.keyArt__text--e .keyArt__image_1{
  /*max-width: 34%;*/
}

.keyArt__image_1 {
  height: auto;
  float: right;
}
.keyArt__image {
  height: auto;
  float: right;
}
.keyArt__line {
  position: absolute;
  background-color: #fff;
  width: 0.0625rem;
  height: 5em;
  left: 50%;
  top: 1.5625em;
  box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.5);
}

.keyArt__textBox {
  width: 100%;
  position: relative;
  height: 20.125rem;
  font-size: 1rem;
}

.keyArt__text {
  position: absolute;
  color: #fff;
  line-height: 1;
  text-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.5);
  font-family: "D-DINCondensed";
}
.keyArt__text--a {
  font-size: 2.5em;
  top: 7em;
  right: 7.5%;
}
.keyArt__text--a .keyArt__image{
  /*max-width: 43%;*/
}
@media only screen and (max-width: 1280px) {
  .keyArt__textBox {
    font-size: 1.25vw;
  }
  .keyArt__text--a {
    right: 9%;
	top: 7.1em;
  }
    .keyArt__text--b {
    top: 7.6em;
	right: 9.2%;
  }
    .keyArt__text--c {
    right: 12%;
  }
  .keyArt__text--d {
	padding-left: 20px;
    right: 9%;
  }
  .keyArt__text--e {
	padding-left: 20px;
    right: 9%;
  }
}
@media only screen and (max-width: 1030px) {
  .keyArt__image_1, .keyArt__image{
	max-width: 60%; 
 }
  .keyArt__text--e{
    top: 148px;
  }
  .keyArt__text--a{
    top: 6.1em;
  }
  .keyArt__text--b{
    top: 6.6em;
  }
}
@media only screen and (max-width: 992px) {
.keyArt__image_1, .keyArt__image{
	max-width: 100%; 
 }
  .keyArt__text--a{
    top: 5em;
  }
   .keyArt {
    min-height: 33.125rem;
  }
  .keyArt__textBox {
    font-size: 1.814516129vw;
  }
  .keyArt__text--b{
    top: 5.3em;
  }
  .keyArt__text--d{
    top: 3.4em;
  }
  .keyArt__text--e{
    top: 8.5em
  }
}
@media only screen and (max-width: 767px) {
 .keyArt {
    min-height: 26.25rem;
  }
   .keyArt__textBox {
    font-size: 1.9153225806vw;
  }
  .keyArt__text--a {
    right: 6%;
    top: 4.5em;
  }
  /*.keyArt__text--a .keyArt__image {
    max-width: 30%;
  }*/
  .keyArt__text--b {
    right: 6%;
    top: 6.3em;
  }
  /*.keyArt__text--b .keyArt__image{
    max-width: 38%;
  }*/
  .keyArt__text--c {
    top: 2.2121212121em;
    font-size: 2.0625em;
    right: 3%;
  }
  
  .keyArt__text--d {
    right: 6%;
	padding-left: 30px;
  }
  .keyArt__text--d .keyArt__image_1 {
    /*max-width: 27%;*/
  }
  .keyArt__text--e {
    top: 8.5em;
    right: 6%;
	padding-left: 30px;
  }
  /*.keyArt__text--e .keyArt__image_1 {
    max-width: 28%;
  }*/
}

@media only screen and (max-width: 645px) {
 .keyArt__image_1, .keyArt__image{
	max-width: 70%;
	 
 }
  .keyArt__text--a {
    top: 5.2em;
  }
  .keyArt__text--b {
    top: 5.3em;
  }

}
@media only screen and (max-width: 525px) {
 .keyArt__image_1, .keyArt__image{
	max-width: 50%;
	 
 }
 .keyArt {
    min-height: 15.625rem;
  }
}
.footer {
  background-color: #006437;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.1875rem 1.25rem;
}
@media only screen and (max-width: 767px) {
  .footer {
    font-size: 0.75rem;
  }
}
.footer__item:hover {
  color: #fff;
}
.footer__item:after {
  content: "|";
  margin: 0 0.75rem;
}
.footer__item:last-of-type::after {
  content: none;
}

.suggestion {
  font-size: 0.75rem;
  padding: 0.1875rem 0.625rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .suggestion {
    font-size: 0.6875rem;
  }
}

.nicescroll-rails::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #7a7a7a;
  position: absolute;
  right: 40%;
  top: 0;
}

.menu-container *
{
	color:#000000;
}
