@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
html {
  overflow-y: hidden;
}

html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 15px;
  color: #000000;
  background-color: #fff;
  line-height: 1.6;
  font-family: "Source Sans Pro", "微軟正黑體", "Microsoft JhengHei", "Arial", "Abel", "Lato", "Oxygen", "Raleway", sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.pace:after {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(102, 102, 102, 0.8);
  z-index: 99999;
  display: block;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #666666;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/*共用屬性*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-overflow-scrolling: touch;
}

a {
  text-decoration: none;
  color: inherit;
}

a:active, a:hover {
  outline: none;
}

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

input[type=text] {
  -webkit-appearance: none;
  outline: 0;
}

/*-----泛用表格-----*/
.t {
  display: table;
}
.t > .t-row {
  display: table-row;
}
.t > .t-row > .t-cell {
  display: table-cell;
  vertical-align: middle;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

dl {
  padding: 5px 0;
  font-size: 0;
}
dl dt, dl dd {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1200px;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.wrap {
  padding: 20px 0;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.pic {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 0;
  display: block;
}
.pic > span {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}
.pic > span:before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.pic > span > img, .pic > span > iframe {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.pic > span > iframe {
  width: 100%;
  height: 100%;
}

/*-----RWD地圖&Youtube影片-----*/
.map, .video, .iframe {
  position: relative;
  width: 100%;
  height: 0;
}
.map iframe, .video iframe, .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cf:after,
.row:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}

.bg-img {
  background-size: cover;
  display: block;
  width: 100%;
  height: 0;
  background-position: 50% 50%;
}

/*-----排版-----*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.inline-block {
  display: inline-block;
}

.align-m {
  display: inline-block;
  vertical-align: middle;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.underline {
  text-decoration: underline;
}

.aside-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aside-style aside {
  width: 200px;
}
.aside-style aside .aside-list > li {
  width: 100%;
}
.aside-style aside .aside-list > li > a {
  display: block;
  width: 100%;
  padding: 8px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 5px;
}
.aside-style aside .aside-list > li:hover > a, .aside-style aside .aside-list > li.active > a {
  color: #070707;
  border: 1px solid #070707;
}
.aside-style .right-block {
  width: calc(100% - 200px);
  padding-left: 30px;
}
.aside-style .right-block.fram {
  width: 100%;
}
.aside-style .right-block section:first-child {
  padding-top: 0;
}

main {
  background-color: #fff;
  position: relative;
  z-index: 5000;
  display: block;
}

article {
  position: relative;
  padding-top: 50px;
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.content {
  max-width: 1020px;
  margin: auto;
}

.txt-left {
  text-align: left !important;
}

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}
.tab-list li a {
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
  padding: 1rem 30px;
  border-bottom: 2px solid #D7E0E5;
  line-height: 1;
}
.tab-list li.active a, .tab-list li:hover a {
  border-bottom: 2px solid #666666;
  color: #666666;
}

.list1 > li {
  margin: 50px 0;
}
.list1 > li .title {
  font-size: 1.6rem;
  line-height: 1.2;
}
.list1 > li .title:after {
  content: "";
  display: block;
  height: 1px;
  width: 5.2rem;
  background-color: #666666;
  margin: 20px 0;
}

.img-list > li {
  margin: 50px 0;
}
.img-list > li .title {
  margin-bottom: 20px;
}
.img-list > li .title span {
  font-size: 1.3rem;
  color: #666666;
}
.img-list > li .title p {
  font-size: 1.3rem;
}
.img-list > li .title:after {
  content: "";
  display: block;
  width: 10rem;
  height: 3px;
  background-color: #666666;
}

.c-white {
  color: white;
}

.mc1 {
  color: #666666;
}

.txt-50 {
  font-size: 3.3rem;
}

.txt-big {
  font-size: 1.3rem;
  line-height: 2;
}

.txt-big2 {
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: bold;
}

.txt-big3 {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 1.2rem;
}

.txt {
  font-size: 1rem;
  line-height: 2;
}

.txt-line {
  position: relative;
}
.txt-line:after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #666666;
  margin: 30px auto;
}

.txt-bold {
  font-weight: bold;
}

.c2 {
  color: #999999;
}

.c-white {
  color: #fff;
}

.main-title {
  margin: 1rem 0 2rem;
  color: #666666;
  font-family: "Arial";
  font-weight: bold;
  font-style: italic;
  font-size: 3rem;
  line-height: 55px;
  display: inline-block;
}
.main-title:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin-top: 25px;
  background-color: #666666;
}
.main-title.bg-dark {
  color: white;
}
.main-title.bg-dark:after {
  background-color: white;
}
.main-title.center {
  text-align: center;
}

.main-title2 {
  text-align: center;
  font-size: 3.5rem;
  color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 900px;
  line-height: 1;
}

.main-title3 {
  font-size: 2.5rem;
}
.main-title3:after {
  content: "";
  display: block;
  width: 4rem;
  height: 3px;
  background-color: #000000;
  margin: 20px 0 30px;
}
.main-title3.bg-dark {
  color: white;
}
.main-title3.bg-dark:after {
  background-color: white;
}

.main-title4 {
  font-size: 1.3rem;
  font-weight: bold;
}
.main-title4:after {
  content: "";
  display: block;
  height: 3px;
  width: 60px;
  margin: 10px 0 20px;
}

.button-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn {
  display: inline-block;
  border-radius: 10px;
  background: none;
  color: #fff;
  font-size: 1rem;
  outline: none;
  cursor: pointer;
  padding: 15px 20px;
  margin: 2rem 0;
  border: 2px solid;
  line-height: 1;
}
.btn.btn1 {
  background-color: #666666;
  color: white;
  border-color: #666666;
}
.btn.btn1:hover {
  background: none;
  color: #666666;
}
.btn.btn2 {
  border-color: #070707;
}
.btn.btn2:hover {
  background-color: #070707;
}
.btn.btn2 {
  border-color: #070707;
}
.btn.btn2:hover {
  background-color: #070707;
}
.btn.btn3 {
  border-color: white;
}
.btn.btn3:hover {
  background-color: #070707;
  border-color: #070707;
}
.btn.btn4 {
  border-color: #666666;
  background: none;
  color: #666666;
}
.btn.btn4:hover {
  background-color: #666666;
  color: white;
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}
.btn > * {
  display: block;
  padding: 13px 0;
}

.btn-box {
  border: 2px solid #070707;
  padding: 10px 20px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-box:hover {
  background: rgba(7, 7, 7, 0.5);
  color: #ffffff;
}

.pb0 {
  padding-bottom: 0;
}

.pt0 {
  padding-top: 0;
}

.ma {
  margin-left: auto;
  margin-right: auto;
}

.mt0 {
  margin-top: 0;
}

.form > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
}
.form > li .input {
  width: 100%;
}
.form > li .input .form-title {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-style: italic;
  font-family: Arial;
}
.form > li .input input[type=text],
.form > li .input input[type=password] {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #333333;
  padding: 0;
  margin: 0;
  outline: none;
  height: 45px;
  line-height: 45px;
  font-size: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.form > li .input input[type=text]:checked, .form > li .input input[type=text]:focus, .form > li .input input[type=text]:active,
.form > li .input input[type=password]:checked,
.form > li .input input[type=password]:focus,
.form > li .input input[type=password]:active {
  border-color: #666666;
}
.form > li .textarea {
  width: 100%;
}
.form > li .textarea .form-title {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-style: italic;
  font-family: Arial;
}
.form > li .textarea textarea {
  width: 100%;
  border: 1px solid #333333;
  border-radius: 5px;
  line-height: 45px;
  padding: 0 1rem;
  font-size: 1rem;
  min-height: 300px;
  outline: none;
}
.form > li .textarea textarea:checked, .form > li .textarea textarea:focus, .form > li .textarea textarea:active {
  border-color: #666666;
}
.form > li.row2 > div {
  width: 49%;
}
.form > li.row2 > div + div {
  margin-left: 2%;
}
.form .forget-txt {
  color: #666666;
  text-align: right;
  display: block;
  width: 100%;
  margin-top: 20px;
  font-weight: bold;
  font-style: italic;
  font-family: Arial;
}
.form .forget-txt:hover {
  text-decoration: underline;
}
.form.w50p {
  width: 50%;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
}

.select {
  min-width: 300px;
  position: relative;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #666666;
}
.select:after {
  content: "\f0d7";
  display: block;
  position: absolute;
  right: 5px;
  top: 0;
  line-height: 45px;
  font-size: 1.5rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  color: #666666;
  z-index: 0;
}
.select select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #666666;
  display: block;
  font-size: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 100;
}

.swiper-button-prev,
.swiper-button-next {
  width: 58px;
  height: 58px;
  background-size: contain;
  outline: none;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  margin: auto;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}

.swiper-button-prev {
  background-image: url(../_img/layout/slider_arrows_prev.png);
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.swiper-button-next {
  background-image: url(../_img/layout/slider_arrows_next.png);
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.bread {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2rem 0;
}
.bread li {
  color: #999999;
  font-size: 0.95rem;
}
.bread li + li:before {
  content: ">";
  display: inline-block;
  vertical-align: center;
  color: #999999;
  margin: 0 3px;
}

.pages {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.pages .page {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #666666;
  border-radius: 50%;
  background-color: #fff;
  color: #000000;
  text-align: center;
  line-height: 30px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.pages .page.active, .pages .page:hover {
  background-color: #666666;
  color: #fff;
}

.pic {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.pic span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pic span img,
.pic span iframe {
  max-width: 100%;
  max-height: 100%;
}
.pic.pic-4by3 {
  padding-bottom: 75%;
}
.pic.pic-16by9 {
  padding-bottom: 56.25%;
}
.pic.cover span img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.light-box {
  width: 650px;
  padding: 25px;
  border-radius: 5px;
  background: url(../_img/about/team-bg.jpg);
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .light-box {
    padding: 40px 20px;
  }
}

.editor ol {
  list-style: decimal;
  padding-left: 25px;
}
.editor ul {
  list-style: inherit;
  padding-left: 25px;
}

.template {
  overflow: hidden;
  position: relative;
}

header {
  z-index: 8000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
header .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #logo {
  width: 80px;
}
header #logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 80px;
}
header #logo #company-name {
  font-size: 1.3rem;
  padding-left: 5px;
}
header #logo #company-name span {
  display: block;
  text-align: center;
  line-height: 1;
}
header #logo #company-name span.name-zh {
  margin-bottom: 5px;
}
header #logo-2 {
  width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header #logo-2 a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 0px;
  margin-left: 15px;
}
header #logo-2 a img {
  width: auto;
  max-width: 60px;
  max-height: 20px;
}
header #main-nav {
  width: calc(100% - 350px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #main-nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
header #main-nav .menu .nav-item {
  text-align: center;
  position: relative;
  position: relative;
  margin: 0 20px;
}
header #main-nav .menu .nav-item:hover > a, header #main-nav .menu .nav-item.active > a {
  color: #666666;
}
header #main-nav .menu .nav-item > a {
  font-size: 1rem;
  display: block;
  position: relative;
}
header #main-nav .menu .nav-item .sub-menu {
  position: absolute;
  width: 200px;
  background-color: #666666;
  -webkit-transform: translate(-25%, 25%);
          transform: translate(-25%, 25%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header #main-nav .menu .nav-item .sub-menu.show {
  -webkit-transform: translate(-25%, 0);
          transform: translate(-25%, 0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
header #main-nav .menu .nav-item .sub-menu > li {
  line-height: 40px;
}
header #main-nav .menu .nav-item .sub-menu > li:hover, header #main-nav .menu .nav-item .sub-menu > li.active {
  background-color: #070707;
  color: #fff;
}
header #main-nav .menu .nav-item .sub-menu > li > a {
  display: block;
  color: #fff;
}
header #main-nav .menu .login-item a {
  display: block;
  padding: 8px 8px;
  border: 1px solid #070707;
  border-radius: 10px;
  font-family: Arial;
  font-weight: bold;
  font-style: italic;
  color: #F6F6F6;
}
header #main-nav .menu .login-item a:hover {
  border-color: #666666;
  color: #666666;
}
header #main-nav .menu .lang-item {
  position: relative;
}
header #main-nav .menu .lang-item i {
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}
header #main-nav .menu .lang-item .lang {
  display: none;
  position: absolute;
  width: 60px;
  background-color: #070707;
  color: #fff;
  text-align: right;
  margin-left: -30px;
  left: 0;
}
header #main-nav .menu .lang-item .lang.show {
  display: block;
  visibility: visible;
}
header #main-nav .menu .lang-item .lang li a {
  padding: 5px;
  display: block;
}
header #main-nav .menu .lang-item .lang li a:hover {
  background-color: #666666;
  color: #fff;
}
header #main-nav #social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 1rem;
}
header #main-nav #social > li {
  margin-left: 1rem;
}
header #main-nav #social > li:hover {
  opacity: 0.5;
}
header #main-nav #social > li a {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #666666;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
header #main-nav #social > li i {
  width: 100%;
  font-size: 1.3rem;
  color: #666666;
}
header #google_translate_element {
  position: absolute;
  right: 0;
  top: 0;
}

footer {
  background-color: #070707;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}
footer .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
footer .footer-box .footer-left {
  width: 80%;
}
footer .footer-box .footer-left .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-box .footer-left .footer-list .footer-item {
  width: 33.3333333333%;
  text-align: left;
}
footer .footer-box .footer-left .footer-list .footer-item:nth-child(1) {
  width: 260px;
}
footer .footer-box .footer-right {
  width: 20%;
}
footer .footer-box .footer-right .footer-logo {
  width: 80px;
}
footer .footer-box .footer-right .copyright {
  display: none;
}
@media only screen and (max-width: 1024px) {
  footer .footer-box .footer-left .footer-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .footer-box .footer-left .footer-list .footer-item {
    width: calc(33.3333333333% - 60px);
    text-align: left;
    margin: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-box .footer-left {
    display: none;
  }
  footer .footer-box .footer-right {
    width: 100%;
  }
  footer .footer-box .footer-right .footer-logo {
    width: 100%;
  }
  footer .footer-box .footer-right .footer-logo img {
    width: 80px;
    margin: 0 auto;
  }
  footer .footer-box .footer-right .disclaimer-page-link {
    text-align: center;
  }
  footer .footer-box .footer-right .copyright {
    display: block;
    margin-top: 20px;
  }
}
footer .disclaimer-page-link {
  margin-top: 15px;
  text-align: left;
}
footer .disclaimer-page-link a {
  color: white;
}

#inner-banner .bg-img {
  height: 250px;
  background: #3D3D3D;
}
#inner-banner .banner-txt {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html,
body,
.template {
  scroll-behavior: smooth;
}

.index-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  opacity: 1;
  z-index: 9999;
  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;
  -webkit-animation: maskopen 0.5s linear forwards;
          animation: maskopen 0.5s linear forwards;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  pointer-events: none;
}
.index-preloader .preloader_inner {
  position: relative;
  -webkit-animation: logofadeInUp 1s linear forwards;
          animation: logofadeInUp 1s linear forwards;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.index-preloader .preloader_inner .loading-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-preloader .preloader_inner .loading-text .logo {
  opacity: 0;
  position: relative;
  -webkit-animation: logofadeInDowng 1s linear forwards;
          animation: logofadeInDowng 1s linear forwards;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-preloader .preloader_inner .loading-text .logo img {
  margin: 0 auto;
}
.index-preloader .preloader_inner .loading-text .logo-text-en {
  opacity: 0;
  position: relative;
  -webkit-animation: logofadeInDowng 1s linear forwards;
          animation: logofadeInDowng 1s linear forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  font-size: 18px;
}

@-webkit-keyframes logofadeInDowng {
  0% {
    opacity: 0;
    top: -40px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes logofadeInDowng {
  0% {
    opacity: 0;
    top: -40px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes logofadeInUp {
  0% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -40px;
  }
}
@keyframes logofadeInUp {
  0% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -40px;
  }
}
@-webkit-keyframes maskopen {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes maskopen {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#banner {
  position: relative;
}
#banner .banner-slider {
  position: relative;
  z-index: 200;
}
#banner .banner-slider::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(7, 7, 7, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#banner .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  opacity: 1;
  background: #fff;
  outline: none;
}
#banner .swiper-pagination-bullet:hover {
  background-color: #070707;
}
#banner .swiper-pagination-bullet-active {
  background-color: #070707;
}
#banner .bg-img {
  width: 100%;
  height: 500px;
  position: relative;
}
#banner .bg-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  background-color: #F6F6F6;
  opacity: 0.25;
}
#banner .banner-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 500;
  color: #fff;
  text-align: center;
}
#banner .banner-txt .bannre-textbox {
  color: #fff;
  font-size: 1.2rem;
  text-align: left;
  text-shadow: black 0.1em 0.1em 0.2em;
  padding: 20px;
}
#banner .banner-txt .bannre-textbox img {
  width: 250px;
}
#banner .banner-txt .txt-50 {
  text-shadow: black 0.1em 0.1em 0.2em;
}

.m-title-index {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.m-title-index.tw {
  font-size: 1.5rem;
}

.m-sub-title {
  width: 50%;
  padding: 10px 20px;
  margin: 0 auto;
  font-size: 20px;
  background: #F6F6F6;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .m-sub-title {
    width: 90%;
  }
}

.siegfried-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.siegfried-box .sie-left,
.siegfried-box .sie-right {
  width: calc(50% - 40px);
  margin: 10px 0px;
}
.siegfried-box .sie-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.siegfried-box .sie-right .text-box {
  margin-bottom: 50px;
}
.siegfried-box .sie-right .text-box-info {
  padding: 20px;
  margin-left: auto;
  margin-top: 20px;
  margin-right: 10px;
  position: relative;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.siegfried-box .sie-right .text-box-info span {
  background: #ffffff;
  padding: 10px 0;
}
.siegfried-box .sie-right .text-box-info::before {
  content: "";
  width: 260px;
  height: 170px;
  border: 2px solid #070707;
  position: absolute;
  z-index: -1;
  left: -20px;
  top: -50%;
  -webkit-transform: translate(0%, 50%);
          transform: translate(0%, 50%);
}
@media only screen and (max-width: 768px) {
  .siegfried-box .sie-left,
  .siegfried-box .sie-right {
    width: 100%;
    margin: 10px 0px;
  }
}

.about-bg-box {
  background-image: url(../_img/index/about_img02-1.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 100px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.about-bg-box .about-info-box {
  background: rgba(255, 255, 255, 0.5);
  padding: 50px 20px;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 50px 0px;
}
.news-list .news-item {
  width: calc(33.3333333333% - 20px);
  margin: 20px 10px;
  -webkit-box-shadow: 0px 0px 6px rgba(7, 7, 7, 0.5);
          box-shadow: 0px 0px 6px rgba(7, 7, 7, 0.5);
  position: relative;
  bottom: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-list .news-item .new-title {
  background: #666666;
  padding: 10px 20px;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-list .news-item .new-date {
  padding: 5px 20px;
}
.news-list .news-item .news-text {
  height: 70px;
  padding: 0px 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 20px;
}
.news-list .news-item:hover {
  -webkit-box-shadow: 0px 0px 6px rgba(7, 7, 7, 0);
          box-shadow: 0px 0px 6px rgba(7, 7, 7, 0);
  bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .news-list .news-item {
    width: calc(100% - 20px);
    margin: 20px auto;
  }
  .news-list .news-item .news-text {
    height: 60px;
  }
}

#award .container {
  overflow: hidden;
}
#award .award-slider {
  position: relative;
}
#award.award-list .item {
  margin: 30px 0 35px;
  padding: 0 30px;
  border-bottom: 0;
}
@media only screen and (max-width: 575px) {
  #award.award-list .item {
    width: 100%;
    padding: 0 10px;
  }
}
#award .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  opacity: 1;
  background: #ddd;
  outline: none;
}
#award .swiper-pagination-bullet:hover {
  background-color: #070707;
}
#award .swiper-pagination-bullet-active {
  background-color: #070707;
}

#who-section1 {
  background-image: url(../_img/about/about_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  padding-top: 80px;
}

.who-content {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 7% 5%;
  margin-top: 100px;
}

.what-section1 .img01 {
  display: block;
  margin: 50px 0;
  margin-left: auto;
}

.what-list > li {
  line-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}
.what-list > li:before {
  content: "\f178";
  font-weight: bold;
  font-family: "Font Awesome 5 Pro";
  color: #070707;
  z-index: 1.6rem;
  line-height: 35px;
  width: 50px;
}
.what-list > li span {
  width: calc(100% - 80px);
}
.what-list.left {
  margin-left: 30px;
}

.what-section2 .bg-row {
  height: auto;
}
.what-section2 .bg-row .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  padding-bottom: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.what-section2 .bg-row .flex > div {
  margin-left: 15px;
  margin-right: 15px;
}
.what-section2 .bg-row .flex .txt-row {
  font-size: 2rem;
  color: white;
}
.what-section2 .item-row {
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.what-section2 .item-row .item {
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
}
.what-section2 .item-row .item .bg {
  height: 100%;
  background-color: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 50px 15px;
}
.what-section2 .item-row .item .icon {
  margin-bottom: 20px;
}
.what-section2 .item-row .item .txt {
  color: #666666;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.what-section4 {
  height: auto;
}
.what-section4 .inner .what-list {
  display: block;
  margin-left: auto;
  width: 50%;
}
.what-section4 .inner .what-list li {
  color: white;
}

#what #section5 a {
  display: block;
  width: 100%;
  text-align: center;
}

.info-about {
  margin-bottom: 80px;
}
.info-about .about-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 80px;
}
.info-about .about-flex.space {
  margin-top: 10px;
}
.info-about .about-flex .txt-row {
  width: 55%;
}
.info-about .about-flex .img-row {
  width: 45%;
}
.info-about .about-flex .img-row.top {
  margin-top: 50px;
}
.info-about .about-flex.move-top {
  margin-top: 0px;
}

#section3.move-top {
  margin-top: -100px;
}

.check-list > li {
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0px;
}
.check-list > li:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 30px;
  width: 50px;
  color: #070707;
}
.check-list > li span {
  width: calc(100% - 50px);
}
.check-list > li.block.last::before {
  content: "\f0c8";
}

.info-progress {
  margin: 50px 0;
}
.info-progress .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.info-progress .item:nth-child(odd) .num {
  color: #515665;
}
.info-progress .item:nth-child(odd) .num:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #070707), color-stop(50%, #070707), color-stop(50%, #515665), to(#515665));
  background-image: linear-gradient(top, #070707 0, #070707 50%, #515665 50%, #515665 100%);
}
.info-progress .item:nth-child(odd) .num .circle {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #515665), color-stop(50%, #515665), color-stop(50%, #070707), to(#070707));
  background-image: linear-gradient(left, #515665 0, #515665 50%, #070707 50%, #070707 100%);
}
.info-progress .item:nth-child(odd) .num .circle:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #070707;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  margin-top: -3px;
}
.info-progress .item:nth-child(odd) .num .circle:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #515665;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  margin-bottom: -3px;
}
.info-progress .item:nth-child(even) .num {
  color: #070707;
}
.info-progress .item:nth-child(even) .num:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #515665), color-stop(50%, #515665), color-stop(50%, #070707), to(#070707));
  background-image: linear-gradient(top, #515665 0, #515665 50%, #070707 50%, #070707 100%);
}
.info-progress .item:nth-child(even) .num .circle {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #070707), color-stop(50%, #070707), color-stop(50%, #515665), to(#515665));
  background-image: linear-gradient(left, #070707 0, #070707 50%, #515665 50%, #515665 100%);
}
.info-progress .item:nth-child(even) .num .circle:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #070707;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  margin-bottom: -3px;
}
.info-progress .item:nth-child(even) .num .circle:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #515665;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  margin-top: -3px;
}
.info-progress .item .num {
  width: 150px;
  text-align: center;
  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;
}
.info-progress .item .num .circle {
  width: 62px;
  height: 62px;
  line-height: 46px;
  border-radius: 50%;
  padding: 3px;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
}
.info-progress .item .num .circle .bg {
  background-color: #fff;
  border-radius: 50%;
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: radial-gradient(rgba(0, 0, 0, 0.5), #fff);
}
.info-progress .item .num .circle .bg2 {
  border-radius: 50%;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.2), #fff);
}
.info-progress .item .num .circle .bg3 {
  border-radius: 50%;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: linear-gradient(-135deg, rgba(0, 0, 0, 0.2), #fff);
}
.info-progress .item .txt {
  width: calc(100% - 150px);
  padding-top: 30px;
  padding-bottom: 30px;
}

.list li.block {
  margin: 20px 0 10px 20px;
  list-style: decimal;
}

#info #section1 .info-progress-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#info #section7 .what-list {
  margin: 50px 0;
}
#info #section7 .info-progress-img {
  text-align: center;
  margin: 50px 0;
  display: block;
}
#info #section7 .info-progress-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#info #section7 .list li {
  margin: 20px 0;
}

.leading-row {
  background-image: url(../_img/information/bg01.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.leading-row.whatewdo-bg {
  background-image: url(../_img/information/bg02.png);
}
.leading-row.login-bg {
  background-image: url(../_img/information/bg03.png);
  background-position: 50% 50%;
}

.inquire-bg {
  background-image: url(../_img/information/bg04.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.login-form {
  width: 100%;
  max-width: 420px;
  margin: 50px auto;
}

.member-form .form {
  margin: 50px 0;
}

.date-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.date-row .btn {
  margin-left: 15px;
}
.date-row input {
  height: 45px;
  line-height: 45px;
  font-size: 1rem;
  color: #666666;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 1px solid #333333;
  border-radius: 5px;
}
.date-row .txt {
  margin-left: 1rem;
  margin-right: 1rem;
}

.table {
  width: 100%;
}
.table th,
.table td {
  padding: 8px 10px;
  text-align: center;
  width: 33.33333%;
}
.table th {
  color: #666666;
  border-bottom: 2px solid #666666;
}
.table tbody tr:nth-child(even) {
  background-color: rgba(102, 102, 102, 0.2);
}

.inquire-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 50px;
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #666666;
}
.inquire-table-row > div {
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.download-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.download-file .item {
  width: calc(50% - 20px);
  margin: 0 10px;
  border-bottom: 1px solid #999999;
}
.download-file .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
.download-file .item a .down-date {
  width: 100px;
}
.download-file .item a .down-title {
  width: calc(100% - 130px);
}
.download-file .item a i {
  width: 30px;
  font-size: 16px;
  color: #666666;
  display: block;
  font-weight: lighter;
}
.download-file .item a:hover {
  background: #F2F2F2;
}
.download-file .item span {
  display: block;
}
.download-file .item .name {
  margin: 5px 0;
  font-size: 1.2rem;
}
.download-file .item .num {
  color: #777777;
}
@media only screen and (max-width: 768px) {
  .download-file {
    width: calc(100% - 20px);
  }
}

.inquire-num {
  margin: 30px 0 0;
}

.inquire-chart {
  margin: 50px 0;
  width: 90%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

#ui-datepicker-div {
  z-index: 8000 !important;
}

.icon_fram {
  width: 50%;
  margin: -50px 0 0 auto;
}
.icon_fram ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.icon_fram ul li {
  display: inline-block;
  margin: 0 20px;
  text-align: center;
}
.icon_fram ul li img {
  width: 60px;
  height: auto;
}

.worth_fram {
  width: 80%;
  margin-bottom: 50px;
}
.worth_fram .worth_box {
  width: 100%;
  color: #000;
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: bold;
  line-height: 30px;
}
.worth_fram .worth_box span {
  display: block;
  color: #666666;
}
.worth_fram .worth_box span.worth_date {
  font-size: 12px;
  color: #000;
  padding-top: 20px;
}
.worth_fram .worth_box.color {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  border-top: 2px solid #666666;
  padding-top: 10px;
}

.worth_edit_fram {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 50px 0px 30px 0;
}
.worth_edit_fram .worth_edit {
  width: 46%;
  margin: 2%;
}
.worth_edit_fram .worth_edit .worth_title {
  color: #666666;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.worth_edit_fram .worth_edit .worth_txt {
  width: 80%;
}
.worth_edit_fram .worth_edit .worth_table {
  width: 100%;
}
.worth_edit_fram .worth_edit .worth_table .worth_tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.worth_edit_fram .worth_edit .worth_table .worth_tr:nth-child(odd) span.worth_th {
  background-color: rgba(102, 102, 102, 0.5);
}
.worth_edit_fram .worth_edit .worth_table .worth_tr span {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding: 10px;
}
.worth_edit_fram .worth_edit .worth_table .worth_tr span.worth_th {
  background-color: rgba(102, 102, 102, 0.8);
  color: #000;
  color: #fff;
  width: 30%;
}
.worth_edit_fram .worth_edit .worth_table .worth_tr span.worth_th.color {
  background-color: rgba(225, 225, 225, 0.3);
  color: #000;
  width: 85%;
}

.gotop {
  position: fixed;
  color: #000;
  width: 50px;
  height: 50px;
  bottom: 50px;
  right: 20px;
  z-index: 9999;
  text-align: center;
}
.gotop i {
  font-size: 30px;
  color: #BC0024;
}

.inquire-serach a {
  border: 1px solid #000;
  padding: 5px;
}

.down-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.down-year .title {
  width: 100px;
}

.contact-form {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.contact-form .align-items-flexend {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.contact-form .align-items-flexend img {
  height: 40px;
  margin-left: 5px;
}

.map-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.map-list .map-item {
  width: calc(33.3333333333% - 30px);
  margin: 15px;
}
.map-list .map-item .country {
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.map-list .map-item .country::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #070707;
  position: absolute;
  bottom: 0;
  left: 0;
}
.map-list .map-item .add-text {
  min-height: 40px;
}
.map-list .map-item .mail.taiwan {
  margin: 50px 0;
}
.map-list .map-item .map-iframe {
  margin-top: 30px;
  padding-top: 30px;
  position: relative;
}
.map-list .map-item .map-iframe::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #070707;
  position: absolute;
  top: 0;
  left: 0;
}
.map-list .map-item .map-iframe iframe {
  width: 100%;
  height: 300px;
}
@media only screen and (max-width: 768px) {
  .map-list .map-item {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 640px) {
  .map-list .map-item {
    width: calc(100% - 30px);
  }
}

.about-bgbox {
  background: url(../_img/about/about-bg.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}
.about-bgbox::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.about-bgbox .txt-box {
  font-size: 18px;
  line-height: 48px;
  letter-spacing: 0.5px;
  width: 55%;
  margin: 0 auto;
}
.about-bgbox .img-box {
  margin-top: 80px;
  margin-left: 200px;
}
.about-bgbox .img-box img {
  width: 200px;
}

.team-box {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.team-box .team-item {
  width: calc(33.3333333333% - 30px);
  margin: 15px 15px 40px;
}
.team-box .team-item .team-title {
  font-size: 1.6rem;
  margin-bottom: 15px;
  position: relative;
}
.team-box .team-item .team-title::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #070707;
  position: absolute;
  bottom: -5px;
  left: 0px;
}
.team-box .team-item .post-box {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .team-box .team-item {
    width: calc(50% - 30px);
  }
}

.team-info {
  margin: 5px;
  padding: 30px 20px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 0px 6px rgba(7, 7, 7, 0.2);
          box-shadow: 0px 0px 6px rgba(7, 7, 7, 0.2);
}
.team-info .team-title {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.supply-list {
  margin: 30px 0;
  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;
}
.supply-list .supply-itme {
  width: calc(33.3333333333% - 30px);
  margin: 15px 0px;
}
.supply-list .supply-itme .supply-title {
  font-size: 1.4rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
.supply-list .supply-itme .supply-title::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #070707;
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-img-box {
  margin: 20px 0;
  text-align: center;
}
.about-img-box img {
  margin: 20px auto;
}

.news-page {
  width: 80%;
  margin: 0 auto;
}
.news-page .new-title {
  font-size: 1.3rem;
  border-bottom: 1px solid #070707;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.news-page .new-date {
  margin: 10px 0;
}
.news-page .editor {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .news-page {
    width: 100%;
  }
}

.award-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px dashed #ddd;
}
@media only screen and (max-width: 992px) {
  .award-list .item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.award-list .item .img-box {
  width: 25%;
  padding-right: 20px;
}
@media only screen and (max-width: 992px) {
  .award-list .item .img-box {
    width: 40%;
  }
}
@media only screen and (max-width: 575px) {
  .award-list .item .img-box {
    width: 100%;
    padding-right: 0;
  }
}
.award-list .item .text-box {
  width: 75%;
  font-size: 1.45rem;
}
@media only screen and (max-width: 992px) {
  .award-list .item .text-box {
    width: 60%;
  }
}
@media only screen and (max-width: 575px) {
  .award-list .item .text-box {
    width: 100%;
    padding: 10px;
  }
}

.esg-fram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.esg-fram .esg-left {
  width: 41%;
  position: relative;
  z-index: 3;
}
.esg-fram .esg-left.bg-img {
  padding-bottom: 50%;
  position: relative;
  display: block;
}
.esg-fram .esg-left .img-text-box {
  position: absolute;
  width: 90%;
  height: 90%;
  background: rgba(255, 255, 255, 0.54);
  padding: 15px;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.esg-fram .esg-right {
  width: 59%;
  padding-left: 40px;
}

.logo-fram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  margin-top: 60px;
}
.logo-fram .img-logo {
  width: 20%;
}
.logo-fram .logo-text {
  width: 80%;
  padding: 0px 20px;
}

.icon-fram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.icon-fram .icon-item {
  width: 20%;
}
.icon-fram .icon-item .img-box {
  margin-bottom: 20px;
  height: 140px;
}
.icon-fram .icon-item .img-box img {
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icon-fram .icon-item .text-box {
  padding: 0 20px;
}
.icon-fram .icon-item .text-box a {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  display: block;
}
.icon-fram .icon-item .text-box a:hover {
  color: #037ef3;
}
.icon-fram .icon-item .text-box .editor {
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .esg-fram .esg-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .esg-fram .esg-left img {
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .esg-fram .esg-left.bg-img {
    padding-bottom: 100%;
  }
  .esg-fram .esg-right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .esg-fram .esg-right img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .esg-fram:nth-child(2) .esg-left {
    width: 41%;
  }
  .esg-fram:nth-child(2) .esg-right {
    width: 59%;
    padding-left: 10px;
  }
  .icon-fram .icon-item {
    width: 33.3333333333%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 490px) {
  .esg-fram .esg-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .esg-fram .esg-left.bg-img {
    padding-bottom: 180%;
  }
  .esg-fram:nth-child(2) .esg-left {
    width: 41%;
  }
  .esg-fram:nth-child(2) .esg-right {
    width: 59%;
    padding-left: 10px;
  }
  .logo-fram .img-logo {
    width: 100%;
    margin-bottom: 20px;
  }
  .logo-fram .logo-text {
    width: 100%;
    padding: 0px 20px;
  }
  .icon-fram .icon-item {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    right: 0px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  body.active {
    right: 300px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .container {
    width: 768px;
  }
  header .container {
    width: 100%;
  }
  header .flex {
    width: 100%;
    display: block;
  }
  header #logo-2 {
    position: absolute;
    top: 0;
    left: 90px;
    width: 170px;
  }
  header #logo-2 a {
    padding-top: 43px;
  }
  header #main-nav {
    width: 300px;
    height: 100%;
    position: fixed;
    display: block;
    right: -300px;
    top: 0;
    background-color: #333;
    padding-top: 50px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  header #main-nav.active {
    right: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  header #main-nav .menu {
    width: 100%;
    display: block;
  }
  header #main-nav .menu .nav-item {
    width: 100%;
    margin: 0;
    color: #fff;
  }
  header #main-nav .menu .nav-item:before {
    display: none !important;
  }
  header #main-nav .menu .nav-item > a {
    padding: 1rem 0;
  }
  header #main-nav .menu .nav-item .sub-menu {
    position: static;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    display: none;
  }
  header #main-nav .menu .nav-item .sub-menu.show {
    -webkit-transform: none;
            transform: none;
    display: block;
  }
  header #main-nav .menu .nav-item .sub-menu > li:hover > a, header #main-nav .menu .nav-item .sub-menu > li.active > a {
    color: #fff;
  }
  header #main-nav .menu .nav-item .sub-menu > li > a {
    color: #000000;
  }
  header #main-nav .menu .login-item {
    text-align: center;
  }
  header #main-nav .menu .login-item a {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
  }
  header #main-nav .menu .lang-item i {
    display: none;
  }
  header #main-nav .menu .lang-item .lang {
    visibility: visible;
    display: block;
    position: static;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    background: none;
    margin-top: 30px;
  }
  header #main-nav .menu .lang-item .lang.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header #main-nav .menu .lang-item .lang li {
    display: block;
    background: none;
  }
  header #main-nav .menu .lang-item .lang li a {
    display: block;
    background: none;
  }
  #burger {
    width: 25px;
    height: 20px;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    top: 60px;
    right: 25px;
    cursor: pointer;
    z-index: 9000;
  }
  #burger span {
    background-color: #5e5e5e;
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    height: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition-delay: 0.2s, 0s;
            transition-delay: 0.2s, 0s;
  }
  #burger span:before, #burger span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #5e5e5e;
    -webkit-transition-duration: 0.2s, 0.2s;
            transition-duration: 0.2s, 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
            transition-delay: 0.2s, 0s;
  }
  #burger span:before {
    top: -8px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
  }
  #burger span:after {
    bottom: -8px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
  }
  #burger.active span {
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #burger.active span:before, #burger.active span:after {
    background-color: #aaa;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s, 0.2s;
            transition-duration: 0.2s, 0.2s;
    -webkit-transition-delay: 0s, 0.2s;
            transition-delay: 0s, 0.2s;
  }
  #burger.active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #burger.active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .index-who {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .icon_fram {
    width: 100%;
    margin: 80px 0 0 0;
  }
  .worth_fram {
    width: 100%;
  }
  .worth_edit_fram {
    width: 100%;
    display: block;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 50px 0px 30px 0;
  }
  .worth_edit_fram .worth_edit {
    width: 98%;
    margin: 2%;
  }
  .worth_edit_fram .worth_edit .worth_table {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  body,
  html {
    font-size: 13px;
  }
  body.active {
    right: 200px;
  }
  main {
    margin: 0 !important;
  }
  header #logo img {
    margin: 0;
    width: 100px;
  }
  header #logo #company-name {
    display: block;
    margin: 1rem 0 0;
  }
  header #logo #company-name .name-zh,
  header #logo #company-name .name-en {
    display: block;
    text-align: left;
    font-size: 0.7rem;
  }
  header #burger {
    top: 33px;
  }
  header #main-nav {
    width: 200px;
    right: -200px;
  }
  footer {
    position: static;
  }
  footer #footer-info {
    display: block;
  }
  #banner .bg-img {
    height: 300px;
  }
  #banner .banner-txt {
    width: 100%;
  }
  #banner .banner-txt .txt-50 {
    font-size: 1.5rem;
  }
  #banner .banner-txt .bannre-textbox {
    font-size: 12px;
  }
  #banner .banner-txt .bannre-textbox img {
    width: 150px;
  }
  #inner-banner .bg-img {
    height: 250px;
  }
  .main-title2 {
    font-size: 2rem;
    max-width: 320px;
  }
  .index-what .main-title {
    margin: 0;
  }
  .index-what .what-img {
    display: none;
  }
  .index-what .item-row {
    -webkit-transform: none;
            transform: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-what .item-row .item {
    width: 100%;
    max-width: 80%;
    margin: 20px 0;
  }
  .index-info .txt-row {
    position: static;
  }
  .about-bgbox {
    background: url(../_img/about/about-bg.png);
    background-attachment: inherit;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding: 20px 0;
  }
  .about-bgbox .txt-box {
    font-size: 16px;
    line-height: 25px;
  }
  .about-bgbox .txt-box .fs-40 {
    font-size: 22px;
  }
  .about-bgbox .img-box {
    margin-left: 0px;
  }
  .what-section2 .bg-row .flex {
    padding: 30px 0;
  }
  .what-section2 .item-row {
    -webkit-transform: none;
            transform: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .what-section2 .item-row .item {
    width: 100%;
    margin: 20px 0;
  }
  .what-section4 .inner .what-list {
    width: 100%;
  }
  .info-about .about-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info-about .about-flex .txt-row,
  .info-about .about-flex .img-row {
    width: 100%;
  }
  .aside-style aside {
    margin-bottom: 50px;
    width: 100%;
  }
  .aside-style aside .aside-list > li {
    width: 100%;
  }
  .aside-style .right-block {
    width: 100%;
    padding: 0;
  }
  .member-form .form.w50p {
    width: 100%;
  }
  .inquire-table-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .inquire-table-row .inquire-table {
    width: 100%;
    padding: 0;
  }
  .inquire-table-row .inquire-table + .inquire-table .table thead {
    display: none;
  }
  .date-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .icon_fram {
    width: 100%;
  }
  .worth_fram {
    width: 100%;
  }
  .worth_edit_fram {
    width: 100%;
    display: block;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 50px 0px 30px 0;
  }
  .worth_edit_fram .worth_edit {
    width: 98%;
    margin: 2%;
  }
  .worth_edit_fram .worth_edit .worth_table {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  body,
  html {
    font-size: 10px;
  }
}