@import url(../css/splitting.css);
@import url(../css/editor.css);
:root {
  --header-h: 65px;
  --g-title: 1.875rem;
  --g-h2: 1.5rem;
  --g-h3: 1.56rem;
  --g-h4: 1.25rem;
  --g-txt: 1rem;
  --ease: cubic-bezier(0.585, 0.040, 0.345, 1.015);
}

@media only screen and (max-width: 1199px) {
  :root {
    --g-title: 1.65rem;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --g-title: 1.35rem;
    --g-h3: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --g-title: 1.25rem;
    --g-h3: 1rem;
    --g-h4: 1.125rem;
    --g-txt: 0.9375rem;
  }
}
/* color */
@font-face {
  font-family: "Noto Sans TC";
  src: url("../fonts/NotoSansTC-Regular.woff2") format("woff2"), url("../fonts/NotoSansTC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../fonts/NotoSansTC-Bold.woff2") format("woff2"), url("../fonts/NotoSansTC-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Reset*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

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

html {
  font-size: 16px;
}

body {
  width: 100%;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
  color: #000;
  font-family: "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
}

html,
body {
  margin: 0;
}

a, a:visited, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0;
}

img, a img {
  border: none;
  max-width: 100%;
  height: auto;
}

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

section, article, aside, footer, header, nav, main {
  display: block;
}

p {
  line-height: inherit;
}

ol.reset, ul.reset, li.reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

label {
  font-weight: inherit;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  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;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input:hover, input:active, input:hover, textarea:hover, textarea:active, textarea:hover, button:hover, button:active, button:hover, select:hover, select:active, select:hover, a:hover, a:active, a:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input:not([type=button]), input:not([type=submit]), input:not([type=reset]) {
  font-size: 16px !important;
}

textarea {
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: #888;
  font-size: 15px;
}

::-moz-placeholder {
  color: #888;
  font-size: 15px;
}

:-ms-input-placeholder, :-moz-placeholder {
  color: #888;
  font-size: 15px;
}

input:-moz-read-only {
  background: #eee;
  color: #666;
}

.input-style:-moz-read-only:focus {
  border: 1px solid #ddd;
}

.input-style:read-only:focus {
  border: 1px solid #ddd;
}

.textarea-style:-moz-read-only:focus {
  border: 1px solid #ddd;
}

.textarea-style:read-only:focus {
  border: 1px solid #ddd;
}

input:-moz-read-only {
  background: #eee;
  color: #666;
}

input:read-only {
  background: #eee;
  color: #666;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
  color: #ccc;
  font-size: 15px;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected, select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  background-color: #ededed !important;
  border: 1px solid #eee;
}

img,
input[type=image],
video,
embed,
iframe,
marquee,
object,
table {
  aspect-ratio: attr(width)/attr(height);
}

@media only screen and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
/* Button */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.lazyload {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

[data-scroll] {
  opacity: 0;
  will-change: transform, scale, opacity;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

[data-scroll=in] {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.splitting .char {
  color: transparent;
}
.splitting .char:after {
  visibility: visible;
  opacity: 0;
  -webkit-transform: translateY(30%);
      -ms-transform: translateY(30%);
          transform: translateY(30%);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-delay: calc(0.3s + 0.05s * var(--char-index));
       -o-transition-delay: calc(0.3s + 0.05s * var(--char-index));
          transition-delay: calc(0.3s + 0.05s * var(--char-index));
}

[data-scroll=in] .g-title .char:after {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  color: #333;
}
[data-scroll=in] .g-title .en .char:after {
  color: #004c97;
}
[data-scroll=in] .h3 .char:after {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  color: #004c97;
}
[data-scroll=in] .h3 .en .char:after {
  color: #004c97;
}

@-webkit-keyframes ani-light {
  0% {
    -webkit-box-shadow: 0px 0px 5px rgba(29, 172, 229, 0);
            box-shadow: 0px 0px 5px rgba(29, 172, 229, 0);
    border: 1px solid #fff;
  }
  39% {
    -webkit-box-shadow: 0px 0px 5px rgb(24, 178, 238);
            box-shadow: 0px 0px 5px rgb(24, 178, 238);
    border: 1px solid #004c97;
  }
  40% {
    -webkit-box-shadow: 0px 0px 5px rgb(24, 178, 238);
            box-shadow: 0px 0px 5px rgb(24, 178, 238);
    border: 1px solid #004c97;
  }
  100% {
    -webkit-box-shadow: 0px 0px 5px rgba(29, 172, 229, 0);
            box-shadow: 0px 0px 5px rgba(29, 172, 229, 0);
    border: 1px solid #fff;
  }
}

@keyframes ani-light {
  0% {
    -webkit-box-shadow: 0px 0px 5px rgba(29, 172, 229, 0);
            box-shadow: 0px 0px 5px rgba(29, 172, 229, 0);
    border: 1px solid #fff;
  }
  39% {
    -webkit-box-shadow: 0px 0px 5px rgb(24, 178, 238);
            box-shadow: 0px 0px 5px rgb(24, 178, 238);
    border: 1px solid #004c97;
  }
  40% {
    -webkit-box-shadow: 0px 0px 5px rgb(24, 178, 238);
            box-shadow: 0px 0px 5px rgb(24, 178, 238);
    border: 1px solid #004c97;
  }
  100% {
    -webkit-box-shadow: 0px 0px 5px rgba(29, 172, 229, 0);
            box-shadow: 0px 0px 5px rgba(29, 172, 229, 0);
    border: 1px solid #fff;
  }
}
@-webkit-keyframes ani_LR {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes ani_LR {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* Header */
#header {
  padding: 0 calc((100% - 1450px) / 2);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 99;
  background: #fff;
  -webkit-transition: height 0.3s ease, background 0.3s;
  -o-transition: height 0.3s ease, background 0.3s;
  transition: height 0.3s ease, background 0.3s;
}
#header h2 {
  display: none;
}
#header .logo {
  width: 125px;
  height: 35px;
  margin: 0 auto 0 0;
  -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
  -o-transition: opacity 0.3s ease, margin 0.3s ease;
  transition: opacity 0.3s ease, margin 0.3s ease;
}
#header .logo > a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/logo.png);
  font-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#header .menu > ul > li {
  position: relative;
}
#header .menu > ul > li > a {
  color: #000;
}
#header .menu ul li a {
  display: block;
  position: relative;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
  color: #000;
}
#header .right-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .right-menu .btn-lan {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-align: center;
  display: inline-block;
  position: relative;
  color: #000;
  padding: 0 1rem;
  font-size: 0.875rem;
}
#header .right-menu .btn-lan:first-child {
  border-right: 1px solid #ddd;
}
#header .right-menu .btn-lan svg {
  margin-right: 8px;
  vertical-align: middle;
}
#header .right-menu .btn-lan svg path {
  fill: #004c97;
}

.main::before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease 0.3s;
  -o-transition: opacity 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s;
}

.pc #header .menu > ul > li > a:hover {
  color: #004c97;
}
.pc #header .menu > ul > li > a + ul > li > a:hover {
  position: relative;
  border: 0;
  color: #fff;
}
.pc #header .right-menu .btn-lan:hover {
  color: #0080ff;
}

@media (min-width: 992px) {
  #header .menu-button {
    display: none;
  }
  #header .menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  #header .menu > ul > li > a {
    padding: 21px 20px;
    -webkit-transition: line-height 0.3s ease;
    -o-transition: line-height 0.3s ease;
    transition: line-height 0.3s ease;
  }
  #header .menu > ul > li > a:hover {
    color: #004c97;
  }
  #header .menu > ul > li ul {
    display: none;
    position: absolute;
    text-align: center;
    left: 50%;
    width: 230px;
    opacity: 0;
    background: #000;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  #header .menu > ul > li ul li {
    position: relative;
  }
  #header .menu > ul > li ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #header .menu > ul > li ul li.has-child::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 25px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 4px 6px;
  }
  #header .menu > ul > li ul li a {
    padding: 1rem;
    text-align: center;
    font-weight: normal;
    color: #fff;
  }
  #header .menu > ul > li ul li a:hover {
    background: #004c97;
  }
  #header .menu > ul > li > ul {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #header .menu > ul > li > ul > li > ul {
    left: 100%;
    top: 0;
    background: #ccc;
  }
  #header .menu > ul > li > ul > li > ul > li > a {
    color: #000;
  }
  #header .menu > ul > li > ul > li > ul > li > a:hover {
    background: #fff;
  }
  #header .menu > ul li:hover > ul {
    display: block;
    opacity: 1;
    -ms-flex-item-align: hover;
        align-self: hover;
    color: #fff;
  }
  #header .cover {
    display: none !important;
  }
  #header.is-scroll {
    background: #000;
  }
  #header.is-scroll .logo > a {
    background-image: url(../images/logo_w.png);
  }
  #header.is-scroll .menu > ul > li > a {
    color: #fff;
  }
  #header.is-scroll .menu > ul > li > a:hover {
    color: #004c97;
  }
  #header.is-scroll .menu > ul > li.current > a {
    border-bottom: 3px solid #004c97;
  }
  #header.is-scroll .right-menu .btn-lan {
    color: #ccc;
  }
  #header.is-scroll .right-menu .btn-lan:nth-child(1) {
    color: #fff;
  }
}
@media (max-width: 1480px) {
  #header {
    padding: 0 2rem;
  }
  #header .menu > ul > li:not(:last-child)::after {
    right: -1rem;
  }
}
@media (max-width: 1199px) {
  #header {
    padding: 0 3rem;
  }
  #header .menu > ul {
    gap: 0.5rem;
  }
}
@media (max-width: 991px) {
  #header {
    gap: 1rem;
    padding: 1rem 3rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  #header .menu-button {
    width: 25px;
    height: 25px;
    display: block;
    font-size: 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    z-index: 102;
    color: #222;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: transparent;
  }
  #header .menu-button span {
    position: relative;
    display: block;
    width: 22px;
    height: 2px;
    background: #000;
  }
  #header .menu-button span:before, #header .menu-button span:after {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25px;
    height: 2px;
    right: 0;
    padding: 0;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    background: #000;
    -webkit-transition: 0.3s var(--ease);
    -o-transition: 0.3s var(--ease);
    transition: 0.3s var(--ease);
  }
  #header .menu-button span::before {
    top: -10px;
  }
  #header .menu-button span::after {
    bottom: -10px;
  }
  #header .menu-button.on {
    position: absolute;
    top: 1.2rem;
    right: 18vw;
  }
  #header .menu-button.on > span {
    height: 0;
  }
  #header .menu-button.on > span:before {
    top: 0px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #header .menu-button.on > span:after {
    top: 0px;
    background: #fff;
    bottom: unset;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #header .menu-wrap {
    position: fixed;
    padding: 3rem 0;
    width: 85vw;
    top: 0;
    left: -99999px;
    right: 99999px;
    bottom: 0;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    background-color: #004c97;
    z-index: 101;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateX(-1rem);
        -ms-transform: translateX(-1rem);
            transform: translateX(-1rem);
    -webkit-transition: opacity 0.3s ease-in-out, left 0s 0.3s, right 0s 0.3s, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, left 0s 0.3s, right 0s 0.3s, -webkit-transform 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, left 0s 0.3s, right 0s 0.3s;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, left 0s 0.3s, right 0s 0.3s;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, left 0s 0.3s, right 0s 0.3s, -webkit-transform 0.3s ease-in-out;
  }
  #header .menu {
    overflow-y: auto;
    height: 100%;
  }
  #header .menu > ul {
    display: block;
    padding: 3% 0;
    gap: 0;
  }
  #header .menu > ul li a {
    padding: 1rem 1.5rem;
  }
  #header .menu > ul li.has-child {
    position: relative;
  }
  #header .menu > ul li.has-child::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-style: solid;
    border-color: #888;
    border-width: 2px 2px 0 0;
    position: absolute;
    color: #004c97;
    right: 1.5rem;
    top: 25px;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  #header .menu > ul li.on::after {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #header .menu > ul li ul {
    display: none;
  }
  #header .menu > ul > li {
    width: 100%;
    opacity: 0;
    border-bottom: rgba(150, 150, 150, 0.2) 1px solid;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #header .menu > ul > li.current > a {
    color: #fff;
  }
  #header .menu > ul > li > a {
    color: #ccc;
  }
  #header .menu > ul > li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  #header .menu > ul > li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  #header .menu > ul > li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #header .menu > ul > li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  #header .menu > ul > li:nth-child(5) {
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  #header .menu > ul > li:nth-child(6) {
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  #header .menu > ul > li:nth-child(7) {
    -webkit-transition-delay: 0.7s;
         -o-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  #header .menu > ul > li ul {
    background: #efefef;
    padding: 1rem 0;
  }
  #header .menu > ul > li ul li a {
    padding: 0.5rem 1.5rem;
  }
  #header .menu > ul > li ul li.has-child::after {
    top: 15px;
  }
  #header .menu > ul > li ul li.current > a {
    color: #004c97;
  }
  #header .menu > ul > li ul li ul {
    background: #fff;
  }
  .show-menu #header .menu-wrap {
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .show-menu #header .menu > ul > li {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  #header {
    padding: 1rem 1.5rem;
    gap: 0.5rem;
  }
  #header .right-menu .btn-lan {
    padding: 0 10px;
  }
}
.show-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.show-menu .main {
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  ransition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  max-width: 100vw;
}

.cover {
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.8);
}

/* Footer */
#footer {
  position: relative;
  background: #000000;
  color: #999999;
  padding: 3% 0;
  z-index: 1;
}
#footer a {
  color: #999999;
  display: inline-block;
}
#footer .flex-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .footer-ti {
  display: block;
  color: #fff;
}
#footer .logo-wrap {
  width: 360px;
  padding-right: 2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .logo-wrap .logo {
  display: inline-block;
}
#footer .logo-wrap .logo img {
  display: block;
}
#footer .logo-wrap .copyright {
  padding: 1rem 0;
  width: 100%;
  color: #fff;
  line-height: 2;
}
#footer .logo-wrap .copyright .grnet {
  display: inline-block;
  color: #424242;
}
#footer .logo-wrap .copyright .grnet a {
  color: #424242;
}
#footer .right-wrap {
  padding-left: 3rem;
  width: calc(100% - 360px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .right-wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1rem;
}
#footer .right-wrap > div .footer-ti {
  width: 100px;
}
#footer .right-wrap > div .ul-list {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .right-wrap > div .ul-list > li {
  display: block;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
#footer .right-wrap > div .ul-list > li:nth-child(odd) {
  width: 21%;
}
#footer .right-wrap > div .ul-list > li:nth-child(even) {
  width: 29%;
}
#footer .right-wrap > div .ul-list > li a {
  display: block;
  color: #aaaaaa;
}
#footer .right-wrap > a {
  margin-right: 1rem;
}
#footer .right-wrap > a.amax {
  color: #fff;
  font-weight: bold;
}
#footer .right-wrap .social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
#footer .right-wrap .social-link a {
  font-size: 1.25rem;
  color: #fff;
}

.pc #footer a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1366px) {
  #footer {
    padding: 3rem 0;
  }
  #footer .right-wrap {
    padding-left: 2rem;
    gap: 1.5rem;
  }
  #footer .right-wrap > div .ul-list > li {
    padding: 0 0.5rem;
  }
  #footer .right-wrap > a {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1050px) {
  #footer .logo-wrap {
    width: 330px;
  }
  #footer .right-wrap {
    width: calc(100% - 330px);
  }
}
@media only screen and (max-width: 991px) {
  #footer {
    font-size: 0.9375rem;
  }
  #footer .flex-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #footer .right-wrap {
    width: 100%;
  }
  #footer .right-wrap > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .right-wrap > div .footer-ti {
    width: 100%;
    margin-bottom: 1rem;
  }
  #footer .right-wrap > div .ul-list {
    width: 100%;
    line-height: 1.5;
  }
  #footer .right-wrap > div .ul-list > li {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .logo-wrap {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #footer .logo-wrap .logo {
    width: 33%;
  }
  #footer .right-wrap {
    width: 100%;
    padding: 1rem 0;
    gap: 1rem;
  }
  #footer .right-wrap > div .ul-list > li {
    width: 50%;
    margin-bottom: 5px;
  }
  #footer .right-wrap > div .ul-list > li:nth-child(odd) {
    width: 50%;
  }
  #footer .right-wrap > div .ul-list > li:nth-child(even) {
    width: 50%;
  }
}
/*Top */
.go-top {
  color: #fff;
  font-size: 9px;
  position: fixed;
  width: 48px;
  height: 48px;
  line-height: 60px;
  bottom: -80px;
  border-radius: 50%;
  right: 2%;
  cursor: pointer;
  text-align: center;
  z-index: 100;
  background: #004c97;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: bottom 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: bottom 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  -o-transition: bottom 0.5s, transform 0.5s, background-color 0.5s;
  transition: bottom 0.5s, transform 0.5s, background-color 0.5s;
  transition: bottom 0.5s, transform 0.5s, background-color 0.5s, -webkit-transform 0.5s;
}
.go-top::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 6px 4px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
}
.go-top.is-scroll {
  bottom: 7%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.pc .go-top:hover::before {
  top: 10px;
}

@media only screen and (max-width: 1199px) {
  .go-top.is-scroll {
    bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .go-top {
    right: 1rem;
  }
  .go-top.is-scroll {
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .go-top.is-scroll {
    bottom: 10px;
  }
}
/* Container */
.g-wrap {
  max-width: 100vw;
  overflow-x: hidden;
  padding-top: var(--header-h);
}

.container {
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-1500 {
  width: 100%;
  max-width: calc(1500px + 4rem);
  padding: 0 2rem;
  margin: 0 auto;
}

.container-1400 {
  width: 100%;
  max-width: calc(1400px + 4rem);
  padding: 0 2rem;
  margin: 0 auto;
}

.container-1100 {
  width: 100%;
  max-width: calc(1100px + 4rem);
  padding: 0 2rem;
  margin: 0 auto;
}

.container-1200 {
  width: 100%;
  max-width: calc(1200px + 4rem);
  padding: 0 2rem;
  margin: 0 auto;
}

.container-1300 {
  width: 100%;
  max-width: calc(1300px + 4rem);
  padding: 0 2rem;
  margin: 0 auto;
}

.page-wrap {
  position: relative;
  padding-top: 4%;
  padding-bottom: 4%;
  z-index: 5;
}

.white-bg {
  background: #fff;
  padding: 5%;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .container-1500,
  .container-1400 {
    max-width: 100%;
  }
  .white-bg {
    width: 90%;
  }
}
@media (max-width: 1366px) {
  .container-1300,
  .container-1200,
  .container-1100 {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .page-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box {
  color: #222222;
  display: block;
}
.box .pic-box {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.box .pic-box img {
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}
.box .txt-box > * {
  margin-bottom: 0.8rem;
}
.box .h3 {
  font-size: 1.0625rem;
  color: #000;
  -webkit-transition: color 0.3s var(--ease);
  -o-transition: color 0.3s var(--ease);
  transition: color 0.3s var(--ease);
  font-weight: normal;
}

.pc .box:hover .pic-box img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.pc .box:hover .h3 {
  color: #004c97;
}

@media (max-width: 991px) {
  .box .txt-box > * {
    margin-bottom: 0.3rem;
  }
  .box .txt-box .h3 {
    font-size: 1rem;
  }
}
.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap .left-box,
.flex-wrap .right-box {
  width: 50%;
}

.g-txt {
  font-size: var(--g-txt);
  line-height: 2;
  color: #444444;
}

.download-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 1rem;
  -webkit-transition: color 0.3s, background 0.3s;
  -o-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.download-box .g-h4 {
  color: #000;
  padding-right: 1rem;
  width: calc(100% - 50px);
}
.download-box .g-h4 .small {
  display: block;
  color: #444;
  font-size: 1.0625rem;
}

.pc .download-box:hover {
  background: #004c97;
  border: 1px solid #004c97;
}
.pc .download-box:hover .g-h4 {
  color: #fff;
}
.pc .download-box:hover .g-h4 .small {
  color: #fff;
}
.pc .download-box:hover .btn-download {
  background-image: url(../images/icon_download_w.svg);
  background-color: #004c97;
}

@media (max-width: 991px) {
  .download-box .g-h4 .small {
    font-size: 0.9375rem;
  }
}
.table-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
}
.table-top .table-h3 {
  font-weight: bold;
  position: relative;
  font-size: var(--g-h2);
  padding-left: 1.5rem;
  margin: 0 auto 0 0;
  font-family: Arial, Helvetica, sans-serif;
}
.table-top .table-h3::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -5px;
  border-color: transparent transparent transparent #0069aa;
  border-style: solid;
  border-width: 6px 10px;
}
.table-top .table-des {
  color: #777;
}

@media (max-width: 767px) {
  .table-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .table-top .table-h3 {
    font-size: 1.125rem;
  }
}
.g-social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.g-social-link ul {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.g-social-link ul li {
  font-size: 0;
}
.g-social-link ul li a {
  display: block;
  position: relative;
  line-height: 45px;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-transition: color 0.3s cubic-bezier(0.5, 0, 0.3, 0.5), background-color 0.3s cubic-bezier(0.5, 0, 0.3, 0.5);
  -o-transition: color 0.3s cubic-bezier(0.5, 0, 0.3, 0.5), background-color 0.3s cubic-bezier(0.5, 0, 0.3, 0.5);
  transition: color 0.3s cubic-bezier(0.5, 0, 0.3, 0.5), background-color 0.3s cubic-bezier(0.5, 0, 0.3, 0.5);
  color: #fff;
  background: #004c97;
}
.g-social-link ul li a:before {
  content: "";
  display: block;
  font-size: 1rem;
}
.g-social-link ul li .fb:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f39e";
}
.g-social-link ul li .ig:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f16d";
}
.g-social-link ul li .twitter:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
}

.pc .g-social-link ul li a:hover {
  border: 0;
}
.pc .g-social-link ul li a:hover:before {
  color: #fff;
}
.pc .g-social-link ul li .fb:hover {
  background: #0078d7;
}
.pc .g-social-link ul li .line:hover {
  background-color: #00c300;
  background-image: url(../images/icon_line_w.svg);
}
.pc .g-social-link ul li .ig:hover {
  background: rgb(64, 93, 230);
  background: -o-linear-gradient(31deg, rgb(64, 93, 230) 0%, rgb(225, 48, 108) 46%, rgb(252, 175, 69) 85%);
  background: linear-gradient(59deg, rgb(64, 93, 230) 0%, rgb(225, 48, 108) 46%, rgb(252, 175, 69) 85%);
}
.pc .g-social-link ul li .view:hover {
  background-color: #004c97;
}

/* Title */
.g-title {
  position: relative;
  font-weight: bold;
  font-size: var(--g-title);
  margin-bottom: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.65;
}

.g-h2 {
  line-height: 1.65;
  font-weight: bold;
  position: relative;
  font-size: var(--g-h2);
  padding: 0 0 1rem 1rem;
  border-bottom: 1px solid #ddd;
  font-family: Arial, Helvetica, sans-serif;
}
.g-h2.aw::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -15px;
  border-color: transparent transparent transparent #004c97;
  border-style: solid;
  border-width: 6px 10px;
}
.g-h2.aw::after {
  content: "";
  width: 110px;
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #004c97;
}

.g-h3 {
  font-size: var(--g-h3);
  line-height: 1.65;
}

.g-h4 {
  font-size: var(--g-h4);
  line-height: 1.5;
}

@media only screen and (max-width: 991px) {
  .g-title {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .g-title {
    margin-bottom: 1rem;
  }
}
.btn-main {
  color: #fff;
  background-color: #004c97;
  border-radius: 0px;
  height: 50px;
  line-height: 46px;
  width: 150px;
  border-style: solid;
  border-width: 1px;
  border-color: #004c97;
  display: inline-block;
  text-align: center;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0 25px;
  -webkit-transition: 0.3s var(--ease);
  -o-transition: 0.3s var(--ease);
  transition: 0.3s var(--ease);
  overflow: hidden;
  letter-spacing: 1px;
  font-weight: bold;
}

.btn-reset {
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  height: 60px;
  line-height: 56px;
  width: 210px;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  display: inline-block;
  text-align: center;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0 25px;
  -webkit-transition: 0.3s var(--ease);
  -o-transition: 0.3s var(--ease);
  transition: 0.3s var(--ease);
  overflow: hidden;
  letter-spacing: 1px;
  font-weight: bold;
}

.btn-submit {
  color: #fff;
  background-color: #004c97;
  border-radius: 0px;
  height: 60px;
  line-height: 56px;
  width: 210px;
  border-style: solid;
  border-width: 1px;
  border-color: #004c97;
  display: inline-block;
  text-align: center;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0 25px;
  -webkit-transition: 0.3s var(--ease);
  -o-transition: 0.3s var(--ease);
  transition: 0.3s var(--ease);
  overflow: hidden;
  letter-spacing: 1px;
  font-weight: bold;
}

.btn-discover {
  display: inline-block;
  width: 355px;
  height: 60px;
  line-height: 60px;
  position: relative;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 2px;
  color: #004c97;
  overflow: hidden;
  -webkit-transition: color 0.5s ease 0.5s, padding 0.5s 0.5s;
  -o-transition: color 0.5s ease 0.5s, padding 0.5s 0.5s;
  transition: color 0.5s ease 0.5s, padding 0.5s 0.5s;
}
.btn-discover::before, .btn-discover::after {
  content: "";
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.btn-discover::before {
  background: #efefef;
  width: 100%;
  z-index: -2;
}
.btn-discover::after {
  width: 35%;
  background: #004c97;
  z-index: -1;
  -webkit-transition: width 0.5s ease, height 0.3s ease 0.5s;
  -o-transition: width 0.5s ease, height 0.3s ease 0.5s;
  transition: width 0.5s ease, height 0.3s ease 0.5s;
}
.btn-discover span {
  position: absolute;
  right: 0px;
  width: 30px;
  height: 2px;
  background: #004c97;
  top: 50%;
  display: block;
  -webkit-transition: right 0.5s 0.5s, background 0.3s ease 0.5s;
  -o-transition: right 0.5s 0.5s, background 0.3s ease 0.5s;
  transition: right 0.5s 0.5s, background 0.3s ease 0.5s;
}
.btn-discover span::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -5px;
  border-color: transparent transparent transparent #004c97;
  border-style: solid;
  border-width: 5px 10px;
  -webkit-transition: border-color 0.5s 0.5s;
  -o-transition: border-color 0.5s 0.5s;
  transition: border-color 0.5s 0.5s;
}

.pc .btn-main:hover {
  color: #fff;
  background-color: #000;
  border-radius: 0px;
  height: 50px;
  line-height: 46px;
  width: 150px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  display: inline-block;
  text-align: center;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0 25px;
  -webkit-transition: 0.3s var(--ease);
  -o-transition: 0.3s var(--ease);
  transition: 0.3s var(--ease);
  overflow: hidden;
  letter-spacing: 1px;
  font-weight: bold;
}
.pc .btn-reset:hover {
  background: #1f1f1f;
}
.pc .btn-submit:hover {
  background: #00376e;
}
.pc .btn-discover:hover {
  color: #fff;
  padding-left: 50px;
}
.pc .btn-discover:hover::after {
  width: 100%;
  height: 60px;
  -webkit-transition: 0;
  -o-transition: 0;
  transition: 0;
}
.pc .btn-discover:hover span {
  background: #fff;
  right: 50px;
}
.pc .btn-discover:hover span::after {
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 767px) {
  .btn-reset,
  .btn-submit {
    letter-spacing: 0;
    width: calc((100% - 8px) / 2);
  }
  .btn-discover {
    width: 180px;
    letter-spacing: 0;
  }
  .btn-discover span {
    width: 18px;
    right: 2px;
  }
  .btn-discover span::after {
    border-width: 4px 9px;
    right: -12px;
    margin-top: -4px;
  }
}
.btn-download {
  cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: url(../images/icon_download.svg);
  background-repeat: no-repeat;
  background-color: #eeeeee;
  background-position: center center;
}
.btn-download:hover {
  background-image: url(../images/icon_download_w.svg);
  background-color: #004c97;
}

.btn-video {
  cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: url(../images/icon_video.svg);
  background-repeat: no-repeat;
  background-color: #eeeeee;
  background-position: center center;
}
.btn-video:hover {
  background-image: url(../images/icon_video_w.svg);
  background-color: #004c97;
}

/* Button Wrap*/
.btn-wrap {
  margin: 2rem auto;
}

.btn-wrap-center {
  margin: 2rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

.btn-wrap-right {
  text-align: right;
  margin: 2rem auto;
}

@media screen and (max-width: 767px) {
  .btn-wrap,
  .btn-wrap-center,
  .btn-wrap-right {
    margin: 1rem auto;
  }
  .btn-wrap-center {
    gap: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.system-info {
  text-align: center;
  margin: 0 auto;
  padding: 5vh 0;
  line-height: 2;
  letter-spacing: 2px;
  padding: 8vh 0;
  color: #000;
}

.system-info i {
  font-size: 1.5rem;
  display: block;
  margin: 0 auto 10px;
  color: #efefef;
}

.system-info .icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto 2rem;
  border-radius: 90px;
  text-align: center;
  border: 1px solid #f6f6f6;
  font-size: 4rem;
  font-weight: bold;
  color: #f6f6f6;
}

.top-menu {
  padding: 0 calc((100% - 1500px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #efefef;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  position: relative;
  z-index: 10;
}

/* Aside Nav */
.aside-nav {
  position: relative;
  z-index: 10;
}
.aside-nav .cate-wrap {
  text-align: center;
  -webkit-transition: -webkit-transform 1s 0.2s;
  transition: -webkit-transform 1s 0.2s;
  -o-transition: transform 1s 0.2s;
  transition: transform 1s 0.2s;
  transition: transform 1s 0.2s, -webkit-transform 1s 0.2s;
}
.aside-nav .cate-wrap .ul-list {
  background: #fff;
}
.aside-nav .cate-wrap .ul-list li a {
  display: block;
  font-size: 1.125rem;
  color: #333;
}
.aside-nav.fixed {
  position: fixed;
  top: var(--header-h);
  left: 0;
  right: 0;
  z-index: 98;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0;
  border-bottom: 0;
}
.aside-nav.fixed::after {
  display: none;
}
.aside-nav.fixed + article {
  padding-top: var(--header-h);
}
.aside-nav.fixed .cate-wrap .ul-list {
  background-color: #efefef;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 992px) {
  .toggle {
    display: none;
  }
  .aside-nav .cate-wrap .ul-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .aside-nav .cate-wrap .ul-list > li {
    position: relative;
    padding: 0 30px;
  }
  .aside-nav .cate-wrap .ul-list > li > a {
    position: relative;
    display: block;
    padding: 1.5rem 0;
  }
  .aside-nav .cate-wrap .ul-list > li:hover > a {
    color: #004c97;
  }
  .aside-nav .cate-wrap .ul-list > li.current a::after {
    content: "";
    width: 100%;
    display: block;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #004c97;
  }
}
@media only screen and (max-width: 1199px) {
  .aside-nav .cate-wrap .ul-list > li {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .top-menu {
    margin-top: -50px;
  }
  .page-wrap .aside-nav {
    width: 100%;
    margin-bottom: 1rem;
  }
  .page-wrap .aside-nav .toggle {
    background: #666;
    border-radius: 3px;
    height: 44px;
    line-height: 44px;
  }
  .page-wrap .aside-nav .toggle::after {
    height: 44px;
    line-height: 44px;
  }
  .aside-nav {
    width: 250px;
  }
  .aside-nav.fixed {
    background: transparent;
  }
  .aside-nav.fixed .toggle {
    margin: 0 auto;
  }
  .aside-nav .cate-wrap {
    position: relative;
  }
  .aside-nav .cate-wrap > .ul-list {
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid #efefef;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .aside-nav .cate-wrap > .ul-list > li:not(:last-child) {
    border-bottom: 1px solid #efefef;
  }
  .aside-nav .cate-wrap > .ul-list > li > a {
    font-size: 1rem;
    line-height: 50px;
  }
  .toggle {
    width: 100%;
    margin: 1rem auto;
    height: 50px;
    line-height: 50px;
    padding: 0 50px 0 25px;
    cursor: pointer;
    position: relative;
    margin: 0;
    color: #fff;
    -webkit-transition: border-radius 0.3s;
    -o-transition: border-radius 0.3s;
    transition: border-radius 0.3s;
    background: #000;
  }
  .toggle:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    width: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    color: #fff;
    font-size: 0.8rem;
  }
  .toggle.on {
    background: #004c97;
  }
  .toggle.on:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
  }
}
@media only screen and (max-width: 767px) {
  .top-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 0;
  }
  .aside-nav {
    width: 100%;
  }
}
.second-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 1rem;
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 10;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
}
.second-list > li a {
  display: block;
  padding: 15px 30px;
  line-height: 1.2;
  color: #000;
}
.second-list > li.has-child > a {
  position: relative;
}
.second-list > li.has-child > a:after {
  position: absolute;
  right: 0px;
  top: 0;
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  width: 30px;
  line-height: 50px;
  pointer-events: none;
  color: #000;
  font-size: 0.8rem;
}
.second-list > li.has-child.on > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0de";
}
.second-list > li.current > a {
  background: #004c97;
  color: #fff;
}
.second-list > li.current > a:after {
  color: #fff;
}
.second-list > li > ul {
  display: none;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  border-top: 0;
  background: #f6f6f6;
}
.second-list > li > ul > li a {
  padding: 12px;
}
.second-list > li > ul > li a:hover {
  color: #004c97;
}

.pc .second-list > li:hover:not(.current) > a {
  color: #004c97;
}

@media only screen and (min-width: 992px) {
  .second-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .second-list > li {
    position: relative;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    max-width: 175px;
    min-width: 175px;
    display: table-row;
    text-align: center;
  }
  .second-list > li:last-child {
    border-right: 1px solid #ddd;
  }
  .second-list > li > a {
    max-width: 175px;
    min-width: 175px;
    line-height: 1.2;
    padding: 0 25px;
    height: 52px;
    display: table-cell;
    vertical-align: middle;
  }
  .second-list > li > ul > li:not(:last-child) {
    border-bottom: 1px solid #dedede;
  }
}
@media only screen and (max-width: 991px) {
  .second-list {
    display: none;
    border: 1px solid #efefef;
    position: absolute;
    width: 100%;
    z-index: 10;
  }
  .second-list > li:not(:last-child) {
    border-bottom: 1px solid #efefef;
  }
  .second-list > li > ul {
    width: 100%;
    position: relative;
  }
  .second-list > li.current > a {
    background: #fff;
    color: #004c97;
  }
  .second-list > li.current > a::after {
    color: #004c97;
  }
}
/*Page Banner */
.p-banner {
  position: relative;
  aspect-ratio: 1920/415;
  overflow: hidden;
}
.p-banner .banner-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-banner .banner-txt .g-title {
  margin: 0;
  color: #fff;
}
.p-banner .banner-txt .g-title .en {
  font-weight: normal;
  display: block;
  font-size: 0.9375rem;
}
.p-banner .banner-txt[data-scroll=in] .char:after {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .p-banner {
    aspect-ratio: 800/415;
  }
}
.p-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  list-style: none;
  margin: 0 0 0 auto;
}
.p-breadcrumb > li > a {
  display: block;
  color: #aaaaaa;
  padding: 1.5rem 0;
  -webkit-transition: color 0.5s var(--ease);
  -o-transition: color 0.5s var(--ease);
  transition: color 0.5s var(--ease);
}
.p-breadcrumb > li > a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-right: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 0.7rem;
  position: relative;
  z-index: -1;
}

.pc .p-breadcrumb li a:hover {
  color: #004c97;
}

@media only screen and (max-width: 1500px) {
  .p-breadcrumb {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-breadcrumb {
    padding: 0 1.5rem;
  }
  .p-breadcrumb > li > a {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-breadcrumb {
    width: 100%;
    font-size: 0.9375rem;
  }
  .p-breadcrumb > li > a {
    padding: 10px 0;
  }
  .p-breadcrumb > li > a:after {
    width: 5px;
    height: 5px;
    margin: 0 7px;
  }
}
/* star */
.star::before {
  content: "*";
  color: #004c97;
  font-size: 1.0625rem;
  position: absolute;
  top: 5px;
  left: -1rem;
}

/* LABEL */
.label-style {
  font-size: 1rem;
  margin: 0;
  line-height: 55px;
  display: block;
  width: 80px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  position: absolute;
  left: 1.5rem;
}

@media (max-width: 767px) {
  .label-style {
    left: 0;
    line-height: 35px;
    -moz-text-align-last: unset;
         text-align-last: unset;
  }
}
/* TEXT */
.input-style {
  background-color: #fff;
  height: 55px;
  line-height: 48px;
  padding: 0 15px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
}
.input-style:focus {
  border: 1px solid #004c97;
}

@media (max-width: 767px) {
  .input-style {
    height: 40px;
    line-height: 38px;
  }
}
/* TEXTAREA */
.textarea-style {
  background: #fff;
  padding: 10px 15px;
  width: 100%;
  display: block;
  outline: none;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: border 0.15s, height 0.15s;
  -o-transition: border 0.15s, height 0.15s;
  transition: border 0.15s, height 0.15s;
}
.textarea-style:focus {
  border: 1px solid #004c97;
}

.select-style {
  position: relative;
  height: 55px;
  line-height: 48px;
  padding: 0 15px;
  border-radius: 3px;
  border: 0;
  background-color: #f6f6f6;
  display: inline-block;
  background-image: url(../images/sort-down.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
}

@media (max-width: 991px) {
  .select-style {
    height: 40px;
    line-height: 38px;
  }
}
/* FORM - BOX */
.form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}

.form-box {
  display: block;
  position: relative;
  padding: 0 0 0 120px;
  color: #222;
  margin: 0 0 2rem;
}
.form-box.form-half {
  width: calc((100% - 2rem) / 2);
}
.form-box.form-sex {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 1.5rem;
  position: relative;
}
.form-box.form-sex .form-gp {
  width: 130px;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.form-box.form-sex .input-style {
  padding-right: 150px;
}

@media (max-width: 1199px) {
  .form-wrap {
    gap: 1rem;
  }
  .form-wrap.form-half {
    width: calc((100% - 1rem) / 2);
  }
}
@media (max-width: 991px) {
  .form-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
  .form-box {
    margin: 0 auto 15px;
  }
  .form-box.form-half {
    width: 100%;
    margin: 0 auto 15px;
  }
}
@media (max-width: 767px) {
  .form-box {
    padding-left: 80px;
  }
  .form-box.form-sex {
    padding-left: 80px;
  }
  .form-box.form-sex .input-style {
    padding: 0 15px;
  }
  .form-box.form-sex .form-gp {
    position: relative;
    width: 100%;
    bottom: 0;
    right: 0;
  }
}
/* CODE */
.form-box.code {
  padding-right: 205px;
}
.form-box.code .codeimg {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding-right: 55px;
  height: 55px;
  width: 180px;
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.form-box.code .codeimg::before {
  content: "";
  width: 55px;
  height: 55px;
  background: #434343;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
}
.form-box.code .codeimg::after {
  color: #fff;
  position: absolute;
  display: block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  top: 0px;
  right: 0px;
  content: "\f2f1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
}
.form-box.code .codeimg img {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .form-box.code {
    padding-right: 0;
  }
  .form-box.code .codeimg {
    position: relative;
    margin-top: 8px;
    width: 100%;
    height: 40px;
    padding-right: 40px;
  }
  .form-box.code .codeimg::before, .form-box.code .codeimg::after {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
/* RADIO */
.radio-style {
  line-height: 30px;
  display: inline-block;
  font-weight: normal;
  font-size: 1rem;
  margin-right: 8px;
  white-space: nowrap;
  cursor: pointer;
  color: #888888;
}
.radio-style input {
  outline: none;
  z-index: -100 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0.9375rem;
}
.radio-style input + span {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #959595;
  background: transparent;
  width: 16px;
  height: 16px;
  padding: 3px;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
}
.radio-style input + span i {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: background 0.12s;
  -o-transition: background 0.12s;
  transition: background 0.12s;
}
.radio-style input:checked + span, .radio-style input:active + span {
  border: 1px solid #004c97;
}
.radio-style input:checked + span i, .radio-style input:active + span i {
  background: #004c97;
}

.pc .radio-style:hover input:not(:checked) + span i {
  background: #004c97;
}

#governance .select-style {
  width: 180px;
  height: 40px;
  line-height: 40px;
}
#governance #shareholders .list {
  gap: 2rem;
}
#governance #shareholders .list .download-box {
  width: calc((100% - 4rem) / 3);
}
#governance #shareholders .list .download-box .g-h4 {
  width: calc(100% - 50px - 50px);
  padding-left: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#governance #shareholders .list .download-box .icon {
  width: 50px;
  height: 50px;
  background-image: url(../images/icon_shareholders_year.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.pc #governance #shareholders .list .download-box:hover .icon {
  background-image: url(../images/icon_shareholders_year_w.svg);
}

/* #governance #shareholders .theme-wrap {
  overflow: auto;
  padding-bottom: 20px;
}
#governance #shareholders .theme-wrap .norwd {
  width: 1400px;
} */

#governance #shareholders .rwd-table .td-box .td:first-child:before {
  content: '';
}

#governance #shareholders .rwd-table .th-box .th,
#governance #shareholders .rwd-table .td-box .td {
  padding: 20px 5px;
}

@media (max-width: 1199px) {
  #governance #shareholders .list .download-box {
    width: calc((100% - 2rem) / 2);
  }
}
@media (max-width: 991px) {
  #governance #shareholders .list {
    gap: 1rem;
  }
  #governance #shareholders .list .download-box {
    width: calc((100% - 1rem) / 2);
  }
  #governance #shareholders .btn-download {
    width: 25px; height: 25px;
    background-size: 50%;
  }
  /* #governance #shareholders .theme-wrap .norwd {
    width: 100%;
  } */
}
@media (max-width: 767px) {
  #governance #shareholders .list {
    gap: 10px;
    padding: 1rem;
  }
  #governance #shareholders .list .download-box {
    width: 100%;
  }
}

