@charset "UTF-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2023 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: meggie $
 * $Date: 2023-12 $
*/
/*==== font ==== */
/* Noto Sans TC (繁體) */
@font-face {
  font-display: swap;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/NotoSansTC/NotoSansTC-Light.woff2") format("woff2"), url("../webfonts/NotoSansTC/NotoSansTC-Light.woff") format("woff"), url("../webfonts/NotoSansTC/NotoSansTC-Light.otf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/NotoSansTC/NotoSansTC-Light.woff2") format("woff2"), url("../webfonts/NotoSansTC/NotoSansTC-Regular.woff") format("woff"), url("../webfonts/NotoSansTC/NotoSansTC-Regular.otf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/NotoSansTC/NotoSansTC-Medium.woff2") format("woff2"), url("../webfonts/NotoSansTC/NotoSansTC-Medium.woff") format("woff"), url("../webfonts/NotoSansTC/NotoSansTC-Medium.otf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/NotoSansTC/NotoSansTC-Bold.woff2") format("woff2"), url("../webfonts/NotoSansTC/NotoSansTC-Bold.woff") format("woff"), url("../webfonts/NotoSansTC/NotoSansTC-Bold.otf") format("opentype");
}
/* Clear Sans (英) */
@font-face {
  font-display: swap;
  font-family: "Clear Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/ClearSans/ClearSans-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Clear Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/ClearSans/ClearSans-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Clear Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/ClearSans/ClearSans-Bold.woff2") format("woff2");
}
img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

[role=button] {
  cursor: pointer;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.disabled,
.disabled:hover {
  cursor: not-allowed;
}

/* ==== 宣告 全域設定 ==== */
:root {
  --size-default: 2rem;
  --line-height-default: 1.6;
  --padding-spac: 16px;
  --container-1080: calc(1080px + (var(--padding-spac) * 2));
  --container-1080-mobile: calc(1080px + (var(--padding-spac) * 2));
  --gap-12: 12px;
  --gap-16: 16px;
  --gap-24: 24px;
  --gap-32: 32px;
  --gap-40: 40px;
  --gap-48: 48px;
  --gap-64: 64px;
  --gap-80: 80px;
  --gap-96: 96px;
  --header-space-v: 8px;
  --header-space-h: 100px;
  --header-line-height: 48px;
  --logo-w: 144px;
  --header-h: calc(var(--header-line-height) + var(--header-space-v) * 2);
  --box-space: 80px;
  --block-space: 20px;
  --block-inside-space: 48px;
  --box-ti: 36px;
  --list-ti: 26px;
  --list--space: -30px;
  --item--space: 30px;
  --input-h: 40px;
  --table-space: 24px;
  --edit-box-space: 24px;
}

@media (max-width: 1439px) {
  :root {
    --list--space: -16px;
    --item--space: 16px;
  }
}
@media (max-width: 1280px) {
  :root {
    --header-space-h: 40px;
  }
}
@media (max-width: 1279px) {
  :root {
    --size-default: 1.6rem;
    --container-1080: calc(944px + (var(--padding-spac) * 2));
    --container-1080-mobile: calc(944px + (var(--padding-spac) * 2));
    --gap-64: 40px;
    --box-ti: 32px;
    --block-inside-space: 32px;
    --table-space: 16px;
  }
}
@media (max-width: 1023px) {
  :root {
    --container-1080: calc(688px + (var(--padding-spac) * 2));
    --container-1080-mobile: calc(688px + (var(--padding-spac) * 2));
    --box-ti: 28px;
    --list-ti: 22px;
    --box-space: 64px;
    --block-inside-space: 24px;
  }
}
@media (max-width: 767px) {
  :root {
    --container-1080: 100%;
    --container-1080-mobile: 100%;
    --gap-64: 24px;
    --gap-48: 32px;
    --header-space-h: 16px;
    --box-ti: 24px;
    --box-space: 40px;
    --list--space: 0;
    --item--space: 0;
    --edit-box-space: 16px;
  }
}
/* ==== RESET ==== */
:lang(zh-Hant), :lang(zh-tw) {
  font-family: "Noto Sans TC", "sans-serif";
}

:lang(zh-cn) {
  font-family: "Noto Sans SC", "sans-serif";
}

:lang(ja) {
  font-family: "Noto Sans JP", "sans-serif";
}

:lang(en), :lang(es), :lang(ko) {
  font-family: "Clear Sans", "sans-serif";
}

html {
  font-size: 10px;
  line-height: 10px;
}

body {
  margin: 0;
  padding: 0;
  font-size: var(--size-default);
  color: #002D37;
  word-wrap: break-word;
  line-height: var(--line-height-default);
  background-color: #ffffff;
  overflow-x: hidden !important;
}

* {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  text-decoration: none;
  vertical-align: top;
  border: 0;
}

a {
  color: #00DC87;
  outline: none;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

a, a:visited, a:hover, a:focus, a:active {
  color: #00DC87;
  text-decoration: none;
}

input, textarea, select, button {
  font-size: 1.6rem;
  font-weight: 400;
}

textarea, input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input, textarea, select {
  font-size: 1.6rem;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input, textarea, select, input[type=radio], input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  resize: vertical;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0;
  line-height: inherit;
}

span {
  display: inline-block;
}

label {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  vertical-align: baseline;
  border: 0;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
  font-size: 1.6rem;
  color: #888;
  opacity: 1;
}

.reset {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.reset input, .reset label, .reset select {
  vertical-align: middle;
}

input[type=date]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

:after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ==== mixin ==== */
/* ==== 架構 ==== */
html, body {
  min-height: 100%;
}

html.is-on {
  overflow: hidden;
}

body::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
}

.g-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
}

.main-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  padding-top: var(--header-h);
  padding-bottom: var(--box-space);
}

.container-1080 {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 0 var(--padding-spac);
  width: 100%;
  max-width: var(--container-1080);
}

.container-1080-mobile {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 0 var(--padding-spac);
  width: 100%;
  max-width: var(--container-1080-mobile);
}

@media (min-width: 1024px) {
  .main-wrap {
    padding-bottom: calc(var(--box-space) + var(--padding-spac));
  }
}
@media (max-width: 767px) {
  .main-wrap {
    padding-bottom: 40px;
  }
  .container-320 {
    margin: 0 auto;
    padding-left: 0 var(--padding-spac) !important;
    padding-right: 0 var(--padding-spac) !important;
    width: 100%;
    max-width: var(--container-320) !important;
  }
}
/* ==== 宣告 全域設定 ==== */
:root {
  --size-default: 2rem;
  --line-height-default: 1.6;
  --padding-spac: 16px;
  --container-1080: calc(1080px + (var(--padding-spac) * 2));
  --container-1080-mobile: calc(1080px + (var(--padding-spac) * 2));
  --gap-12: 12px;
  --gap-16: 16px;
  --gap-24: 24px;
  --gap-32: 32px;
  --gap-40: 40px;
  --gap-48: 48px;
  --gap-64: 64px;
  --gap-80: 80px;
  --gap-96: 96px;
  --header-space-v: 8px;
  --header-space-h: 100px;
  --header-line-height: 48px;
  --logo-w: 144px;
  --header-h: calc(var(--header-line-height) + var(--header-space-v) * 2);
  --box-space: 80px;
  --block-space: 20px;
  --block-inside-space: 48px;
  --box-ti: 36px;
  --list-ti: 26px;
  --list--space: -30px;
  --item--space: 30px;
  --input-h: 40px;
  --table-space: 24px;
  --edit-box-space: 24px;
}

@media (max-width: 1439px) {
  :root {
    --list--space: -16px;
    --item--space: 16px;
  }
}
@media (max-width: 1280px) {
  :root {
    --header-space-h: 40px;
  }
}
@media (max-width: 1279px) {
  :root {
    --size-default: 1.6rem;
    --container-1080: calc(944px + (var(--padding-spac) * 2));
    --container-1080-mobile: calc(944px + (var(--padding-spac) * 2));
    --gap-64: 40px;
    --box-ti: 32px;
    --block-inside-space: 32px;
    --table-space: 16px;
  }
}
@media (max-width: 1023px) {
  :root {
    --container-1080: calc(688px + (var(--padding-spac) * 2));
    --container-1080-mobile: calc(688px + (var(--padding-spac) * 2));
    --box-ti: 28px;
    --list-ti: 22px;
    --box-space: 64px;
    --block-inside-space: 24px;
  }
}
@media (max-width: 767px) {
  :root {
    --container-1080: 100%;
    --container-1080-mobile: 100%;
    --gap-64: 24px;
    --gap-48: 32px;
    --header-space-h: 16px;
    --box-ti: 24px;
    --box-space: 40px;
    --list--space: 0;
    --item--space: 0;
    --edit-box-space: 16px;
  }
}
/* ==== 全站共用樣式 ==== */
ol.reset, ul.reset, li.reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearboth::after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}

.hidden-ele {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  overflow: hidden;
}

.box-hidden {
  overflow: hidden;
}

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

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

.txt-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

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

/* 大標題 */
.box-ti {
  margin: 0;
  padding-bottom: 32px;
  width: 100%;
  font-size: var(--box-ti);
  color: #002D37;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

.list-ti {
  margin-bottom: 32px;
  font-size: var(--list-ti);
  font-weight: 500;
}

@media (max-width: 767px) {
  .box-ti {
    padding-bottom: 24px;
  }
}
/* ele bg */
.bg-ele {
  position: absolute;
  top: 500px;
  right: 0;
  width: 18.75%;
  max-width: 360px;
}
.bg-ele i {
  display: block;
  padding-bottom: 80.556%;
  width: 100%;
  background: url(../images/bg_ele.svg) no-repeat 0 0;
  background-size: cover;
}

@media (max-width: 1680px) {
  .bg-ele {
    max-width: 280px;
  }
}
@media (max-width: 1280px) {
  .bg-ele {
    top: 420px;
  }
}
@media (max-width: 639px) {
  .bg-ele {
    display: none;
  }
}
/* icon download */
.icon-download {
  display: inline-block;
  width: 32px;
}
.icon-download i {
  display: block;
  width: 100%;
  background: url(../images/icon_download.svg) no-repeat 0 0;
  background-size: cover;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.icon-download i::before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.icon-download:hover i {
  background: url(../images/icon_download_hover.svg) no-repeat 0 0;
  background-size: cover;
}
.icon-download:active i {
  background: url(../images/icon_download_active.svg) no-repeat 0 0;
  background-size: cover;
}

/* no-data */
.block-nodata {
  margin: auto;
  width: 100%;
  padding: 60px;
  text-align: center;
}
.block-nodata .img {
  display: block;
  position: relative;
  margin: 0 auto 15px auto;
  width: 85px;
  height: 85px;
  border: 1px dashed #aaa;
  border-radius: 50%;
}
.block-nodata .img::before {
  display: block;
  content: "!";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2.5rem;
  color: #aaa;
  font-weight: 600;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.block-nodata .text {
  margin: 20px auto 0;
  text-align: center;
}
.block-nodata .text p {
  display: block;
  margin: 0 auto;
  font-size: 1.7rem;
  letter-spacing: 0.25rem;
}
.block-nodata .btn-wrap {
  text-align: center !important;
}

@media (max-width: 1079px) {
  .block-nodata {
    padding: 50px 0;
  }
}
/*==== 內鍵bar ====*/
.scroll-wrap {
  overflow-y: hidden;
  overflow-x: auto;
}

.scroll-wrap::-webkit-scrollbar {
  height: 5px;
}

.scroll-wrap::-webkit-scrollbar-track {
  margin: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
}

.scroll-wrap::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: none;
}

.scroll-wrap:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.45);
}

/* ==== 宣告 全域設定 ==== */
:root {
  --size-default: 2rem;
  --line-height-default: 1.6;
  --padding-spac: 16px;
  --container-1080: calc(1080px + (var(--padding-spac) * 2));
  --container-1080-mobile: calc(1080px + (var(--padding-spac) * 2));
  --gap-12: 12px;
  --gap-16: 16px;
  --gap-24: 24px;
  --gap-32: 32px;
  --gap-40: 40px;
  --gap-48: 48px;
  --gap-64: 64px;
  --gap-80: 80px;
  --gap-96: 96px;
  --header-space-v: 8px;
  --header-space-h: 100px;
  --header-line-height: 48px;
  --logo-w: 144px;
  --header-h: calc(var(--header-line-height) + var(--header-space-v) * 2);
  --box-space: 80px;
  --block-space: 20px;
  --block-inside-space: 48px;
  --box-ti: 36px;
  --list-ti: 26px;
  --list--space: -30px;
  --item--space: 30px;
  --input-h: 40px;
  --table-space: 24px;
  --edit-box-space: 24px;
}

@media (max-width: 1439px) {
  :root {
    --list--space: -16px;
    --item--space: 16px;
  }
}
@media (max-width: 1280px) {
  :root {
    --header-space-h: 40px;
  }
}
@media (max-width: 1279px) {
  :root {
    --size-default: 1.6rem;
    --container-1080: calc(944px + (var(--padding-spac) * 2));
    --container-1080-mobile: calc(944px + (var(--padding-spac) * 2));
    --gap-64: 40px;
    --box-ti: 32px;
    --block-inside-space: 32px;
    --table-space: 16px;
  }
}
@media (max-width: 1023px) {
  :root {
    --container-1080: calc(688px + (var(--padding-spac) * 2));
    --container-1080-mobile: calc(688px + (var(--padding-spac) * 2));
    --box-ti: 28px;
    --list-ti: 22px;
    --box-space: 64px;
    --block-inside-space: 24px;
  }
}
@media (max-width: 767px) {
  :root {
    --container-1080: 100%;
    --container-1080-mobile: 100%;
    --gap-64: 24px;
    --gap-48: 32px;
    --header-space-h: 16px;
    --box-ti: 24px;
    --box-space: 40px;
    --list--space: 0;
    --item--space: 0;
    --edit-box-space: 16px;
  }
}
/* ==== header ==== */
#header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}
#header.fixed {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}
#header .wrap {
  margin: 0 auto;
  padding: var(--header-space-v) var(--header-space-h);
  max-width: 1920px;
}
#header .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: var(--gap-24);
}
#header .logo {
  width: var(--logo-w);
  line-height: var(--header-line-height);
}
#header .logo a {
  display: block;
  width: 100%;
  background: url(../images/logo.svg) no-repeat 0 0;
  background-size: cover;
  overflow: hidden;
}
#header .logo a::before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 33.334%;
}
#header .header-ti {
  display: block;
  position: relative;
  padding-right: var(--gap-24);
  font-size: 1.6rem;
  color: #00DC87;
  font-weight: 500;
  line-height: var(--header-line-height);
}
#header .header-ti::after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 28px;
  background-color: #e1e1e1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* 選單按鈕 */
.nav-switch {
  display: none;
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav-switch span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 4px;
  border-radius: 100px;
  background-color: #002D37;
  -webkit-transform: translate(-50%, -50%) rotate(0);
      -ms-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: margin 0.35s 0.3s, -webkit-transform 0.35s;
  transition: margin 0.35s 0.3s, -webkit-transform 0.35s;
  transition: margin 0.35s 0.3s, transform 0.35s;
  transition: margin 0.35s 0.3s, transform 0.35s, -webkit-transform 0.35s;
}
.nav-switch span:nth-child(1) {
  margin-top: -25%;
}
.nav-switch span:nth-child(2) {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.nav-switch span:nth-child(3) {
  margin-top: 25%;
}
.nav-switch.is-on span:nth-child(1) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: margin 0.35s, -webkit-transform 0.35s 0.3s;
  transition: margin 0.35s, -webkit-transform 0.35s 0.3s;
  transition: margin 0.35s, transform 0.35s 0.3s;
  transition: margin 0.35s, transform 0.35s 0.3s, -webkit-transform 0.35s 0.3s;
}
.nav-switch.is-on span:nth-child(2) {
  opacity: 0;
}
.nav-switch.is-on span:nth-child(3) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: margin 0.35s, -webkit-transform 0.35s 0.3s;
  transition: margin 0.35s, -webkit-transform 0.35s 0.3s;
  transition: margin 0.35s, transform 0.35s 0.3s;
  transition: margin 0.35s, transform 0.35s 0.3s, -webkit-transform 0.35s 0.3s;
}

/* 選單 */
.menu-main a {
  display: block;
  font-size: 1.63rem;
  color: #002D37;
  line-height: 1.4;
}
.menu-main > li.has-child > a {
  position: relative;
}
.menu-main > li.has-child > a::after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 7px;
  line-height: 0;
  background: url(../images/menu_aw.svg) no-repeat 0 0;
  background-size: cover;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-image 0.35s;
  transition: background-image 0.35s;
}
.menu-main > li.has-child > a:hover {
  color: #00DC87;
}
.menu-main > li.has-child > a:hover::after {
  background: url(../images/menu_aw_hover.svg) no-repeat 0 0;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.menu-main > li.is-on.has-child > a {
  color: #00DC87;
}
.menu-main > li.is-on.has-child > a::after {
  background: url(../images/menu_aw_hover.svg) no-repeat 0 0;
  background-size: cover;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

ul.menu-second {
  display: none;
  padding: var(--gap-12) 0;
}
ul.menu-second a {
  padding: 7.813px var(--gap-24);
}
ul.menu-second a:hover {
  color: #00DC87;
}

@media (min-width: 1280px) {
  #header .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: var(--gap-24);
  }
  .menu-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: var(--gap-24);
  }
  .menu-main > li {
    position: relative;
  }
  .menu-main > li > a {
    padding-right: var(--gap-32);
  }
  .menu-second {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 276px;
    border-radius: 4px;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1279px) {
  #header.is-on {
    position: fixed;
    overflow: hidden;
  }
  #header .header-ti {
    padding-right: 0;
  }
  #header .header-ti::after {
    display: none;
  }
  .nav-switch {
    display: block;
  }
  .nav-menu {
    position: fixed;
    z-index: 999;
    top: var(--header-h);
    left: 0;
    padding: 0 var(--header-space-h);
    width: 100%;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: center top 0;
        -ms-transform-origin: center top 0;
            transform-origin: center top 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .nav-menu.is-on {
    visibility: visible;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  ul.menu-main {
    padding: 40px 0;
  }
  ul.menu-main > li:not(:last-child) {
    margin-bottom: 20px;
  }
  ul.menu-main > li.has-child > a::after {
    right: var(--gap-12);
  }
}
@media (max-width: 768px) {
  #header.is-on {
    height: calc(var(--vh, 1vh) * 100);
  }
  .nav-menu {
    height: calc(var(--vh, 1vh) * 100 - var(--header-h));
  }
}
@media (max-width: 767px) {
  ul.menu-main {
    padding: 16px 0;
  }
}
/* ==== banner ==== */
.banner {
  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;
  position: relative;
  margin-bottom: var(--box-space);
  width: 100%;
  height: 400px;
  background-color: #002D37;
  overflow: hidden;
}
.banner .ele {
  position: absolute;
  top: 50%;
  width: 171px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner .oj-l {
  left: 4%;
  background-image: url(../images/ban_page_ele1.svg);
}
.banner .oj-r {
  right: 4%;
  background-image: url(../images/ban_page_ele2.svg);
}
.banner .headline {
  position: relative;
  z-index: 5;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 5.6rem;
  color: #ffffff;
  font-weight: 700;
}

@media (min-width: 1280px) {
  .banner .oj-l {
    left: 5.8%;
  }
  .banner .oj-r {
    right: 5.8%;
  }
}
@media (max-width: 991px) {
  .banner .headline {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .banner .oj-r {
    display: none;
  }
  .banner .headline {
    font-size: 32px;
  }
  .banner:not(.i-ban) .oj-l {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
#index .banner .oj-l, #index .banner .oj-r {
  width: 257px;
  height: 300px;
  background-size: cover;
}
#index .banner .oj-l {
  left: 0;
  background-image: url(../images/ban_index_ele1.svg);
}
#index .banner .oj-r {
  right: 0;
  background-image: url(../images/ban_index_ele2.svg);
}

@media (max-width: 767px) {
  #index .banner .oj-l, #index .banner .oj-r {
    width: 343px;
    height: 400px;
  }
}
/* ===== form ====== */
:root {
  --input-spac: 12px;
  --input-size: 1.4rem;
  --input-color: #333;
}

form {
  position: relative;
  z-index: 5;
  margin: 0;
  width: 100%;
}

label input[type=radio], label input[type=checkbox], label input[type=file] {
  position: absolute;
  z-index: -100 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
}

/* radio + checkbox - 樣式 */
label.check {
  display: block;
  position: relative;
  font-size: 1.6rem;
  cursor: pointer;
}
label.check > input + span {
  display: inline-block;
  position: relative;
  margin: -4px 5px 0 0;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  border: #ccc solid 1px;
  border-radius: 2px;
  background-color: #fff;
}
label.check > input + span::before, label.check > input + span::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
}
label.check > input:checked + span {
  border-color: #00DC87;
  background-color: #00DC87;
}
label.check > input:checked + span::before {
  top: 38%;
  left: 28%;
  width: 2px;
  height: 30%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
label.check > input:checked + span::after {
  top: 20%;
  left: 50%;
  width: 2px;
  height: 55%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

label.radio {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  cursor: pointer;
}
label.radio input + span {
  position: relative;
  margin: -2px 4px 0 0;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}
label.radio input + span::before, label.radio input + span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
label.radio input + span::before {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: #ccc solid 1px;
  background-color: #fff;
}
label.radio input + span::after {
  width: 5px;
  height: 5px;
  background-color: #ccc;
}
label.radio input:checked + span::before {
  border-color: #00DC87;
  background-color: #00DC87;
}
label.radio input:checked + span::after {
  background-color: #fff;
}

/* 下拉選單 */
.select-box {
  position: relative;
  z-index: 1;
  width: 100%;
}

/* SELECT */
:root {
  --color-special: 0 168 155;
  --color-base: 255 255 255;
  --color-base-active: 0 0 0;
}

.select-style {
  padding: 0 0 var(--input-spac);
  width: 100%;
  font-size: var(--input-size);
  color: #afafaf;
  outline: none;
  cursor: pointer;
  line-height: var(--input-h);
  border: #afafaf solid 2px;
  border-radius: 4px;
  background-color: #fff;
}
.select-style:focus {
  border-color: rgb(var(--color-special));
}
.select-style.size-sm {
  min-width: 120px;
}

/* SELECT Customized */
.select-hidden {
  z-index: -100 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  opacity: 0;
}

.select {
  cursor: pointer;
  display: block;
  position: relative;
}

.select-styled {
  position: relative;
  z-index: 3;
  padding: 0 var(--input-spac);
  width: 100%;
  font-size: var(--input-size);
  outline: none;
  cursor: pointer;
  line-height: var(--input-h);
  border: #002D37 solid 1px;
  border-radius: 4px;
  background-color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select-styled .select-text {
  color: #002D37;
  font-weight: 500;
}
.select-styled .select-text.current {
  color: #002D37;
}
.select-styled svg {
  pointer-events: none;
  position: absolute;
  z-index: 5;
  right: 10px;
  top: 50%;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.select-styled svg path {
  stroke: #002D37 !important;
  stroke-width: 1.5;
}
.select-styled.size-sm {
  min-width: 120px;
}
.select-styled:hover {
  border-color: #00DC87;
}
.select-styled.is-disabled {
  color: rgb(var(--color-base-active)/0.4) !important;
}
.select-styled.active {
  border-color: #00DC87;
}
.select-styled.active .select-text {
  color: #002D37;
}
.select-styled.active svg {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.custom-select-options {
  display: none;
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 0;
  left: 0;
  padding: 8px 0;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.select-options {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
  list-style: none;
  overflow-y: auto;
}
.select-options li {
  margin: 0;
  padding: 10px 0 10px var(--input-spac);
  color: #002D37;
  font-weight: 500;
  text-indent: 0;
  -webkit-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in;
}
.select-options li.current {
  background: #e1e1e1;
}
.select-options.scroll-y {
  height: 176px;
}

.select-options li[rel=hide] {
  display: none;
}

.select-options li[disabled] {
  color: rgb(var(--color-text)/0.4);
}

.select-options::-webkit-scrollbar {
  width: 4px;
}

.select-options::-webkit-scrollbar-track {
  margin: 0;
  border-radius: 100px;
  background: transparent;
  -webkit-box-shadow: none;
}

.select-options::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #7d7d7d;
  -webkit-box-shadow: none;
}

.select-options:hover::-webkit-scrollbar-thumb {
  background: #7d7d7d;
}

/* plugin-mCustomScrollbar */
.mCSB_inside > .mCSB_container {
  margin-right: 12px;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  margin: 0;
}

.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
}

.mCSB_scrollTools {
  width: 12px;
  opacity: 1;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #7d7d7d;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #7d7d7d;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #7d7d7d;
}

@media (max-width: 1023px) {
  .custom-select-options {
    padding-right: 0;
  }
  .select-options {
    padding-right: 0;
  }
}
/* ==== 宣告 全域設定 ==== */
:root {
  --size-default: 2rem;
  --line-height-default: 1.6;
  --padding-spac: 16px;
  --container-1080: calc(1080px + (var(--padding-spac) * 2));
  --container-1080-mobile: calc(1080px + (var(--padding-spac) * 2));
  --gap-12: 12px;
  --gap-16: 16px;
  --gap-24: 24px;
  --gap-32: 32px;
  --gap-40: 40px;
  --gap-48: 48px;
  --gap-64: 64px;
  --gap-80: 80px;
  --gap-96: 96px;
  --header-space-v: 8px;
  --header-space-h: 100px;
  --header-line-height: 48px;
  --logo-w: 144px;
  --header-h: calc(var(--header-line-height) + var(--header-space-v) * 2);
  --box-space: 80px;
  --block-space: 20px;
  --block-inside-space: 48px;
  --box-ti: 36px;
  --list-ti: 26px;
  --list--space: -30px;
  --item--space: 30px;
  --input-h: 40px;
  --table-space: 24px;
  --edit-box-space: 24px;
}

@media (max-width: 1439px) {
  :root {
    --list--space: -16px;
    --item--space: 16px;
  }
}
@media (max-width: 1280px) {
  :root {
    --header-space-h: 40px;
  }
}
@media (max-width: 1279px) {
  :root {
    --size-default: 1.6rem;
    --container-1080: calc(944px + (var(--padding-spac) * 2));
    --container-1080-mobile: calc(944px + (var(--padding-spac) * 2));
    --gap-64: 40px;
    --box-ti: 32px;
    --block-inside-space: 32px;
    --table-space: 16px;
  }
}
@media (max-width: 1023px) {
  :root {
    --container-1080: calc(688px + (var(--padding-spac) * 2));
    --container-1080-mobile: calc(688px + (var(--padding-spac) * 2));
    --box-ti: 28px;
    --list-ti: 22px;
    --box-space: 64px;
    --block-inside-space: 24px;
  }
}
@media (max-width: 767px) {
  :root {
    --container-1080: 100%;
    --container-1080-mobile: 100%;
    --gap-64: 24px;
    --gap-48: 32px;
    --header-space-h: 16px;
    --box-ti: 24px;
    --box-space: 40px;
    --list--space: 0;
    --item--space: 0;
    --edit-box-space: 16px;
  }
}
/* ==== button ==== */
.btn-wrap {
  padding-top: 40px;
  width: 100%;
  line-height: 0;
}

.btn-style {
  display: inline-block;
  padding: 12px 24px;
  font-size: 2.2rem;
  outline: none;
  text-align: center;
  line-height: 1.364;
  border-radius: 4px;
}
.btn-style:hover {
  color: #ffffff !important;
}
.btn-style.blcak {
  color: #ffffff !important;
  border: 0;
  background-color: #002D37;
}
.btn-style.blcak:hover {
  background-color: #33575f;
}
.btn-style.blcak:active {
  background-color: #29464c;
}
.btn-style.green {
  color: #002D37;
  background-color: #00DC87;
}
.btn-style.green:hover {
  color: #002D37 !important;
  background-color: #33e39f;
}
.btn-style.green:active {
  color: #002D37 !important;
  background-color: #29b67f;
}

.btn-more {
  position: relative;
  padding-bottom: 2px;
  font-size: 1.4rem;
  color: #007AFF !important;
}
.btn-more::after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: #007AFF;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.btn-more span {
  display: inline-block;
  margin: -7px 0 0 8px;
  vertical-align: middle;
}
.btn-more:hover {
  color: #007AFF !important;
}
.btn-more:hover::after {
  opacity: 1;
}

@media (max-width: 1024px) {
  .btn-style {
    padding: 8px 20px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
@media (max-width: 767px) {
  .btn-wrap {
    padding-top: 24px;
  }
}
/* ==== Pagination ==== */
.p-pager {
  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;
  width: 100%;
}
.p-pager a {
  display: block;
  margin: 0 6.5px;
  line-height: 1;
}
.p-pager .num {
  position: relative;
  width: 32px;
  height: 32px;
  font-size: 1.6rem;
  color: #002D37;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
}
.p-pager .num:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.p-pager .num.current {
  color: #ffffff;
  background-color: #002D37;
}
.p-pager .more {
  margin: 0 6.5px;
}
.p-pager .btn-aw {
  position: relative;
  width: 20px;
  font-size: 0;
  overflow: hidden;
}
.p-pager .btn-aw i {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon_page_aw.svg) no-repeat 0 0;
  background-size: cover;
}
.p-pager .btn-aw.prev {
  margin-right: 12px;
}
.p-pager .btn-aw.prev i {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.p-pager .btn-aw.next {
  margin-left: 12px;
}
.p-pager .btn-aw.disabled {
  cursor: not-allowed;
}
.p-pager .btn-aw.disabled i {
  opacity: 0.3;
}

@media (max-width: 1023px) {
  .p-pager a {
    margin: 0 4px;
  }
  .p-pager .num {
    position: relative;
    width: 24px;
    height: 24px;
    font-size: 1.4rem;
    line-height: 22px;
  }
  .p-pager .more {
    margin: 0 4px;
  }
  .p-pager .btn-aw i {
    width: 16px;
    height: 16px;
  }
  .p-pager .btn-aw.prev {
    margin-right: 8px;
  }
  .p-pager .btn-aw.next {
    margin-left: 8px;
  }
}
/* ==== 宣告 全域設定 ==== */
:root {
  --size-default: 2rem;
  --line-height-default: 1.6;
  --padding-spac: 16px;
  --container-1080: calc(1080px + (var(--padding-spac) * 2));
  --container-1080-mobile: calc(1080px + (var(--padding-spac) * 2));
  --gap-12: 12px;
  --gap-16: 16px;
  --gap-24: 24px;
  --gap-32: 32px;
  --gap-40: 40px;
  --gap-48: 48px;
  --gap-64: 64px;
  --gap-80: 80px;
  --gap-96: 96px;
  --header-space-v: 8px;
  --header-space-h: 100px;
  --header-line-height: 48px;
  --logo-w: 144px;
  --header-h: calc(var(--header-line-height) + var(--header-space-v) * 2);
  --box-space: 80px;
  --block-space: 20px;
  --block-inside-space: 48px;
  --box-ti: 36px;
  --list-ti: 26px;
  --list--space: -30px;
  --item--space: 30px;
  --input-h: 40px;
  --table-space: 24px;
  --edit-box-space: 24px;
}

@media (max-width: 1439px) {
  :root {
    --list--space: -16px;
    --item--space: 16px;
  }
}
@media (max-width: 1280px) {
  :root {
    --header-space-h: 40px;
  }
}
@media (max-width: 1279px) {
  :root {
    --size-default: 1.6rem;
    --container-1080: calc(944px + (var(--padding-spac) * 2));
    --container-1080-mobile: calc(944px + (var(--padding-spac) * 2));
    --gap-64: 40px;
    --box-ti: 32px;
    --block-inside-space: 32px;
    --table-space: 16px;
  }
}
@media (max-width: 1023px) {
  :root {
    --container-1080: calc(688px + (var(--padding-spac) * 2));
    --container-1080-mobile: calc(688px + (var(--padding-spac) * 2));
    --box-ti: 28px;
    --list-ti: 22px;
    --box-space: 64px;
    --block-inside-space: 24px;
  }
}
@media (max-width: 767px) {
  :root {
    --container-1080: 100%;
    --container-1080-mobile: 100%;
    --gap-64: 24px;
    --gap-48: 32px;
    --header-space-h: 16px;
    --box-ti: 24px;
    --box-space: 40px;
    --list--space: 0;
    --item--space: 0;
    --edit-box-space: 16px;
  }
}
/* ==== index ==== */
#index .main-wrap {
  padding-bottom: 0;
}
#index .box-space {
  padding-top: var(--box-space);
  padding-bottom: var(--box-space);
}

@media (min-width: 1024px) {
  #index .box-space {
    padding-top: calc(var(--box-space) + var(--padding-spac));
    padding-bottom: calc(var(--box-space) + var(--padding-spac));
  }
}
/* i-about */
#i-about .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--gap-64);
}
#i-about .pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.149%;
          flex: 0 0 48.149%;
  max-width: 520px;
  border-radius: 8px;
  overflow: hidden;
}
#i-about .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#i-about .txt .box-ti {
  padding-bottom: 16px;
  text-align: left;
}

@media (min-width: 1024px) {
  #index #i-about {
    padding-top: var(--padding-spac);
  }
}
@media (max-width: 1023px) {
  #index #i-about {
    padding-top: 0;
  }
  #i-about .txt .box-ti {
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) {
  #i-about .flex {
    gap: 0;
  }
  #i-about .pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 auto;
  }
  #i-about .txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: var(--block-space);
  }
  #i-about .txt .box-ti {
    text-align: center;
  }
}
/* i-news */
#i-news {
  position: relative;
  background-color: #00DC87;
}
#i-news .ele {
  position: absolute;
}
#i-news .ele i {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
#i-news .ele.oj-1 {
  top: -50px;
  right: 10%;
  width: 5.898%;
  width: 112px;
}
#i-news .ele.oj-1 i {
  background-image: url(../images/i_news_ele1.svg);
}
#i-news .ele.oj-2 {
  bottom: -230px;
  left: 8%;
  width: 20.327%;
  width: 386px;
}
#i-news .ele.oj-2 i {
  background-image: url(../images/bg_ele2.svg);
}
#i-news .container-1320 {
  position: relative;
  margin: 0 auto;
  padding: 0 120px;
  max-width: 1320px;
}

.news-swiper {
  margin: 0 var(--list--space);
}
.news-swiper .item {
  padding: 0 var(--item--space);
  width: 100%;
  max-width: 380px;
}
.news-swiper .item a {
  display: block;
  margin: 5px 0;
  padding: 40px 28px;
  width: 100%;
  min-height: 265px;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.news-swiper .item a:hover .date {
  color: #323232;
}
.news-swiper .item a:hover .ti {
  color: #00DC87;
}
.news-swiper .item .date {
  font-size: 1.6rem;
  color: #878787;
  line-height: normal;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
.news-swiper .item .ti {
  margin: 20px 0 0 0;
  font-size: 1.8rem;
  color: #002D37;
  line-height: 1.4;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

@media (max-width: 1439px) {
  #i-news .ele.oj-2 {
    left: -4%;
  }
}
@media (max-width: 1279px) {
  #i-news .container-1320 {
    padding: 0 calc(60px + var(--padding-spac));
    max-width: calc(var(--container-1080) + 120px);
  }
}
@media (max-width: 1023px) {
  #i-news .ele.oj-1 {
    top: -30px;
    width: 80px;
  }
  #i-news .ele.oj-2 {
    bottom: -200px;
    width: 320px;
  }
  #i-news .container-1320 {
    padding: 0 var(--padding-spac);
    max-width: calc(var(--container-1080));
  }
}
@media (max-width: 767px) {
  #i-news .ele.oj-2 {
    left: -18%;
    bottom: -120px;
    width: 220px;
  }
  .news-swiper {
    margin: 0;
  }
  .news-swiper .item {
    padding: 5px;
    max-width: 100%;
  }
  .news-swiper .item a {
    margin: 0 auto;
    padding: 40px 24px 32px;
    max-width: 320px;
  }
}
@media (max-width: 575px) {
  .news-swiper .item a {
    max-width: 100%;
  }
}
/* i-events */
#i-events {
  position: relative;
  z-index: 2;
  background: url(../images/i_events_bg.svg) no-repeat center bottom #fff;
  background-size: 100% auto;
}

/* i-financial */
#i-financial .list.flex {
  gap: 40px;
}
#i-financial .list .item {
  padding: 56px 48px;
  width: calc(50% - 20px);
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 3, 74, 0.1);
          box-shadow: 0 0 10px rgba(0, 3, 74, 0.1);
}
#i-financial .list .item.flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#i-financial .list .item .icon {
  width: 28.437%;
  max-width: 120px;
}
#i-financial .list .item .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#i-financial .list .item .txt .ti {
  margin: 0 0 8px 0;
  font-size: var(--list-ti);
  font-weight: 500;
}

@media (max-width: 1439px) {
  #i-financial .list.flex {
    gap: 32px;
  }
  #i-financial .list .item {
    width: calc(50% - 16px);
  }
}
@media (max-width: 1023px) {
  #i-financial .list .item .icon {
    margin: 0 auto;
    width: 100%;
    max-width: 60px;
  }
  #i-financial .list .item .txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: var(--block-space);
    text-align: center;
  }
}
@media (max-width: 767px) {
  #i-financial .list.flex {
    gap: 0;
    row-gap: 16px;
  }
  #i-financial .list .item {
    margin: 0 auto;
    padding: 40px 24px;
    width: 100%;
    max-width: 320px;
  }
}
@media (max-width: 575px) {
  #i-financial .list .item {
    max-width: 100%;
  }
}
/* i-esg */
#i-esg {
  position: relative;
  background: url(../images/i_esg_bg.png) no-repeat center center;
  background-size: cover;
}
#i-esg::before {
  display: block;
  content: "";
  width: 100%;
}
#i-esg::before {
  padding-bottom: 29.174%;
}
#i-esg .bg {
  display: none;
  width: 100%;
  padding-bottom: 29.223%;
  background: url(../images/i_esg_bg.png) no-repeat center center;
  background-size: cover;
}
#i-esg .container-1080-mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#i-esg .box-ti {
  text-align: left;
}
#i-esg .brief {
  max-width: 520px;
  font-size: 1.8rem;
  font-weight: 300;
}
#i-esg .btn-wrap {
  padding-top: 24px;
}

@media (min-width: 768px) {
  #i-esg {
    color: #ffffff;
  }
  #i-esg .box-ti {
    color: #ffffff;
  }
}
@media (max-width: 1679px) {
  #i-esg::before {
    padding-bottom: 35%;
  }
}
@media (max-width: 1366px) {
  #i-esg::before {
    padding-bottom: 40%;
  }
}
@media (max-width: 1279px) {
  #i-esg .brief {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  #i-esg::before {
    padding-bottom: 45%;
  }
  #i-esg .box-ti {
    padding-bottom: 8px;
  }
  #i-esg .brief {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  #i-esg {
    background: none;
  }
  #i-esg::before {
    padding-bottom: 0;
  }
  #i-esg .bg {
    display: block;
  }
  #i-esg .container-1080-mobile {
    position: relative;
    top: 60%;
    left: unset;
    padding-top: var(--box-space);
    padding-bottom: var(--box-space);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #i-esg .box-ti {
    text-align: center;
  }
  #i-esg .brief {
    max-width: 100%;
  }
  #i-esg .btn-wrap {
    text-align: center;
  }
}
@media (max-width: 640px) {
  #i-esg .bg {
    padding-bottom: 40%;
    background-position: 100% center;
  }
}
/* ==== 共用 ==== */
/* filter */
.filter {
  margin: 0 auto;
  padding: 16px var(--padding-spac) 48px;
  max-width: calc(288px + var(--padding-spac) * 2);
}
.filter.two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  max-width: calc(592px + var(--padding-spac) * 2);
}

@media (max-width: 1023px) {
  .filter {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .filter {
    padding-top: 0;
    padding-bottom: 40px;
    max-width: calc(320px + var(--padding-spac) * 2);
  }
  .filter.two {
    gap: 8px;
  }
}
/* data-list */
ul.data-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  line-height: 1.4;
}
ul.data-list li:not(:last-child) {
  margin-bottom: 10px;
}
ul.data-list li div {
  position: relative;
  margin-right: 24px;
  padding-right: 25px;
  width: 64px;
}
ul.data-list li div::after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  top: 3px;
  right: 0;
  width: 1px;
  height: 16px;
  background-color: #afafaf;
}
ul.data-list li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}
ul.data-list li p a {
  text-decoration: underline;
}

@media (max-width: 1279px) {
  ul.data-list li {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  ul.data-list li div {
    position: relative;
    margin-right: 12px;
    padding-right: 8px;
    width: 48px;
  }
}
/* table */
.table-list {
  font-size: 1.8rem;
}
.table-list .thead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px 8px 0 0;
  background-color: #002D37;
}
.table-list .thead .th {
  position: relative;
  padding: var(--table-space) 15px;
  width: 50%;
  color: #fff;
  word-wrap: normal;
  text-align: center;
}
.table-list .thead .th:not(:last-child)::after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -14px;
  width: 1px;
  height: 28px;
  background-color: #7d7d7d;
}
.table-list .tbody .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-list .tbody .tr:nth-child(even) {
  background-color: #fafafa;
}
.table-list .tbody .tr:hover a {
  color: #00DC87;
}
.table-list .tbody .th, .table-list .tbody .td {
  padding: var(--table-space) 15px;
  width: 50%;
  text-align: center;
}
.table-list .tbody .td:not(:first-child) {
  border-left: #e1e1e1 solid 1px;
}
.table-list .tbody a {
  color: #002D37;
}

@media (min-width: 1279px) {
  .table-list .thead .th {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
  .table-list {
    font-size: 1.7rem;
  }
  .table-list .thead {
    display: none;
  }
  .table-list .tbody .tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: #e1e1e1 solid 1px;
    border-radius: 8px;
  }
  .table-list .tbody .tr:not(:last-child) {
    margin-bottom: 16px;
  }
  .table-list .tbody .tr:nth-child(even) {
    background-color: transparent;
  }
  .table-list .tbody .th, .table-list .tbody .td {
    text-align: left;
  }
  .table-list.download .tbody .tr {
    padding: var(--table-space) 0;
  }
  .table-list.download .tbody .th, .table-list.download .tbody .td {
    padding: 0 15px;
    line-height: 1.4;
  }
  .table-list.download .name {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .table-list.download .operate {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62px;
            flex: 0 0 62px;
    max-width: 62px;
    border-left: #e1e1e1 solid 1px;
  }
  .table-list.has-ti .tbody .th {
    padding: 8px 15px;
    width: 100%;
    color: #ffffff;
    text-align: center;
    border-radius: 8px 8px 0 0;
    background-color: #002D37;
  }
  .table-list.has-ti .tbody .td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    border-left: none;
  }
  .table-list.has-ti .tbody .td::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    content: attr(data-title);
    width: 55px;
    height: 36px;
    font-size: 1.5rem;
    color: #878787;
    text-align: left;
    line-height: 1.2;
  }
  .table-list.has-ti .tbody .td > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    padding-left: 16px;
  }
  .table-list.has-ti .tbody .td > div::before {
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #e1e1e1;
  }
  .table-list.has-ti .tbody .td:nth-child(4), .table-list.has-ti .tbody .td:nth-child(5) {
    background-color: #fafafa;
  }
}
@media (max-width: 767px) {
  .table-list.has-ti .tbody .td {
    width: 100%;
  }
  .table-list.has-ti .tbody .td:last-child {
    border-radius: 0 0 8px 8px;
  }
  .table-list.has-ti .tbody .td:nth-child(4), .table-list.has-ti .tbody .td:nth-child(5) {
    background-color: #ffffff;
  }
  .table-list.has-ti .tbody .td:nth-child(odd) {
    background-color: #fafafa;
  }
}
/* download */
.download-wrap .list-ti {
  border-bottom: #afafaf solid 1px;
}
.download-wrap .list-ti span {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
}
.download-wrap .list-ti span::after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #00DC87;
}
.download-wrap .list {
  margin: 0 var(--list--space);
}
.download-wrap .list .item {
  margin-bottom: 32px;
  padding: 0 var(--item--space);
  width: 33.333%;
  max-width: 380px;
}
.download-wrap .list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px;
  width: 100%;
  height: 100px;
  border: #e1e1e1 solid 1px;
  border-radius: 8px;
  background-color: #fafafa;
  -webkit-transition: -webkit-box-shadow 0.35s;
  transition: -webkit-box-shadow 0.35s;
  transition: box-shadow 0.35s;
  transition: box-shadow 0.35s, -webkit-box-shadow 0.35s;
}
.download-wrap .list .item a:hover {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.download-wrap .list .item a:hover .name {
  color: #00DC87;
}
.download-wrap .list .item .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding-right: 15px;
  font-size: 2rem;
  color: #002D37;
  line-height: 1.4;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

@media (max-width: 1279px) {
  .download-wrap .list .item .name {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .download-wrap .list .item {
    margin-bottom: 20px;
    width: 50%;
  }
  .download-wrap .list .item a {
    padding: 16px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .download-wrap .list-ti {
    margin-bottom: 24px;
  }
  .download-wrap .list .item {
    margin-bottom: 12px;
    width: 100%;
    max-width: 100%;
  }
  .download-wrap .list .item a {
    height: 64px;
  }
}
/* ==== financial/investor/governance ==== */
#financial .bar-top, #investor.profit .bar-top, #investor.dividend .bar-top {
  position: relative;
}
#financial .bar-top .remark, #investor.profit .bar-top .remark, #investor.dividend .bar-top .remark {
  font-size: 1.6rem;
  text-align: center;
}
#financial .list-ti, #investor.profit .list-ti, #investor.dividend .list-ti {
  text-align: center;
}

#governance.regulations .type-list > .item {
  position: relative;
}
#governance.regulations .type-list > .item:not(:first-child) {
  margin-top: calc(var(--box-space) - 30px);
  padding-top: var(--box-space);
}
#governance.regulations .type-list > .item:not(:first-child)::before {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - var(--padding-spac) * 2);
  height: 1px;
  background-color: #e1e1e1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#governance.regulations .download-wrap {
  padding-top: var(--edit-box-space);
}

@media (min-width: 768px) {
  #financial .bar-top, #investor.profit .bar-top, #investor.dividend .bar-top {
    position: relative;
  }
  #financial .bar-top .remark, #investor.profit .bar-top .remark, #investor.dividend .bar-top .remark {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
  }
  #investor.dividend .bar-top {
    height: 40px;
  }
  #investor.dividend .bar-top .remark {
    bottom: unset;
    top: 0;
  }
}
@media (max-width: 1023px) {
  #investor .table-list.has-ti .tbody .td::before {
    width: 80px;
  }
  #governance.regulations .type-list > .item:not(:first-child) {
    margin-top: calc(var(--box-space) - 20px);
  }
}
@media (max-width: 767px) {
  #financial .bar-top, #investor.profit .bar-top, #investor.dividend .bar-top {
    margin-bottom: 24px;
  }
  #financial .bar-top .list-ti, #investor.profit .bar-top .list-ti, #investor.dividend .bar-top .list-ti {
    margin-bottom: 8px;
  }
  #governance.regulations .box-ti {
    margin-bottom: 16px;
  }
  #governance.regulations .type-list > .item:not(:first-child) {
    margin-top: calc(var(--box-space) - 12px);
  }
}
/* ==== news ==== */
/* list */
.news-list {
  padding: 48px;
  border-left: #00DC87 solid 8px;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.news-list .item.flex {
  gap: 4px;
}
.news-list .item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #e1e1e1 solid 1px;
}
.news-list .item .date {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  max-width: 110px;
  font-size: 1.6rem;
  color: #00DC87;
}
.news-list .item .ti {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.4;
}
.news-list .item .ti a {
  color: #002D37;
}
.news-list .item:hover .ti a {
  color: #00DC87;
}
.news-list .item.switch .ti {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}
.news-list .item.switch .ti::before {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  top: 11px;
  right: 15px;
  width: 14px;
  height: 7px;
  background: url(../images/menu_aw.svg) no-repeat 0 0;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.news-list .item.switch .view-box {
  display: none;
  padding: 15px 0 0 114px;
  width: calc(100% - 114px);
}
.news-list .item.switch:hover .ti {
  color: #00DC87;
}
.news-list .item.switch.is-on .ti {
  color: #00DC87;
}
.news-list .item.switch.is-on .ti::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#news.index .main-wrap {
  padding-bottom: 0;
}
#news.index .list-group > .item {
  position: relative;
  padding-top: var(--box-space);
  padding-bottom: var(--box-space);
}
#news.index .list-group > .item:first-child {
  padding-top: 0;
}
#news.index .list-group > .item:nth-child(even) {
  background-color: #F2FBFA;
}
#news.index .list-group > .item:nth-child(even)::before {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  bottom: -230px;
  left: 8%;
  width: 386px;
  height: 386px;
  background: url(../images/bg_ele2.svg) no-repeat 0 0;
  background-size: cover;
}

#news.list .news-list {
  margin-top: 24px;
  padding: 20px 0 0 0;
  border: none;
  border-top: #e1e1e1 solid 1px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#news.list .news-list .item:last-child {
  padding-bottom: 20px;
  border-bottom: #e1e1e1 solid 1px;
}

@media (min-width: 1024px) {
  #news.index .list-group > .item {
    padding-top: calc(var(--box-space) + var(--padding-spac));
    padding-bottom: calc(var(--box-space) + var(--padding-spac));
  }
  #news.index .list-group > .item:first-child {
    padding-top: var(--padding-spac);
  }
}
@media (max-width: 1023px) {
  #news.index .list-group > .item:nth-child(even)::before {
    bottom: -200px;
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 767px) {
  .news-list {
    padding: 20px;
  }
  .news-list .item.flex {
    gap: 0;
  }
  .news-list .item:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .news-list .item .date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
    max-width: 100%;
  }
  .news-list .item .ti {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 5px;
    max-width: 100%;
  }
  .news-list .item.switch .ti {
    padding-right: 30px;
  }
  .news-list .item.switch .ti::before, .news-list .item.switch .ti::after {
    top: 17px;
    right: 0;
    width: 14px;
    height: 2px;
  }
  .news-list .item.switch .view-box {
    padding: 15px 0 0 0;
    width: 100%;
  }
  #news.list .news-list {
    margin-top: 16px;
  }
}
@media (max-width: 639px) {
  #news.index .list-group > .item:nth-child(even)::before {
    display: none;
  }
}
/* view */
#news.view .view-data {
  padding-bottom: 16px;
  border-bottom: #d2d2d2 solid 1px;
}
#news.view .view-data .date {
  font-size: 1.6rem;
  color: #00DC87;
  font-weight: 700;
}
#news.view .view-data .box-ti {
  margin-top: 3px;
  text-align: left;
}
#news.view .edit-wrap {
  padding-top: 40px;
}
#news.view .btn-wrap {
  margin-top: 48px;
  border-top: #d2d2d2 solid 1px;
}

@media (max-width: 1279px) {
  #news.view .view-data {
    padding-bottom: 0;
  }
  #news.view .edit-wrap {
    padding-top: var(--block-inside-space);
  }
  #news.view .btn-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  #news.view .btn-wrap {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  #news.view .btn-wrap {
    margin-top: 24px;
  }
}
/* ==== esg ==== */
@media (min-width: 1024px) {
  #esg .edit-wrap {
    padding-top: var(--padding-spac);
  }
}
/* ==== investor ==== */
#investor.meeting .news-top {
  margin-bottom: 64px;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
#investor.meeting .news-top.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#investor.meeting .news-top .pic {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.149%;
          flex: 0 0 48.149%;
  max-width: 520px;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}
#investor.meeting .news-top .pic .date {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 24px;
  width: 102px;
  height: 80px;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  border-radius: 0 0 8px 8px;
  background-color: #00DC87;
}
#investor.meeting .news-top .pic .date span {
  display: block;
  width: 100%;
}
#investor.meeting .news-top .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 40px;
}
#investor.meeting .news-top .txt .ti {
  margin: 0 0 24px 0;
  font-size: var(--list-ti);
  color: #002D37;
  font-weight: 500;
}
#investor.meeting .news-top .txt .ti a {
  color: #002D37;
}
#investor.meeting .news-top .txt .ti a:hover {
  color: #00DC87;
}
#investor.meeting .news-top .txt ul.data-list {
  margin-bottom: 20px;
}

.faq-list {
  padding: 32px 80px;
  border: #e1e1e1 solid 1px;
  border-radius: 8px;
}
.faq-list .item {
  padding: 20px 16px;
}
.faq-list .item:not(:last-child) {
  border-bottom: #d7d7d7 solid 1px;
}
.faq-list .item .que-box {
  position: relative;
  padding-right: 48px;
  font-size: 2.2rem;
  font-weight: 700;
  cursor: pointer;
  line-height: 1.4;
}
.faq-list .item .que-box::after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 7px;
  background: url(../images/menu_aw.svg) no-repeat 0 0;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.faq-list .item .que-box:hover {
  color: #00DC87;
}
.faq-list .item .ans-box {
  display: none;
  padding-top: 12px;
  font-size: 1.6rem;
}
.faq-list .item.is-on .que-box {
  color: #00DC87;
}
.faq-list .item.is-on .que-box::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 1024px) {
  #investor.contact .box-ti {
    margin-bottom: 80px;
  }
}
@media (max-width: 1279px) {
  .faq-list .item .que-box {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  #investor.meeting .news-top .pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border-radius: 8px;
  }
  #investor.meeting .news-top .txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 40px 32px;
  }
  .faq-list {
    padding: 24px 32px;
  }
  .faq-list .item {
    padding: 16px 12px;
  }
  .faq-list .item .que-box {
    padding-right: 36px;
  }
  .faq-list .item .que-box::after {
    top: 8px;
  }
}
@media (max-width: 767px) {
  #investor.meeting .news-top {
    margin-bottom: 40px;
  }
  #investor.meeting .news-top .pic .date {
    width: 80px;
    height: 65px;
    font-size: 1.8rem;
  }
  #investor.meeting .news-top .txt {
    padding: 24px 20px 20px;
  }
  #investor.meeting .news-top .txt .ti {
    margin-bottom: 20px;
  }
  .faq-list {
    padding: 12px 20px;
  }
  .faq-list .item {
    padding: 16px 8px;
  }
  .faq-list .item .que-box {
    font-size: 1.7rem;
  }
}
/* 404 */
#system .content {
  text-align: center;
}
#system .content .box-ti {
  margin-bottom: 0;
  font-size: 4.6rem;
}
#system .content .box-ti + p {
  margin-bottom: 24px;
  font-size: 2rem;
  font-weight: 500;
}
#system .content .box {
  margin: 0 auto;
  padding: 36px 24px;
  max-width: 660px;
  font-size: 1.7rem;
  border-radius: var(--border-r);
  background-color: #F2FBFA;
}

@media (max-width: 767px) {
  #system .content .box p br {
    display: none;
  }
}
/* ==== cookie ==== */
#onetrust-pc-sdk #ot-pc-desc,
#onetrust-pc-sdk #accept-recommended-btn-handler,
#onetrust-pc-sdk #ot-pc-title,
#onetrust-pc-sdk #ot-category-title,
#onetrust-pc-sdk .ot-cat-header {
  float: none !important;
}

/* ==== footer ==== */
/* 標題 */
.doDVWz {
  margin-bottom: 8px;
  font-size: 16px !important;
  color: rgb(175, 175, 175) !important;
  line-height: 1.5 !important;
}

/* link */
.kLTIWn a {
  font-size: 14px !important;
  color: rgb(225, 225, 225) !important;
  line-height: 1.43 !important;
}

/*  電子報 */
.bgMWZd {
  padding: 10px 12px !important;
  height: 42px;
  outline: none !important;
}

.fqDRzD {
  background-color: #00DC87 !important;
}

.hKphNy form a {
  color: rgb(175, 175, 175) !important;
}

.jOXkCQ {
  margin-top: 0 !important;
  font-weight: 500;
}

.kaAWIi {
  color: #002D37 !important;
  background-color: #00DC87 !important;
}
.kaAWIi:hover {
  background-color: rgb(202, 255, 0) !important;
}
.kaAWIi:disabled {
  background-color: rgb(175, 175, 175) !important;
  color: rgb(75, 75, 75) !important;
  cursor: not-allowed !important;
}

.iDbCkz a {
  color: rgb(175, 175, 175) !important;
}
.iDbCkz a:hover {
  color: rgb(255, 255, 255) !important;
}

.iDbCkz p {
  color: rgb(175, 175, 175) !important;
}

.cABtmT {
  bottom: 110% !important;
}

@media (max-width: 767px) {
  .fWxmWc {
    gap: 0 !important;
  }
  .kvYren {
    gap: 0 !important;
  }
  .doDVWz, .eFBVbd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    margin-bottom: 0px !important;
    min-height: 56px;
    font-size: 16px !important;
    color: rgb(175, 175, 175) !important;
    line-height: 1.5 !important;
    cursor: pointer;
  }
  .doDVWz::after, .eFBVbd::after {
    top: 50% !important;
    right: 4px;
    font-size: 14px !important;
    color: rgb(155, 155, 155) !important;
    -webkit-transform: translateY(-50%) rotate(90deg) !important;
        -ms-transform: translateY(-50%) rotate(90deg) !important;
            transform: translateY(-50%) rotate(90deg) !important;
  }
  .fihbwr a {
    font-size: 14px !important;
    color: rgb(225, 225, 225) !important;
  }
  .htXSsT {
    bottom: 110% !important;
  }
}