@charset "UTF-8";
:root {
  --gray: #f7f7f7;
  --blue: #1b365d;
  --orange: #ec6800;
}

/* mixin */
* {
  box-sizing: border-box;
  font-family: "Open Sans", "Noto Sans TC", "微軟正黑體", sans-serif;
}
*:focus {
  outline: none;
}

html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", "Noto Sans TC", "微軟正黑體", sans-serif;
  overflow-x: hidden;
  transition: 0.3s;
  position: relative;
  color: #222;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  max-width: 1920px;
  margin: auto !important;
}
body.fixed {
  height: 100vh !important;
  overflow: hidden !important;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
  transition: 0.3s;
}

.unreset {
  padding: 1px 0;
  color: #222;
  font-family: "Open Sans", "Noto Sans TC", "微軟正黑體", sans-serif;
}
.unreset:after {
  content: "";
  display: block;
  clear: both;
}
.unreset p:first-child {
  margin-top: 0;
}

.unreset img {
  max-width: 100%;
  height: auto !important;
}

.unreset iframe {
  max-width: 100%;
  display: block;
}

/* 編輯器影片RWD */
.unreset .embeddedContent {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.unreset .embeddedContent iframe,
.unreset .embeddedContent object,
.unreset .embeddedContent embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-container {
  margin: 0 auto;
  width: 1650px;
  max-width: 100%;
  padding: 0 25px;
}

sup {
  vertical-align: super;
  font-size: small;
}

sub {
  vertical-align: sub;
  font-size: smaller;
  font-weight: lighter;
}

select {
  font-family: "Open Sans", "Noto Sans TC", "微軟正黑體", sans-serif;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #ddd;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 0 0;
  background: #ccc;
}

::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:horizontal {
  background: #000;
  border-radius: 10px;
}

/* 404 */
.error-row {
  background: url(../images/404/error-background.svg) no-repeat;
  background-position: center top;
  max-width: 1400px;
  padding: 60px 25px;
  margin: 40px auto 0 auto;
}
.error-row .img-box {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}
.error-row .img-box img {
  display: block;
  width: 100%;
}
.error-row .img-box .error-code {
  color: #222;
  font-size: 120px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-57%);
}
.error-row .content {
  margin-top: 50px;
  text-align: center;
}
.error-row .content .title {
  color: #222;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
.error-row .content .des {
  margin-top: 25px;
}
.error-row .content .des p {
  color: #222;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}
.error-row .content .des p:not(:last-child) {
  margin-bottom: 5px;
}
.error-row .btn-row {
  margin-top: 80px;
}
.error-row .btn-row .link {
  border-radius: 30px;
  background: #222;
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 12px 13px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-decoration: inherit;
  text-transform: uppercase;
  transition: all 0.4s;
  width: 240px;
}
.error-row .btn-row .link:hover {
  background: var(--s-color);
  color: var(--m-color);
}
@media (max-width: 1440px) {
  .error-row .img-box {
    max-width: 540px;
  }
  .error-row .img-box .error-code {
    font-size: 100px;
  }
  .error-row .btn-row {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .error-row .img-box {
    max-width: 440px;
  }
  .error-row .img-box .error-code {
    font-size: 70px;
    top: 45%;
  }
  .error-row .btn-row {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  .error-row {
    padding: 20px 25px 40px 25px;
    margin: 0 auto 20px auto;
  }
  .error-row .img-box .error-code {
    font-size: 50px;
    top: 45%;
  }
  .error-row .content {
    margin-top: 30px;
  }
  .error-row .content .title {
    font-size: 24px;
  }
  .error-row .content .des {
    margin-top: 15px;
  }
  .error-row .content .des p {
    font-size: 16px;
  }
  .error-row .btn-row {
    margin-top: 30px;
  }
  .error-row .btn-row .link {
    font-size: 17px;
    max-width: 170px;
  }
}

/* 空白狀態 */
.empty-row {
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  max-width: 640px;
}
.empty-row .img-box {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.empty-row .img-box img {
  display: block;
  width: 100%;
}
.empty-row .content {
  margin-top: 40px;
  text-align: center;
}
.empty-row .content .title {
  color: #222;
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
}
.empty-row .content .des {
  color: #888;
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
  margin-top: 20px;
}
.empty-row .btn-row {
  margin-top: 40px;
}
.empty-row .btn-row .link {
  background: #000;
  color: #fff;
  display: block;
  font-size: 17px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px;
  text-align: center;
  text-decoration: inherit;
  transition: all 0.4s;
  width: 120px;
}
.empty-row .btn-row .link:hover {
  background: #aaa;
}
@media (max-width: 640px) {
  .empty-row .content {
    margin-top: 30px;
  }
  .empty-row .content .title {
    font-size: 26px;
  }
  .empty-row .content .des {
    font-size: 16px;
    margin-top: 15px;
  }
  .empty-row .btn-row {
    margin-top: 30px;
  }
}

.cookies-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(110%);
  transition: all 0.3s;
  z-index: 1;
}
.cookies-box.show {
  transform: translateY(0);
}
.cookies-box .cookies-content {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  padding: 15px 20px;
}
.cookies-box .cookies-content .des {
  padding-right: 20px;
  width: calc(100% - 100px);
}
.cookies-box .cookies-content .des p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
.cookies-box .cookies-content .des a {
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: underline;
}
.cookies-box .cookies-content .des a:hover {
  opacity: 0.5;
}
.cookies-box .cookies-content .btn-confirm {
  border: 1px solid white;
  background: none;
  color: white;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  display: block;
  padding: 13px 10px;
  text-align: center;
  width: 100px;
}
.cookies-box .cookies-content .btn-confirm:hover {
  background: white;
  color: #333;
}
.cookies-box .cookies-content > .page-container {
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cookies-box .cookies-content {
    padding: 15px 0;
  }
}
@media (max-width: 640px) {
  .cookies-box .cookies-content {
    display: block;
  }
  .cookies-box .cookies-content .des {
    padding-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .cookies-box .cookies-content .des p,
  .cookies-box .cookies-content .des a {
    font-size: 0.875rem;
  }
  .cookies-box .cookies-content .btn-confirm {
    padding: 10px 8px;
    font-size: 0.875rem;
    width: 100%;
  }
  .cookies-box .cookies-content > .page-container {
    flex-wrap: wrap;
  }
}

/*========== basic mobile ==========*/
/*========= form ==========*/
.form-style form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.form-style .form-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  transition: 0.3s;
  align-items: center;
}
.form-style .form-box .title {
  color: #222;
  padding-right: 5px;
  margin-bottom: 8px;
  font-size: 1.0625rem;
  position: relative;
}
.form-style .form-box .title .must {
  color: #ef5728;
  margin-left: 3px;
  transform: translateY(-5px);
}
.form-style .form-box .content {
  width: 100%;
}
.form-style .form-box .content input[type=text],
.form-style .form-box .content input[type=password],
.form-style .form-box .content input[type=email],
.form-style .form-box .content input[type=date],
.form-style .form-box .content input[type=number],
.form-style .form-box .content input[type=tel],
.form-style .form-box .content textarea {
  background: none;
  border-radius: 0;
  border: none;
  appearance: none;
  width: 100%;
  border: 1px solid transparent;
  padding: 10px 20px;
  font-size: 1rem;
  background: #ececec;
  color: #222;
  text-align: left;
  transition: 0.3s;
  border-radius: 3px;
}
.form-style .form-box .content input[type=text]::placeholder,
.form-style .form-box .content input[type=password]::placeholder,
.form-style .form-box .content input[type=email]::placeholder,
.form-style .form-box .content input[type=date]::placeholder,
.form-style .form-box .content input[type=number]::placeholder,
.form-style .form-box .content input[type=tel]::placeholder,
.form-style .form-box .content textarea::placeholder {
  color: #aaa;
  font-weight: 300;
}
.form-style .form-box .content input[type=text]:disabled,
.form-style .form-box .content input[type=password]:disabled,
.form-style .form-box .content input[type=email]:disabled,
.form-style .form-box .content input[type=date]:disabled,
.form-style .form-box .content input[type=number]:disabled,
.form-style .form-box .content input[type=tel]:disabled,
.form-style .form-box .content textarea:disabled {
  background: none;
}
.form-style .form-box .content select {
  background: none;
  border-radius: 0;
  border: none;
  appearance: none;
  width: 100%;
  border: 1px solid transparent;
  padding: 8px 50px 8px 20px;
  background: #ececec;
  font-size: 1rem;
  color: #222;
  text-align: left;
  border-radius: 3px;
  background: #ececec url(../images/select_arrow.svg) right 20px center no-repeat;
  background-size: 10px;
}
.form-style .form-box .content select:disabled {
  background: none;
  appearance: none;
}
.form-style .form-box .content input[type=text],
.form-style .form-box .content input[type=password],
.form-style .form-box .content input[type=email],
.form-style .form-box .content input[type=date],
.form-style .form-box .content input[type=number],
.form-style .form-box .content input[type=tel],
.form-style .form-box .content select {
  height: 45px;
}
.form-style .form-box .content input[type=text]:focus,
.form-style .form-box .content input[type=password]:focus,
.form-style .form-box .content input[type=email]:focus,
.form-style .form-box .content input[type=date]:focus,
.form-style .form-box .content input[type=number]:focus,
.form-style .form-box .content input[type=tel]:focus,
.form-style .form-box .content select:focus {
  border-color: var(--blue);
}
.form-style .form-box .content textarea {
  padding: 20px;
}
.form-style .form-box .content textarea:focus {
  border-color: var(--blue);
}
.form-style .form-box .part {
  display: inline-block;
}
.form-style .form-box .part span {
  margin-left: 5px;
}
.form-style .form-box .part span b {
  font-weight: bold;
}
.form-style .form-box .part:not(:last-child) {
  margin-right: 10px;
}
.form-style .form-box .radiobox,
.form-style .form-box .checkbox {
  font-size: 1rem;
}
.form-style .form-box .radiobox input[type=radio] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  transform: translateY(-3px);
}
.form-style .form-box .checkbox input[type=checkbox] {
  border: 2px solid #222;
  width: 18px;
  height: 18px;
}
.form-style .form-box.half {
  width: calc((100% - 40px) / 2);
}
.form-style .form-box.one-third {
  width: calc((100% - 80px) / 3);
}
.form-style .form-box.quarter {
  width: calc((100% - 120px) / 4);
}
.form-style .form-box.one-fifth {
  width: calc((100% - 160px) / 5);
}
.form-style .form-box.short {
  width: calc((100% - 100px) / 2);
  margin-right: 50px;
}
.form-style .form-box.short .content input[type=text],
.form-style .form-box.short .content input[type=password],
.form-style .form-box.short .content input[type=email],
.form-style .form-box.short .content input[type=date],
.form-style .form-box.short .content input[type=number],
.form-style .form-box.short .content input[type=tel],
.form-style .form-box.short .content select {
  width: calc(100% - 75px);
}
.form-style .form-box.mid {
  width: calc((100% - 100px) / 2);
  margin-right: 50px;
}
.form-style .form-box.address {
  width: calc((100% - 160px) / 5 * 3 + 80px);
}
.form-style .form-box.inquire-items {
  width: calc((100% - 160px) / 5 * 2 + 40px);
}
.form-style .form-box.row {
  width: 100%;
}
.form-style .form-box:last-child {
  margin-right: 0;
}
.form-style .form-box.gender {
  max-width: 100%;
}
.form-style .form-box.captcha {
  width: auto;
  flex-wrap: nowrap;
}
.form-style .form-box.captcha .content {
  display: flex;
  align-items: center;
}
.form-style .form-box.captcha .content input {
  flex-shrink: 1;
}
.form-style .form-box.captcha .content img {
  display: inline-block;
  margin-left: 15px;
}
.form-style .form-box.captcha .txt {
  color: #222;
  font-weight: 300;
  margin-left: 40px;
}
.form-style .form-row-group {
  display: flex;
  width: 100%;
  column-gap: 30px;
}
.form-style .captcha-group {
  align-items: center;
  justify-content: space-between;
}
.form-style .btn-list {
  display: flex;
  column-gap: 30px;
}
.form-style .btn-list button {
  background: none;
  border: none;
  cursor: pointer;
  appearance: none;
  display: block;
  transition: 0.3s;
  display: block;
  color: #fff;
  background: #333333;
  font-size: 1rem;
  line-height: 1;
  padding: 14px 30px;
  font-weight: 300;
  word-break: keep-all;
}
.form-style .btn-list button.row {
  width: 100%;
}
.form-style .btn-list .reset button:hover {
  background: var(--blue);
}
.form-style .btn-list .send button:hover {
  background: var(--orange);
}
.form-style.center {
  display: flex;
  justify-content: center;
}
.form-style.row {
  margin-top: 25px;
  width: 100%;
}

/*========== form mobile ==========*/
@media (max-width: 1280px) {
  .form-style form {
    gap: 15px 20px;
  }
  .form-style .form-box.one-fifth {
    width: calc((100% - 80px) / 5);
  }
  .form-style .form-box.address {
    width: calc((100% - 80px) / 5 * 3 + 40px);
  }
  .form-style .form-box.inquire-items {
    width: calc((100% - 80px) / 5 * 3 + 20px);
  }
}
@media (max-width: 960px) {
  .form-style .form-box.half, .form-style .form-box.one-third, .form-style .form-box.quarter, .form-style .form-box.one-fifth, .form-style .form-box.short, .form-style .form-box.mid {
    width: 100%;
  }
  .form-style .form-box.address, .form-style .form-box.inquire-items {
    width: 100%;
  }
  .form-style .form-box.captcha {
    display: block;
  }
  .form-style .form-box.captcha .txt {
    margin-left: 0;
    margin-top: 15px;
  }
  .form-style .captcha-group {
    align-items: flex-start;
  }
}
@media (max-width: 640px) {
  .form-style .form-box.captcha {
    width: 100%;
    text-align: center;
  }
  .form-style .form-box.captcha .g-recaptcha {
    display: flex;
    justify-content: center;
  }
  .form-style .form-row-group {
    display: block;
  }
  .form-style .btn-list {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .form-style .form-box.captcha .txt {
    font-weight: normal;
  }
  .form-style .btn-list button {
    font-weight: normal;
  }
}
/*========== header ==========*/
:root {
  --header_h: 160px;
}

.main {
  padding-top: var(--header_h);
}

header {
  position: relative;
  z-index: 999;
  height: var(--header_h);
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  width: 100%;
  background: url(../images/bg_blue.jpg) top center;
  transition: 0.4s;
}
header .logo {
  position: relative;
  transition: 0.3s;
  z-index: 10;
}
header .logo a {
  display: block;
  width: 300px;
  aspect-ratio: 300/53;
  background: url(../images/logo.svg) no-repeat;
  background-size: contain;
  background-position: center left;
}
header .logo a img {
  display: block;
  max-width: 100%;
}
header .page-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
header.scroll {
  height: 80px;
}

/*==== header-language ===*/
.header-language {
  background: #fff;
}
.header-language ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.header-language ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-language ul li a {
  display: block;
  color: #222222;
  font-size: 0.875rem;
  padding: 4px 15px;
}
.header-language ul li.active a {
  color: #fff;
  background: var(--orange);
}
.header-language.phone {
  display: none;
}

/*==== header-menu ===*/
.header-menu ul.layer1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.header-menu ul.layer1 > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-menu ul.layer1 > li {
  padding: 0 50px;
  position: relative;
}
.header-menu ul.layer1 > li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 60%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #747f88;
}
.header-menu ul.layer1 > li:first-child {
  padding-left: 0;
}
.header-menu ul.layer1 > li:last-child {
  padding-right: 0;
}
.header-menu ul.layer1 > li > a {
  display: block;
  font-size: 1.125rem;
  color: #222222;
  overflow: hidden;
  white-space: nowrap;
  height: 25px;
  line-height: 25px;
}
.header-menu ul.layer1 > li > a span {
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.header-menu ul.layer1 > li > a span::before {
  display: inline-block;
  width: 100%;
  height: 100%;
  content: attr(data-hover);
  position: absolute;
  left: 0;
  top: 100%;
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header-menu ul.layer1 > li:hover > a span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header-menu ul.layer1 > li.active > a {
  color: var(--blue);
  font-weight: bold;
}
.header-menu ul.layer1 > li:hover > a {
  color: var(--blue);
  font-weight: bold;
}
.header-menu .layer2 {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 25px;
  padding-top: 5px;
  width: 150px;
}
.header-menu .layer2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}
.header-menu .layer2 ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-menu .layer2 ul > li > a {
  display: block;
  padding: 8px 10px;
  color: #222;
  font-size: 1rem;
  border-bottom: 1px dashed #ccc;
}
.header-menu .layer2 ul > li:hover > a {
  background: var(--orange);
  color: #fff;
}
.header-menu .layer2.service {
  width: 600px;
}
.header-menu .layer2.service ul {
  column-count: 2;
}

.phone-bar {
  z-index: 10;
  display: none;
}
.phone-bar .nav-icon-1 {
  width: 26px;
  height: 26px;
  position: relative;
  transition: 0.1s;
  margin: 10px 0 10px 10px;
  cursor: pointer;
  display: inline-block;
}
.phone-bar .nav-icon-1 span {
  width: 4px;
  height: 4px;
  background-color: var(--blue);
  display: block;
  border-radius: 50%;
  position: absolute;
}
.phone-bar .nav-icon-1 span:nth-child(1) {
  left: 0;
  top: 0;
}
.phone-bar .nav-icon-1 span:nth-child(2) {
  left: 11px;
  top: 0;
}
.phone-bar .nav-icon-1 span:nth-child(3) {
  right: 0;
  top: 0;
}
.phone-bar .nav-icon-1 span:nth-child(4) {
  left: 0;
  top: 11px;
}
.phone-bar .nav-icon-1 span:nth-child(5) {
  position: absolute;
  left: 11px;
  top: 11px;
}
.phone-bar .nav-icon-1 span:nth-child(6) {
  right: 0px;
  top: 11px;
}
.phone-bar .nav-icon-1 span:nth-child(7) {
  left: 0px;
  bottom: 0px;
}
.phone-bar .nav-icon-1 span:nth-child(8) {
  position: absolute;
  left: 11px;
  bottom: 0px;
}
.phone-bar .nav-icon-1 span:nth-child(9) {
  right: 0px;
  bottom: 0px;
}
.phone-bar .nav-icon-1:hover span {
  transform: scale(1.2);
  transition: 350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.phone-bar .nav-icon-1.open {
  transform: rotate(180deg);
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.phone-bar .nav-icon-1.open span {
  border-radius: 50%;
  transition-delay: 200ms;
  transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  background: var(--orange);
}
.phone-bar .nav-icon-1.open span:nth-child(2) {
  left: 6px;
  top: 6px;
}
.phone-bar .nav-icon-1.open span:nth-child(4) {
  left: 5px;
  top: 16px;
}
.phone-bar .nav-icon-1.open span:nth-child(6) {
  right: 6px;
  top: 6px;
}
.phone-bar .nav-icon-1.open span:nth-child(8) {
  left: 16px;
  bottom: 5px;
}

/*========== header mobile ==========*/
@media (max-width: 1440px) {
  :root {
    --header_h: 120px;
  }
  .header-menu ul.layer1 > li {
    padding: 0 30px;
  }
}
@media (max-width: 1280px) {
  :root {
    --header_h: 100px;
  }
  header .logo a {
    width: 260px;
  }
  .header-menu ul.layer1 > li {
    padding: 0 15px;
  }
  .header-menu ul.layer1 > li > a {
    font-size: 1rem;
  }
  .header-language ul li a {
    padding: 4px 10px;
  }
}
@media (max-width: 960px) {
  .phone-bar {
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .header-language {
    display: none;
  }
  .header-language.phone {
    display: block;
  }
  .header-menu {
    width: 100%;
    height: 100%;
    background: url(../images/bg_blue.jpg) center;
    top: 0;
    left: 0;
    position: fixed;
    padding: var(--header_h) 25px;
    display: none;
  }
  .header-menu ul.layer1 {
    display: block;
    height: 60vh;
    overflow: auto;
  }
  .header-menu ul.layer1 > li {
    width: 100%;
    padding: 15px 10px !important;
  }
  .header-menu ul.layer1 > li:not(:last-child):after {
    display: none;
  }
  .header-menu ul.layer1 > li > a {
    font-size: 1.125rem;
  }
  .header-menu ul.layer1 > li > a span::before {
    display: none;
  }
  .header-menu ul.layer1 > li.active > a {
    font-weight: normal;
    color: #222;
  }
  .header-menu ul.layer1 > li:hover > a span {
    transform: none;
  }
  .header-menu .layer2 {
    position: static;
    width: 100%;
    transform: none;
  }
  .header-menu .layer2.service {
    width: 100%;
  }
  .header-menu .layer2.service ul {
    column-count: 1;
  }
  .header-language {
    border-radius: 5px;
    overflow: hidden;
    margin-top: 40px;
  }
  .header-language ul li {
    flex: 1;
  }
  .header-language ul li a {
    text-align: center;
    padding: 10px 20px;
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  :root {
    --header_h: 70px;
  }
  header .logo a {
    width: 230px;
  }
}
@media (max-width: 320px) {
  header .logo a {
    width: 200px;
  }
}
/*===== footer =====*/
footer {
  background: var(--blue);
  padding: 40px 0;
}
footer .page-container {
  display: flex;
  justify-content: space-between;
}

.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-menu ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu ul li {
  padding: 0 50px;
  position: relative;
}
.footer-menu ul li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 60%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #747f88;
}
.footer-menu ul li a {
  display: block;
  color: #fff;
  font-size: 1.125rem;
}
.footer-menu ul li a:hover {
  color: var(--orange);
}
.footer-menu ul li:first-child {
  padding-left: 0;
}
.footer-menu ul li:last-child {
  padding-right: 0;
}

.footer-info {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  color: #fff;
  margin-top: 20px;
}
.footer-info p {
  margin: 0;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
}
.footer-info p span {
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
}

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

.copyright {
  color: #fff;
}

.iware {
  color: #656e77;
  font-size: 0.8125rem;
  margin-top: 5px;
  font-family: "Poppins", sans-serif;
}
.iware a {
  color: #656e77;
  text-decoration: underline;
  text-underline-offset: 6px;
  font-family: "Poppins", sans-serif;
}
.iware a:hover {
  color: #fff;
}

/*========== footer mobile ==========*/
@media (max-width: 1280px) {
  .footer-menu ul li {
    padding: 0 30px;
  }
}
@media (max-width: 1024px) {
  footer .page-container {
    display: block;
  }
  .footer-right {
    text-align: left;
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .footer-menu ul li {
    padding: 0 15px;
  }
  .footer-menu ul li a {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 20px 0 40px 0;
  }
  .footer-menu ul li {
    width: 100%;
    padding: 10px 0;
  }
  .footer-menu ul li:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  .footer-menu ul li:not(:last-child):after {
    display: none;
  }
  .footer-info {
    margin-top: 15px;
  }
}
/*===== page main =====*/
#Page {
  background: url(../images/bg_blue.jpg) no-repeat top center;
}

.main-section {
  background: #fff;
}

/*===== page banner =====*/
.page-banner {
  position: relative;
  z-index: 1;
}
.page-banner .pic {
  width: 73.9583333333%;
  margin-left: auto;
  border-radius: 25px 0 0 25px;
  overflow: hidden;
}
.page-banner .pic img {
  aspect-ratio: 1420/260;
  display: block;
  width: 100%;
  object-fit: cover;
}
.page-banner .mask {
  width: 33.3333333333%;
  height: 220px;
  background: #002e58;
  mix-blend-mode: multiply;
  border-radius: 0 25px 25px 0;
  position: relative;
  margin-top: -220px;
}
.page-banner .word {
  color: #fff;
  text-align: right;
  font-weight: 300;
  z-index: 1;
  position: absolute;
  left: 13.5416666667%;
  bottom: 16%;
}
.page-banner .word .en {
  font-size: 0.9375rem;
}
.page-banner .word .tw {
  font-size: 2.25rem;
}
.page-banner img,
.page-banner source {
  display: block;
  max-width: 100%;
  margin: auto;
}
.page-banner.full .pic {
  width: 100%;
  border-radius: 0;
  margin: 0;
}
.page-banner.full .pic img {
  aspect-ratio: 1920/500;
}
.page-banner.full .word {
  width: 100%;
  left: 0;
  text-align: center;
  top: 50%;
  bottom: initial;
  transform: translateY(-50%);
}
.page-banner.full .word .tw {
  font-weight: bold;
  font-size: 2.5rem;
}
.page-banner.full .word .en {
  font-family: "Poppins", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 200;
  font-size: 2.75rem;
  line-height: 1;
}

.EN .page-banner .word .en {
  display: none;
}

/*===== breadcrumb =====*/
.breadcrumb {
  position: relative;
  background: #fff;
}
.breadcrumb .page-container {
  display: flex;
  justify-content: flex-end;
}
.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 18px 40px 13px 40px;
  display: flex;
  flex-wrap: wrap;
  max-width: 70%;
}
.breadcrumb ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb ul li {
  color: #5d5d5e;
  font-size: 0.9375rem;
  margin-bottom: 5px;
}
.breadcrumb ul li a {
  color: #5d5d5e;
  font-size: 0.9375rem;
}
.breadcrumb ul li a:hover {
  color: var(--orange);
}
.breadcrumb ul li:not(:last-child) {
  position: relative;
}
.breadcrumb ul li:not(:last-child):after {
  content: "";
  display: inline-block;
  background: url(../images/icon_arrow_blue.svg) no-repeat;
  width: 7px;
  aspect-ratio: 7/9;
  margin: 0 8px;
}
.breadcrumb ul li.home {
  position: relative;
}
.breadcrumb ul li.home::before {
  content: "";
  display: inline-block;
  background: url(../images/icon_home.svg) no-repeat;
  width: 17px;
  height: 15px;
  margin-right: 10px;
  transform: translateY(2px);
}

.page-article-content {
  padding: 60px 0 90px 0;
}

.service-article-content {
  padding: 0;
}

.news-article-content {
  background: var(--gray);
}

.about-article-content {
  background: var(--gray);
}

.page-article-content-group {
  display: flex;
}

/*===== aside =====*/
aside {
  width: 260px;
}
aside .layer {
  list-style: none;
  margin: 0;
  padding: 0;
}
aside .layer > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
aside .layer > li > a {
  display: block;
}
aside .layer1 > li {
  border-bottom: 2px solid #dadada;
}
aside .layer1 > li > a {
  color: #222;
  font-size: 1.125rem;
  display: block;
  padding: 11px 15px;
  border-radius: 0;
  position: relative;
}
aside .layer1 > li.active {
  border-bottom-color: #222;
}
aside .layer1 > li:not(.active) > a:hover {
  color: var(--orange);
  border-radius: 5px;
}
aside .layer2 {
  display: none;
  border-left: 1px solid var(--blue);
  margin: 20px;
}
aside .layer2 > li > a {
  font-size: 1.0625rem;
  color: #3e3a39;
  padding: 6.5px 20px;
}
aside .layer2 > li.active > a {
  color: var(--green);
}
aside .layer2 > li:not(.active) > a:hover {
  background: #f1f1f1;
  border-color: transparent;
  border-radius: 5px;
}
aside .layer3 {
  display: none;
}
aside .layer3 > li > a {
  font-size: 1rem;
  color: var(--blue);
  padding: 5px 30px;
  position: relative;
}
aside .layer3 > li.active > a::before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
}
aside + .article-content {
  width: calc(100% - 260px);
  padding-left: 80px;
}

/* 單元標題 */
.article-title {
  margin: 0;
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 400;
}
.article-detail-title-block .article-title {
  margin-bottom: 10px;
}

.article-detail-title-block {
  margin-bottom: 20px;
}
/* 內頁標題 */
.page-detail-title {
  font-weight: bold;
  font-size: 1.375rem;
  display: flex;
  justify-content: space-between;
  gap: 10px 20px;
}
.page-detail-title .title {
  line-height: 1.4;
}

.page-detail-other {
  display: flex;
}

.page-detail-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 2px solid #fff;
  box-shadow: 0 -2px 0 #ececec;
  margin-top: 15px;
}
.page-detail-info .page-sort {
  color: #a7a5a5;
  display: flex;
  align-items: center;
}
.page-detail-info .page-sort .icon {
  margin-right: 8px;
}
.page-detail-info .date {
  color: var(--orange);
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: normal;
}
.page-detail-info .date .icon {
  display: inline-block;
}
.page-detail-info .date .icon .pic {
  width: 17px;
  height: 17px;
}
.page-detail-info .date .icon .pic img {
  display: block;
  max-width: 100%;
}
.page-detail-info > div {
  margin-top: 10px;
  line-height: 1;
}
.page-detail-info > div:not(:last-child) {
  margin-right: 15px;
}

.page-share {
  margin-left: auto;
}
.page-share .a2a_kit {
  display: flex;
}
.page-share .a2a_kit .a2a_button_facebook {
  color: #406bc3;
}
.page-share .a2a_kit .a2a_button_facebook:hover {
  color: var(--green);
}
.page-share .a2a_kit .a2a_button_line {
  color: #07b53b;
}
.page-share .a2a_kit .a2a_button_line:hover {
  color: var(--green);
}
.page-share .a2a_kit .a2a_button_copy_link {
  color: #1b365d;
}
.page-share .a2a_kit .a2a_button_copy_link:hover {
  color: var(--green);
}
.page-share .a2a_kit .a2a_button_x {
  color: #000000;
}
.page-share .a2a_kit .a2a_button_x:hover {
  color: var(--green);
}
.page-share .a2a_kit a .pic {
  width: 25px;
  height: 25px;
}
.page-share .a2a_kit a .pic img {
  display: block;
  max-width: 100%;
  transition: 0.3s;
}
.page-share .a2a_kit a:not(:last-child) {
  margin-right: 10px;
}
.page-share .a2a_kit a:hover .pic img {
  transform: scale(1.2);
}

.page-detail-tag {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.page-detail-tag .tag-title {
  color: var(--blue);
}
.page-detail-tag .tag-title i {
  margin-right: 5px;
}
.page-detail-tag a {
  margin-left: 10px;
  padding: 4px 13px;
  display: inline-block;
  color: #3e3a39;
  font-size: 0.875rem;
  margin-bottom: 10px;
  background: url(../images/bg_white.jpg);
  border-radius: 3px;
}
.page-detail-tag a:hover {
  background: url(../images/bg_green.jpg);
  color: #fff;
}

/*===== main-section-group =====*/
.aside-menu-btn {
  font-size: 1rem;
  color: #fff;
  background: var(--blue);
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
  display: none;
}
.aside-menu-btn i {
  margin-right: 10px;
}

/*===== 頁面標題 =====*/
.article-content {
  width: 100%;
}

/*===== pagination =====*/
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}
.pagination .page_num {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  font-size: 0.9375rem;
  text-decoration: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #222;
  border: 1px solid transparent;
}
.pagination .page_num.active {
  color: #fff;
  background: #222;
}
.pagination .page_num:not(.active):hover {
  background: var(--orange);
  color: #222;
  color: #fff;
}
.pagination .page_arrow {
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
}
.pagination .page_arrow:hover {
  color: var(--orange);
}
.pagination .page_arrow.prev {
  margin-right: 20px;
}
.pagination .page_arrow.next {
  margin-left: 20px;
}
.pagination .page_dot {
  display: inline-block;
  padding: 10px;
  text-align: center;
  margin: 0 3px;
}
.pagination .page_select {
  display: inline-block;
  margin-left: 30px;
}
.pagination .page_select .num_input {
  background: none;
  border-radius: 0;
  border: none;
  appearance: none;
  font-size: 0.9375rem;
  background: #fff;
  border: 1px solid #d2d2d2;
  width: 40px;
  height: 30px;
  padding: 3px 5px;
  border-radius: 3px;
  text-align: center;
  /* 隱藏箭頭 */
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  -moz-appearance: textfield;
}
.pagination .page_select .num_input::-webkit-outer-spin-button, .pagination .page_select .num_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pagination .page_select .txt {
  display: inline-block;
  margin-left: 5px;
  color: #222;
}

/*===== btn-style =====*/
.page-btn-block {
  border-top: 1px solid #eee;
  display: none;
}

.page-btn-list {
  display: flex;
}
.page-btn-list a {
  display: block;
  line-height: 1;
  font-size: 1.125rem;
  color: #222;
  padding: 18px 20px;
}
.page-btn-list button {
  appearance: none;
  background: none;
  border: none;
  display: block;
  cursor: pointer;
}
.page-btn-list .back-home {
  display: inline-block;
}
.page-btn-list .back-home a::before {
  content: "\f060";
  display: inline-block;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}
.page-btn-list .back-home a:hover {
  background: #222;
  color: #fff;
}
.page-btn-list.right {
  justify-content: flex-end;
}
.page-btn-list.center {
  justify-content: center;
}

.page-detail-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
  margin-top: 50px;
}
.page-detail-btn .back-btn a {
  display: block;
  background: #333333;
  font-size: 1rem;
  line-height: 1;
  padding: 14px 30px;
  color: #fff;
  font-weight: 300;
}
.page-detail-btn .back-btn a:hover {
  background: var(--orange);
  color: #fff;
}

/*===== pages-list-search =====*/
/* table-style */
.table-style table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.table-style table td {
  border: 1px solid #d7d7d7;
  padding: 14px 40px;
  color: #535353;
}
.table-style table .right {
  text-align: right;
}
.table-style table .c {
  text-align: center;
}
.table-style table thead th {
  background: url(../images/bg_green.jpg);
  font-weight: 500;
  color: #fff;
  padding: 17px 10px;
  border: 1px solid #d7d7d7;
  line-height: 1;
  text-align: center;
}
.table-style table tbody td.date {
  width: 200px;
}
.table-style table tbody td.link {
  width: 200px;
}
.table-style table tbody td.link a.icon {
  width: 25px;
  height: 25px;
  margin: auto;
  display: block;
}
.table-style table tbody td.link a.icon .pic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.table-style table tbody td.link a.icon .pic svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s;
}
.table-style table tbody td.link a.icon .pic svg path {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #1B365D;
}
.table-style table tbody td.link a.icon:hover .pic {
  background: var(--green);
  border-radius: 50%;
}
.table-style table tbody td.link a.icon:hover .pic svg {
  transform: scale(0.5);
}
.table-style table tbody td.link a.icon:hover .pic svg path {
  fill: #fff;
}
.table-style.rwd1000 {
  overflow: auto;
}
.table-style.rwd1000 table {
  min-width: 1000px;
}

.table-style2 table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.table-style2 table thead th {
  background: url(../images/bg_green.jpg);
  font-weight: 500;
  color: #fff;
  padding: 17px 10px;
  border: 1px solid #d7d7d7;
  line-height: 1;
  text-align: center;
}
.table-style2 table td {
  border: 1px solid #d7d7d7;
  padding: 14px 40px;
  color: #535353;
}
.table-style2 table td.fb {
  font-weight: bold;
}
.table-style2 table td a {
  color: var(--blue);
  text-decoration: underline;
}
.table-style2 table td a:hover {
  color: var(--green);
}
.table-style2 table tbody tr:nth-child(even) td {
  background-color: #f4f4f4;
}

.tab-style-btn ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.tab-style-btn ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tab-style-btn ul a {
  display: block;
  padding: 7px 30px 6px 30px;
  border: 1px solid #f1f1f1;
  color: #222;
}
.tab-style-btn ul a:hover {
  background: #eee;
}
.tab-style-btn ul li.active a {
  background: var(--aside-layer2-bg);
  border-color: var(--aside-layer2-bg);
  color: var(--main);
  font-weight: bold;
}

.j-titleList-block {
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 55px;
}
.j-titleList-block .j-titleList-title {
  color: #3e3a39;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 13px 60px 13px 40px;
  background: url(../images/bg_white.jpg);
  position: relative;
  cursor: pointer;
}
.j-titleList-block .j-titleList-title::after {
  content: "\f0d7";
  display: block;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  color: var(--blue);
  right: 40px;
  top: 15px;
  font-size: 0.9375rem;
  transition: 0.3s;
}
.j-titleList-block .j-titleList-title.active:after {
  transform: rotate(90deg);
}
.j-titleList-block .j-titleList-content {
  padding: 20px 40px;
}
.j-titleList-block .j-titleList {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.j-titleList-block .j-titleList li {
  margin-bottom: 5px;
}
.j-titleList-block .j-titleList li a {
  color: #3e3a39;
  font-size: 1.0625rem;
}

.page-search-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  column-gap: 30px;
}
.page-search-form .form-box {
  width: 100%;
  max-width: 100%;
}
.page-search-form .form-box.select-year {
  width: 250px;
}
.page-search-form .form-box.search-keyword {
  width: 300px;
}
.page-search-form .form-box.search-keyword .content input {
  padding-right: 60px;
}
.page-search-form .form-box.select-region {
  width: 300px;
}
.page-search-form .form-box.select-country {
  width: 300px;
}
.page-search-form .form-box.select-location {
  width: 400px;
}
.page-search-form .search-btn {
  position: absolute;
  right: 1px;
  top: 1px;
}
.page-search-form .search-btn button {
  background: none;
  border: none;
  cursor: pointer;
  appearance: none;
  display: block;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/bg_white.jpg);
  width: 50px;
  height: 40px;
}
.page-search-form .search-btn button .pic {
  width: 17px;
  height: 19px;
}
.page-search-form .search-btn button .pic svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.page-search-form .search-btn button .pic svg .st0 {
  fill: #1B365D;
}
.page-search-form .search-btn button:hover {
  background: url(../images/bg_green.jpg);
}
.page-search-form .search-btn button:hover .pic svg .st0 {
  fill: #fff;
}

/*========== pageBasic mobile ==========*/
@media (max-width: 1280px) {
  .page-banner .mask {
    height: 160px;
    margin-top: -160px;
  }
  .page-banner .word .tw {
    font-size: 1.875rem;
  }
  .page-banner.full .word .tw {
    font-size: 1.875rem;
  }
  .page-banner.full .word .en {
    font-size: 2rem;
  }
}
@media (max-width: 960px) {
  .page-article-content {
    padding: 40px 0 60px 0;
  }
  .service-article-content {
    padding: 0;
  }
  aside {
    display: none;
  }
  aside + .article-content {
    width: 100%;
    padding-left: 0;
  }
  .pagination .page_num {
    width: 25px;
    height: 25px;
    font-size: 0.875rem;
  }
  .page-banner {
    display: flex;
    flex-wrap: wrap;
  }
  .page-banner .pic {
    width: 90%;
    order: 2;
  }
  .page-banner .pic img {
    height: 150px;
  }
  .page-banner .mask {
    width: 200px;
    height: 150px;
    margin-top: 0;
    position: absolute;
    bottom: 0;
  }
  .page-banner .word {
    left: 40px;
  }
  .page-banner .word .tw {
    font-size: 1.625rem;
  }
  .page-banner.full .pic img {
    height: auto;
    min-height: 250px;
  }
  .breadcrumb {
    order: 1;
    width: 100%;
  }
  .breadcrumb ul {
    padding: 7px 0 2px 0;
  }
  .page-detail-title {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .pagination .page_select {
    display: block;
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
  .page-banner .pic {
    width: 100%;
  }
  .page-banner.full .word .tw {
    font-size: 1.625rem;
  }
  .page-banner.full .word .en {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .page-detail-btn {
    justify-content: center;
    margin-top: 30px;
  }
  .page-detail-btn .back-btn a {
    font-weight: normal;
  }
  .breadcrumb .page-container {
    justify-content: flex-start;
  }
  .breadcrumb ul {
    width: 100%;
  }
  .breadcrumb ul li:not(:last-child):after {
    margin: 0 5px;
  }
  .breadcrumb ul li.home::before {
    margin-right: 5px;
  }
}
/*========= index ==========*/
#Index {
  background: url(../images/bg_blue.jpg) no-repeat top center;
}

/*========== index-banner ==========*/
.index-banner-section {
  padding-bottom: 90px;
  background: url(../images/index_banner_decorate.png) no-repeat bottom center;
  background-size: contain;
}

.index-banner {
  position: relative;
  overflow: hidden;
}
.index-banner .group {
  margin-left: 33.3333333333%;
  overflow: hidden;
  border-radius: 25px 0 0 25px;
  position: relative;
}

.index-banner-swiper .swiper-slide figure {
  margin: 0;
}
.index-banner-swiper .swiper-slide figure img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.index-swiper-button {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 1;
}
.index-swiper-button .swiper-button {
  width: 35px;
  height: 35px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
}
.index-swiper-button .swiper-button::before {
  content: "";
  display: block;
  background: url(../images/icon_arrow.svg) no-repeat;
  width: 8px;
  aspect-ratio: 8/13;
}
.index-swiper-button .swiper-button:hover {
  background: #ccc;
}
.index-swiper-button .swiper-next::before {
  transform: rotate(180deg);
}

.index-banner-txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8.3333333333vw;
  z-index: 1;
}
.index-banner-txt .txt1 {
  color: var(--blue);
  font-size: 4.25rem;
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  padding-left: 30px;
}
.index-banner-txt .txt2 {
  color: #222222;
  font-size: 1.0625rem;
  margin-top: 30px;
  padding-left: 30px;
}

/*========== index-news ==========*/
.index-news-section {
  background: #fff;
  padding-top: 40px;
  position: relative;
}
.index-news-section::before {
  content: "";
  display: block;
  background: url(../images/index_news_decorate.png) no-repeat;
  width: 20.8333333333vw;
  aspect-ratio: 400/567;
  position: absolute;
  left: 0;
  top: -84%;
}

.index-news-swiper-button-block {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 25px;
}
.index-news-swiper-button-block .swiper-button {
  width: 35px;
  height: 35px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
}
.index-news-swiper-button-block .swiper-button::before {
  content: "";
  display: block;
  background: url(../images/icon_arrow.svg) no-repeat;
  width: 8px;
  aspect-ratio: 8/13;
}
.index-news-swiper-button-block .swiper-button:hover {
  background: #e8e8e8;
}
.index-news-swiper-button-block .index-news-swiper-next::before {
  transform: rotate(180deg);
}

.index-news-list .news-box a {
  align-items: flex-start;
}
.index-news-list .news-box figure {
  width: 340px;
  padding-bottom: 20px;
}
.index-news-list .news-box figure::after {
  content: "";
  background: url(../images/index_news_shadow.jpg) no-repeat bottom center;
  background-size: contain;
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-news-list .news-box .content {
  width: calc(100% - 340px);
  padding-left: 40px;
}

.news-box a {
  display: flex;
}
.news-box a:hover figure .pic::before {
  transform: translateX(100%);
}
.news-box a:hover .content .title {
  color: var(--orange);
}
.news-box figure {
  margin: 0;
  position: relative;
  display: block;
}
.news-box figure .pic {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.news-box figure .pic img {
  display: block;
  object-fit: cover;
  aspect-ratio: 340/200;
}
.news-box figure .pic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-100%);
  transition: transform 0.8s ease;
  z-index: 1;
}
.news-box .content .title {
  color: #222222;
  font-size: 1.25rem;
  font-weight: bold;
  transition: 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-box .content .txt {
  color: #222;
  font-weight: 300;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-box .content .other {
  display: flex;
  margin-top: 15px;
  align-items: center;
}
.news-box .content .sort {
  color: #222222;
  font-weight: 500;
  font-size: 0.9375rem;
}
.news-box .content .sort:after {
  content: "/";
  display: inline-block;
  color: #c5c5c5;
  font-weight: 300;
  margin: 0 10px;
}
.news-box .content .date {
  color: var(--orange);
  font-size: 0.875rem;
  font-weight: 300;
}

/*========== index-service ==========*/
.index-service-section {
  padding-top: 140px;
  background: url(../images/index_service_bg.png) no-repeat right center;
}

.index-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
  background: #fff;
}

.index-service-box {
  width: calc((100% - 120px) / 3);
}
.index-service-box a {
  padding: 30px;
  display: flex;
}
.index-service-box .icon {
  width: 40px;
  height: 40px;
  margin-top: 10px;
}
.index-service-box .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.index-service-box .content {
  width: calc(100% - 40px);
  padding-left: 20px;
  color: #222;
}
.index-service-box .content .tw {
  font-size: 1.3125rem;
  font-weight: 300;
}
.index-service-box .content .en {
  font-size: 0.9375rem;
  font-weight: bold;
}
.index-service-box:nth-child(1) .icon {
  background: url(../images/index_service_icon1.svg) no-repeat center;
}
.index-service-box:nth-child(2) .icon {
  background: url(../images/index_service_icon2.svg) no-repeat center;
}
.index-service-box:nth-child(3) .icon {
  background: url(../images/index_service_icon3.svg) no-repeat center;
}
.index-service-box:nth-child(4) .icon {
  background: url(../images/index_service_icon4.svg) no-repeat center;
}
.index-service-box:nth-child(5) .icon {
  background: url(../images/index_service_icon5.svg) no-repeat center;
}
.index-service-box:nth-child(6) .icon {
  background: url(../images/index_service_icon6.svg) no-repeat center;
}
.index-service-box:nth-child(7) .icon {
  background: url(../images/index_service_icon7.svg) no-repeat center;
}
.index-service-box:nth-child(8) .icon {
  background: url(../images/index_service_icon8.svg) no-repeat center;
}
.index-service-box:nth-child(9) .icon {
  background: url(../images/index_service_icon9.svg) no-repeat center;
}
.index-service-box:nth-child(even) a {
  background: #f5f5f5;
}
.index-service-box:hover a {
  background: var(--orange) !important;
}
.index-service-box:hover .content {
  color: #fff;
}
.index-service-box:hover:nth-child(1) .icon {
  background: url(../images/index_service_icon1_hover.svg) no-repeat center;
}
.index-service-box:hover:nth-child(2) .icon {
  background: url(../images/index_service_icon2_hover.svg) no-repeat center;
}
.index-service-box:hover:nth-child(3) .icon {
  background: url(../images/index_service_icon3_hover.svg) no-repeat center;
}
.index-service-box:hover:nth-child(4) .icon {
  background: url(../images/index_service_icon4_hover.svg) no-repeat center;
}
.index-service-box:hover:nth-child(5) .icon {
  background: url(../images/index_service_icon5_hover.svg) no-repeat center;
}
.index-service-box:hover:nth-child(6) .icon {
  background: url(../images/index_service_icon6_hover.svg) no-repeat center;
}
.index-service-box:hover:nth-child(7) .icon {
  background: url(../images/index_service_icon7_hover.svg) no-repeat center;
}
.index-service-box:hover:nth-child(8) .icon {
  background: url(../images/index_service_icon8_hover.svg) no-repeat center;
}
.index-service-box:hover:nth-child(9) .icon {
  background: url(../images/index_service_icon9_hover.svg) no-repeat center;
}

.EN .index-service-box a {
  align-items: center;
}
.EN .index-service-box .content .tw {
  font-weight: bold;
}
.EN .index-service-box .content .en {
  display: none;
}

/*========== index-about ==========*/
.index-about-section {
  padding-top: 170px;
  padding-bottom: 100px;
  background: url(../images/index_about_bg.jpg) no-repeat bottom center;
}

.index-about-block {
  display: flex;
  padding: 0 65px 0 95px;
}

.index-about-pic {
  width: 47.2222222222%;
}
.index-about-pic figure {
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}
.index-about-pic figure::after {
  content: "";
  display: block;
  background: url(../images/index_about_shadow.jpg) no-repeat center;
  width: 100%;
  aspect-ratio: 681/20;
}
.index-about-pic figure .pic {
  border-radius: 8px;
  overflow: hidden;
}
.index-about-pic figure img {
  display: block;
  width: 100%;
  aspect-ratio: 680/400;
}

.index-about-content {
  flex: 1;
  padding-left: 120px;
  padding-top: 4%;
}
.index-about-content .title {
  color: var(--blue);
  font-size: 3rem;
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
  position: relative;
}
.index-about-content .title span {
  display: inline-block;
  margin-left: 25px;
  width: 60px;
  height: 1px;
  background: #d0d0d0;
  position: relative;
}
.index-about-content .title span::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue);
  right: 0;
  top: -2px;
}
.index-about-content .txt {
  font-size: 1.0625rem;
  color: #222;
  line-height: 2;
  margin-top: 20px;
}

/*========== index mobile ==========*/
@media (max-width: 1680px) {
  .index-banner-txt {
    left: 0;
  }
}
@media (max-width: 1440px) {
  .index-banner-txt .txt1 {
    font-size: 3.625rem;
    padding-left: 25px;
  }
  .index-banner-txt .txt2 {
    padding-left: 25px;
  }
  .index-news-section::before {
    background-size: contain;
    top: -62%;
  }
  .index-news-list .news-box figure {
    width: 300px;
  }
  .index-news-list .news-box figure:after {
    bottom: 2px;
  }
  .index-news-list .news-box .content {
    width: calc(100% - 300px);
    padding-left: 30px;
  }
  .index-about-section {
    padding-top: 100px;
  }
  .index-about-content {
    padding-left: 80px;
    padding-top: 20px;
  }
}
@media (max-width: 1280px) {
  .index-banner-section {
    background-size: cover;
    padding-bottom: 40px;
  }
  .index-banner-txt .txt1 {
    font-size: 3rem;
  }
  .index-banner-txt .txt2 {
    padding-left: 25px;
  }
  .index-news-section::before {
    background-size: contain;
    top: -56%;
  }
  .index-news-list .news-box figure {
    width: 220px;
    padding-bottom: 0;
  }
  .index-news-list .news-box figure:after {
    bottom: -13px;
  }
  .index-news-list .news-box .content {
    width: calc(100% - 220px);
    padding-left: 30px;
  }
  .index-service-section {
    padding-top: 80px;
    background: #fff url(../images/index_service_bg.png) no-repeat right center;
  }
  .index-service-list {
    gap: 30px 40px;
  }
  .index-service-box {
    width: calc((100% - 80px) / 3);
  }
  .index-service-box a {
    padding: 20px;
  }
  .index-service-box .content .tw {
    font-size: 1.125rem;
  }
  .index-about-block {
    padding: 0;
  }
  .index-about-section {
    padding-bottom: 60px;
  }
  .index-about-content {
    padding-left: 60px;
  }
  .index-about-content .title {
    font-size: 2.375rem;
  }
  .index-about-content .txt {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .index-news-section .page-container {
    display: flex;
    flex-direction: column-reverse;
    background: #fff;
  }
  .index-news-section::before {
    top: -40%;
  }
  .index-news-swiper-button-block {
    width: 100%;
    margin-top: 20px;
  }
  .index-news-block {
    width: 100%;
  }
  .index-news-list .news-box figure:after {
    bottom: -5px;
  }
  .index-service-section {
    padding-top: 40px;
  }
}
@media (max-width: 960px) {
  .index-news-section::before {
    display: none;
  }
  .index-banner {
    padding: 0 25px;
  }
  .index-banner .group {
    margin: auto;
    border-radius: 15px;
  }
  .index-banner-txt {
    position: static;
    transform: none !important;
    margin: auto;
    margin-top: 20px;
  }
  .index-news-section {
    padding-top: 20px;
  }
  .index-service-list {
    gap: 20px;
  }
  .index-service-box {
    width: calc((100% - 40px) / 3);
  }
  .index-about-content {
    padding-top: 0;
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .index-banner-txt .txt1 {
    padding-left: 15px;
    font-size: 2.375rem;
  }
  .index-banner-txt .txt2 {
    padding-left: 15px;
    margin-top: 20px;
  }
  .index-swiper-button {
    right: 20px;
    bottom: 20px;
  }
  .index-service-box {
    width: calc((100% - 20px) / 2);
  }
  .index-service-box:nth-child(even) a {
    background: none;
  }
  .index-service-box:nth-child(2) a, .index-service-box:nth-child(3) a, .index-service-box:nth-child(6) a, .index-service-box:nth-child(7) a, .index-service-box:nth-child(10) a {
    background: #f5f5f5;
  }
  .index-about-section {
    padding-top: 40px;
  }
}
@media (max-width: 640px) {
  .index-news-list .news-box figure {
    width: 160px;
  }
  .index-news-list .news-box figure:after {
    bottom: -9px;
  }
  .index-news-list .news-box .content {
    width: calc(100% - 160px);
    padding-left: 20px;
  }
  .news-box .content .title {
    font-size: 1.125rem;
  }
  .news-box .content .txt {
    margin-top: 10px;
  }
  .news-box .content .other {
    margin-top: 10px;
  }
  .index-service-section {
    padding-top: 20px;
  }
  .index-about-block {
    display: block;
  }
  .index-about-pic {
    width: 100%;
  }
  .index-about-pic figure:after {
    display: none;
  }
  .index-about-content {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .index-banner {
    padding-top: 10px;
  }
  .index-banner-txt .txt1 {
    font-size: 1.875rem;
    padding-left: 5px;
  }
  .index-banner-txt .txt2 {
    margin-top: 15px;
    padding-left: 5px;
    font-size: 1rem;
  }
  .index-swiper-button {
    right: 15px;
    bottom: 15px;
  }
  .index-news-section {
    padding-top: 0;
  }
  .index-news-swiper-button-block {
    justify-content: center;
  }
  .index-news-list .news-box a {
    display: block;
  }
  .index-news-list .news-box figure {
    width: 100%;
  }
  .index-news-list .news-box figure:after {
    bottom: -19px;
  }
  .index-news-list .news-box .content {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .index-service-box {
    width: 100%;
  }
  .index-service-box a {
    padding: 15px;
  }
  .index-service-box .icon {
    margin-top: 5px;
  }
  .index-service-box .content .tw {
    font-weight: normal;
  }
  .index-service-box .content .en {
    font-weight: normal;
  }
  .index-service-box:nth-child(2) a, .index-service-box:nth-child(3) a, .index-service-box:nth-child(6) a, .index-service-box:nth-child(7) a, .index-service-box:nth-child(10) a {
    background: none;
  }
  .index-service-box:nth-child(even) {
    background: #f5f5f5;
  }
  .index-about-content .title {
    font-size: 1.875rem;
  }
  .index-about-content .txt {
    margin-top: 10px;
  }
  .news-box .content .txt {
    font-weight: normal;
    color: #555;
  }
  .news-box .content .date {
    font-weight: normal;
  }
}
@media (max-width: 375px) {
  .index-swiper-button {
    right: 10px;
    bottom: 10px;
  }
  .index-swiper-button .swiper-button {
    width: 30px;
    height: 30px;
  }
}
/*========= about ==========*/
.about-section figure {
  margin: 0;
}

.about-section1 {
  padding: 80px 0 90px 0;
}
.about-section1 .page-container {
  position: relative;
  display: flex;
}
.about-section1 .page-container:after {
  content: "Keep-running";
  display: block;
  font-size: 9.375rem;
  color: #f7f7f7;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-weight: 800;
  opacity: 0.06;
  font-family: "Playfair Display", sans-serif;
  width: 690px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: -8%;
}
.about-section1 figure {
  width: 60%;
  position: relative;
  z-index: 1;
}
.about-section1 figure .pic {
  border-radius: 25px;
  overflow: hidden;
}
.about-section1 figure .pic img {
  display: block;
  width: 100%;
}
.about-section1 .content {
  flex: 1;
  z-index: 1;
  padding-left: 5.2%;
}
.about-section1 .content .title {
  position: relative;
  left: -41%;
}
.about-section1 .content .title .tw {
  font-size: 6.25rem;
  color: #222222;
  opacity: 0.1;
  font-weight: bold;
  letter-spacing: 10px;
  line-height: 1;
  padding-left: 45%;
}
.about-section1 .content .title .en {
  color: var(--blue);
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
  font-size: 4.25rem;
  letter-spacing: 2px;
  white-space: nowrap;
}
.about-section1 .content .title .en span {
  font-family: "Playfair Display", sans-serif;
  display: block;
  font-size: 2.75rem;
  line-height: 1;
  letter-spacing: 5px;
}
.about-section1 .content .txt {
  font-weight: 300;
  color: #222222;
  font-size: 1.5rem;
  margin-top: 50px;
  line-height: 1.8;
}
.about-section1 .content .txt .inline {
  display: block;
}

.about-section2 {
  padding: 0 0 130px 0;
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #f7f7f7 90px, #fff 90px, #fff calc(100% - 100px), #f7f7f7 calc(100% - 100px), #f7f7f7 100%);
}
.about-section2 .page-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.about-section2 figure {
  position: absolute;
}
.about-section2 figure .pic img {
  display: block;
  width: 100%;
}
.about-section2 .img1 {
  left: 50px;
  bottom: -20%;
  width: 21.8229166667vw;
}
.about-section2 .img2 {
  right: 50px;
  top: 0;
  width: 10.4166666667vw;
}
.about-section2 .content {
  width: 620px;
  text-align: center;
  margin: auto;
  padding-top: 2%;
  padding-bottom: 7%;
  position: relative;
}
.about-section2 .content:after {
  content: "2020";
  display: block;
  font-size: 9.375rem;
  color: #f7f7f7;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-weight: 800;
  opacity: 0.06;
  font-family: "Playfair Display", sans-serif;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5%;
}
.about-section2 .content .year {
  color: var(--blue);
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
  font-size: 4.25rem;
  letter-spacing: 2px;
  line-height: 1.4;
}
.about-section2 .content .title {
  color: var(--blue);
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  text-shadow: -1px -1px 0 var(--blue), 1px -1px 0 var(--blue), -1px 1px 0 var(--blue), 1px 1px 0 var(--blue);
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1.4;
}
.about-section2 .content .title span {
  color: var(--blue);
  font-family: "Noto Serif TC", serif;
  text-shadow: none;
}
.about-section2 .content .txt {
  font-weight: 300;
  color: #222222;
  font-size: 1.5rem;
  margin-top: 40px;
  line-height: 1.8;
}
.about-section2 .content .txt .inline {
  display: block;
}

.EN .about-section2 .content {
  width: 820px;
}
.EN .about-section2 .content .title {
  line-height: 1.2;
  letter-spacing: 1px;
}

.about-section3 {
  padding: 100px 0 70px 0;
}
.about-section3 .page-container {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
.about-section3 .page-container:after {
  content: "Our business";
  display: block;
  font-size: 9.375rem;
  color: #f7f7f7;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  font-weight: 800;
  opacity: 0.06;
  font-family: "Playfair Display", sans-serif;
  width: 690px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -8%;
  letter-spacing: 5px;
  text-align: right;
}
.about-section3 figure {
  width: 60%;
  position: relative;
  z-index: 1;
  margin-left: auto;
}
.about-section3 figure .pic {
  border-radius: 25px;
  overflow: hidden;
}
.about-section3 figure .pic img {
  display: block;
  width: 100%;
}
.about-section3 .content {
  flex: 1;
  z-index: 1;
  padding-right: 3.75%;
  text-align: right;
}
.about-section3 .content .title {
  position: relative;
  right: -34%;
}
.about-section3 .content .title .tw {
  font-size: 6.25rem;
  color: #222222;
  opacity: 0.1;
  font-weight: bold;
  letter-spacing: 10px;
  line-height: 1;
  padding-right: 42%;
}
.about-section3 .content .title .en {
  color: var(--blue);
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
  font-size: 4.25rem;
  letter-spacing: 2px;
  white-space: nowrap;
}
.about-section3 .content .title .en span {
  font-family: "Playfair Display", sans-serif;
  display: block;
  font-size: 2.75rem;
  letter-spacing: 3px;
  line-height: 1;
}
.about-section3 .content .txt {
  font-weight: 300;
  color: #222222;
  font-size: 1.5rem;
  margin-top: 50px;
  line-height: 1.8;
}
.about-section3 .content .txt .orange {
  color: var(--orange);
  font-weight: bold;
}

/*========== about mobile ==========*/
@media (max-width: 1680px) {
  .about-section1 figure {
    width: 56%;
  }
  .about-section1 .content {
    width: 44%;
  }
  .about-section3 figure {
    width: 56%;
  }
  .about-section3 .content {
    width: 44%;
  }
}
@media (max-width: 1440px) {
  .about-section1 {
    padding: 60px 0 70px 0;
  }
  .about-section1 .page-container:after {
    font-size: 8.125rem;
    width: 600px;
  }
  .about-section1 .content {
    padding-left: 40px;
  }
  .about-section1 .content .title {
    left: -30%;
  }
  .about-section1 .content .title .tw {
    font-size: 5rem;
    padding-left: 35%;
  }
  .about-section1 .content .title .en {
    font-size: 3.125rem;
  }
  .about-section1 .content .title .en span {
    font-size: 2.25rem;
  }
  .about-section1 .content .txt {
    font-size: 1.25rem;
  }
  .about-section3 {
    padding: 80px 0 50px 0;
  }
  .about-section3 .page-container:after {
    font-size: 8.125rem;
    width: 600px;
  }
  .about-section3 .content {
    padding-right: 40px;
  }
  .about-section3 .content .title {
    right: -25%;
  }
  .about-section3 .content .title .tw {
    font-size: 5rem;
    padding-right: 35%;
  }
  .about-section3 .content .title .en {
    font-size: 3.125rem;
  }
  .about-section3 .content .title .en span {
    font-size: 2.25rem;
  }
  .about-section3 .content .txt {
    font-size: 1.25rem;
  }
  .about-section2 {
    padding: 0 0 80px 0;
  }
  .about-section2 .content:after {
    font-size: 8.125rem;
    top: -4%;
  }
  .about-section2 .content .year {
    font-size: 3.625rem;
  }
  .about-section2 .content .title {
    font-size: 2.375rem;
  }
  .about-section2 .content .txt {
    font-size: 1.25rem;
    margin-top: 30px;
  }
}
@media (max-width: 1280px) {
  .about-section1 figure {
    width: 45%;
  }
  .about-section1 .content {
    flex: auto;
    width: 55%;
  }
  .about-section1 .content .title {
    left: -10%;
  }
  .about-section1 .content .title .tw {
    font-size: 4.375rem;
    padding-left: 20%;
  }
  .about-section1 .content .txt {
    margin-top: 30px;
  }
  .about-section3 figure {
    width: 45%;
  }
  .about-section3 .content {
    flex: auto;
    width: 55%;
  }
  .about-section3 .content .title {
    right: -10%;
  }
  .about-section3 .content .title .tw {
    padding-right: 30%;
    font-size: 4.375rem;
  }
  .about-section3 .content .txt {
    margin-top: 30px;
  }
}
@media (max-width: 960px) {
  .about-section1 {
    padding: 40px 0;
  }
  .about-section1 .page-container {
    display: block;
    width: 640px;
    max-width: 100%;
    margin: auto;
  }
  .about-section1 .page-container:after {
    display: none;
  }
  .about-section1 figure {
    width: 100%;
    margin: auto;
  }
  .about-section1 .content {
    width: 100%;
    margin-top: 20px;
    padding-left: 10px;
  }
  .about-section1 .content .title {
    left: 0;
  }
  .about-section1 .content .title .tw {
    font-size: 2.5rem;
    padding-left: 0;
    letter-spacing: 2px;
  }
  .about-section1 .content .title .en {
    font-size: 2.5rem;
  }
  .about-section1 .content .title .en span {
    letter-spacing: 2px;
    font-size: 1.875rem;
  }
  .about-section1 .content .txt {
    font-size: 1.125rem;
    margin-top: 20px;
  }
  .about-section3 {
    padding: 40px 0;
  }
  .about-section3 .page-container {
    display: block;
    width: 640px;
    max-width: 100%;
    margin: auto;
  }
  .about-section3 .page-container:after {
    display: none;
  }
  .about-section3 figure {
    width: 100%;
    margin: auto;
  }
  .about-section3 .content {
    width: 100%;
    margin-top: 20px;
    padding-left: 10px;
    text-align: left;
    padding-right: 0;
  }
  .about-section3 .content .title {
    left: 0;
  }
  .about-section3 .content .title .tw {
    font-size: 2.5rem;
    padding-left: 0;
    letter-spacing: 2px;
  }
  .about-section3 .content .title .en {
    font-size: 2.5rem;
  }
  .about-section3 .content .title .en span {
    letter-spacing: 2px;
    font-size: 1.875rem;
  }
  .about-section3 .content .txt {
    font-size: 1.125rem;
    margin-top: 20px;
  }
  .about-section2 .content {
    padding-bottom: 10%;
  }
  .about-section2 .content:after {
    display: none;
  }
  .about-section2 .content .title {
    font-size: 2rem;
  }
  .about-section2 .content .txt {
    font-size: 1.125rem;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .about-section1 {
    padding: 0 0 40px 0;
  }
  .about-section2 {
    background: #fff;
    padding: 20px 0;
  }
  .about-section2 figure {
    display: none;
  }
  .about-section2 .content {
    padding: 0 0 40px 0;
  }
  .about-section3 {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 480px) {
  .about-section1 .content .title .tw {
    font-size: 1.75rem;
    opacity: 0.5;
  }
  .about-section1 .content .title .en {
    font-size: 2rem;
    margin-top: 5px;
    white-space: normal;
  }
  .about-section1 .content .title .en span {
    font-size: 1.625rem;
  }
  .about-section3 .content .title .tw {
    font-size: 1.75rem;
    opacity: 0.5;
  }
  .about-section3 .content .title .en {
    font-size: 2rem;
    margin-top: 5px;
  }
  .about-section3 .content .title .en span {
    font-size: 1.625rem;
  }
  .about-section2 .content .year {
    font-size: 2.5rem;
  }
  .about-section2 .content .title {
    font-size: 1.75rem;
  }
  .EN .about-section2 .content .title {
    font-size: 1.5625rem;
  }
}
/*========= contact ==========*/
.contact-map {
  width: 100%;
  margin-top: 70px;
}
.contact-map .map {
  height: 300px;
  border-radius: 25px;
  overflow: hidden;
}
.contact-map .map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/*========== contact mobile ==========*/
/*========= news ==========*/
.news-list .news-box a {
  border-radius: 8px;
  overflow: hidden;
}
.news-list .news-box figure {
  width: 280px;
}
.news-list .news-box figure .pic {
  border-radius: 0;
}
.news-list .news-box .content {
  width: calc(100% - 280px);
  padding: 20px 40px;
  background: #fff;
}
.news-list .news-box .content .txt {
  -webkit-line-clamp: 2;
  margin-top: 10px;
}
.news-list .news-box .content .other {
  margin-top: 10px;
}
.news-list .news-box:not(:last-child) {
  margin-bottom: 20px;
}

/*========== news mobile ==========*/
@media (max-width: 1280px) {
  .news-list .news-box figure {
    width: 200px;
  }
  .news-list .news-box .content {
    width: calc(100% - 200px);
    padding: 15px 20px;
  }
}
@media (max-width: 640px) {
  .news-list .news-box figure {
    width: 160px;
  }
  .news-list .news-box .content {
    width: calc(100% - 160px);
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .news-list .news-box a {
    display: block;
  }
  .news-list .news-box figure {
    width: 100%;
  }
  .news-list .news-box .content {
    width: 100%;
    padding: 20px;
  }
}
/*========= service ==========*/
.service-section {
  padding: 100px 0 120px 0;
}
.service-section.gray-bg {
  padding: 90px 0 100px 0;
  background: #f4f4f4;
}
.service-section.blue-bg {
  background: url(../images/service_bg_blue.png) no-repeat top center;
}
.service-section.white-bg {
  background: #fff;
}
.service-section.num-bg {
  padding: 100px 0 210px 0;
  background: url(../images/service_bg.png) no-repeat bottom center;
}
.service-section.num-bg.last {
  padding: 0 0 210px 0;
}
.service-section .txt-img1,
.service-section .txt-img2 {
  z-index: 1;
  margin: 0;
  position: absolute;
}
.service-section .txt-img1 .pic img,
.service-section .txt-img2 .pic img {
  display: block;
  width: 100%;
}
.service-section .txt-content {
  color: #222;
  font-weight: 300;
  font-size: 1.125rem;
  width: 800px;
  margin: auto;
  position: relative;
  text-align: center;
}
.service-section .txt-content .txt {
  margin: 20px 0;
  line-height: 2;
}
.service-section .txt-content .txt .inline {
  display: block;
}
.service-section .txt-content .txt .b {
  font-weight: bold;
}
.service-section .txt-content .txt .f22 {
  font-size: 1.375rem;
}

.EN .service-section .txt-content {
  font-size: 1rem;
}

.orange-icon-list {
  display: flex;
  flex-wrap: wrap;
}
.orange-icon-list.three {
  justify-content: center;
  gap: 50px 200px;
}
.orange-icon-list.three .orange-icon-box {
  width: calc((100% - 400px) / 3);
}
.orange-icon-list.three .orange-icon-box:not(:nth-child(3)):not(:last-child):after {
  content: "";
  width: 1px;
  height: 90px;
  background: #dfdfdf;
  position: absolute;
  right: -100px;
}
.orange-icon-list.four {
  gap: 40px 100px;
}
.orange-icon-list.four .orange-icon-box {
  width: calc((100% - 300px) / 4);
}
.orange-icon-list.four .orange-icon-box:not(:last-child):after {
  content: "";
  width: 1px;
  height: 90px;
  background: #dfdfdf;
  position: absolute;
  right: -50px;
}

.orange-icon-box {
  display: flex;
  position: relative;
}
.orange-icon-box .icon {
  width: 70px;
  height: 70px;
  background: var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orange-icon-box .icon img {
  display: block;
  max-width: 40px;
  max-height: 40px;
}
.orange-icon-box .content {
  width: calc(100% - 70px);
  padding-left: 15px;
  color: #222;
  margin-top: 5px;
}
.orange-icon-box .content .txt1 {
  font-weight: 300;
  font-size: 1.3125rem;
  margin-bottom: 3px;
}
.orange-icon-box .content .txt2 {
  font-weight: bold;
  font-size: 0.9375rem;
}

.blackbg-icon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 60px;
}

.blackbg-icon-box {
  display: flex;
  width: calc((100% - 180px) / 4);
  background: #333;
  padding: 20px;
}
.blackbg-icon-box .icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blackbg-icon-box .icon img {
  display: block;
  max-width: 45px;
  max-height: 45px;
}
.blackbg-icon-box .content {
  width: calc(100% - 70px);
  padding-left: 15px;
  margin-top: 5px;
}
.blackbg-icon-box .content .txt1 {
  color: #fff;
  font-weight: 300;
  font-size: 1.3125rem;
}
.blackbg-icon-box .content .txt2 {
  color: #aaaaaa;
  font-weight: bold;
  font-size: 0.9375rem;
}

.service-section-title {
  text-align: center;
  color: #222;
  margin-bottom: 50px;
}
.service-section-title .tw {
  font-weight: bold;
  font-size: 1.6875rem;
  letter-spacing: 1px;
}
.service-section-title .en {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 1px;
  margin-top: 5px;
}

.EN .service-section-title .tw {
  letter-spacing: 0;
}
.EN .service-section-title .en {
  display: none;
}

.service-square-list {
  display: flex;
  gap: 20px 60px;
}

.service-square-box {
  width: calc((100% - 180px) / 4);
  background: #fff;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.service-square-box figure {
  margin: 0;
  display: block;
  position: relative;
}
.service-square-box figure:after {
  content: "";
  display: block;
  background: url(../images/service_square_shadow.jpg) no-repeat center top;
  width: 100%;
  height: 20px;
  background-size: contain;
}
.service-square-box figure img {
  display: block;
  width: 100%;
}
.service-square-box .content {
  padding: 10px 30px 30px 30px;
  color: #222;
}
.service-square-box .content .title {
  font-size: 1.3125rem;
  font-weight: bold;
}
.service-square-box .content .txt {
  margin-top: 10px;
}

.service-row-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}
.service-row-box figure {
  margin: 0;
  display: block;
  width: 47.25%;
}
.service-row-box figure .pic img {
  display: block;
  max-width: 100%;
}
.service-row-box figure .pic img.phone {
  display: none;
}
.service-row-box .content {
  width: 52.75%;
  color: #222;
  padding: 20px;
}
.service-row-box .content .title {
  font-weight: bold;
  font-size: 1.3125rem;
}
.service-row-box .content ul {
  font-size: 1.125rem;
  padding-left: 20px;
  margin-top: 10px;
}
.service-row-box:nth-child(odd) .content {
  position: relative;
  left: -15%;
}
.service-row-box:nth-child(even) {
  flex-direction: row-reverse;
}
.service-row-box:nth-child(even) .content {
  padding-left: 20%;
}

/* service 1  勒索解密 Ransomware Decryption */
.service1-section1 .page-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.service1-section1 .txt-img1 {
  left: 25px;
  bottom: -32%;
  width: 10.4166666667vw;
}
.service1-section1 .txt-img2 {
  right: 25px;
  top: -60%;
  width: 21.0416666667vw;
}
.EN .service1-section2 .orange-icon-box {
  align-items: center;
}
.EN .service1-section2 .orange-icon-box .content {
  margin-top: 0;
}
.EN .service1-section2 .orange-icon-box .content .txt1 {
  line-height: 1.3;
  margin-bottom: 0;
}
.EN .service1-section2 .orange-icon-box .content .txt2 {
  display: none;
}

.EN .service1-section3 .blackbg-icon-box {
  align-items: center;
}
.EN .service1-section3 .blackbg-icon-box .content {
  margin-top: 0;
}
.EN .service1-section3 .blackbg-icon-box .content .txt1 {
  line-height: 1.3;
}
.EN .service1-section3 .blackbg-icon-box .content .txt2 {
  display: none;
}

/* service 2 勒索評分健檢 Ransom Score Check-up*/
.service2-section1 .page-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.service2-section1 .txt-img1 {
  left: 25px;
  top: -59%;
  width: 20.5729166667vw;
}
.service2-section1 .txt-img2 {
  right: 25px;
  bottom: -28.5%;
  width: 10.4166666667vw;
}

/* service 3 一鍵復原系統 One-Click Recovery */
.service3-section1 .page-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.service3-section1 .txt-img1 {
  left: 25px;
  bottom: -40%;
  width: 10.4166666667vw;
}
.service3-section1 .txt-img2 {
  right: 25px;
  top: -50%;
  width: 21.0416666667vw;
}

.service3-section4 {
  padding-top: 0;
  margin-top: -40px;
}
.service3-section4 .introduce-txt {
  color: #222;
  font-size: 1.0625rem;
  text-align: center;
  line-height: 2;
  margin-top: -20px;
  margin-bottom: 50px;
}

/* service 4 免停機搬遷 Relocation without Downtime */
.service4-section1 .page-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.service4-section1 .txt-img1 {
  left: 25px;
  top: -50%;
  width: 20.5729166667vw;
}
.service4-section1 .txt-img2 {
  right: 25px;
  bottom: -40%;
  width: 10.4166666667vw;
}

.service4-section4 {
  padding-top: 0;
  margin-top: -40px;
}

/* service 5 資料救援 Data Rescue */
.service5-section1 .page-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.service5-section1 .txt-img1 {
  left: 25px;
  bottom: -30%;
  width: 10.4166666667vw;
}
.service5-section1 .txt-img2 {
  right: 25px;
  top: -40%;
  width: 21.0416666667vw;
}

.EN .service5-section3 .blackbg-icon-box {
  align-items: center;
}
.EN .service5-section3 .blackbg-icon-box .content {
  margin-top: 0;
}
.EN .service5-section3 .blackbg-icon-box .content .txt1 {
  line-height: 1.3;
}
.EN .service5-section3 .blackbg-icon-box .content .txt2 {
  display: none;
}

/* service 6 異質平台轉換 Heterogeneous */
.service6-section1 .page-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.service6-section1 .txt-img1 {
  left: 25px;
  top: -40%;
  width: 20.5729166667vw;
}
.service6-section1 .txt-img2 {
  right: 25px;
  bottom: -35%;
  width: 10.4166666667vw;
}

/* service 7 超融合備援系統 HCI Standby System */
.service7-section1 .page-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.service7-section1 .txt-img1 {
  left: 25px;
  bottom: -80%;
  width: 10.4166666667vw;
}
.service7-section1 .txt-img2 {
  right: 25px;
  top: -95%;
  width: 21.0416666667vw;
}

/* service 8 駭客勒索斡旋談判 Negotiation Mediation*/
.service8-section1 .page-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.service8-section1 .txt-img1 {
  left: 25px;
  bottom: -20%;
  width: 10.4166666667vw;
}
.service8-section1 .txt-img2 {
  right: 25px;
  top: -30%;
  width: 21.0416666667vw;
}

.EN .service8-section2 .orange-icon-box {
  align-items: center;
}
.EN .service8-section2 .orange-icon-box .content {
  margin-top: 0;
}
.EN .service8-section2 .orange-icon-box .content .txt1 {
  line-height: 1.3;
  margin-bottom: 0;
}
.EN .service8-section2 .orange-icon-box .content .txt2 {
  display: none;
}

/* service 9 雲端分持 Cloud Sharing*/
.service9-section1 .page-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.service9-section1 .txt-img1 {
  left: 25px;
  top: -35%;
  width: 20.5729166667vw;
}
.service9-section1 .txt-img2 {
  right: 25px;
  bottom: -10%;
  width: 10.4166666667vw;
}

.EN .service9-section2 .orange-icon-box {
  align-items: center;
}
.EN .service9-section2 .orange-icon-box .content {
  margin-top: 0;
}
.EN .service9-section2 .orange-icon-box .content .txt1 {
  line-height: 1.3;
  margin-bottom: 0;
}
.EN .service9-section2 .orange-icon-box .content .txt2 {
  display: none;
}

/*========== service mobile ==========*/
@media (max-width: 1440px) {
  .orange-icon-list.three {
    gap: 50px 100px;
  }
  .orange-icon-list.three .orange-icon-box {
    width: calc((100% - 200px) / 3);
  }
  .orange-icon-list.three .orange-icon-box:not(:nth-child(3)):not(:last-child):after {
    right: -50px;
  }
  .orange-icon-list.four {
    gap: 40px 50px;
  }
  .orange-icon-list.four .orange-icon-box {
    width: calc((100% - 150px) / 4);
  }
  .orange-icon-list.four .orange-icon-box:not(:last-child):after {
    right: -25px;
  }
  .blackbg-icon-list {
    gap: 30px 40px;
  }
  .blackbg-icon-box {
    display: flex;
    width: calc((100% - 120px) / 4);
  }
  .service-square-list {
    gap: 20px 40px;
  }
  .service-square-box {
    width: calc((100% - 120px) / 4);
  }
}
@media (max-width: 1280px) {
  .service-section {
    padding: 80px 0 100px 0;
  }
  .service-section.gray-bg {
    padding: 60px 0 70px 0;
  }
  .service-section.num-bg {
    padding: 80px 0 180px 0;
  }
  .service-section.num-bg.last {
    padding: 0 0 180px 0;
  }
  .service-section .txt-content {
    width: 700px;
  }
  .orange-icon-list.four {
    gap: 40px 50px;
  }
  .orange-icon-list.four .orange-icon-box {
    width: calc((100% - 150px) / 2);
  }
  .orange-icon-list.four .orange-icon-box:after {
    display: none;
  }
  .orange-icon-list.four .orange-icon-box:not(:last-child):after {
    right: -25px;
  }
  .service1-section1 .txt-img1 {
    bottom: -25%;
  }
  .service1-section1 .txt-img2 {
    top: -40%;
  }
  .blackbg-icon-box {
    display: flex;
    width: calc((100% - 80px) / 3);
  }
  .service2-section1 .txt-img1 {
    top: -40%;
  }
  .service2-section1 .txt-img2 {
    bottom: -24%;
  }
  .service-square-list {
    gap: 20px;
  }
  .service-square-box {
    width: calc((100% - 60px) / 4);
  }
  .service-square-box .content {
    padding: 0 20px 20px 20px;
  }
  .service3-section4 {
    padding-top: 0;
  }
  .service4-section4 {
    padding-top: 0;
  }
  .service-row-box:nth-child(even) .content {
    padding-left: 10%;
  }
}
@media (max-width: 1024px) {
  .service1-section1 .txt-img2 {
    top: -40%;
    width: 16vw;
  }
}
@media (max-width: 960px) {
  .service-section {
    padding: 60px 0 80px 0;
  }
  .service-section.gray-bg {
    padding: 40px 0;
  }
  .service-section.num-bg {
    padding: 60px 0 120px 0;
  }
  .service-section.num-bg.last {
    padding: 0 0 120px 0;
  }
  .service-section .txt-img1 {
    display: none;
  }
  .service-section .txt-img2 {
    display: none;
  }
  .service-section .txt-content {
    width: 100%;
  }
  .service-section .txt-content .txt {
    line-height: 1.8;
  }
  .service-section .txt-content .txt .inline {
    display: inline;
  }
  .service-section-title {
    margin-bottom: 30px;
  }
  .service-section-title .tw {
    font-size: 1.5rem;
  }
  .service-section-title .en {
    margin-top: 2px;
  }
  .orange-icon-list.three {
    gap: 40px 50px;
    justify-content: flex-start;
  }
  .orange-icon-list.three .orange-icon-box {
    width: calc((100% - 100px) / 2);
  }
  .orange-icon-list.three .orange-icon-box:after {
    display: none;
  }
  .orange-icon-box .content .txt1 {
    font-size: 1.1875rem;
  }
  .blackbg-icon-list {
    gap: 20px 30px;
  }
  .blackbg-icon-box {
    display: flex;
    width: calc((100% - 30px) / 2);
  }
  .blackbg-icon-box .content .txt1 {
    font-size: 1.125rem;
  }
  .service-square-list {
    gap: 20px;
    flex-wrap: wrap;
  }
  .service-square-box {
    width: calc((100% - 20px) / 2);
  }
  .service-square-box .content {
    padding: 0 15px 15px 15px;
  }
  .service-square-box .content .title {
    font-size: 1.125rem;
  }
  .service-row-box .content .title {
    font-size: 1.125rem;
  }
  .service-row-box .content ul {
    font-size: 1rem;
  }
  .service3-section4 {
    padding-top: 0;
  }
  .service4-section4 {
    padding-top: 0;
  }
  .service-row-box figure {
    width: 55%;
  }
  .service-row-box figure .pic img {
    display: none;
  }
  .service-row-box figure .pic img.phone {
    display: block;
  }
  .service-row-box .content {
    width: 45%;
    padding: 30px;
  }
  .service-row-box:nth-child(odd) .content {
    left: 0;
  }
  .service-row-box:nth-child(even) .content {
    padding-left: 30px;
  }
}
@media (max-width: 640px) {
  .service-section {
    padding: 40px 0 50px 0;
  }
  .service-section.gray-bg {
    padding: 20px 0 30px 0;
  }
  .service-section.num-bg {
    padding: 40px 0 80px 0;
  }
  .service-section.num-bg.last {
    padding: 0 0 80px 0;
  }
  .orange-icon-list.three {
    gap: 20px;
  }
  .orange-icon-list.three .orange-icon-box {
    width: 100%;
  }
  .orange-icon-list.four {
    gap: 20px;
  }
  .orange-icon-list.four .orange-icon-box {
    width: 100%;
  }
  .blackbg-icon-list {
    gap: 20px;
  }
  .blackbg-icon-box {
    width: 100%;
    padding: 15px;
  }
  .service-square-box .content .txt {
    margin-top: 5px;
  }
  .service3-section4 {
    padding-top: 0;
    margin-top: 0;
  }
  .service-row-box figure {
    width: 45%;
  }
  .service-row-box .content {
    width: 55%;
    padding: 20px;
  }
  .service-row-box:nth-child(even) .content {
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .service-section .txt-content {
    font-weight: normal;
    text-align: left;
  }
  .orange-icon-box .content .txt1 {
    font-weight: normal;
    font-size: 1.125rem;
  }
  .service-square-box {
    width: 100%;
  }
  .service-row-box {
    width: 100%;
    display: block;
  }
  .service-row-box figure {
    width: 100%;
  }
  .service-row-box .content {
    width: 100%;
    padding: 20px 10px;
  }
  .service-row-box:nth-child(even) .content {
    padding-left: 10px;
  }
}