@charset "UTF-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 聯絡我們 $
 * */
/* ==== 宣告 全域設定 ==== */
:root {
  --line-height-default: 2;
  --padding-spac: 24px;
  --container-1330: calc(1330px + (var(--padding-spac) * 2));
  --container-1440: calc(1440px + (var(--padding-spac) * 2));
  --g-sec: 5dvh;
  --header-h: 70px;
  --logo-w: 80px;
  --border-r: 10px;
}

@media (max-width: 1199px) {
  :root {
    --logo-w: 55px;
  }
}
@media (max-width: 767px) {
  :root {
    --line-height-default: 1.8;
    --border-r: 6px;
  }
}
/* ==== mixin ==== */
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 聯絡我們 $
 * */
/* ==== RESET ==== */
html {
  font-size: 10px;
  line-height: 10px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif, "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體";
  font-size: clamp(1.7rem, 1.5vw, 1.8rem);
  color: #444;
  word-wrap: break-word;
  line-height: var(--line-height-default);
  background-color: #fff;
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden !important;
  }
}

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

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

a {
  color: #444;
  outline: none;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
a:visited, a:hover, a:focus, a:active {
  color: #0C8CE9;
  text-decoration: none;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

span {
  display: inline-block;
}

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

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

::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #999;
  opacity: 1;
}

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

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

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

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

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

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

img {
  vertical-align: middle;
}

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

[role=button] {
  cursor: pointer;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

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

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

/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 聯絡我們 $
 * */
/* ==== header ==== */
.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}
.header__box {
  position: relative;
  width: 100%;
}
.header__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: max(15px, 2.1vw) max(var(--padding-spac), 4.2vw);
  width: 100%;
  background-color: transparent;
  -webkit-transition: padding 0.35s, background-color 0.35s;
  transition: padding 0.35s, background-color 0.35s;
}
.header .logo {
  width: var(--logo-w);
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
}
.header .logo a {
  display: block;
  width: 100%;
  background: url(../images/logo.svg) no-repeat 0 0;
  background-size: cover;
}
.header .logo a::before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 78.75%;
  width: 100%;
}
.header .topnav {
  position: relative;
  z-index: 3;
  width: 165px;
}
.header .topnav .operate-btn {
  display: block;
  position: relative;
  padding: 13px 0;
  width: 100%;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.15rem;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  border-radius: 100px;
  background-color: #F09A27;
}
.header .topnav .operate-btn i {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin: -2px 8px 0 0;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background: url(../images/icon_lang.svg) no-repeat 0 0;
  background-size: cover;
}
.header .topnav .operate-list {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: calc(100% + 20px);
  left: 50%;
  width: 100%;
  opacity: 0;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: top 0.35s, opacity 0.35s;
  transition: top 0.35s, opacity 0.35s;
}
.header .topnav .operate-list a {
  display: block;
  padding: 8px 0;
  font-size: 1.5rem;
  color: #000;
}
.header .topnav .operate-list a:hover {
  background-color: rgba(240, 154, 39, 0.12);
}
.header .topnav .operate-list .current {
  background-color: #F09A27;
}
.header .topnav .operate-list .current a {
  color: #fff;
}
@media (min-width: 1400px) {
  .header .topnav {
    padding-bottom: 8px;
  }
  .header .topnav:hover .operate-list {
    pointer-events: auto;
    top: 100%;
    opacity: 1;
  }
}
@media (max-width: 1399px) {
  .header .topnav.is-on .operate-list {
    pointer-events: auto;
    top: calc(100% + 8px);
    opacity: 1;
  }
}
@media (max-width: 1199px) {
  .header .header__bar {
    z-index: 999;
    padding: 13px calc(var(--header-h) + 20px) 13px var(--padding-spac);
    height: var(--header-h);
    border: 1px solid #efefef;
    background-color: #fff;
  }
  .header .logo a {
    background-image: url(../images/logo_scroll.svg);
  }
  .header .topnav {
    width: 38px;
  }
  .header .topnav .operate-btn {
    padding: 8px 0;
    letter-spacing: normal;
  }
  .header .topnav .operate-btn i {
    margin-right: 0;
  }
  .header .topnav .operate-btn span {
    display: none;
  }
  .header .topnav .operate-list {
    width: 125px;
    border-radius: 10px;
  }
  .header.is-on .header__bar {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  }
}

.switch-btn {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: var(--header-h);
  height: calc(var(--header-h) - 1px);
  cursor: pointer;
  border-left: #e5e5e5 solid 1px;
}
.switch-btn .nav-switch {
  display: block;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  font-size: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.switch-btn .nav-switch span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 2px;
  background-color: #444;
  -webkit-transform: translate(-50%, -50%) rotate(0);
      -ms-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: margin 0.35s 0.3s, -webkit-transform 0.35s;
  transition: margin 0.35s 0.3s, -webkit-transform 0.35s;
  transition: margin 0.35s 0.3s, transform 0.35s;
  transition: margin 0.35s 0.3s, transform 0.35s, -webkit-transform 0.35s;
}
.switch-btn .nav-switch span:nth-child(1) {
  margin-top: -30%;
}
.switch-btn .nav-switch span:nth-child(2) {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.switch-btn .nav-switch span:nth-child(3) {
  margin-top: 29%;
}
.switch-btn.is-on {
  background-color: #0d2030;
}
.switch-btn.is-on .nav-switch span {
  background-color: #fff;
}
.switch-btn.is-on .nav-switch span:nth-child(1) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: margin 0.35s, -webkit-transform 0.35s 0.3s;
  transition: margin 0.35s, -webkit-transform 0.35s 0.3s;
  transition: margin 0.35s, transform 0.35s 0.3s;
  transition: margin 0.35s, transform 0.35s 0.3s, -webkit-transform 0.35s 0.3s;
}
.switch-btn.is-on .nav-switch span:nth-child(2) {
  opacity: 0;
}
.switch-btn.is-on .nav-switch span:nth-child(3) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: margin 0.35s, -webkit-transform 0.35s 0.3s;
  transition: margin 0.35s, -webkit-transform 0.35s 0.3s;
  transition: margin 0.35s, transform 0.35s 0.3s;
  transition: margin 0.35s, transform 0.35s 0.3s, -webkit-transform 0.35s 0.3s;
}
@media (max-width: 1199px) {
  .switch-btn {
    display: block;
  }
}

.nav-menu {
  position: absolute;
  top: max(20px, 2vw);
  right: calc(165px + max(24px, 3.1vw) + max(var(--padding-spac), 4.2vw));
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.nav-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-menu__list > li {
  position: relative;
  margin-left: max(20px, 3.1vw);
}
.nav-menu__list > li > a {
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 1.9rem;
  font-weight: 500;
  color: #444;
  letter-spacing: 0.25rem;
  line-height: 3.6;
}
.nav-menu__list > li > a::before {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  top: 48%;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #F09A27;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav-menu__second > li {
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .nav-menu__second {
    pointer-events: none;
    display: block !important;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    width: 200px;
    opacity: 0;
    border-top: #F09A27 solid 3px;
    border-radius: 0 0 var(--border-r) var(--border-r);
    background: #fff;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 14px rgba(0, 0, 0, 0.12);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: top 0.35s, opacity 0.35s;
    transition: top 0.35s, opacity 0.35s;
  }
  .nav-menu__second > li:not(:last-child) {
    border-bottom: #ddd solid 1px;
  }
  .nav-menu__second > li > a {
    display: block;
    padding: 12px;
    font-size: 1.5rem;
    color: #444;
    text-align: center;
    background-color: transparent;
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
  }
  .nav-menu__second > li > a:hover {
    color: #fff;
    background-color: #F09A27;
  }
  .nav-menu__second > li.current a {
    color: #fff;
    background-color: #F09A27;
  }
  .nav-menu__second > li:last-child a {
    border-radius: 0 0 var(--border-r) var(--border-r);
  }
}
@media (min-width: 1400px) {
  .nav-menu__list > li:hover .nav-menu__second {
    pointer-events: auto;
    top: 100%;
    opacity: 1;
  }
  .nav-menu__second {
    top: 140%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .nav-menu__list > li.is-on .nav-menu__second {
    pointer-events: auto;
    top: 100%;
    opacity: 1;
  }
}
@media (max-width: 1199px) {
  .nav-menu {
    pointer-events: none;
    position: fixed;
    z-index: 998;
    top: var(--header-h);
    right: 0;
    padding: calc(var(--padding-spac) * 1.2) calc(var(--padding-spac) * 2) var(--padding-spac);
    width: 375px;
    height: calc(var(--vh, 1vh) * 100 - var(--header-h));
    background-color: #f3f3f3;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
  }
  .nav-menu.is-on {
    pointer-events: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .nav-menu__list {
    display: block;
    max-height: calc(var(--vh, 1vh) * 100 - var(--header-h) - var(--padding-spac) * 2.2);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .nav-menu__list > li {
    margin-left: 0;
  }
  .nav-menu__list > li.has-child > a span {
    position: absolute;
    top: 48%;
    right: 0;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .nav-menu__list > li.has-child > a span::before, .nav-menu__list > li.has-child > a span::after {
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.5px;
    width: 100%;
    height: 1px;
    background-color: #F09A27;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  }
  .nav-menu__list > li.has-child > a span::after {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .nav-menu__list > li.is-on > a span::before {
    opacity: 0;
  }
  .nav-menu__list > li.is-on > a span::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .nav-menu__second {
    display: none;
    margin-bottom: 5px;
    padding: 3px 0;
    border-radius: var(--border-r);
    background-color: #fff;
  }
  .nav-menu__second > li:not(:last-child) {
    border-bottom: #ddd solid 1px;
  }
  .nav-menu__second > li > a {
    display: block;
    position: relative;
    padding: 10px 20px;
    font-size: 1.6rem;
    color: #444;
    line-height: 1.4;
  }
  .nav-menu__second > li.current a {
    color: #fff;
    background-color: #F09A27;
  }
}

/* scroll */
@media (min-width: 1200px) {
  .header.fixed .header__bar {
    padding: 14px max(var(--padding-spac), 4.2vw);
    border: 1px solid #efefef;
    background-color: #fff;
  }
  .header.fixed .logo a {
    background-image: url(../images/logo_scroll.svg);
  }
  .header.fixed .nav-menu {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header:not(.fixed) .nav-menu__list > li > a {
    color: #fff;
  }
}
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 聯絡我們 $
 * */
/* ==== footer ==== */
.footer {
  position: relative;
  z-index: 3;
  padding: max(40px, 3.5vw) 0 max(30px, 2.5vw);
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.6;
  background-color: #0d2030;
}
.footer a {
  color: #fff;
}
.footer > .flex {
  gap: 20px max(30px, 2.5vw);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px max(25px, 1.8vw);
  -ms-flex: 0 0 42%;
      flex: 0 0 42%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer__info .logo {
  aspect-ratio: 210/69;
  width: 175px;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.footer__info .logo a {
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/footer_logo.png) no-repeat 0 0;
  background-size: contain;
}
.footer__info .data {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 2.2;
}
.footer__info .data a:hover {
  color: #F09A27;
}
.footer__links {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__links .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  padding: 10px 0 10px 5%;
  border-left: rgba(255, 255, 255, 0.3) solid 1px;
}
.footer__links .box.prod {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 160px);
          flex: 0 0 calc(100% - 160px);
}
.footer__links .box .ti {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
.footer__links .box .ti:last-child {
  margin-bottom: 0;
}
.footer__links .box .ti a:hover {
  color: #F09A27;
}
.footer__links .box ul {
  gap: 8px max(30px, 2.5vw);
}
.footer__links .box ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  width: 50%;
}
.footer__links .box ul li a {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  font-size: 1.8rem;
  font-weight: 500;
}
.footer__links .box ul li a::before {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 100%;
}
.footer__links .box ul li a:hover {
  color: #F09A27;
}
.footer__links .box ul li a:hover::before {
  background-color: #F09A27;
}
.footer__bottom {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 12px;
  font-size: 1.5rem;
  color: #aaa;
}
.footer__bottom .copyright p {
  padding-right: 8px;
}
.footer__bottom .copyright a {
  color: #ccc;
}
.footer__bottom .copyright a:hover {
  color: #eee;
  text-decoration: underline;
}
.footer__bottom .copyright br {
  display: none;
}
.footer__bottom .designby a {
  color: rgba(255, 255, 255, 0.3);
}
.footer__bottom .designby a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .footer__links .box ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 1279px) {
  .footer__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .footer__info .data {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 175px);
            flex: 0 0 calc(100% - 175px);
    line-height: 1.8;
    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;
  }
  .footer__info .data br {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__info .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    width: 130px;
    margin: 10px auto 0;
  }
  .footer__info .data {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    font-size: 1.5rem;
  }
  .footer__info .data br {
    display: block;
  }
  .footer__links {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    gap: 0;
    border-top: rgba(255, 255, 255, 0.15) solid 1px;
  }
  .footer__links .box {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    padding: 0;
    border-left: none;
  }
  .footer__links .box .ti {
    margin-bottom: 0;
    border-bottom: rgba(255, 255, 255, 0.15) solid 1px;
  }
  .footer__links .box .ti a {
    display: block;
    position: relative;
    padding: 14px 0;
  }
  .footer__links .box .ti span {
    position: absolute;
    top: 48%;
    right: 10px;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .footer__links .box .ti span::before, .footer__links .box .ti span::after {
    display: block;
    content: "";
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.5px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  }
  .footer__links .box .ti span::after {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .footer__links .box ul {
    display: none;
    padding: 12px;
    border-bottom: rgba(255, 255, 255, 0.15) solid 1px;
  }
  .footer__links .box.prod.is-on .ti span::before {
    opacity: 0;
  }
  .footer__links .box.prod.is-on .ti span::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .footer__bottom {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .footer__bottom {
    gap: 6px 0;
  }
  .footer__bottom > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
  .footer__bottom .copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__bottom .copyright p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 0 6px;
  }
}
@media (max-width: 575px) {
  .footer__bottom .copyright br {
    display: block;
  }
}

/* top */
.scroll-top {
  position: fixed;
  z-index: 990;
  right: calc(var(--padding-spac) + 1vw);
  bottom: 40px;
  width: 5.5%;
  max-width: 40px;
  cursor: pointer;
  opacity: 0;
  border-radius: 5px;
  background-color: #F09A27;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.scroll-top.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.scroll-top::before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
.scroll-top i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  max-width: 24px;
  background: url(../images/icon_top.svg) no-repeat 0 0;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.scroll-top i::before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 100%;
}
@media (max-width: 1559px) {
  .scroll-top {
    right: 16px;
    bottom: 60px;
    width: 100%;
    max-width: 34px;
  }
}
@media (max-width: 767px) {
  .scroll-top {
    bottom: 20px;
  }
}

/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 聯絡我們 $
 * */
/* ==== 架構 ==== */
html, body {
  height: 100%;
}

html.is-on {
  overflow: hidden;
}

@media (min-width: 768px) {
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
  }
}
@media (max-width: 1199px) {
  body {
    padding-top: var(--header-h);
  }
}

.g-main {
  position: relative;
  padding-bottom: max(40px, 5.7vw);
}
@media (min-width: 768px) {
  .g-main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (min-width: 768px) {
  .header, .c-kanban, .g-banner, .footer {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.container-1330, .container-1440 {
  position: relative;
  margin: 0 auto;
  padding-left: var(--padding-spac);
  padding-right: var(--padding-spac);
  width: 100%;
  max-width: 100%;
}

.container-1330 {
  width: var(--container-1330);
}

.container-1440 {
  width: var(--container-1440);
}

@media (max-width: 1365px) {
  .main-wrap {
    padding-top: calc(var(--header-h) + 10px);
  }
}
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 聯絡我們 $
 * */
/* ==== cookie ==== */
.cc-window {
  display: block;
}
.cc-window.cc-floating {
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 0;
  padding: 2vw;
  max-width: 24em;
  font-size: 16px;
  background: #222 !important;
}
.cc-window.cc-floating .cc-compliance {
  margin: auto;
}

.cc-floating .cc-message {
  padding: 0;
  width: 100%;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}
.cc-floating .cc-message::before {
  display: block;
  content: "隱私權聲明";
  position: unset;
  top: unset;
  left: unset;
  margin-bottom: 5px;
  width: 100%;
  height: auto;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background: none;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}

.cc-link {
  text-decoration: underline;
}

.cc-floating .cc-compliance > .cc-btn {
  display: block;
  margin-top: 10px;
  padding: 8px 0;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  background: #0C8CE9 !important;
}

@media (max-width: 1400px) {
  .cc-window.cc-floating {
    height: auto;
  }
}
@media (max-width: 991px) {
  .cc-window.cc-floating {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .cc-window.cc-floating {
    padding: 5vw 2vw;
    width: 100%;
    max-width: 100%;
  }
  .cc-window.cc-floating .cc-compliance {
    position: unset;
    width: 150px;
  }
  .cc-window .cc-message {
    margin-bottom: 0;
  }
  .cc-floating .cc-compliance > .cc-btn {
    margin-top: 15px;
    padding: 6px 0;
  }
}
/* ==== 全站共用樣式 ==== */
.clearboth::after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}

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

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

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

/* 大標題 */
.g-headline {
  width: 100%;
  visibility: hidden;
  line-height: 1.4;
}
.g-headline span {
  display: block;
}
.g-headline span.en {
  margin-bottom: 12px;
  font-size: 1.4rem;
  color: #0C8CE9;
  font-weight: 800;
  letter-spacing: 0.25rem;
}
.g-headline span.tw {
  font-size: clamp(2rem, 1.5vw, 2.8rem);
  color: #000;
  font-weight: 700;
  letter-spacing: 0.25rem;
}
.g-headline__bar {
  margin-bottom: max(24px, 1.8vw);
}
.g-headline__bar p {
  margin-top: max(10px, 0.8vw);
  font-size: clamp(1.6rem, 1.2vw, 1.8rem);
  letter-spacing: 0.15rem;
  line-height: 1.8;
}

/*==== 內鍵bar ====*/
.scroll-wrap {
  overflow-y: hidden;
  overflow-x: auto;
}

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

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

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

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

/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 聯絡我們 $
 * */
.red {
  color: #F09A27;
}

.g__title .en {
  display: block;
  font-size: clamp(1.6rem, 1.2vw, 1.8rem);
  color: #0C8CE9;
  font-weight: 800;
  letter-spacing: 0.35rem;
}
.g__title .ch {
  display: block;
  font-size: clamp(2.2rem, 2.5vw, 3.6rem);
  font-weight: 700;
  letter-spacing: 0.5rem;
  line-height: 1.8;
  color: #000;
}

.page-wrap .g__title.text-center::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #666;
  margin: 0 auto var(--g-gap);
}
@media (max-width: 767px) {
  .page-wrap .g__title.text-center::before {
    height: 15px;
  }
}

.g__subtitle {
  font-weight: 600;
  letter-spacing: fs(3, 5);
  font-size: fs(16, 20);
  line-height: 2;
  color: #0C8CE9;
  margin-bottom: 1.5rem;
}

.g__ul {
  color: #333;
  margin: 0;
  padding: 0;
  list-style: none;
}
.g__ul > li {
  padding-left: 15px;
  position: relative;
  margin: 0.5rem 0;
}
.g__ul > li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #F09A27;
}

.g__txt {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .g__txt {
    font-size: 16px;
  }
}

.g__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .g__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.g__flex .g__left,
.g__flex .g__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 991px) {
  .g__flex .g__left,
  .g__flex .g__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

.g__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.g__list .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.g__control {
  position: relative;
  z-index: 1;
  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: 5%;
  margin-top: var(--g-sec);
  padding-top: var(--g-gap);
}
@media (max-width: 991px) {
  .g__control {
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.g__control .btn__back {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 230px;
          flex: 0 0 230px;
  margin-top: 2rem;
  background-color: transparent;
}
@media (max-width: 991px) {
  .g__control .btn__back {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    width: 150px;
  }
}
.g__control .prev,
.g__control .next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((90% - 230px) / 2);
          flex: 0 0 calc((90% - 230px) / 2);
  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;
  gap: 1rem 1.5rem;
  overflow: hidden;
  color: #333;
  -webkit-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}
@media (min-width: 992px) {
  .g__control .prev:hover .aw,
  .g__control .next:hover .aw {
    letter-spacing: 3px;
  }
  .g__control .prev:hover .txt,
  .g__control .next:hover .txt {
    color: #000;
  }
  .g__control .prev:hover .pic,
  .g__control .next:hover .pic {
    width: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
@media (max-width: 991px) {
  .g__control .prev,
  .g__control .next {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px - 150px) / 2);
            flex: 0 0 calc((100% - 20px - 150px) / 2);
    gap: 0.5rem;
  }
}
.g__control .prev .aw,
.g__control .next .aw {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  text-transform: uppercase;
  -webkit-transition: letter-spacing 0.3s;
  transition: letter-spacing 0.3s;
  font-size: fs(14, 16);
  gap: 5px;
}
.g__control .prev .pic,
.g__control .next .pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  width: 130px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 991px) {
  .g__control .prev .pic,
  .g__control .next .pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    width: 80px;
  }
}
.g__control .prev .txt,
.g__control .next .txt {
  display: block;
  font-size: var(--g-txt);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% - 80px - 1.5rem);
          flex: 1 0 calc(100% - 80px - 1.5rem);
  width: calc(100% - 80px - 1.5rem);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .g__control .prev .txt,
  .g__control .next .txt {
    display: none;
  }
}
.g__control .prev > .aw::before {
  content: "←";
  display: block;
}
.g__control .next > .aw {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.g__control .next > .aw::after {
  content: "→";
}
.g__control .next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* 
 * No Data
 */
.l-message {
  padding: 5% 0;
  margin: 2% auto;
  text-align: center;
  font-size: var(--fs-message-text);
}
.l-message__title {
  font-size: fs(24, 36);
  margin-bottom: 10px;
}
.l-message span.star {
  color: #0C8CE9;
}

/* 
 * Copy Url
 */
.js-copy-url {
  position: relative;
}

.copy-done {
  width: 80px;
  height: 26px;
  line-height: 26px;
  display: block;
  font-size: 12px;
  border-radius: 3px;
  background: #333;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.copy-done::after {
  content: "";
  position: absolute;
  left: 39px;
  top: 100%;
  border-width: 5px;
  border-color: #333 transparent transparent transparent;
  border-style: solid;
}

/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 聯絡我們 $
 * */
/* 
 * Animation
 */
@-webkit-keyframes ani_kanban_in {
  from {
    opacity: 0;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes ani_kanban_in {
  from {
    opacity: 0;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@-webkit-keyframes ani_slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ani_slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes ani_slideOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
}
@keyframes ani_slideOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
}
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 聯絡我們 $
 * */
.g-banner {
  position: relative;
  background-color: #111;
  overflow: hidden;
  max-width: 100%;
}
.g-banner::before {
  display: block;
  content: "";
  padding-bottom: 20.834%;
  width: 100%;
}
.g-banner__text {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 72%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.g-banner__text span {
  display: block;
}
.g-banner__text span.en {
  font-size: clamp(1.6rem, 1.2vw, 1.8rem);
  color: #F09A27;
  font-weight: 800;
  letter-spacing: 0.35rem;
}
@media (max-width: 767px) {
  .g-banner__text span.en {
    font-size: 14px;
  }
}
.g-banner__text span.tw {
  font-size: clamp(2.2rem, 2.5vw, 3.6rem);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .g-banner__text span.tw {
    font-size: 18px;
  }
}
.g-banner__media {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
  -webkit-animation: ani_kanban_in 1.5s both;
          animation: ani_kanban_in 1.5s both;
}
.g-banner__media::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.g-banner__media img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .g-banner__text {
    padding-left: max(var(--padding-spac), 4.2vw);
    padding-right: max(var(--padding-spac), 4.2vw);
  }
}
@media (max-width: 1440px) {
  .g-banner::before {
    padding-bottom: 30%;
  }
}
@media (max-width: 1199px) {
  .g-banner__text {
    top: 60%;
  }
}
@media (max-width: 639px) {
  .g-banner::before {
    padding-bottom: 40%;
  }
  .g-banner__media img {
    -o-object-position: 10% center;
       object-position: 10% center;
  }
}

/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 聯絡我們 $
 * */
/* ==== breadcrumb ====*/
.breadcrumb-wrap {
  padding-top: 20px;
  padding-bottom: calc(20px + max(20px, 3vw));
}
.breadcrumb__nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.breadcrumb__nav li {
  position: relative;
  font-size: 1.6rem;
  color: #111;
  line-height: 1.4;
}
.breadcrumb__nav li:not(:last-child) {
  padding-right: max(16px, 1.4vw);
}
.breadcrumb__nav li:not(:last-child)::after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  top: 50%;
  right: max(7px, 0.7vw);
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #666;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.breadcrumb__nav li a {
  color: #111;
}
.breadcrumb__nav li a:hover {
  color: #0C8CE9;
}
.breadcrumb__nav li.home a i {
  display: inline-block;
  margin: -2px 8px 0 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url(../images/icon_home.svg) no-repeat 0 0;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  .breadcrumb-wrap {
    padding-top: 12px;
  }
  .breadcrumb__nav li {
    font-size: 1.3rem;
  }
}

/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 聯絡我們 $
 * */
/* ---- mouse follow ---- */
@media (min-width: 1080px) {
  body .cursor {
    pointer-events: none;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    stroke: transparent;
    fill: #F09A27;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 1079px) {
  body .cursor {
    pointer-events: none;
    display: none !important;
    width: 0;
    line-height: 0;
  }
}
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 聯絡我們 $
 * */
/* ==== button ==== */
.g-btn__wrap {
  padding-top: max(24px, 1.5vw);
  width: 100%;
}
.g-btn__more {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 200px;
  font-size: 1.4rem;
  color: #444;
  font-weight: 700;
  outline: none;
}
.g-btn__more .icon {
  margin: -2px 0 0 16px;
  vertical-align: middle;
}
.g-btn__more .icon::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 1px;
  vertical-align: middle;
  background-color: #444;
}
.g-btn__more .icon span {
  position: relative;
  width: 55px;
  vertical-align: middle;
  border-radius: 100%;
  background-color: #0C8CE9;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.g-btn__more .icon span::before, .g-btn__more .icon span::after {
  display: block;
  content: "";
  width: 100%;
}
.g-btn__more .icon span::before {
  padding-bottom: 100%;
}
.g-btn__more .icon span::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.g-btn__more .icon span i {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  background: url(../images/icon_btn_aw.svg) no-repeat 0 0;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .g-btn__more:hover .icon span {
    background-color: #F09A27;
  }
}
@media (max-width: 1079px) {
  .g-btn__more .icon {
    margin-left: 10px;
  }
  .g-btn__more .icon::before {
    width: 16px;
  }
  .g-btn__more .icon span {
    width: 40px;
  }
  .g-btn__more .icon span::after {
    width: 16px;
  }
}

.btn_wrap-center {
  text-align: center;
  padding: 5vh 0;
}

/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 聯絡我們 $
 * */
/*
 * 側邊選單
 */
.aside-nav {
  border-radius: 1rem;
  padding: 1rem;
}
.aside-nav li {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.aside-nav li.current a {
  color: #0C8CE9;
}
.aside-nav a {
  font-weight: 700;
  position: relative;
  display: block;
  color: rgba(0, 0, 0, 0.2);
  letter-spacing: 0.1em;
}

@media (min-width: 1200px) {
  .aside-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16%;
            flex: 0 0 16%;
    width: 16%;
    font-size: 17px;
  }
  .aside-nav__toggle {
    display: none;
  }
  .aside-nav a {
    padding: 10px 1.5rem;
    line-height: 20px;
  }
  .aside-nav a:hover {
    color: #0C8CE9;
  }
  .main-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(84% - 2rem);
            flex: 0 0 calc(84% - 2rem);
    width: calc(84% - 2rem);
    padding-left: 4%;
  }
}
@media (max-width: 1199px) {
  .main__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
  }
  .main-right {
    width: 100%;
  }
  .aside-nav {
    border-top: none;
    width: 100%;
    background-color: transparent;
    padding: 0;
    position: relative;
    z-index: 50;
    margin-bottom: 2rem;
  }
  .aside-nav.pin-active {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -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;
  }
  .aside-nav.pin-active.is-scroll-up {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .aside-nav__toggle {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 10px;
    margin: 0;
    color: #fff;
    cursor: pointer;
    position: relative;
    background: #F09A27;
  }
  .aside-nav__toggle:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-bottom: #fff solid 2px;
    border-right: #fff solid 2px;
    position: absolute;
    color: #fff;
    right: 25px;
    top: 16px;
    z-index: 1;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: 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;
  }
  .aside-nav__toggle.on {
    background: #0C8CE9;
  }
  .aside-nav__toggle.on:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .aside-nav__category {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .aside-nav__category ul {
    display: none;
    width: 100%;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .aside-nav__category ul li a {
    padding: 10px 20px;
  }
}
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 聯絡我們 $
 * */
/*
 * 類別溢出滾動
 */
.c-tabs-fixed {
  position: relative;
  z-index: 100;
}
.c-tabs-fixed.is--fixed ul > li > a {
  background: #fff;
}
.c-tabs-fixed ul {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.c-tabs-fixed ul > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 180px;
          flex: 0 1 180px;
}
.c-tabs-fixed ul > li > a {
  display: block;
  position: relative;
  color: #0C8CE9;
  font-weight: 600;
  padding: 5% 8%;
  border-radius: 0px 0px 15px 15px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .c-tabs-fixed ul > li > a {
    border-radius: 0 0 7px 7px;
    padding: 10px 5px;
  }
}
.c-tabs-fixed ul > li > a.active {
  color: #fff;
  background: var(--icon, linear-gradient(38.23deg, rgb(12, 140, 233) 69.9999988079%, rgb(93, 184, 249) 100%));
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.c-tabs-fixed ul > li > a.active::after {
  background-color: #0C8CE9;
}
.c-tabs-fixed ul > li > a:hover {
  color: #F09A27;
}

@media (max-width: 767px) {
  .c-tabs-fixed > ul > li > a {
    font-size: 15px;
  }
}
.page-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.35);
  font-size: 14px;
}
.page-share svg {
  margin: 0 10px 0 20px;
}
.page-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
}
.page-share ul > li > a {
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  font-size: 0;
}
.page-share ul > li > a:before {
  content: "";
  font-size: 15px;
  width: 100%;
  display: block;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.35);
  background-repeat: no-repeat;
  background-position: center center;
}
.page-share ul > li .fb:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 0.6 0.6' data-name='Flat Color' xmlns='http://www.w3.org/2000/svg' class='icon flat-color'%3E%3Cpath opacity='.5' d='M.35.15h.075A.025.025 0 0 0 .45.125v-.05A.025.025 0 0 0 .425.05H.35a.125.125 0 0 0-.125.125V.25h-.05A.025.025 0 0 0 .15.275v.05A.025.025 0 0 0 .175.35h.05v.175A.025.025 0 0 0 .25.55H.3A.025.025 0 0 0 .325.525V.35h.056A.025.025 0 0 0 .406.331l.013-.05A.025.025 0 0 0 .394.25H.325V.175A.025.025 0 0 1 .35.15' style='fill:%23000'/%3E%3C/svg%3E");
}
.page-share ul > li .copy:before {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.6' d='M7.833 9.429a2.095 2.095 0 0 1 2.096-2.096h6.809a2.095 2.095 0 0 1 2.095 2.096v6.809a2.095 2.095 0 0 1-2.095 2.096h-6.81a2.096 2.096 0 0 1-2.095-2.096V9.429Z' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath opacity='.6' d='M4.992 14.666a1.62 1.62 0 0 1-.603-.586 1.584 1.584 0 0 1-.222-.804V5.268c0-.88.733-1.601 1.63-1.601h8.148c.61 0 .943.308 1.222.8' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 20px;
}

@media only screen and (min-width: 992px) {
  .page-share ul li .fb:hover::before {
    background-color: #0078d7;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 0.6 0.6' data-name='Flat Color' xmlns='http://www.w3.org/2000/svg' class='icon flat-color'%3E%3Cpath d='M.35.15h.075A.025.025 0 0 0 .45.125v-.05A.025.025 0 0 0 .425.05H.35a.125.125 0 0 0-.125.125V.25h-.05A.025.025 0 0 0 .15.275v.05A.025.025 0 0 0 .175.35h.05v.175A.025.025 0 0 0 .25.55H.3A.025.025 0 0 0 .325.525V.35h.056A.025.025 0 0 0 .406.331l.013-.05A.025.025 0 0 0 .394.25H.325V.175A.025.025 0 0 1 .35.15' style='fill:%23fff'/%3E%3C/svg%3E");
  }
  .page-share ul li .copy:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.6' d='M7.833 9.429a2.095 2.095 0 0 1 2.096-2.096h6.809a2.095 2.095 0 0 1 2.095 2.096v6.809a2.095 2.095 0 0 1-2.095 2.096h-6.81a2.096 2.096 0 0 1-2.095-2.096V9.429Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath opacity='.6' d='M4.992 14.666a1.62 1.62 0 0 1-.603-.586 1.584 1.584 0 0 1-.222-.804V5.268c0-.88.733-1.601 1.63-1.601h8.148c.61 0 .943.308 1.222.8' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 20px;
    background-color: #333;
  }
}
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 聯絡我們 $
 * */
/* 
 * 編輯器
 * ⚠️此檔不寫RWD與動畫，另至_editor_rwd.scss⚠️
 */
.blue {
  color: #0C8CE9;
}

/* 
 * 預設通用樣式
 */
.cke_editable {
  background: #fff;
}
.cke_editable *,
.cke_editable *::after,
.cke_editable *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cke_editable img {
  height: auto !important;
  max-width: 100%;
}

.cke_widget_inline {
  vertical-align: top;
}

.c-editor,
.cke_editable {
  color: #444;
  line-height: 2;
  letter-spacing: 1px;
}
.c-editor img,
.cke_editable img {
  line-height: 0;
  display: inline-block;
}
.c-editor ol,
.c-editor ul,
.cke_editable ol,
.cke_editable ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.c-editor small,
.cke_editable small {
  font-size: var(--fz-sm);
}
.c-editor blockquote,
.cke_editable blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #ddd;
}
.c-editor p,
.cke_editable p {
  margin: 0 0 1rem;
}
.c-editor strong,
.cke_editable strong {
  font-weight: 600;
}
.c-editor video,
.c-editor embed,
.c-editor iframe,
.cke_editable video,
.cke_editable embed,
.cke_editable iframe {
  border: 0;
  width: 100%;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9 !important;
}

/* 
 * 前後台 客製樣式與樣板
 */
.c-editor video,
.c-editor embed,
.c-editor iframe {
  border: 0;
  width: 100%;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9 !important;
}
.c-editor table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid;
  font-size: fs(15, 17);
}
.c-editor table th,
.c-editor table td {
  padding: 15px;
}
.c-editor table td {
  border-bottom: 1px solid #F09A27;
}
.c-editor table th {
  border-bottom: 1px solid #fff;
  width: 16.6667%;
  max-width: 250px;
  min-width: 110px;
  font-weight: 400;
  color: #0C8CE9;
  background: #F09A27;
}
.c-editor__container {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  letter-spacing: 1px;
}
.c-editor__title {
  position: relative;
  line-height: 1.6;
  font-size: fs(18, 22);
  font-weight: 600;
  margin-bottom: 1rem;
  color: #0C8CE9;
}
.c-editor__subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #222;
}
.c-editor__text {
  margin: 0 0 10px;
  padding: 0;
  opacity: 0.8;
}
.c-editor__text-s {
  font-size: 16px;
}
.c-editor__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
.c-editor__image img {
  width: 100%;
}
.c-editor__content {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.c-editor.l-pic-r-txt {
  padding: 1.5rem 0;
}
.c-editor.l-pic-r-txt .c-editor__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
}
.c-editor.l-pic-r-txt .c-editor__content {
  padding: 0 0 0 5%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53%;
          flex: 0 0 53%;
}
.c-editor.r-pic-l-txt {
  padding: 1.5rem 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0;
}
.c-editor.r-pic-l-txt .c-editor__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
}
.c-editor.r-pic-l-txt .c-editor__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53%;
          flex: 0 0 53%;
  padding: 0 5% 0 0;
}
.c-editor.pic-float-left, .c-editor.pic-float-right {
  padding: 1.5rem 0;
}
.c-editor.pic-float-left::after, .c-editor.pic-float-right::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  width: 100%;
}
.c-editor.pic-float-left .c-editor__image, .c-editor.pic-float-right .c-editor__image {
  width: 30%;
  float: left;
  margin: 0 40px 10px 0;
  line-height: 0;
  position: relative;
  z-index: 10;
}
.c-editor.pic-float-right .c-editor__image {
  float: right;
  margin: 0 0 10px 40px;
}
.c-editor.full-pic {
  padding: 1.5rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-editor.full-pic .c-editor__image {
  width: 100%;
  margin-right: 0;
  margin-bottom: 2%;
}
.c-editor.full-pic .c-editor__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.c-editor.full-pic .c-editor__title:after {
  margin: auto;
}
.c-editor.full-pic.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.c-editor.full-video {
  padding: 1.5rem 0;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.c-editor.full-video iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}
.c-editor.mutiple-columns {
  padding: 1.5rem 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 20px;
}
.c-editor.mutiple-columns > * {
  display: inline-block;
  vertical-align: top;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: auto !important;
  font-size: 15px;
}
.c-editor.mutiple-columns > *:first-child {
  margin-left: 0;
}
.c-editor.mutiple-columns > *:last-child {
  margin-right: 0;
}
.c-editor.mutiple-columns > * .c-editor__subtitle {
  margin-top: 20px;
}
.c-editor.mutiple-columns.two {
  gap: 50px 30px;
  margin: 0;
}
.c-editor.mutiple-columns.two > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 50px) / 2);
          flex: 0 0 calc((100% - 50px) / 2);
  margin: 0;
}
.c-editor.mutiple-columns.three {
  gap: 20px;
  margin: 0;
}
.c-editor.mutiple-columns.three > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px) / 3);
          flex: 0 0 calc((100% - 40px) / 3);
  font-size: 16px;
  margin: 0;
}
.c-editor.mutiple-columns.three > * .c-editor__subtitle {
  text-align: center;
}
.c-editor.mutiple-columns.three.advantages {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-editor.mutiple-columns.three.advantages > div {
  padding: 0 1rem 1rem;
  border-radius: 1rem;
}
.c-editor.mutiple-columns.three.advantages > div .c-editor__subtitle {
  margin-top: -10px;
}
.c-editor.mutiple-columns.three.advantages > div:nth-child(1) {
  background: linear-gradient(38.23deg, rgba(12, 140, 233, 0.06) 69.9999988079%, rgba(93, 184, 249, 0.06) 100%);
}
.c-editor.mutiple-columns.three.advantages > div:nth-child(1) .color {
  color: #0C8CE9;
}
.c-editor.mutiple-columns.three.advantages > div:nth-child(2) {
  background: linear-gradient(38.23deg, rgba(38, 170, 207, 0.06) 69.9999988079%, rgba(106, 218, 254, 0.06) 100%);
}
.c-editor.mutiple-columns.three.advantages > div:nth-child(2) .color {
  color: rgb(38, 170, 207);
}
.c-editor.mutiple-columns.three.advantages > div:nth-child(2) .c-editor__ul > li::before {
  background-color: rgb(38, 170, 207);
}
.c-editor.mutiple-columns.three.advantages > div:nth-child(3) {
  background: linear-gradient(38.23deg, rgba(40, 56, 184, 0.06) 69.9999988079%, rgba(130, 140, 214, 0.06) 100%);
}
.c-editor.mutiple-columns.three.advantages > div:nth-child(3) .color {
  color: rgb(40, 56, 184);
}
.c-editor.mutiple-columns.three.advantages > div:nth-child(3) .color .c-editor__ul > li::before {
  background-color: rgb(40, 56, 184);
}
.c-editor.mutiple-columns .c-editor__text {
  margin-bottom: 0;
}
.c-editor.mutiple-columns .c-editor__ul {
  margin: 0;
}
.c-editor.mutiple-columns .c-editor__ul li {
  margin: 0;
}
.c-editor.mutiple-columns .c-editor__ul li::before {
  top: 13px;
}
.c-editor.mutiple-columns img {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  border-radius: 1.5rem;
}
.c-editor.list {
  display: block;
}
.c-editor.list .c-editor__title {
  font-size: 1.5rem;
}
.c-editor.list .c-editor__subtitle {
  font-size: 1.125rem;
}
.c-editor__ul {
  padding: 0.5rem 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
}
.c-editor__ul > li {
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
}
.c-editor__ul > li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0C8CE9;
}
.c-editor__ul > li > h4 {
  font-size: 18px;
  font-weight: 500;
}
.c-editor__ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-editor__ul ul > li {
  position: relative;
  padding-left: 20px;
}
.c-editor__ul ul > li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #666;
}
.c-editor__ol {
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  counter-reset: section;
  list-style: none;
  margin: 0;
}
.c-editor__ol > li {
  counter-increment: step;
  vertical-align: middle;
  position: relative;
  margin: 10px 0;
}
.c-editor__ol > li::before {
  position: absolute;
  top: -8px;
  font-weight: 600;
  border: none;
  content: counter(step, decimal-leading-zero);
  margin-right: 10px;
}
.c-editor__ol > li h4 {
  padding-left: 30px;
}
.c-editor__ol.tec {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  padding-right: 2vw;
}

.tec-pic-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5vh;
}

.editor-table {
  display: block;
  width: 100%;
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  margin-bottom: 20px;
}
.editor-table::after {
  position: absolute;
  content: svg-url('<svg  xmlns="http://www.w3.org/2000/svg"  width="24"  height="24"  viewBox="0 0 24 24"  fill="none"  stroke="#333"  stroke-width="2"  stroke-linecap="round"  stroke-linejoin="round"  class="icon icon-tabler icons-tabler-outline icon-tabler-caret-left-right"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M14 18l6 -6l-6 -6v12" /><path d="M10 18l-6 -6l6 -6v12" /></svg>');
  width: 25px;
  height: 25px;
  pointer-events: none;
  line-height: 1;
  z-index: 20;
  display: block;
  top: 8px;
  right: 20px;
  opacity: 0;
  -webkit-animation: ani_lr 1.2s both linear infinite;
          animation: ani_lr 1.2s both linear infinite;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.editor-table.need-scroll::after {
  opacity: 0.9;
}

.privacy__list > li {
  margin: 1rem 0 2rem;
}
.privacy__list > li a {
  color: #0C8CE9;
}
.privacy__list > li > ul {
  margin: 1rem 0;
}

/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 聯絡我們 $
 * */
/* 
 * 編輯器RWD與動畫 
 */
@media (max-width: 1199px) {
  .c-editor.mutiple-columns > * {
    margin: 0 10px;
  }
}
@media (max-width: 991px) {
  .c-editor ol,
  .c-editor ul,
  .cke_editable ol,
  .cke_editable ul {
    padding: 0 0 0 1rem;
  }
  .c-editor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-editor__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-editor.full-pic {
    padding: 1rem 0;
  }
  .c-editor__text {
    line-height: 1.8;
  }
  .c-editor__image {
    margin-bottom: 1rem;
  }
  .c-editor__content {
    padding: 0;
  }
  .c-editor.r-pic-l-txt, .c-editor.l-pic-r-txt {
    display: block;
    gap: 1rem;
    padding: 1rem 0;
    margin-bottom: 1rem;
  }
  .c-editor.r-pic-l-txt .c-editor__content, .c-editor.l-pic-r-txt .c-editor__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 5px 0;
  }
  .c-editor.r-pic-l-txt .c-editor__image, .c-editor.l-pic-r-txt .c-editor__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .c-editor.c-editor.pic-float-left .c-editor__image, .c-editor.c-editor.pic-float-right .c-editor__image {
    width: 45%;
  }
  .c-editor.mutiple-columns {
    padding: 1rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .c-editor.mutiple-columns > * {
    margin: 0 10px;
  }
  .c-editor.mutiple-columns.two {
    margin: 0;
  }
  .c-editor.mutiple-columns.three {
    margin: 0;
  }
}
@media (max-width: 599px) {
  .c-editor {
    padding: 0;
  }
  .c-editor__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-editor__title::before {
    left: -0.5rem;
    height: 18px;
  }
  .c-editor.r-pic-l-txt, .c-editor.l-pic-r-txt {
    padding: 0;
  }
  .c-editor.mutiple-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .c-editor.mutiple-columns > * {
    width: 100%;
    margin: 0 0 20px;
  }
  .c-editor.mutiple-columns > * .c-editor__subtitle {
    margin: 10px 0;
  }
  .c-editor.mutiple-columnsthree, .c-editor.mutiple-columns.two {
    gap: 30px;
  }
  .c-editor.mutiple-columnsthree > *, .c-editor.mutiple-columns.two > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .c-editor.mutiple-columns img {
    border-radius: 1rem;
  }
  .c-editor.c-editor.pic-float-left .c-editor__image, .c-editor.c-editor.pic-float-right .c-editor__image {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .c-editor__ol.tec {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
  }
  .tec-pic-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    gap: 10px;
  }
}
#product_view {
  padding-bottom: 0;
  max-width: 100%;
}
#product_view .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 991px) {
  #product_view .main-right {
    padding-top: 5vh;
  }
}
#product_view .g__title {
  margin-bottom: 5%;
}
#product_view .g__flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#product_view h3 {
  color: #0C8CE9;
  font-weight: 600;
}
#product_view .g__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  width: 60%;
  padding-right: 4%;
  padding-bottom: 50px;
}
#product_view .g__left img {
  width: 100%;
}
@media (max-width: 991px) {
  #product_view .g__left img {
    width: 80%;
  }
}
@media (max-width: 991px) {
  #product_view .g__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    padding: 0 0 5% 0;
    text-align: center;
  }
}
#product_view .g__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  width: 40%;
  position: relative;
  background-color: #efefef;
  border-radius: 20px 20px 0 0;
  padding: 0 5% 5%;
}
@media (max-width: 991px) {
  #product_view .g__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin-top: 50px;
  }
}
#product_view .g__right .products {
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  width: 150%;
  line-height: 1;
  font-family: "Inter-Black", sans-serif;
  font-size: 60px;
  letter-spacing: 0.05em;
  font-weight: 900;
  text-transform: uppercase;
  opacity: 0.3;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 1px #0C8CE9;
}
@media (max-width: 991px) {
  #product_view .g__right .products {
    left: -40px;
    right: -40px;
  }
}
@media (max-width: 767px) {
  #product_view .g__right .products {
    font-size: 42px;
    top: -40px;
    left: -14px;
  }
}
#product_view .g__right h4 {
  font-size: 18px;
  font-weight: 500;
}
#product_view .g__ul {
  font-size: 16px;
  color: #444444;
}
#product_view .g__ul > li::before {
  width: 6px;
  height: 6px;
  background-color: #0C8CE9;
  margin-bottom: 15px;
}
#product_view .product__view-bottom {
  position: relative;
  overflow: hidden;
  background-color: #efefef;
}
#product_view .product__view-bottom .white-bg {
  background-color: #fff;
  border-radius: 20px;
  padding: 5% 3%;
  width: 80%;
  margin: 20px auto 0;
}
@media (max-width: 1366px) {
  #product_view .product__view-bottom .white-bg {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #product_view .product__view-bottom .container-1330 {
    padding: 0;
  }
}