@charset "UTF-8";
::view-transition-group(root) {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lazyload {
  opacity: 0;
}

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

@-webkit-keyframes pro_ani {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes pro_ani {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-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);
  }
}
@-webkit-keyframes circle-draw {
  80% {
    stroke-dashoffset: 0;
  }
}
@keyframes circle-draw {
  80% {
    stroke-dashoffset: 0;
  }
}
/* Animation */
@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes gotop-ani {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  55% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes gotop-ani {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  55% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansTC";
  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: "NotoSansTC";
  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 {
  font-family: "Roboto", "NotoSansTC", sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
  color: #333333;
}

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 {
  color: #333;
}
select::-ms-expand {
  display: none;
}

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

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

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

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: 14px;
}

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 (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;
  }
}
/* color */
:root {
  --g-gap: clamp(0.375rem, 0.2157rem + 0.6536vw, 1rem);
  --g-ti: clamp(1.5625rem, 1.1324rem + 1.7647vw, 3.25rem);
  --g-h3: clamp(1rem, 0.9363rem + 0.2614vw, 1.25rem);
  --g-txt: clamp(0.9375rem, 0.9216rem + 0.0654vw, 1rem);
  --swiper-pagination-color: #253982;
  --swiper-theme-color: #253982;
  --swiper-pagination-bullet-horizontal-gap: 0;
  --ease: cubic-bezier(0.585, 0.040, 0.345, 1.015);
}

.h6 {
  font-size: 1rem;
}

.h5 {
  font-size: 2rem;
}

.h4 {
  font-size: 3rem;
}

.h3 {
  font-size: 4rem;
}

.h2 {
  font-size: 5rem;
}

.h1 {
  font-size: 6rem;
}

@media (max-width: 1366px) {
  .h6 {
    font-size: 1rem;
  }
  .h5 {
    font-size: 1.6rem;
  }
  .h4 {
    font-size: 2.2rem;
  }
  .h3 {
    font-size: 2.8rem;
  }
  .h2 {
    font-size: 3.4rem;
  }
  .h1 {
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  .h6 {
    font-size: 1rem;
  }
  .h5 {
    font-size: 1.5rem;
  }
  .h4 {
    font-size: 2rem;
  }
  .h3 {
    font-size: 2.5rem;
  }
  .h2 {
    font-size: 3rem;
  }
  .h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .h6 {
    font-size: 1rem;
  }
  .h5 {
    font-size: 1.25rem;
  }
  .h4 {
    font-size: 1.5rem;
  }
  .h3 {
    font-size: 1.75rem;
  }
  .h2 {
    font-size: 2rem;
  }
  .h1 {
    font-size: 2.25rem;
  }
}
/* Button */
/* Header */
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: rgba(255, 255, 255, 0.9);
  width: 1500px;
  left: 50%;
  gap: 2rem;
  border-radius: 3rem;
  padding: 0 2rem;
  position: fixed;
  -webkit-transform: translate(-50%, 3rem);
      -ms-transform: translate(-50%, 3rem);
          transform: translate(-50%, 3rem);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 99;
}
#header .logo {
  margin: 0 auto 0 0;
  aspect-ratio: 150/41;
  width: 150px;
  -ms-flex-item-align: center;
      align-self: center;
}
#header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='42.029' xml:space='preserve'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23253982' d='M36.467.144c-.052-.006-.101-.017-.149-.017L25.1.126l-1.027 1.987c0 .009.001.017.003.026.002.016-.01.04-.023.053a.871.871 0 0 0-.05.056l-2.054 3.973.001.026c.003.023-.024.053-.043.075l-.025.029-3.094 5.984-.006.023-.009.007-.5.968c-.01.034-.023.067-.033.101l-.021.005-.183.354L11.172 0 .173.001C.125.001.078.009 0 .02l1.379 2.562.009.007c.009.007.015.024.017.04l11.041 20.508c.014.014.026.028.025.043v.005l.269.499v.071c.012.065.006.136.007.204.004.179.005.358.005.538v11.608h-.012v5.208h10.566v-.231c.02-.168.008-.326.008-.483l.001-16.431c0-.09-.002-.181.007-.27a.237.237 0 0 1 .054-.129L36.475.17l-.008-.026z'/%3E%3Cpath fill='%23253982' d='M54.717 29.417c-.086-.006-.164-.016-.242-.016-2.366-.027-5.528-.017-6.225.024-1.049 3.087-3.828 5.355-7.161 5.614a.253.253 0 0 1-.248.015 8.026 8.026 0 0 1-.928-.009c-.044.031-.11.031-.144-.006a.022.022 0 0 0-.004-.005c-2.347-.196-4.416-1.392-5.793-3.165l19.299-11.865a.51.51 0 0 0 .034-.206c-2.44-4.66-7.287-7.834-12.867-7.834-6.417 0-11.863 4.197-13.795 10.022-.002.055-.009.107-.049.15a14.59 14.59 0 0 0-.48 1.954l-.002.071c-.002.059.002.137-.031.172l-.009.01c-.034.218-.063.438-.088.658-.001.068-.002.137-.005.205-.003.066.001.15-.034.195a14.939 14.939 0 0 0 .144 3.683c.02.032.021.083.022.132 1.198 6.896 7.156 12.139 14.327 12.139 7.091 0 12.997-5.125 14.286-11.91l-.007-.028zm-22.51-2.722c0-4.622 3.692-8.369 8.247-8.369a8.11 8.11 0 0 1 3.92 1.005l-12.067 8.671a8.528 8.528 0 0 1-.1-1.307zm.258 2.086 8.382-5.014.001-.004 3.702-2.258-2.216 1.443-9.59 6.723a8.518 8.518 0 0 1-.279-.89zm.577 1.588 4.463-2.748 7.144-4.172a.46.46 0 0 1 .023-.015l.052-.03.01.004-.062.026-11.082 7.903a8.495 8.495 0 0 1-.548-.968z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23253982' d='M65.48 11.628c.013.046.028.074.028.102l-.001 29.568c0 .027-.017.055-.029.094-.037.007-.074.021-.112.021l-9.077.001c-.014-.073-.032-.129-.033-.185-.003-.26-.001-.52-.001-.779l.001-28.281c0-.177-.018-.356.014-.545.061-.009.107-.02.155-.022.752-.031 8.8-.01 9.055.026zM56.282.306c.314-.052 7.266-.073 8.99-.028.067.002.135.016.214.025.009.067.022.125.024.182.039 1.143.015 7.273-.031 7.557-.049.009-.105.026-.161.027-.18.004-.359.002-.539.002l-8.142-.001c-.117 0-.237.015-.366-.025-.006-.056-.014-.103-.016-.15-.03-1.151-.011-7.283.027-7.589z'/%3E%3Cpath fill='%23253982' d='M83.199 41.417c.201-.042.408-.085.619-.132.035-.002.07-.004.089-.02.435-.098.892-.205 1.372-.326l-.377-3.217-.262-2.453c0 .061-.002.121-.004.181l-.241-2.063-.003-.01.003.008-.003-.023c-.477.34-1.074.484-1.074.484-2.385.697-3.049-.502-3.232-1.27a9.666 9.666 0 0 1-.072-.58c-.004-.511-.002-1.021-.002-1.533v-1.711l.001-8.224c0-.08-.003-.16.001-.24.007-.16.038-.209.176-.226h4.835v-8.471h-5.148V4.948h.001V.436l-8.836 5.829c-.003.104-.008.213-.008.322l-.001 4.549v.456h-3.427v8.471h3.365l.063.057v.48l-.001 13.049c0 .424.001.85.003 1.274-.003.095-.006.188-.006.284a6.81 6.81 0 0 0 6.406 6.799c.894.063 2.702.041 5.762-.588-.001-.001-.001-.001.001-.001z'/%3E%3Cpath fill='%23253982' d='M113.922 29.417c-.086-.006-.163-.016-.241-.016-2.366-.027-5.528-.017-6.226.024-1.049 3.087-3.828 5.355-7.16 5.614a.253.253 0 0 1-.248.015 7.997 7.997 0 0 1-.928-.009c-.045.031-.11.031-.145-.006l-.004-.005c-2.348-.196-4.416-1.392-5.793-3.165l19.299-11.865a.528.528 0 0 0 .034-.206c-2.44-4.66-7.286-7.834-12.867-7.834-6.417 0-11.862 4.197-13.796 10.022-.002.055-.008.107-.049.15a14.745 14.745 0 0 0-.48 1.954l-.002.071c-.002.059.002.137-.031.172l-.009.01c-.034.218-.063.438-.088.658l-.005.205c-.004.066 0 .15-.034.195a14.899 14.899 0 0 0 .144 3.683c.02.032.021.083.022.132 1.197 6.896 7.156 12.139 14.327 12.139 7.091 0 12.997-5.125 14.286-11.91a.109.109 0 0 0-.006-.028zm-22.51-2.722c0-4.622 3.691-8.369 8.246-8.369a8.11 8.11 0 0 1 3.921 1.005l-12.067 8.671a8.528 8.528 0 0 1-.1-1.307zm.258 2.086 8.383-5.014v-.004l3.702-2.258-2.216 1.443-9.59 6.723a8.763 8.763 0 0 1-.279-.89zm.577 1.588 4.464-2.748 7.144-4.172h.001l.022-.015.052-.03.01.004-.062.026-11.082 7.903a8.353 8.353 0 0 1-.549-.968zM143.162 40.46a.505.505 0 0 0-.121-.158c.012-.131-.139-.209-.132-.311a.58.58 0 0 0 0-.059l-.506-1.06a.51.51 0 0 1-.041-.085l-.083-.174a.195.195 0 0 1-.023-.051l-.096-.197a.176.176 0 0 0-.02-.012l-.014-.059-.129-.27a.052.052 0 0 0-.01-.011l-.002-.014-.455-.954a.547.547 0 0 0-.056-.051c-.019-.014-.021-.057-.02-.084l.001-.021-7.166-14.996 8.675-10.157H131.834l-.032.034-1.028 1.415-6.121 8.375V.276h-9.233v7.663h.005v32.162c0 .279-.003.559 0 .838.001.107-.021.221.071.332.075.002.163.008.251.008l3.145.001v.011h5.813V34.87h-.007l-.004-.994c0-.037.004-.072.011-.105l2.536-3.307.988-1.272.349.796a.196.196 0 0 1 .034.078l4.762 10.878c.022.021.046.041.068.063h9.828l.098-.113-.206-.434z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23253982' d='M147.063.01a2.938 2.938 0 1 1-.002 5.876 2.938 2.938 0 0 1 .002-5.876zm-.001 5.28a2.344 2.344 0 0 0 2.343-2.34 2.343 2.343 0 1 0-2.343 2.34z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23253982' d='M145.774 4.417V1.343l.013-.001c.422 0 .842-.001 1.264.001.182.001.363.02.539.071a.87.87 0 0 1 .34.179c.101.088.162.2.195.329a1.1 1.1 0 0 1 .023.4.76.76 0 0 1-.098.311.72.72 0 0 1-.295.271 1.01 1.01 0 0 1-.186.076c.027.009.053.017.077.027a.69.69 0 0 1 .276.217c.074.095.133.201.188.309l.432.869.007.017H147.721c-.013 0-.019-.004-.023-.015l-.378-.767a1.05 1.05 0 0 0-.153-.236.42.42 0 0 0-.272-.137c-.072-.008-.146-.006-.218-.008h-.11v1.163c-.264-.002-.528-.002-.793-.002zm.793-1.709h.388c.06 0 .119-.01.176-.028.104-.032.18-.095.211-.202a.577.577 0 0 0 .002-.332.276.276 0 0 0-.189-.193.677.677 0 0 0-.205-.033l-.371-.001-.011.001-.001.788z'/%3E%3Cpath fill='%23253982' d='M42.871 22.557h.01v.009h-.01z'/%3E%3C/svg%3E%0A");
}
#header h2 {
  display: none;
}
#header .menu ul li a {
  display: block;
  position: relative;
  -webkit-transition: color 0.3s var(--ease), background 0.3s var(--ease);
  transition: color 0.3s var(--ease), background 0.3s var(--ease);
}
#header .menu ul li a.hidden-header {
  display: none;
}
#header .menu > ul > li {
  position: relative;
}
#header .menu > ul > li > a {
  color: #000;
}
#header .right-menu {
  position: relative;
  z-index: 98;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-transition: gap 0.3s;
  transition: gap 0.3s;
}
#header .right-menu .btn-lan,
#header .right-menu .btn-search {
  position: relative;
}
#header .right-menu .btn-lan > a,
#header .right-menu .btn-search > a {
  font-size: 0;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
#header .right-menu .btn-lan > a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.266' height='21.266' xml:space='preserve'%3E%3Cpath fill='%23FFF' d='M10.633 21.266C4.77 21.266 0 16.496 0 10.633 0 4.912 4.65.144 10.367.003L10.633 0c5.863 0 10.633 4.77 10.633 10.633s-4.77 10.633-10.633 10.633zm0-20-.236.003c-5.035.124-9.131 4.324-9.131 9.364 0 5.165 4.202 9.367 9.367 9.367S20 15.798 20 10.633s-4.202-9.367-9.367-9.367z'/%3E%3Cpath d='M.717 7.342h19.831M.717 6.709h19.831v1.266H.717zM.717 13.797h19.831M.717 13.164h19.831v1.266H.717z' fill='%23FFF'/%3E%3Cpath fill='%23FFF' d='M9.581 20.816c.247-.039.501-.07.744-.064a4.6 4.6 0 0 1 .351.025v-.759c-2.519-1.488-4.304-5.123-4.304-9.364s1.785-7.876 4.304-9.364V.103l-.042-.001a2.887 2.887 0 0 1-.373-.031C9.197.647 8.226 1.538 7.406 2.714c-1.483 2.129-2.301 4.949-2.301 7.94s.817 5.811 2.301 7.94c.642.92 1.376 1.666 2.175 2.222z'/%3E%3Cpath fill='%23FFF' d='M11.728 20.816a4.186 4.186 0 0 0-.744-.064 4.636 4.636 0 0 0-.351.025v-.759c2.519-1.488 4.304-5.123 4.304-9.364s-1.785-7.876-4.304-9.364V.103l.042-.001c.126-.002.251-.013.373-.031 1.063.576 2.034 1.466 2.854 2.643 1.484 2.129 2.301 4.949 2.301 7.94s-.817 5.811-2.301 7.94c-.642.92-1.376 1.666-2.174 2.222z'/%3E%3C/svg%3E%0A");
  background-color: #199dc8;
}
#header .right-menu .btn-search > a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='61.539' height='61.377' xml:space='preserve'%3E%3Cg fill='none' stroke='%23FFF' stroke-width='5' stroke-linecap='round' stroke-miterlimit='10'%3E%3Ccircle cx='28.288' cy='28.288' r='25.788'/%3E%3Cpath d='m46.591 46.43 12.448 12.447'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: #253982;
}
#header .right-menu .lan-ul {
  position: absolute;
  text-align: center;
  border-radius: 0;
  top: 100%;
  left: 50%;
  width: 150px;
  border: 0;
  opacity: 0;
  -webkit-transform: translate(-50%, 0) scaleY(0);
      -ms-transform: translate(-50%, 0) scaleY(0);
          transform: translate(-50%, 0) scaleY(0);
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease 0.1s, -webkit-transform 0.3s;
  transition: opacity 0.5s ease 0.1s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.5s ease 0.1s;
  transition: transform 0.3s, opacity 0.5s ease 0.1s, -webkit-transform 0.3s;
}
#header .right-menu .lan-ul > li > a {
  padding: 1rem;
  display: block;
  color: #333;
}
#header .header-hide {
  display: none;
}

.pc #header .right-menu .btn-search:hover > a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='61.539' height='61.377' xml:space='preserve'%3E%3Cg fill='none' stroke='%23253982' stroke-width='5' stroke-linecap='round' stroke-miterlimit='10'%3E%3Ccircle cx='28.288' cy='28.288' r='25.788'/%3E%3Cpath d='m46.591 46.43 12.448 12.447'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: #fff;
}
.pc #header .right-menu .btn-lan:hover > a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.266' height='21.266' xml:space='preserve'%3E%3Cpath fill='%23199dc8' d='M10.633 21.266C4.77 21.266 0 16.496 0 10.633 0 4.912 4.65.144 10.367.003L10.633 0c5.863 0 10.633 4.77 10.633 10.633s-4.77 10.633-10.633 10.633zm0-20-.236.003c-5.035.124-9.131 4.324-9.131 9.364 0 5.165 4.202 9.367 9.367 9.367S20 15.798 20 10.633s-4.202-9.367-9.367-9.367z'/%3E%3Cpath d='M.717 7.342h19.831M.717 6.709h19.831v1.266H.717zM.717 13.797h19.831M.717 13.164h19.831v1.266H.717z' fill='%23199dc8'/%3E%3Cpath fill='%23199dc8' d='M9.581 20.816c.247-.039.501-.07.744-.064a4.6 4.6 0 0 1 .351.025v-.759c-2.519-1.488-4.304-5.123-4.304-9.364s1.785-7.876 4.304-9.364V.103l-.042-.001a2.887 2.887 0 0 1-.373-.031C9.197.647 8.226 1.538 7.406 2.714c-1.483 2.129-2.301 4.949-2.301 7.94s.817 5.811 2.301 7.94c.642.92 1.376 1.666 2.175 2.222z'/%3E%3Cpath fill='%23199dc8' d='M11.728 20.816a4.186 4.186 0 0 0-.744-.064 4.636 4.636 0 0 0-.351.025v-.759c2.519-1.488 4.304-5.123 4.304-9.364s-1.785-7.876-4.304-9.364V.103l.042-.001c.126-.002.251-.013.373-.031 1.063.576 2.034 1.466 2.854 2.643 1.484 2.129 2.301 4.949 2.301 7.94s-.817 5.811-2.301 7.94c-.642.92-1.376 1.666-2.174 2.222z'/%3E%3C/svg%3E%0A");
  background-color: #fff;
}

@media (min-width: 992px) {
  #header.is--scrolled {
    width: 100%;
    border-radius: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    padding-right: 0;
  }
  #header.is--scrolled::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #efefef;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #header.is--scrolled .menu > ul > li.pro-style > ul {
    width: 100vw;
    padding: 2rem calc((100% - 1080px) / 2);
  }
  #header.is--scrolled .right-menu {
    gap: 0;
  }
  #header.is--scrolled .right-menu .btn-lan > a,
  #header.is--scrolled .right-menu .btn-search > a {
    height: 90px;
    width: 60px;
    border-radius: 0;
    background-position: 5px center;
  }
  #header.is--scrolled .right-menu .btn-lan:before,
  #header.is--scrolled .right-menu .btn-search:before {
    content: "";
    border-style: solid;
    border-width: 90px 27px 0 0;
    position: absolute;
    left: -26px;
  }
  #header.is--scrolled .right-menu .btn-lan:hover:before,
  #header.is--scrolled .right-menu .btn-search:hover:before {
    border-color: transparent #fff transparent transparent;
  }
  #header.is--scrolled .right-menu .btn-lan:before {
    border-color: transparent #199dc8 transparent transparent;
  }
  #header.is--scrolled .right-menu .btn-search:before {
    border-color: transparent #253982 transparent transparent;
  }
  #header .menu-button {
    display: none;
  }
  #header .menu {
    margin-left: 10%;
  }
  #header .menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  #header .menu > ul > li > a {
    font-size: 1.0625rem;
    padding: 0 1rem;
    line-height: 90px;
    -webkit-transition: line-height 1s ease, color 0.3s ease;
    transition: line-height 1s ease, color 0.3s ease;
  }
  #header .menu > ul > li.has-child {
    position: relative;
  }
  #header .menu > ul > li.current > a {
    color: #253982;
  }
  #header .menu > ul > li > ul {
    position: absolute;
    text-align: center;
    border-radius: 0;
    top: 100%;
    left: 50%;
    right: 0;
    width: 200px;
    border: 0;
    background: #253982;
    -webkit-transform: translateX(-50%) scaleY(0);
        -ms-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    -webkit-transition: opacity 0.5s ease 0.1s, -webkit-transform 0.3s;
    transition: opacity 0.5s ease 0.1s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.5s ease 0.1s;
    transition: transform 0.3s, opacity 0.5s ease 0.1s, -webkit-transform 0.3s;
  }
  #header .menu > ul > li > ul > li {
    position: relative;
  }
  #header .menu > ul > li > ul > li > a {
    display: block;
    padding: 15px 10px;
    text-align: center;
    font-weight: normal;
    color: #fff;
  }
  #header .menu > ul > li:hover > a {
    color: #199dc8;
  }
  #header .menu > ul > li:hover > ul {
    -webkit-transform: translateX(-50%) scaleY(1);
        -ms-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
    opacity: 1;
  }
  #header .menu > ul > li:hover > ul > li > a:hover {
    background: #fff;
    color: #253982;
  }
  #header .menu > ul > li.pro-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: wrap;
        -ms-flex: wrap;
            flex: wrap;
  }
  #header .menu > ul > li.pro-style > a {
    width: 100%;
  }
  #header .menu > ul > li.pro-style > ul {
    position: fixed;
    display: grid;
    grid-column-gap: 3rem;
    grid-template-columns: 0.9fr 0.9fr 1.5fr;
    left: 0;
    width: 100%;
    padding: 2rem calc((100% - 1080px) / 2);
    background: #f6f6f6;
    -webkit-transform: translateX(0) scaleY(0);
        -ms-transform: translateX(0) scaleY(0);
            transform: translateX(0) scaleY(0);
  }
  #header .menu > ul > li.pro-style > ul > li:not(:last-child) {
    border-right: 1px solid #ddd;
  }
  #header .menu > ul > li.pro-style > ul > li.pic {
    grid-column-start: 3;
    grid-row-start: 1;
    grid-row-end: 6;
  }
  #header .menu > ul > li.pro-style > ul > li > a {
    text-align: left;
    padding: 14px 0;
    color: #000;
  }
  #header .menu > ul > li.pro-style:hover > ul {
    -webkit-transform: translateX(0) scaleY(1);
        -ms-transform: translateX(0) scaleY(1);
            transform: translateX(0) scaleY(1);
  }
  #header .menu > ul > li.pro-style:hover > ul > li:hover > a, #header .menu > ul > li.pro-style:hover > ul > li.current > a {
    background: transparent;
    color: #199dc8;
  }
  #header .menu > ul > li.pro-style:hover > ul > li:hover > a::before, #header .menu > ul > li.pro-style:hover > ul > li.current > a::before {
    content: "-";
    position: absolute;
    left: -10px;
    top: 10px;
  }
  #header .right-menu .btn-lan:hover .lan-ul {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scaleY(1);
        -ms-transform: translate(-50%, 0) scaleY(1);
            transform: translate(-50%, 0) scaleY(1);
  }
  #header .right-menu .btn-lan:hover .lan-ul > li > a:hover {
    color: #fff;
    background: #253982;
  }
}
@media (max-width: 1680px) {
  #header {
    width: 90%;
  }
  #header .menu {
    margin: 0 auto;
  }
  #header .menu > ul {
    gap: 1rem;
  }
}
@media (max-width: 1199px) {
  #header {
    gap: 1rem;
    -webkit-transform: translate(-50%, 1rem);
        -ms-transform: translate(-50%, 1rem);
            transform: translate(-50%, 1rem);
  }
  #header .logo {
    width: 120px;
  }
  #header .menu {
    margin: 0 auto;
  }
  #header .menu > ul {
    gap: 1rem;
  }
  #header .menu > ul > li > a {
    font-size: 1rem;
    padding: 0 5px;
  }
}
@media (max-width: 991px) {
  #header {
    width: 100%;
    padding-left: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    border-radius: 0;
  }
  #header .logo {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  #header .menu-button {
    width: 75px;
    border: 0;
    cursor: pointer;
    z-index: 102;
    font-size: 0;
    background: #253982;
  }
  #header .menu-button span {
    width: 20px;
    margin: 10px auto;
    position: relative;
    display: block;
  }
  #header .menu-button span:before, #header .menu-button span:after {
    content: "";
    display: block;
    height: 1px;
    padding: 0;
    margin: 7px 0;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    background: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #header .menu-button.on {
    color: #199dc8;
    background: transparent;
  }
  #header .menu-button.on span:before {
    margin: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #273c8a;
  }
  #header .menu-button.on span:after {
    margin: -1px 0 0 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #273c8a;
  }
  #header .menu {
    margin: 0;
    position: fixed;
    top: 65px;
    left: -100%;
    width: 90%;
    height: calc(100dvh - 65px);
    overflow-y: auto;
    background: #253982;
    border-radius: 0 0 3rem 0;
  }
  #header .menu > ul {
    width: 100%;
    gap: 0;
  }
  #header .menu > ul > li {
    width: 100%;
  }
  #header .menu > ul > li > a {
    padding: 0.7rem 2rem;
    color: #fff;
    line-height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #header .menu > ul > li > ul {
    display: none;
    background: url(../images/i_solutions_bg.jpg) left bottom;
    background-size: auto 1000px;
    padding: 1rem;
  }
  #header .menu > ul > li > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  #header .menu > ul > li > ul a {
    padding: 0.5rem 2rem;
    color: #000;
  }
  #header .menu > ul > li.has-child {
    position: relative;
  }
  #header .menu > ul > li.has-child:after {
    content: "";
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    color: #fff;
    right: 2rem;
    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;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: -1;
  }
  #header .menu > ul > li.has-child.on {
    border-bottom: 0;
  }
  #header .menu > ul > li.has-child.on:after {
    border: 0;
    border-bottom: 2px solid #199dc8;
    border-right: 2px solid #199dc8;
  }
  #header .menu > ul > li.current > a {
    color: #199dc8;
  }
  #header .right-menu .btn-lan.on .lan-ul {
    display: block;
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scaleY(1);
        -ms-transform: translate(-50%, 0) scaleY(1);
            transform: translate(-50%, 0) scaleY(1);
  }
}
@media (max-width: 767px) {
  #header .logo {
    width: 100px;
  }
  #header .menu-button {
    width: 50px;
  }
  #header .menu-button span {
    width: 15px;
  }
  #header .right-menu {
    gap: 0.5rem;
  }
}
.cover {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 97;
}

.search__box {
  color: #fff;
  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: fixed;
  width: 100vw;
  left: 0;
  z-index: 98;
  -webkit-transform: translateY(-100vh);
      -ms-transform: translateY(-100vh);
          transform: translateY(-100vh);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  overflow: hidden;
}
.search__box.is-open {
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
}
.search__close {
  position: absolute;
  right: 30%;
  top: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.search__close::before, .search__close::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 2px;
  height: 15px;
  background: #fff;
  z-index: 2;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.search__close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem 4rem;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: unset;
  position: relative;
}
.search__ti {
  color: #fff;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
.search__input {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-style: solid;
  border-width: 0 0 2px 0;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% - 40px - 1rem);
          flex: 1 0 calc(100% - 40px - 1rem);
  background: transparent;
  padding: 10px;
}
.search__input:focus {
  border: 1px solid #253982;
}
.search__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url("../images/icon_search_w.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #253982;
  border: 0;
  padding: 0;
  font-size: 0;
}

.pc .search__close:hover::before, .pc .search__close:hover::after {
  background: #1cafdf;
}
.pc .search__button:hover {
  background-color: #1f306e;
}

@media (max-width: 1199px) {
  .search__close {
    right: 50px;
  }
  .search__form {
    padding: 1.5rem;
  }
}
@media (max-width: 991px) {
  .search__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search__box {
    width: 100%;
    left: 0;
  }
  .search__form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search__ti::before {
    display: none;
  }
}
/* Footer */
#footer {
  width: 100%;
  padding-top: 4rem;
  position: relative;
  color: #fff;
  background: url(../images/footer_bg.jpg) center center no-repeat;
  background-size: cover;
}
#footer .pic,
#footer h2 {
  display: none;
}
#footer .container-1400 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--g-gap) * 3);
}
#footer .container-1400 .flex-wrap {
  width: 100%;
  gap: calc(var(--g-gap) * 3);
}
#footer .footer__wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--g-gap);
}
#footer .footer__txt {
  font-size: 0.9375rem;
  line-height: 2;
  text-transform: uppercase;
}
#footer .footer__txt span {
  font-size: 1.125rem;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 0.5rem;
}
#footer .footer__logo {
  display: block;
  width: 179px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='42.029' xml:space='preserve'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23fff' d='M36.467.144c-.052-.006-.101-.017-.149-.017L25.1.126l-1.027 1.987c0 .009.001.017.003.026.002.016-.01.04-.023.053a.871.871 0 0 0-.05.056l-2.054 3.973.001.026c.003.023-.024.053-.043.075l-.025.029-3.094 5.984-.006.023-.009.007-.5.968c-.01.034-.023.067-.033.101l-.021.005-.183.354L11.172 0 .173.001C.125.001.078.009 0 .02l1.379 2.562.009.007c.009.007.015.024.017.04l11.041 20.508c.014.014.026.028.025.043v.005l.269.499v.071c.012.065.006.136.007.204.004.179.005.358.005.538v11.608h-.012v5.208h10.566v-.231c.02-.168.008-.326.008-.483l.001-16.431c0-.09-.002-.181.007-.27a.237.237 0 0 1 .054-.129L36.475.17l-.008-.026z' /%3E%3Cpath fill='%23fff' d='M54.717 29.417c-.086-.006-.164-.016-.242-.016-2.366-.027-5.528-.017-6.225.024-1.049 3.087-3.828 5.355-7.161 5.614a.253.253 0 0 1-.248.015 8.026 8.026 0 0 1-.928-.009c-.044.031-.11.031-.144-.006a.022.022 0 0 0-.004-.005c-2.347-.196-4.416-1.392-5.793-3.165l19.299-11.865a.51.51 0 0 0 .034-.206c-2.44-4.66-7.287-7.834-12.867-7.834-6.417 0-11.863 4.197-13.795 10.022-.002.055-.009.107-.049.15a14.59 14.59 0 0 0-.48 1.954l-.002.071c-.002.059.002.137-.031.172l-.009.01c-.034.218-.063.438-.088.658-.001.068-.002.137-.005.205-.003.066.001.15-.034.195a14.939 14.939 0 0 0 .144 3.683c.02.032.021.083.022.132 1.198 6.896 7.156 12.139 14.327 12.139 7.091 0 12.997-5.125 14.286-11.91l-.007-.028zm-22.51-2.722c0-4.622 3.692-8.369 8.247-8.369a8.11 8.11 0 0 1 3.92 1.005l-12.067 8.671a8.528 8.528 0 0 1-.1-1.307zm.258 2.086 8.382-5.014.001-.004 3.702-2.258-2.216 1.443-9.59 6.723a8.518 8.518 0 0 1-.279-.89zm.577 1.588 4.463-2.748 7.144-4.172a.46.46 0 0 1 .023-.015l.052-.03.01.004-.062.026-11.082 7.903a8.495 8.495 0 0 1-.548-.968z' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23fff' d='M65.48 11.628c.013.046.028.074.028.102l-.001 29.568c0 .027-.017.055-.029.094-.037.007-.074.021-.112.021l-9.077.001c-.014-.073-.032-.129-.033-.185-.003-.26-.001-.52-.001-.779l.001-28.281c0-.177-.018-.356.014-.545.061-.009.107-.02.155-.022.752-.031 8.8-.01 9.055.026zM56.282.306c.314-.052 7.266-.073 8.99-.028.067.002.135.016.214.025.009.067.022.125.024.182.039 1.143.015 7.273-.031 7.557-.049.009-.105.026-.161.027-.18.004-.359.002-.539.002l-8.142-.001c-.117 0-.237.015-.366-.025-.006-.056-.014-.103-.016-.15-.03-1.151-.011-7.283.027-7.589z' /%3E%3Cpath fill='%23fff' d='M83.199 41.417c.201-.042.408-.085.619-.132.035-.002.07-.004.089-.02.435-.098.892-.205 1.372-.326l-.377-3.217-.262-2.453c0 .061-.002.121-.004.181l-.241-2.063-.003-.01.003.008-.003-.023c-.477.34-1.074.484-1.074.484-2.385.697-3.049-.502-3.232-1.27a9.666 9.666 0 0 1-.072-.58c-.004-.511-.002-1.021-.002-1.533v-1.711l.001-8.224c0-.08-.003-.16.001-.24.007-.16.038-.209.176-.226h4.835v-8.471h-5.148V4.948h.001V.436l-8.836 5.829c-.003.104-.008.213-.008.322l-.001 4.549v.456h-3.427v8.471h3.365l.063.057v.48l-.001 13.049c0 .424.001.85.003 1.274-.003.095-.006.188-.006.284a6.81 6.81 0 0 0 6.406 6.799c.894.063 2.702.041 5.762-.588-.001-.001-.001-.001.001-.001z' /%3E%3Cpath fill='%23fff' d='M113.922 29.417c-.086-.006-.163-.016-.241-.016-2.366-.027-5.528-.017-6.226.024-1.049 3.087-3.828 5.355-7.16 5.614a.253.253 0 0 1-.248.015 7.997 7.997 0 0 1-.928-.009c-.045.031-.11.031-.145-.006l-.004-.005c-2.348-.196-4.416-1.392-5.793-3.165l19.299-11.865a.528.528 0 0 0 .034-.206c-2.44-4.66-7.286-7.834-12.867-7.834-6.417 0-11.862 4.197-13.796 10.022-.002.055-.008.107-.049.15a14.745 14.745 0 0 0-.48 1.954l-.002.071c-.002.059.002.137-.031.172l-.009.01c-.034.218-.063.438-.088.658l-.005.205c-.004.066 0 .15-.034.195a14.899 14.899 0 0 0 .144 3.683c.02.032.021.083.022.132 1.197 6.896 7.156 12.139 14.327 12.139 7.091 0 12.997-5.125 14.286-11.91a.109.109 0 0 0-.006-.028zm-22.51-2.722c0-4.622 3.691-8.369 8.246-8.369a8.11 8.11 0 0 1 3.921 1.005l-12.067 8.671a8.528 8.528 0 0 1-.1-1.307zm.258 2.086 8.383-5.014v-.004l3.702-2.258-2.216 1.443-9.59 6.723a8.763 8.763 0 0 1-.279-.89zm.577 1.588 4.464-2.748 7.144-4.172h.001l.022-.015.052-.03.01.004-.062.026-11.082 7.903a8.353 8.353 0 0 1-.549-.968zM143.162 40.46a.505.505 0 0 0-.121-.158c.012-.131-.139-.209-.132-.311a.58.58 0 0 0 0-.059l-.506-1.06a.51.51 0 0 1-.041-.085l-.083-.174a.195.195 0 0 1-.023-.051l-.096-.197a.176.176 0 0 0-.02-.012l-.014-.059-.129-.27a.052.052 0 0 0-.01-.011l-.002-.014-.455-.954a.547.547 0 0 0-.056-.051c-.019-.014-.021-.057-.02-.084l.001-.021-7.166-14.996 8.675-10.157H131.834l-.032.034-1.028 1.415-6.121 8.375V.276h-9.233v7.663h.005v32.162c0 .279-.003.559 0 .838.001.107-.021.221.071.332.075.002.163.008.251.008l3.145.001v.011h5.813V34.87h-.007l-.004-.994c0-.037.004-.072.011-.105l2.536-3.307.988-1.272.349.796a.196.196 0 0 1 .034.078l4.762 10.878c.022.021.046.041.068.063h9.828l.098-.113-.206-.434z' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23fff' d='M147.063.01a2.938 2.938 0 1 1-.002 5.876 2.938 2.938 0 0 1 .002-5.876zm-.001 5.28a2.344 2.344 0 0 0 2.343-2.34 2.343 2.343 0 1 0-2.343 2.34z' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23fff' d='M145.774 4.417V1.343l.013-.001c.422 0 .842-.001 1.264.001.182.001.363.02.539.071a.87.87 0 0 1 .34.179c.101.088.162.2.195.329a1.1 1.1 0 0 1 .023.4.76.76 0 0 1-.098.311.72.72 0 0 1-.295.271 1.01 1.01 0 0 1-.186.076c.027.009.053.017.077.027a.69.69 0 0 1 .276.217c.074.095.133.201.188.309l.432.869.007.017H147.721c-.013 0-.019-.004-.023-.015l-.378-.767a1.05 1.05 0 0 0-.153-.236.42.42 0 0 0-.272-.137c-.072-.008-.146-.006-.218-.008h-.11v1.163c-.264-.002-.528-.002-.793-.002zm.793-1.709h.388c.06 0 .119-.01.176-.028.104-.032.18-.095.211-.202a.577.577 0 0 0 .002-.332.276.276 0 0 0-.189-.193.677.677 0 0 0-.205-.033l-.371-.001-.011.001-.001.788z' /%3E%3Cpath fill='%23fff' d='M42.871 22.557h.01v.009h-.01z' /%3E%3C/svg%3E");
}
#footer .menu {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 4%;
}
#footer .menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#footer .menu > ul > li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#footer .menu > ul > li a {
  display: block;
  font-size: 1.0625rem;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#footer .menu > ul > li a:hover {
  color: #199dc8;
}
#footer .menu > ul > li > a {
  margin-bottom: 0.5rem;
}
#footer .menu > ul > li > ul > li {
  padding-right: 1rem;
  margin-bottom: 0.5rem;
}
#footer .menu > ul > li > ul > li > a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375rem;
}
#footer .menu > ul > li.pro-style {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3333333333%;
          flex: 1 1 33.3333333333%;
}
#footer .menu > ul > li.pro-style > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .menu > ul > li.pro-style > ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
#footer .copyright {
  font-size: 0.9375rem;
  text-align: center;
  padding: 2rem 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .copyright a {
  color: rgba(255, 255, 255, 0.5);
}

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

@media only screen and (max-width: 1199px) {
  #footer {
    padding-top: 2rem;
  }
  #footer .container-1400 .flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .footer__wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .footer__txt br {
    display: none;
  }
  #footer .menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-left: 0;
    padding-left: 0;
    padding-top: calc(var(--g-gap) * 2);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media only screen and (max-width: 991px) {
  #footer {
    padding-top: 2rem;
  }
  #footer .menu > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .menu > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  #footer .menu > ul > li.pro-style {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #footer .menu > ul > li.pro-style > ul > li {
    margin-bottom: 0.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  #footer .copyright {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  #footer .footer__txt {
    color: #efefef;
    font-size: 0.9375rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    line-height: 1.5;
  }
  #footer .footer__txt br {
    display: block;
  }
  #footer .menu > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
  }
  #footer .menu > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 0.5rem) / 2);
            flex: 0 0 calc((100% - 0.5rem) / 2);
  }
  #footer .menu > ul > li.pro-style > ul > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 0.5rem) / 2);
            flex: 0 0 calc((100% - 0.5rem) / 2);
  }
  #footer .copyright {
    padding: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: centyer;
    font-size: 0.875rem;
  }
}
.go-top {
  position: fixed;
  width: 55px;
  height: 55px;
  line-height: 55px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  right: 2%;
  bottom: -5rem;
  cursor: pointer;
  z-index: 98;
  font-size: 0;
  opacity: 0;
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  background-color: #333333;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 43%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 0;
  background-color: #253982;
  text-decoration: underline;
}
.go-top::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.go-top.is--scrolled {
  bottom: 2rem;
  opacity: 1;
}

@media only screen and (min-width: 992px) {
  .go-top:hover {
    border: 0;
    width: 64px;
    height: 64px;
    background-color: #253982;
  }
  .go-top:hover::before {
    background-color: rgba(15, 51, 100, 0.3);
    -webkit-animation: gotop-ani 0.8s infinite;
            animation: gotop-ani 0.8s infinite;
  }
}
@media only screen and (max-width: 767px) {
  .go-top {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
  .go-top::after {
    width: 10px;
    height: 10px;
  }
  .go-top.is--scrolled {
    bottom: 2rem;
  }
}
/* Container */
.g-wrap {
  max-width: 100vw;
  overflow-x: hidden;
}

.container-900 {
  width: 100%;
  max-width: calc(900px + 4rem);
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.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;
}

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

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

.page-wrap {
  padding: calc(var(--g-gap) * 1.5) 0 calc(var(--g-gap) * 4);
}

.white-bg {
  padding: calc(var(--g-gap) * 4) calc(var(--g-gap) * 5);
  background: #fff;
  border: 1px solid #efefef;
  border-radius: calc(var(--g-gap) * 0.75);
}

@media (max-width: 1680px) {
  .container-1500,
  .container-1400 {
    max-width: 100%;
  }
}
@media (max-width: 1366px) {
  .container-1200,
  .container-1300 {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .page-wrap {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .page-wrap {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.g-social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.g-social-link > ul {
  width: 100%;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.g-social-link > ul > li > a {
  display: block;
  height: 37px;
  width: 37px;
  font-size: 0;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  -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);
  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;
}
.g-social-link > ul > li > a:before {
  content: "";
  font-size: 1.5rem;
  width: 100%;
}
.g-social-link > ul > li .fb:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f09a";
}
.g-social-link > ul > li .ig:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f16d";
}
.g-social-link > ul > li .line {
  background: url(../images/icon_line_w.svg);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center center;
}

.pc .g-social-link > ul > li > a:hover {
  color: #fff;
}
.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 .ig:hover {
  background: rgb(64, 93, 230);
  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 .line:hover {
  background-color: #00c300;
  background-image: url(../images/icon_line_w.svg);
}

@media only screen and (max-width: 1480px) {
  .g-social-link {
    gap: 1.5rem;
  }
  .g-social-link > ul {
    gap: 0.5rem;
    width: auto;
  }
}
.g-social-link {
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .g-social-link {
    font-size: 0.75rem;
    gap: 0.5rem;
  }
  .g-social-link > ul {
    font-size: 0;
  }
  .g-social-link > ul > li > a {
    border: 0;
    width: 28px;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .g-social-link > ul > li .line {
    padding: 0;
    background-position: center center;
  }
}
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box {
  position: relative;
  color: #222222;
  display: block;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.box__pic {
  display: block;
  position: relative;
  overflow: hidden;
}
.box__pic img {
  width: 100%;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.box__txt {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--g-gap));
}
.box__txt-cat {
  position: relative;
  font-size: var(--g-txt);
}
.box__txt-cat::after {
  content: "";
  position: absolute;
  background: #199dc8;
  opacity: 0.5;
  display: block;
  width: 65px;
  height: 4px;
  left: 1px;
  bottom: -1.5px;
  -webkit-transform: skewX(-40deg);
      -ms-transform: skewX(-40deg);
          transform: skewX(-40deg);
}
.box__txt-h3 {
  width: 100%;
  font-size: var(--g-h3);
  margin: 0;
  color: #000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.box__txt-des {
  width: 100%;
  overflow: hidden;
  line-height: 1.5rem;
  max-height: 4.5rem;
  color: #666666;
  font-size: var(--g-txt);
  display: -webkit-box;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.box__txt-date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  text-align: center;
  color: #199dc8;
  font-size: var(--g-txt);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.box__txt-model {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: var(--g-txt);
}

.pc .box:hover {
  color: #000;
}
.pc .box:hover .box__txt-model {
  color: #199dc8;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap .left-box,
.flex-wrap .right-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

/* Title */
.g-title {
  position: relative;
  margin: 1rem 0 2rem;
  color: #000;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: calc(var(--g-h3) * 1.2);
}
.g-title .en {
  font-size: var(--g-ti);
}
.g-title .en .blue {
  color: #199dc8;
}
.g-title .en::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: calc(var(--g-gap) * 2.5);
  background: #000;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  margin: 0 var(--g-gap);
}
.g-title.text-center {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.g-title.text-center .en,
.g-title.text-center .ch {
  width: 100%;
}
.g-title.text-center .en::after {
  display: none;
}

.g-h3 {
  position: relative;
  font-weight: bold;
  font-size: clamp(1rem, 16rem + 1vw, 1.375rem);
}

.g-h4 {
  font-weight: bold;
  font-size: clamp(1rem, 16rem + 1vw, 1.125rem);
}

.btn-main {
  color: #fff;
  background-color: #253982;
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  width: 190px;
  border-style: solid;
  border-width: 1px;
  border: 0;
  position: relative;
  text-align: center;
  font-size: var(--fluid-btn-txt);
  padding: 0 10px;
  -webkit-transition: 0.3s var(--ease);
  transition: 0.3s var(--ease);
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.5rem;
  -webkit-transition: letter-spacing 0.3s ease 0.1s, gap 0.3sease;
  transition: letter-spacing 0.3s ease 0.1s, gap 0.3sease;
}
.btn-main::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: -30%;
  bottom: -100%;
  opacity: 0.5;
  z-index: -1;
  background: #199dc8;
}
.btn-main span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 10;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background: #2571aa;
}
.btn-main span::before {
  content: "";
  width: 36px;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  background: #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.btn-main span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.btn-second {
  color: #fff;
  background-color: #199dc8;
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  width: 190px;
  border-style: solid;
  border-width: 1px;
  border: 0;
  position: relative;
  text-align: center;
  font-size: var(--fluid-btn-txt);
  padding: 0 10px;
  -webkit-transition: 0.3s var(--ease);
  transition: 0.3s var(--ease);
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.5rem;
  -webkit-transition: letter-spacing 0.3s ease 0.1s, gap 0.3sease;
  transition: letter-spacing 0.3s ease 0.1s, gap 0.3sease;
}
.btn-second::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: -30%;
  bottom: -100%;
  opacity: 0.5;
  z-index: -1;
  background: #253982;
}
.btn-second span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 10;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background: #2571aa;
}
.btn-second span::before {
  content: "";
  width: 36px;
  height: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  background: #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.btn-second span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.pc .btn-second:hover,
.pc .btn-main:hover {
  color: #fff;
  gap: 1rem;
  letter-spacing: 1px;
  background-color: trnsparent;
}
.pc .btn-second:hover::after,
.pc .btn-main:hover::after {
  width: 400%;
  height: 400%;
}
.pc .btn-second:hover span,
.pc .btn-main:hover span {
  background: #000;
}
.pc .btn-second:hover span::before,
.pc .btn-main:hover span::before {
  width: 0;
}
.pc .btn-second:hover span::after,
.pc .btn-main:hover span::after {
  -webkit-transform: translate(-50%, -50%) rotate(405deg);
      -ms-transform: translate(-50%, -50%) rotate(405deg);
          transform: translate(-50%, -50%) rotate(405deg);
}

@media (max-width: 991px) {
  .btn-main,
  .btn-second {
    font-size: 0.875rem;
    height: 44px;
    line-height: 44px;
    width: 155px;
    gap: 1rem;
  }
  .btn-main span,
  .btn-second span {
    height: 30px;
    width: 30px;
  }
  .btn-main span::before,
  .btn-second span::before {
    width: 22px;
    right: 13px;
  }
}
@media (max-width: 991px) {
  .btn-more {
    font-size: 0.75rem;
  }
  .btn-more span {
    width: 37px;
    height: 37px;
  }
  .btn-more span::before, .btn-more span::after {
    width: 10px;
  }
}
/* Button Wrap*/
.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.btn-wrap-center {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  -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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 1199px) {
  .btn-second img,
  .btn-main img {
    width: 20px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 991px) {
  .btn-wrap,
  .btn-wrap-center,
  .btn-wrap-right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.btn-video {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.btn-video img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  max-width: unset;
  width: 100%;
  opacity: 0.6;
}
.btn-video::before {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/video_btn.png) center center no-repeat;
  background-size: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1;
}

.pc .btn-video:hover {
  background: #253982;
}
.pc .btn-video:hover::before {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
      -ms-transform: translate(-50%, -50%) rotate(360deg);
          transform: translate(-50%, -50%) rotate(360deg);
}

.btn-aw {
  position: relative;
  border: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: #c9c9c9;
  border-radius: 50%;
  font-size: 0;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.btn-aw::before {
  content: "";
  width: 2px;
  height: 18px;
  position: absolute;
  top: 37%;
  right: 50%;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-aw::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn-aw:hover {
  background: #2571aa;
}

@media screen and (max-width: 767px) {
  .btn-aw {
    width: 44px;
    height: 44px;
  }
}
.system-info {
  text-align: center;
  margin: 0 auto;
  line-height: 2;
  padding: 8vh 0;
}
.system-info i {
  font-size: 1.5rem;
  display: block;
  margin: 0 auto 10px;
}

@media only screen and (max-width: 767px) {
  .system-info {
    font-size: 0.875rem;
  }
}
.star::after {
  content: "*";
  color: #199dc8;
}

/* LABEL */
.label-style {
  width: 100px;
  margin: 0;
  font-weight: normal;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media (max-width: 767px) {
  .label-style {
    font-size: 0.9375rem;
    top: 1rem;
    left: 10px;
  }
}
/* TEXT */
.input-style {
  height: 55px;
  line-height: 53px;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 0 1rem 0 100px;
  width: calc(100% - 100px - 10px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 100px - 10px);
          flex: 0 0 calc(100% - 100px - 10px);
}
.input-style:focus {
  border: 1px solid #253982;
}
.input-style[readonly] {
  cursor: not-allowed;
}
.input-style:focus {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  line-height: 25px;
  padding: 15px 10px 5px;
  border: 1px solid #253982;
}
.input-style:focus ~ .label-style {
  position: absolute;
  left: 5px;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  top: 0.75rem;
}

@media (max-width: 767px) {
  .input-style {
    height: 45px;
    line-height: 45px;
    font-size: 0.9375rem;
  }
  .input-style:focus ~ .label-style {
    top: 5px;
  }
}
/* TEXTAREA */
.textarea-style {
  background-color: #f8f8f8;
  padding: 10px 10px 10px 100px;
  display: block;
  outline: none;
  width: calc(100% - 100px - 10px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 100px - 10px);
          flex: 0 0 calc(100% - 100px - 10px);
  border: 1px solid #eaeaea;
  border-radius: 5px;
  -webkit-transition: border 0.15s, height 0.15s;
  transition: border 0.15s, height 0.15s;
}
.textarea-style:focus {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border: 1px solid #253982;
  padding: 20px 10px 5px 10px;
}
.textarea-style:focus ~ .label-style {
  position: absolute;
  left: 5px;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  top: 0.75rem;
}

@media (max-width: 767px) {
  .textarea-style {
    font-size: 0.9375rem;
  }
  .textarea-style:focus ~ .label-style {
    top: 5px;
  }
}
.select-style {
  height: 55px;
  line-height: 53px;
  width: calc(100% - 100px - 10px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 100px - 10px);
          flex: 0 0 calc(100% - 100px - 10px);
  padding: 0 45px 0 10px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  display: inline-block;
  background-color: #f8f8f8;
  background-image: url(../images/select_arrow_green.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
}
.select-style:focus {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border: 1px solid #253982;
}
.select-style:focus ~ .label-style {
  position: absolute;
  left: 5px;
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
  top: 0.75rem;
}

@media (max-width: 767px) {
  .select-style {
    height: 45px;
    font-size: 0.9375rem;
    line-height: 38px;
    background-size: 12px;
    background-position: calc(100% - 7px) center;
  }
  .select-style:focus ~ .label-style {
    top: 5px;
  }
}
/* 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: 1.5rem;
}

.form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #222;
  padding: 10px 0;
  gap: 10px;
}
.form-box.form-half {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 10px) / 2);
          flex: 0 1 calc((100% - 10px) / 2);
}

@media (max-width: 991px) {
  .form-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
  .form-box {
    width: 100%;
    padding: 5px 0;
    gap: 5px;
  }
  .form-box.form-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 1rem) / 2);
            flex: 0 1 calc((100% - 1rem) / 2);
  }
}
@media (max-width: 767px) {
  .form-wrap {
    gap: 0;
  }
  .form-box.form-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
/* CODE */
.form-box.code .codeimg {
  position: absolute;
  right: 0;
  top: 10px;
  height: 55px;
  width: 150px;
  cursor: pointer;
  display: block;
}
.form-box.code .codeimg img {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .form-box.code .codeimg {
    top: 5px;
    height: 45px;
    width: 90px;
  }
}
/* RADIO */
.radio-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  margin: 0;
  cursor: pointer;
  color: #666;
}
.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;
}
.radio-style input + span {
  display: block;
  vertical-align: middle;
  border: 2px solid #aaaaaa;
  background: transparent;
  width: 16px;
  height: 16px;
  padding: 4px;
  border-radius: 50%;
  -webkit-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;
  transition: background 0.12s;
}
.radio-style input:checked, .radio-style input:active {
  color: #253982;
}
.radio-style input:checked + span, .radio-style input:active + span {
  border: 2px solid #253982;
}
.radio-style input:checked + span i, .radio-style input:active + span i {
  background: #253982;
}

.pc .radio-style:hover input:not(:checked) + span {
  border: 2px solid #253982;
}
.pc .radio-style:hover input:not(:checked) + span i {
  background: #253982;
}

@media (max-width: 991px) {
  .radio-style {
    font-size: 0.9375rem;
    gap: 7px;
  }
  .radio-style input + span {
    width: 16px;
    height: 16px;
  }
}
/* CHECKBOX */
.checkbox-style {
  padding: 6px 0;
  display: inline-block;
  font-weight: normal;
  font-size: 1rem;
  margin: 0;
  cursor: pointer;
}
.checkbox-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;
}
.checkbox-style input + span {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #aaaaaa;
  background: #fff;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  padding: 0;
  margin: 0 8px 3px 0;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.checkbox-style input + span i {
  display: inline-block;
  vertical-align: top;
  margin: 2px 0 0 4px;
  width: 13px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: scale(0) rotate(-45deg);
      -ms-transform: scale(0) rotate(-45deg);
          transform: scale(0) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}
.checkbox-style input:active, .checkbox-style input:checked + span {
  border-color: #253982;
  border: 2px solid #253982;
}
.checkbox-style input:active i, .checkbox-style input:checked + span i {
  -webkit-transform: scale(1) rotate(-45deg);
      -ms-transform: scale(1) rotate(-45deg);
          transform: scale(1) rotate(-45deg);
  border-color: #253982;
}
.checkbox-style input:hover + span {
  border-color: #253982;
}

@media (max-width: 991px) {
  .checkbox-style {
    font-size: 0.9375rem;
  }
  .checkbox-style input + span {
    width: 12px;
    height: 12px;
  }
  .checkbox-style input + span i {
    margin: 3px 0 0 3px;
  }
}
.g-txt {
  font-size: var(--g-txt);
  line-height: calc(var(--g-txt) * 2);
  color: #444;
  font-family: "NotoSansTC", sans-serif;
}

.p-breadcrumb {
  padding: 0 0 calc(var(--g-gap) * 1.5) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  text-transform: uppercase;
  margin: 0;
  paddin: 0;
  font-size: 0.9375rem;
  color: #253982;
  list-style: none;
  line-height: 1;
}
.p-breadcrumb > li {
  padding-right: 0.5rem;
}
.p-breadcrumb > li:not(:last-child) {
  border-right: 1px solid #ddd;
}
.p-breadcrumb > li > a {
  color: #333;
  -webkit-transition: color 0.5s var(--ease);
  transition: color 0.5s var(--ease);
}

.pc .p-breadcrumb li a:hover {
  color: #199dc8;
}

@media (max-width: 767px) {
  .p-breadcrumb {
    font-size: 0.875rem;
    padding: 0.5rem 0;
  }
}
/* Aside Nav */
.aside-nav {
  position: relative;
  margin-bottom: 3rem;
}
.aside-nav .cate-wrap .ul-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--g-gap);
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aside-nav .cate-wrap .ul-list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 270px;
          flex: 0 1 270px;
}
.aside-nav .cate-wrap .ul-list > li.has-child {
  position: relative;
}
.aside-nav .cate-wrap .ul-list > li > a {
  width: 100%;
  display: inline-block;
  color: #000;
  background: #fff;
  padding: 1.125rem 40px 1.125rem 1.5rem;
  border-radius: calc(var(--g-gap) * 0.25) calc(var(--g-gap) * 0.25) 0 0;
  border: 1px solid #ddd;
  border-bottom: 3px solid #253982;
  -webkit-transition: color var(--ease) 0.3s;
  transition: color var(--ease) 0.3s;
}
.aside-nav .cate-wrap .ul-list > li .aw {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  cursor: pointer;
}
.aside-nav .cate-wrap .ul-list > li .aw::before, .aside-nav .cate-wrap .ul-list > li .aw::after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  z-index: 1;
  background: #666;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.aside-nav .cate-wrap .ul-list > li .aw::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.aside-nav .cate-wrap .ul-list > li.on .aw::before, .aside-nav .cate-wrap .ul-list > li.on .aw::after {
  background: #fff;
}
.aside-nav .cate-wrap .ul-list > li.on .aw::after {
  display: none;
}
.aside-nav .cate-wrap .ul-list > li.current > a {
  color: #fff;
  background: #253982;
  border: 1px solid #253982;
  border-bottom: 3px solid #199dc8;
}
.aside-nav .cate-wrap .ul-list > li.current .aw::before, .aside-nav .cate-wrap .ul-list > li.current .aw::after {
  background: #fff;
}
.aside-nav .cate-wrap .ul-list > li.current .aw::after {
  display: none;
}
.aside-nav .cate-wrap .ul-list > li > ul {
  gap: 0;
  position: absolute;
  left: 0;
  top: 80px;
  right: 0;
}
.aside-nav .cate-wrap .ul-list > li > ul > li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.aside-nav .cate-wrap .ul-list > li > ul > li::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0;
  display: block;
  width: 1px;
  height: 15px;
  background: #ddd;
}
.aside-nav .cate-wrap .ul-list > li > ul > li > a {
  border: 0;
  background: transparent;
}
.aside-nav .cate-wrap .ul-list > li > ul > li:last-child::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 0;
  display: block;
  width: 1px;
  height: 15px;
  background: #ddd;
}
.aside-nav .cate-wrap .ul-list > li > ul > li.current > a {
  color: #2570aa;
  background: transparent;
  border: 0;
}

.flex-wrap .aside-nav {
  width: 340px;
  position: relative;
  z-index: 1;
}
.flex-wrap .aside-nav .cate-wrap ul {
  margin-top: 0;
}
.flex-wrap .aside-nav .cate-wrap .ul-list {
  padding: 1rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.flex-wrap .aside-nav .cate-wrap .ul-list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.flex-wrap .aside-nav .cate-wrap .ul-list > li > ul {
  display: none;
}
.flex-wrap .aside-nav .cate-wrap .ul-list > li > a {
  position: relative;
  width: 100%;
  background: #f8f8f8;
  border-bottom: 3px solid #ccc;
}
.flex-wrap .aside-nav .cate-wrap .ul-list > li.current > a, .flex-wrap .aside-nav .cate-wrap .ul-list > li.on > a {
  color: #fff;
  border-bottom: 3px solid #199dc8;
  background: #253982;
}
.flex-wrap .aside-nav .cate-wrap .ul-list > li.current > ul, .flex-wrap .aside-nav .cate-wrap .ul-list > li.on > ul {
  position: relative;
  top: 0;
  display: block;
  padding: 1rem 0;
}
.flex-wrap .aside-nav .cate-wrap .ul-list > li.current > ul > li > a, .flex-wrap .aside-nav .cate-wrap .ul-list > li.on > ul > li > a {
  color: #333;
  background: #fff;
  padding: 0.5rem 0 0.5rem 2rem;
  border: 0;
  text-align: left;
}
.flex-wrap .aside-nav .cate-wrap .ul-list > li.current > ul > li > a::before, .flex-wrap .aside-nav .cate-wrap .ul-list > li.on > ul > li > a::before {
  content: "";
  width: 4px;
  height: 17px;
  border-radius: 2px;
  background: #253982;
  position: absolute;
  left: 1rem;
  top: 10px;
}
.flex-wrap .aside-nav .cate-wrap .ul-list > li.current > ul > li:last-child::after, .flex-wrap .aside-nav .cate-wrap .ul-list > li.on > ul > li:last-child::after {
  display: none;
}
.flex-wrap .aside-nav .cate-wrap .ul-list > li.current > ul > li.current > a, .flex-wrap .aside-nav .cate-wrap .ul-list > li.on > ul > li.current > a {
  color: #333;
  border: 0;
  background: #fff;
}
.flex-wrap .aside-nav .cate-wrap .ul-list > li.current > ul > li.current > a::before, .flex-wrap .aside-nav .cate-wrap .ul-list > li.on > ul > li.current > a::before {
  background: #199dc8;
}
.flex-wrap .aside-nav .cate-wrap .ul-list > li.current::after, .flex-wrap .aside-nav .cate-wrap .ul-list > li.on::after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.flex-wrap > .main-content {
  position: relative;
  z-index: 0;
  width: calc(100% - 340px);
  padding-left: 4rem;
}

@media (min-width: 992px) {
  .aside-nav {
    display: block !important;
  }
  .aside-nav .cate-wrap .ul-list li:not(.current) a:hover {
    color: #199dc8;
    border-bottom: 3px solid #199dc8;
  }
  .toggle {
    display: none;
  }
}
@media (max-width: 1199px) {
  .aside-nav .cate-wrap .ul-list > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .flex-wrap > .aside-nav {
    width: 250px;
  }
  .flex-wrap > .main-content {
    width: calc(100% - 250px);
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-wrap > .aside-nav,
  .flex-wrap > .main-content {
    width: 100%;
  }
  .flex-wrap > .main-content {
    padding-left: 0;
  }
  .flex-wrap > .aside-nav .cate-wrap > .ul-list {
    display: none;
    padding: 0;
  }
  .flex-wrap > .aside-nav .cate-wrap > .ul-list > li > a {
    border: 0;
    border-top: 1px solid #ddd;
    padding: 0.75rem;
  }
  .aside-nav {
    border-radius: 3px;
    margin-bottom: 1.5rem;
  }
  .aside-nav .cate-wrap .ul-list {
    display: none;
    background: #fff;
    margin: 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .aside-nav .cate-wrap .ul-list > li {
    position: relative;
    display: block;
    width: 100%;
  }
  .aside-nav .cate-wrap .ul-list > li > a {
    width: 100%;
    padding: 10px;
    background: #fff;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #ddd;
  }
  .aside-nav .cate-wrap .ul-list > li.current > a {
    background: #253982;
    color: #fff;
    border-bottom: 2px solid #199dc8;
  }
  .aside-nav .cate-wrap .ul-list > li.current:last-child {
    border-bottom: 0;
  }
  .aside-nav .cate-wrap .ul-list > li.current > ul {
    display: block;
    gap: 0;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    top: 0;
  }
  .aside-nav .cate-wrap .ul-list > li.current > ul > li {
    width: 100%;
  }
  .aside-nav .cate-wrap .ul-list > li.current > ul > li::before {
    display: none;
  }
  .aside-nav .cate-wrap .ul-list > li.current > ul > li:last-child::after {
    display: none;
  }
  .toggle {
    font-size: 0.9375rem;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 1rem;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    border-radius: 0;
    color: #fff;
    background: #333;
    -webkit-transition: border-radius 0.3s;
    transition: border-radius 0.3s;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }
  .toggle:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-bottom: #fff solid 1px;
    border-right: #fff solid 1px;
    position: absolute;
    color: #fff;
    right: 15px;
    top: 16px;
    z-index: 1;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .toggle.on {
    background: #199dc8;
  }
  .toggle.on:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
@media (max-width: 767px) {
  .aside-nav .cate-wrap .ul-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#faq .aside-nav,
#application .aside-nav {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  #faq .aside-nav,
  #application .aside-nav {
    margin-bottom: 1.5rem;
  }
}
/*Page Banner */
.p-banner {
  overflow: hidden;
  position: relative;
  z-index: 0;
  line-height: 1;
  aspect-ratio: 1920/585;
}
.p-banner .banner-txt {
  position: absolute;
  left: calc((100% - 1300px) / 2);
  width: 1300px;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-banner .banner-txt .g-title {
  color: #fff;
}
.p-banner .banner-txt .g-title .en {
  text-transform: uppercase;
}
.p-banner::after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: -1px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In .SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='圖層_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='1920px' height='688.382px' viewBox='0 0 1920 688.382' enable-background='new 0 0 1920 688.382' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF' d='M1233.239,666.446c-5.686,2.99-11.751,5.438-17.884,7.392c-3.131,0.997-6.338,1.763-9.564,2.465 c-9.201,2.554-18.797,3.913-28.665,3.913c-9.018,0-17.805-1.149-26.274-3.295l-32.914-6.377 c-32.164-5.838-64.322-11.713-96.485-17.556c-31.613-5.743-63.235-11.434-94.847-17.185c-29.818-5.423-59.625-10.9-89.44-16.342 c-31.608-5.769-63.22-11.521-94.83-17.284c-29.979-5.466-59.956-10.945-89.936-16.403c-29.819-5.429-59.642-10.832-89.461-16.257 c-29.818-5.424-59.634-10.857-89.449-16.295c-29.815-5.438-59.625-10.903-89.444-16.326c-33.404-6.073-66.827-12.05-100.221-18.179 c-36.75-6.744-73.399-14.053-110.231-20.322c-47.587-8.099-93.208-48.368-103.135-94.926c-8.744-41.011-14.958-82.55-22.228-123.866 c-7.242-41.158-14.421-82.328-21.603-123.497C19.814,117.044,13.067,77.969,6.211,38.914C4.427,28.75,2.371,18.635,0.426,8.498 C0.284,8.504,0.143,8.515,0,8.52v679.862h1920V305.36c-142.637,74.868-285.307,149.67-427.896,224.624 C1405.762,575.371,1319.563,621.024,1233.239,666.446z'/%3E%3Cpath opacity='0.6' fill='%23FFFFFF' d='M1233.239,657.947c-5.686,2.99-11.751,5.438-17.884,7.392 c-3.131,0.997-6.338,1.763-9.564,2.465c-9.201,2.554-18.797,3.913-28.665,3.913c-9.018,0-17.805-1.149-26.274-3.295l-32.914-6.377 c-32.164-5.838-64.322-11.713-96.485-17.556c-31.613-5.743-63.235-11.434-94.847-17.185c-29.818-5.423-59.625-10.9-89.44-16.342 c-31.608-5.769-63.22-11.521-94.83-17.284c-29.979-5.466-59.956-10.945-89.936-16.403c-29.819-5.429-59.642-10.832-89.461-16.257 c-29.818-5.424-59.634-10.857-89.449-16.295c-29.815-5.438-59.625-10.903-89.444-16.326c-33.404-6.073-66.827-12.05-100.221-18.179 c-36.75-6.744-73.399-14.053-110.231-20.322c-47.587-8.099-93.208-48.368-103.135-94.926c-8.744-41.011-14.958-82.55-22.228-123.866 c-7.242-41.158-14.421-82.328-21.603-123.497C19.814,108.545,13.067,69.47,6.211,30.415C4.427,20.251,2.371,10.136,0.426-0.001 C0.284,0.005,0.143,0.016,0,0.021v679.862h1920V296.861c-142.637,74.868-285.307,149.67-427.896,224.624 C1405.762,566.872,1319.563,612.525,1233.239,657.947z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  background-size: 100%;
}

#news-list .p-banner::after,
#news-view .p-banner::after,
#download .p-banner::after,
#faq .p-banner::after,
#solution .p-banner::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In .SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='圖層_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='1920px' height='688.382px' viewBox='0 0 1920 688.382' enable-background='new 0 0 1920 688.382' xml:space='preserve'%3E%3Cpath fill='%23f2f4f6' d='M1233.239,666.446c-5.686,2.99-11.751,5.438-17.884,7.392c-3.131,0.997-6.338,1.763-9.564,2.465 c-9.201,2.554-18.797,3.913-28.665,3.913c-9.018,0-17.805-1.149-26.274-3.295l-32.914-6.377 c-32.164-5.838-64.322-11.713-96.485-17.556c-31.613-5.743-63.235-11.434-94.847-17.185c-29.818-5.423-59.625-10.9-89.44-16.342 c-31.608-5.769-63.22-11.521-94.83-17.284c-29.979-5.466-59.956-10.945-89.936-16.403c-29.819-5.429-59.642-10.832-89.461-16.257 c-29.818-5.424-59.634-10.857-89.449-16.295c-29.815-5.438-59.625-10.903-89.444-16.326c-33.404-6.073-66.827-12.05-100.221-18.179 c-36.75-6.744-73.399-14.053-110.231-20.322c-47.587-8.099-93.208-48.368-103.135-94.926c-8.744-41.011-14.958-82.55-22.228-123.866 c-7.242-41.158-14.421-82.328-21.603-123.497C19.814,117.044,13.067,77.969,6.211,38.914C4.427,28.75,2.371,18.635,0.426,8.498 C0.284,8.504,0.143,8.515,0,8.52v679.862h1920V305.36c-142.637,74.868-285.307,149.67-427.896,224.624 C1405.762,575.371,1319.563,621.024,1233.239,666.446z'/%3E%3Cpath opacity='0.6' fill='%23f2f4f6' d='M1233.239,657.947c-5.686,2.99-11.751,5.438-17.884,7.392 c-3.131,0.997-6.338,1.763-9.564,2.465c-9.201,2.554-18.797,3.913-28.665,3.913c-9.018,0-17.805-1.149-26.274-3.295l-32.914-6.377 c-32.164-5.838-64.322-11.713-96.485-17.556c-31.613-5.743-63.235-11.434-94.847-17.185c-29.818-5.423-59.625-10.9-89.44-16.342 c-31.608-5.769-63.22-11.521-94.83-17.284c-29.979-5.466-59.956-10.945-89.936-16.403c-29.819-5.429-59.642-10.832-89.461-16.257 c-29.818-5.424-59.634-10.857-89.449-16.295c-29.815-5.438-59.625-10.903-89.444-16.326c-33.404-6.073-66.827-12.05-100.221-18.179 c-36.75-6.744-73.399-14.053-110.231-20.322c-47.587-8.099-93.208-48.368-103.135-94.926c-8.744-41.011-14.958-82.55-22.228-123.866 c-7.242-41.158-14.421-82.328-21.603-123.497C19.814,108.545,13.067,69.47,6.211,30.415C4.427,20.251,2.371,10.136,0.426-0.001 C0.284,0.005,0.143,0.016,0,0.021v679.862h1920V296.861c-142.637,74.868-285.307,149.67-427.896,224.624 C1405.762,566.872,1319.563,612.525,1233.239,657.947z'/%3E%3C/svg%3E%0A");
}

@media (max-width: 1366px) {
  .p-banner .banner-txt {
    left: 10%;
    width: 80%;
    right: 10%;
  }
}
@media only screen and (max-width: 991px) {
  .p-banner {
    aspect-ratio: 1000/585;
  }
}
#history .history__list {
  display: block;
  position: relative;
  margin: 5% 0;
}
#history .history__list::after {
  content: "";
  background: #199dc8;
  width: 16px;
  top: 0;
  bottom: 0;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 3px solid #fff;
}
#history .history__list::before {
  content: "";
  background: #199dc8;
  width: 18px;
  top: 3px;
  bottom: 3px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#history .history__list .box {
  position: relative;
  width: 50%;
  padding: 0 6%;
  z-index: 2;
  width: 50%;
}
#history .history__list .box__txt {
  padding: 0;
}
#history .history__list .box .h3 {
  color: #253982;
  width: 100%;
  font-weight: bold;
  font-size: calc(vae(-g--gap) * 1.75);
  font-style: italic;
}
#history .history__list .box::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 6px solid #199dc8;
  position: absolute;
  background: #fff;
  top: 2rem;
  left: -0.75rem;
}
#history .history__list .box::after {
  content: "";
  position: absolute;
  background: #199dc8;
  opacity: 0.5;
  display: block;
  width: 8%;
  height: 4px;
  top: 2.5rem;
  left: 0;
  z-index: -1;
  -webkit-transform: skewX(-40deg);
      -ms-transform: skewX(-40deg);
          transform: skewX(-40deg);
}
#history .history__list .box:nth-child(odd) {
  margin-left: auto;
}
#history .history__list .box:nth-child(even) {
  margin-right: auto;
  text-align: right;
}
#history .history__list .box:nth-child(even)::before {
  left: unset;
  right: -0.75rem;
}
#history .history__list .box:nth-child(even)::after {
  left: unset;
  right: 0;
}

@media (max-width: 767px) {
  #history .history__list::after {
    width: 6px;
    border: 1px solid #fff;
    left: 0;
  }
  #history .history__list::before {
    width: 8px;
    left: 0;
  }
  #history .history__list .box {
    width: 100%;
  }
  #history .history__list .box::before {
    top: 6px;
    width: 1rem;
    height: 1rem;
    right: unset;
    left: -8px;
    border: 3px solid #199dc8;
  }
  #history .history__list .box::after {
    height: 3px;
    width: 20px;
    top: 16px;
    right: unset;
    left: 0;
  }
  #history .history__list .box:nth-child(even) {
    text-align: left;
  }
  #history .history__list .box:nth-child(even)::before {
    right: unset;
    left: -8px;
  }
  #history .history__list .box:nth-child(even)::after {
    right: unset;
    left: 0;
  }
}