@charset "UTF-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 首頁 $
 * */
/* 
 * 全域變數
 */
:root {
  --ff-default: "GTUltraMedianTrial", "NotoSansTC", "PMingLiU", serif;
  --ff-onlyzh: "NotoSansTC", "PMingLiU", serif;
  --ff-sans: "NotoSansTC", "Microsoft JhengHei UI", sans-serif;
  --fs-head-title: clamp(1.5625rem, 1.1642rem + 1.634vw, 3.125rem);
  --fs-head-subtitle: clamp(1.25rem, 1.1863rem + 0.2614vw, 1.5rem);
  --fs-head-midtitle: clamp(1.5rem, 1.77vw, 2.8125rem);
  --fs-list-title: clamp(1.125rem, 1.0931rem + 0.1307vw, 1.25rem);
  --fs-list-title-lg: clamp(1.625rem, 1.875vw, 3rem);
  --fs-list-text: 1rem;
  --fs-menu: 1.125rem;
  --fs-h1: ;
  --fs-h2: ;
  --fs-h3: ;
  --fs-h4: ;
  --fs-h5: ;
  --fs-h6: ;
  --fs-sm: ;
  --gap: 30px;
  --gap-sm: 18px;
  --gap-sec: max(6.56vh, 40px);
  --h-header: 100px;
  --h-btn: 50px;
  --w-container: 1400px;
  --plyr-control-spacing: 10px;
  --plyr-color-main: #2AA4CB;
  --g-radius: 1rem;
  --button-radius: 50px;
}

@media (min-width: 992px) and (max-height: 839px) {
  :root {
    --w-container: 100%;
    --fs-list-title: clamp(1rem, 1vw, 1.25rem);
    --fs-list-title-lg: clamp(1.062rem, 1.375vw, 2rem);
  }
}
@media (max-width: 1299px) {
  :root {
    --h-header: 80px;
  }
}
@media (max-width: 991px) {
  :root {
    --fs-menu: 1.25rem;
    --h-header: 60px;
    --fs-list-title: clamp(1rem, 1vw, 1.25rem);
    --fs-list-title-lg: clamp(1.062rem, 1.375vw, 2rem);
    --gap: 15px;
  }
}
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 首頁 $
 * */
/* 
 * Reset
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

video, embed, main iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  color: #000;
  outline: none;
}

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

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

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

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

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

textarea {
  resize: vertical;
}

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

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

span {
  display: inline-block;
}

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

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

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

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

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

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

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

html {
  font-size: 16px;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333;
  font-family: var(--ff-default);
  overflow-y: auto !important;
  overflow-x: hidden;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/**!
 * * 保留BS v3隱藏/顯示的樣式 https://getbootstrap.com/docs/3.4/customize/
 * * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * * Copyright 2011-2019 Twitter, Inc.
 * * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/**! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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;
}

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

.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
 */
.logo {
  background: url("../images/logo.png") center center no-repeat;
  background-size: contain;
  aspect-ratio: 350/154;
  height: 80px;
  display: block;
  font-size: 0;
  margin: 0.5rem auto 0.5rem 0.5rem;
}
@media (max-width: 1199px) {
  .logo {
    height: 65px;
  }
}
@media (max-width: 767px) {
  .logo {
    height: 55px;
  }
}

.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: height 0.5s, background-color 0.25s;
  transition: height 0.5s, background-color 0.25s;
}
.header .container {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .logo {
  z-index: 25;
}

.nav {
  position: relative;
  z-index: 20;
}

@media (min-width: 992px) {
  .header {
    backdrop-filter: blur(10px);
  }
  .header > .container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .logo {
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
  .nav-switch {
    display: none;
  }
  .nav {
    display: block !important;
    text-align: right;
  }
  .menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .menu > li {
    display: inline-block;
    vertical-align: middle;
    padding: max(var(--gap-sm), 1.25vw);
    margin: 0;
  }
  .menu > li > a {
    display: block;
    white-space: nowrap;
    color: #444;
    font-family: var(--ff-sans);
    font-size: var(--fs-menu);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .menu > li > a:hover {
    color: rgb(0, 211.2, 200.5213483146);
  }
  .menu > li > a.current {
    color: #00B2A9;
    border-bottom: 2px solid #00B2A9;
  }
}
@media (max-width: 991px) {
  .header .container {
    height: 80px;
  }
  .header .logo {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }
  .nav-switch {
    display: block;
    overflow: hidden;
    z-index: 30;
    position: absolute;
    top: 10px;
    right: var(--gap-sm);
    width: var(--h-header);
    height: var(--h-header);
    -webkit-transition: top 0.5s, -webkit-transform 0.5s;
    transition: top 0.5s, -webkit-transform 0.5s;
    transition: top 0.5s, transform 0.5s;
    transition: top 0.5s, transform 0.5s, -webkit-transform 0.5s;
  }
  .nav-switch > div {
    position: absolute;
    height: 1px;
    width: calc(var(--h-header) * 0.5);
    background-color: #00B2A9;
    top: 50%;
    left: 50%;
    margin-left: calc(var(--h-header) * -0.25);
  }
  .nav-switch > div:nth-child(1) {
    margin-top: -5px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
  }
  .nav-switch > div:nth-child(3) {
    margin-top: 5px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
  }
  .nav-switch svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
    stroke: #00B2A9;
    stroke-width: 2px;
    stroke-dashoffset: 500;
    stroke-dasharray: 500;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
  }
  .nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    overflow-y: auto;
    padding-top: calc(var(--h-header) * 3);
    background: url(../images/exceed_bg_04_s.png) center top;
    background-size: cover;
  }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    list-style: none;
    margin: var(--h-header) auto 0;
    padding: 0;
  }
  .menu > li {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc((100vh - var(--h-header) * 3.8) * 0.16);
            flex: 1 1 calc((100vh - var(--h-header) * 3.8) * 0.16);
  }
  .menu > li > a {
    display: block;
    white-space: nowrap;
    color: #fff;
    font-size: var(--fs-menu);
    font-weight: 500;
    padding: max(var(--gap-item), 1.5vh) var(--gap-item);
    overflow: hidden;
  }
  .menu > li > a:hover {
    color: rgb(6, 255, 242.4101123596);
  }
  .is-fixed-header .header {
    backdrop-filter: blur(10px);
  }
  .is-fixed-header .header .logo {
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
  .is-open-nav .nav-switch svg {
    -webkit-animation: ani_nav_swtich_in 0.6s linear both;
            animation: ani_nav_swtich_in 0.6s linear both;
  }
  .is-open-nav:not(.is-close-nav) .header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .is-open-nav:not(.is-close-nav) .header .logo {
    position: absolute;
    left: 50%;
    top: var(--h-header);
    -webkit-transform: translate(-50%, 50%) scale(1.5);
        -ms-transform: translate(-50%, 50%) scale(1.5);
            transform: translate(-50%, 50%) scale(1.5);
  }
  .is-open-nav:not(.is-close-nav) .nav-switch {
    top: var(--gap-sm);
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .is-open-nav:not(.is-close-nav) .nav-switch > div:nth-child(1) {
    margin-top: 0;
    -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .is-open-nav:not(.is-close-nav) .nav-switch > div:nth-child(2) {
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .is-open-nav:not(.is-close-nav) .nav-switch > div:nth-child(3) {
    margin-top: 0;
    -webkit-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  .is-open-nav .nav {
    display: block;
    -webkit-animation: ani_nav_in 0.5s both;
            animation: ani_nav_in 0.5s both;
  }
  .is-close-nav .nav {
    -webkit-animation: ani_nav_out 0.35s both;
            animation: ani_nav_out 0.35s both;
  }
  .is-close-nav .nav-switch svg {
    -webkit-animation: ani_nav_swtich_out 0.36s 0.15s linear both;
            animation: ani_nav_swtich_out 0.36s 0.15s linear both;
  }
}
@media (max-width: 1199px) {
  body {
    padding-top: 80px;
  }
}
@media (max-width: 579px) {
  .header .container {
    height: 65px;
  }
  .nav-switch {
    top: 0;
  }
  body {
    padding-top: 65px;
  }
}
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 首頁 $
 * */
/* 
 * Footer
 */
.footer {
  position: relative;
  z-index: 10;
  background-color: #1D2758;
  color: #7EC0D8;
  padding-top: calc(var(--gap) * 0.5);
  padding-bottom: calc(var(--gap) * 0.5);
}
.footer .logo {
  height: 60px;
  margin-right: auto;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.footer > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer > .container .copyright {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  color: #fff;
}
.footer > .container .copyright a {
  color: #fff;
}
.footer > .container .copyright .c-social {
  width: auto;
  margin: 0;
}

@media (max-width: 639px) {
  .footer {
    padding-top: var(--gap-sm);
    padding-bottom: var(--gap-sm);
  }
  .footer .logo {
    margin: 0;
  }
  .footer > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .footer > .container a {
    margin: 0 auto;
    font-size: 0.9375rem;
  }
}
/* 
 * Social / Community Links
 */
.c-social {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.875rem;
  margin-bottom: 2rem;
}
.c-social__text {
  margin-bottom: 10px;
  margin-right: 10px;
}
.c-social__text i {
  margin-right: 5px;
  line-height: 30px;
}
.c-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  font-size: 0.875rem;
}
.c-social ul li a {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-social ul li a.facebook {
  background-color: #1877f2;
}
.c-social ul li a.facebook:hover {
  background-color: rgb(11.4549180328, 95.1639344263, 203.5450819673);
}
.c-social ul li a.youtube {
  background-color: #df0024;
}
.c-social ul li a.youtube:hover {
  background-color: rgb(172, 0, 27.7668161435);
}

/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 首頁 $
 * */
/* 
 * 架構其他共用部分
 */
.scroll-top {
  position: fixed;
  width: var(--h-btn);
  height: var(--h-btn);
  right: var(--gap);
  bottom: -65px;
  cursor: pointer;
  border-radius: 50px;
  -webkit-transition: background-color 0.25s, bottom 0.35s;
  transition: background-color 0.25s, bottom 0.35s;
  z-index: 150;
  font-size: 0;
}
.scroll-top::before {
  content: "";
  display: block;
  position: absolute;
  width: var(--h-btn);
  height: var(--h-btn);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../images/icon_top.svg") no-repeat center center/contain;
}
.scroll-top:hover {
  background-color: #00B2A9;
}
.scroll-top:hover::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: calc(var(--h-btn) * 0.5);
  height: calc(var(--h-btn) * 0.5);
}
.scroll-top.is-show {
  bottom: var(--gap);
}

.svg-filter {
  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;
}

/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 首頁 $
 * */
/* 
 * Animation
 */
@-webkit-keyframes ani_fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ani_fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes ani_spin_infinite {
  0%, 80%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
  }
}
@keyframes ani_spin_infinite {
  0%, 80%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
  }
}
@-webkit-keyframes ani_scrolldown_infinite {
  0%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
}
@keyframes ani_scrolldown_infinite {
  0%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
}
@-webkit-keyframes ani_nav_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ani_nav_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes ani_nav_out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes ani_nav_out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes ani_nav_swtich_in {
  from {
    stroke-dashoffset: 500;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes ani_nav_swtich_in {
  from {
    stroke-dashoffset: 500;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes ani_nav_swtich_out {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -500;
  }
}
@keyframes ani_nav_swtich_out {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -500;
  }
}
@-webkit-keyframes ani_kanban_in {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes ani_kanban_in {
  from {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes ani_gradient_show {
  0%, 2% {
    -webkit-mask-position: -250vw 0;
            mask-position: -250vw 0;
  }
  100% {
    -webkit-mask-position: -50vw 0;
            mask-position: -50vw 0;
  }
}
@keyframes ani_gradient_show {
  0%, 2% {
    -webkit-mask-position: -250vw 0;
            mask-position: -250vw 0;
  }
  100% {
    -webkit-mask-position: -50vw 0;
            mask-position: -50vw 0;
  }
}
@-webkit-keyframes ani_spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ani_spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes pro_rota {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transition: ease;
    transition: ease;
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(2deg) translate(0, 1px);
            transform: rotate(2deg) translate(0, 1px);
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transition: ease;
    transition: ease;
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
}
@keyframes pro_rota {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transition: ease;
    transition: ease;
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
  50% {
    -webkit-transform: rotate(2deg) translate(0, 1px);
            transform: rotate(2deg) translate(0, 1px);
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transition: ease;
    transition: ease;
    -webkit-transform: rotate(0deg) translate(0, 0);
            transform: rotate(0deg) translate(0, 0);
  }
}
@-webkit-keyframes circle_rota_one {
  0% {
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes circle_rota_one {
  0% {
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes circle_rota_two {
  0% {
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes circle_rota_two {
  0% {
    -webkit-transition: ease-in-out;
    transition: ease-in-out;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes border {
  from {
    border: 1px solid #00B2A9;
  }
}
@keyframes border {
  from {
    border: 1px solid #00B2A9;
  }
}
/* 
 * Scroll Out
 */
[data-scroll-fadeInUp][data-scroll] {
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
  opacity: 0;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
}
[data-scroll-fadeInUp][data-scroll=in] {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

[data-scroll-fadeInLeft][data-scroll] {
  -webkit-transform: translateX(-10%);
      -ms-transform: translateX(-10%);
          transform: translateX(-10%);
  opacity: 0;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
}
[data-scroll-fadeInLeft][data-scroll=in] {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

[data-scroll-fadeInRight][data-scroll] {
  -webkit-transform: translateX(10%);
      -ms-transform: translateX(10%);
          transform: translateX(10%);
  opacity: 0;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
}
[data-scroll-fadeInRight][data-scroll=in] {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 首頁 $
 * */
/*
 * PLUGIN: Swiper Default
 */
.swiper-notification {
  display: none;
}

.swiper-lazy-preloader {
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  background: url(../images/loading.gif) no-repeat center center/contain;
  z-index: 10;
  border: none;
}

.swiper-pagination {
  text-align: center;
}
.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 9px;
  height: 9px;
  margin: 0 10px;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  border: none;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #2AA4CB;
  opacity: 1;
  -webkit-transition: background-color 0.25s, border-color 0.25s, -webkit-transform 0.25s;
  transition: background-color 0.25s, border-color 0.25s, -webkit-transform 0.25s;
  transition: background-color 0.25s, border-color 0.25s, transform 0.25s;
  transition: background-color 0.25s, border-color 0.25s, transform 0.25s, -webkit-transform 0.25s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2AA4CB;
  border-color: #2AA4CB;
}
.swiper-pagination.swiper-pagination-vertical {
  bottom: auto;
}
.swiper-pagination.swiper-pagination-vertical .swiper-pagination-bullet {
  display: block;
  margin: 10px auto;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
}

.pc .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: transparent(#2AA4CB, 0.8);
  border-color: #2AA4CB;
}
.pc .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  background: #7EC0D8;
  border-color: #7EC0D8;
}

.swiper-button-prev,
.swiper-button-next {
  width: var(--h-btn);
  height: var(--h-btn);
  position: absolute;
  top: 50%;
  font-size: 0;
  border-radius: 50%;
  margin: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #2AA4CB;
  border: 1px solid #2AA4CB;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  z-index: -1;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  width: 25%;
  height: 25%;
  border-style: solid;
  border-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.swiper-button-prev:active, .swiper-button-prev:hover,
.swiper-button-next:active,
.swiper-button-next:hover {
  border: 1px solid transparent;
}
.swiper-button-prev:active::before, .swiper-button-prev:hover::before,
.swiper-button-next:active::before,
.swiper-button-next:hover::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-button-prev:active::after, .swiper-button-prev:hover::after,
.swiper-button-next:active::after,
.swiper-button-next:hover::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.swiper-button-prev {
  left: var(--gap-sm);
}
.swiper-button-prev::after {
  left: 50%;
  border-width: 2px 0 0 2px;
  margin-top: -10.5%;
  margin-left: -9%;
}

.swiper-button-next {
  right: var(--gap-sm);
}
.swiper-button-next::after {
  right: 50%;
  border-width: 0 2px 2px 0;
  margin-top: -10.5%;
  margin-right: -9%;
}

.swiper-initialized {
  overflow: hidden;
  position: relative;
}

.slider-controller {
  white-space: nowrap;
  position: relative;
  width: calc(var(--h-btn) * 2 + 15px);
  height: var(--h-btn);
  line-height: var(--h-btn);
  margin: 20px 0 0 0;
}

.is-center-mode .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aw-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 150px;
}
.aw-box .swiper-button-prev, .aw-box .swiper-button-next {
  border: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0;
  top: 0;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
.aw-box .swiper-button-prev::after, .aw-box .swiper-button-next::after {
  width: 20%;
  height: 20%;
}
.aw-box .swiper-button-prev::before, .aw-box .swiper-button-next::before {
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  border-radius: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.aw-box .swiper-button-prev:hover, .aw-box .swiper-button-next:hover {
  background-color: #1D2758;
}
.aw-box .swiper-button-prev:hover::after, .aw-box .swiper-button-next:hover::after {
  -webkit-filter: unset;
          filter: unset;
}
.aw-box .swiper-button-prev::after {
  border-width: 1px 0 0 1px;
  left: 42%;
}
.aw-box .swiper-button-next::after {
  border-width: 0 1px 1px 0;
  right: 42%;
}
.aw-box .swiper-pagination {
  position: relative;
  font-size: 1.125rem;
  color: #666;
}
.aw-box .swiper-pagination .swiper-pagination-current {
  color: #000;
  font-size: 1.75rem;
}

@media (max-width: 767px) {
  .aw-box .swiper-pagination {
    font-size: 1rem;
  }
  .aw-box .swiper-pagination .swiper-pagination-current {
    font-size: 1.125rem;
  }
}
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 首頁 $
 * */
/* 
 * Container
 */
.container {
  position: relative;
  width: var(--w-container);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 var(--gap);
}

/* 
 * Main
 */
main {
  padding: var(--h-header) 0 0;
  min-height: calc(100vh - var(--h-header));
  overflow: hidden;
}

@media (max-width: 767px) {
  main {
    padding-top: 0;
    min-height: calc(100vh - var(--h-header) - 130px);
  }
}
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 首頁 $
 * */
/* 
 * Subhead
 */
.maintitle {
  font-family: var(--ff-default);
  font-size: var(--fs-head-title);
  color: #3180bd;
  line-height: 1.2;
  display: block;
  margin: 0 0 0.25em 0;
  position: relative;
}

.subtitle {
  font-family: var(--ff-onlyzh);
  font-size: var(--fs-head-subtitle);
  color: #1D2758;
  line-height: 1.2;
  display: block;
  font-weight: normal;
}
.subtitle:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #3180bd;
  margin: 1rem auto 2rem;
}

/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 首頁 $
 * */
/* 
 * Button
 */
.btn {
  display: inline-block;
  width: 160px;
  height: var(--h-btn);
  line-height: var(--h-btn);
  border-radius: 50px;
  background-color: #2AA4CB;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 0 10px;
  font-family: var(--ff-sans);
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  border: 0;
  cursor: pointer;
}
.btn span {
  display: inline-block;
  position: relative;
  margin-left: 1rem;
}
.btn span::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 1px;
  top: 2px;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.btn span::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #3180bd;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
.btn:hover {
  background: #7EC0D8, #3180BD;
  /* Horizontal gradient */
  background: -webkit-gradient(linear, left top, right top, from(#7EC0D8), to(#3180BD));
  background: linear-gradient(to right, #7EC0D8, #3180BD);
}
.btn:hover span::before {
  width: 17px;
}
.btn.grey {
  -webkit-filter: grayscale(5) invert(0);
          filter: grayscale(5) invert(0);
}
.btn.second {
  background: #1D2758, #3180bd;
  /* Horizontal gradient */
  background: -webkit-gradient(linear, left top, right top, from(#1D2758), to(#3180bd));
  background: linear-gradient(to right, #1D2758, #3180bd);
}
.btn.third {
  background: #00B2A9, #00B2A9;
  /* Horizontal gradient */
  background: -webkit-gradient(linear, left top, right top, from(#00B2A9), to(#00B2A9));
  background: linear-gradient(to right, #00B2A9, #00B2A9);
}
.btn.download {
  height: 40px;
  line-height: 38px;
  width: 128px;
  background-color: transparent;
  padding-right: 26px;
  color: #3180bd;
  border: 1px solid #3180bd;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 13.5029H4.99275C3.06375 13.4999 1.5 11.9947 1.5 10.1377C1.5 8.28141 3.06375 6.77616 4.99275 6.77616C5.2875 5.45466 6.33825 4.37616 7.749 3.94641C9.159 3.51741 10.716 3.80166 11.832 4.69641C12.948 5.58891 13.4535 6.95166 13.1595 8.27316H13.902C14.937 8.27316 15.8317 8.88291 16.2495 9.76566M14.25 12V16.5M14.25 16.5L16.5 14.25M14.25 16.5L12 14.25' stroke='%2300B2A9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 92px center;
}
.btn.download:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 13.5029H4.99275C3.06375 13.4999 1.5 11.9947 1.5 10.1377C1.5 8.28141 3.06375 6.77616 4.99275 6.77616C5.2875 5.45466 6.33825 4.37616 7.749 3.94641C9.159 3.51741 10.716 3.80166 11.832 4.69641C12.948 5.58891 13.4535 6.95166 13.1595 8.27316H13.902C14.937 8.27316 15.8317 8.88291 16.2495 9.76566M14.25 12V16.5M14.25 16.5L16.5 14.25M14.25 16.5L12 14.25' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: #3180bd;
}

.btn-wrap-center {
  text-align: center;
  padding: 2rem 0;
}

@media (max-width: 767px) {
  .btn-wrap-center {
    padding: 1.25rem 0;
  }
}
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 首頁 $
 * */
.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;
  border-radius: 0 0 calc(var(--gap) * 1.25) 0;
}
.box__pic img {
  width: 100%;
  height: auto;
  -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__pic:after {
  content: "VIEW";
  color: #fff;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.box .tl5 {
  position: absolute;
  opacity: 0.5;
  border-top: 350px solid #7EC0D8;
  border-right: 400px solid transparent;
  top: -350px;
  left: -400px;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box .br5 {
  position: absolute;
  opacity: 0.5;
  border-bottom: 350px solid #7EC0D8;
  border-left: 400px solid transparent;
  bottom: -350px;
  right: -400px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box__txt {
  padding: 1rem 0;
  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: 1rem;
}
.box__txt-h3 {
  width: 100%;
  font-size: var(--fs-list-title);
  margin: 0;
  line-height: 2rem;
  height: 4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.box__txt-des {
  width: 100%;
  overflow: hidden;
  line-height: 2rem;
  max-height: 6rem;
  color: #555;
  font-size: var(--fs-list-text);
  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 {
  width: 100%;
  color: #3180bd;
  font-size: var(--fs-list-text);
  -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(--fs-list-text);
}

.pc .box:hover {
  color: #000;
}
.pc .box:hover .box__txt-h3 {
  color: #1D2758;
}
.pc .box__pic:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.pc .box__pic:hover:after {
  opacity: 1;
}
.pc .box__pic:hover .tl5 {
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pc .box__pic:hover .br5 {
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .box__pic {
    border-radius: calc(var(--gap) * 0.75);
  }
  .box__txt {
    gap: 0;
  }
  .box__txt-h3 {
    line-height: 1.5rem;
    height: 3rem;
  }
  .box__txt-date {
    font-size: 0.875rem;
  }
}
.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%;
}

/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 首頁 $
 * */
.grid {
  display: grid;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.i-faq-list {
  display: block;
  font-family: var(--ff-sans);
  padding-top: 4%;
  padding-bottom: 6%;
}
.i-faq-list .item {
  position: relative;
  margin-bottom: 2rem;
  font-size: var(--fs-list-title);
  border-radius: var(--g-radius);
  background: #fff;
  padding: 2rem 0 3rem;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  color: #555;
  cursor: pointer;
}
.i-faq-list .item:first-child {
  padding: 0;
}
.i-faq-list .item:first-child img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.i-faq-list .item span {
  position: absolute;
  right: 5rem;
  bottom: 1rem;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #2AA4CB;
  background: url(../images/icon_plus.svg) center center no-repeat;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}
.i-faq-list .item span::before {
  content: "更多";
  position: absolute;
  font-size: 0.875rem;
  left: 125%;
  top: 0;
  width: 30px;
  line-height: 30px;
}
.i-faq-list .item span::after {
  content: "";
  display: block;
  position: absolute;
}
.i-faq-list .item .q {
  position: relative;
  color: #3180bd;
  padding: 0 2rem;
  margin-bottom: 1rem;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}
.i-faq-list .item .a {
  padding: 0 2rem;
  margin-bottom: 1rem;
  position: relative;
  font-size: var(--fs-list-text);
  line-height: 1.5rem;
  height: auto;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  max-height: 3rem;
  overflow: hidden;
}
.i-faq-list .item.is-close .a {
  max-height: 3rem;
  overflow: hidden;
}
.i-faq-list .item.is-open span {
  background-color: #2AA4CB;
}
.i-faq-list .item.is-open span::before {
  content: "收起";
}
.i-faq-list .item.is-open span::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  width: 13px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.i-faq-list .item.is-open .a {
  height: auto;
  max-height: unset;
}

@media (max-width: 1199px) {
  .grid {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .i-faq-list .item {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .grid {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .i-faq-list .item {
    padding: 1rem 0 3rem;
  }
  .i-faq-list .item .a,
  .i-faq-list .item .q {
    padding: 0 1rem;
  }
}
@media (max-width: 579px) {
  .grid {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .i-faq-list .item {
    padding: 1rem 0;
  }
  .i-faq-list .item:first-child {
    height: 400px;
  }
  .i-faq-list .item .q {
    margin: 0;
  }
  .i-faq-list .item .a {
    margin: 0;
    height: 0;
  }
  .i-faq-list .item span {
    right: 1rem;
    bottom: 10px;
  }
  .i-faq-list .item span::before {
    font-size: 0;
  }
  .i-faq-list .item.is-open {
    padding: 1rem 0 3rem;
  }
  .i-faq-list .item.is-open .q {
    margin-bottom: 1rem;
  }
}
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 首頁 $
 * */
/* 
 * Smooth Counter
 */
:root {
  --fz-smoothcounter: calc(clamp(1.375rem, 1.25vw, 1.5rem) * 2.66);
}

.js-smooth-counter {
  line-height: 1 !important;
  font-size: var(--fz-smoothcounter);
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  max-height: var(--fz-smoothcounter);
}
.js-smooth-counter > span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: -2px;
  line-height: inherit;
}
.js-smooth-counter > span > span {
  display: block;
}
.js-smooth-counter > span > span:first-of-type {
  position: relative;
}
.js-smooth-counter[data-scroll=out] > span {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.js-smooth-counter[data-scroll=in] > span, .js-smooth-counter.is-animated > span {
  -webkit-animation: ani_counter 1.25s both cubic-bezier(0.65, 0.25, 0.68, 0.83);
          animation: ani_counter 1.25s both cubic-bezier(0.65, 0.25, 0.68, 0.83);
}
.js-smooth-counter[data-scroll=in] > span:nth-child(6), .js-smooth-counter.is-animated > span:nth-child(6) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.js-smooth-counter[data-scroll=in] > span:nth-child(5), .js-smooth-counter.is-animated > span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.js-smooth-counter[data-scroll=in] > span:nth-child(4), .js-smooth-counter.is-animated > span:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.js-smooth-counter[data-scroll=in] > span:nth-child(3), .js-smooth-counter.is-animated > span:nth-child(3) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.js-smooth-counter[data-scroll=in] > span:nth-child(2), .js-smooth-counter.is-animated > span:nth-child(2) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.js-smooth-counter[data-scroll=in] > span:nth-child(1), .js-smooth-counter.is-animated > span:nth-child(1) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes ani_counter {
  to {
    -webkit-transform: translateY(calc(100% - var(--fz-smoothcounter)));
            transform: translateY(calc(100% - var(--fz-smoothcounter)));
  }
}

@keyframes ani_counter {
  to {
    -webkit-transform: translateY(calc(100% - var(--fz-smoothcounter)));
            transform: translateY(calc(100% - var(--fz-smoothcounter)));
  }
}
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 首頁 $
 * */
/*
 * 產品詳細
 */
.product-introducing {
  position: relative;
  z-index: 6;
}
.product-introducing::before {
  content: "";
  display: block;
  z-index: 1;
  height: min(350px, 40vh);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(calc(min(70px, 20vh) * -1));
      -ms-transform: translateY(calc(min(70px, 20vh) * -1));
          transform: translateY(calc(min(70px, 20vh) * -1));
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgb(207, 237, 250) min(35px, 10vh), rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0.2) 85%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.product-introducing .sec-limit {
  position: relative;
  z-index: 5;
  padding-top: max(10vh, 50px);
}
.product-introducing .sec-limit[data-scroll] .float-targetcool {
  opacity: 0;
  margin-left: 55px;
  -webkit-transition: margin 0.75s, opacity 0.35s;
  transition: margin 0.75s, opacity 0.35s;
}
.product-introducing .sec-limit[data-scroll] .brief {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
}
.product-introducing .sec-limit[data-scroll] .limit-skin {
  opacity: 0;
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
}
.product-introducing .sec-limit[data-scroll] .limit-list li .tit, .product-introducing .sec-limit[data-scroll] .limit-list li span, .product-introducing .sec-limit[data-scroll] .limit-list li img {
  opacity: 0;
  -webkit-transition: opacity 0.95s;
  transition: opacity 0.95s;
}
.product-introducing .sec-limit[data-scroll] .limit-list li .aim {
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.product-introducing .sec-limit[data-scroll] .limit-list li .aim::after {
  opacity: 0;
}
.product-introducing .sec-limit[data-scroll=in] .float-targetcool {
  opacity: 1;
  margin-left: 0;
}
.product-introducing .sec-limit[data-scroll=in] .brief {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.product-introducing .sec-limit[data-scroll=in] .limit-skin {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.product-introducing .sec-limit[data-scroll=in] .limit-list li {
  opacity: 1;
}
.product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(1) .tit, .product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(1) span, .product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(1) img {
  opacity: 1;
  -webkit-transition-delay: 0.88s;
          transition-delay: 0.88s;
}
.product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(1) .aim {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 1;
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(1) .aim::after {
  opacity: 1;
  -webkit-animation: aniLineGrow 0.6s both;
          animation: aniLineGrow 0.6s both;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(2) .tit, .product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(2) span, .product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(2) img {
  opacity: 1;
  -webkit-transition-delay: 1.18s;
          transition-delay: 1.18s;
}
.product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(2) .aim {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 1;
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(2) .aim::after {
  opacity: 1;
  -webkit-animation: aniLineGrow 0.6s both;
          animation: aniLineGrow 0.6s both;
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
.product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(3) .tit, .product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(3) span, .product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(3) img {
  opacity: 1;
  -webkit-transition-delay: 1.48s;
          transition-delay: 1.48s;
}
.product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(3) .aim {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 1;
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(3) .aim::after {
  opacity: 1;
  -webkit-animation: aniLineGrow 0.6s both;
          animation: aniLineGrow 0.6s both;
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}
.product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(4) .tit, .product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(4) span, .product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(4) img {
  opacity: 1;
  -webkit-transition-delay: 1.78s;
          transition-delay: 1.78s;
}
.product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(4) .aim {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 1;
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}
.product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(4) .aim::after {
  opacity: 1;
  -webkit-animation: aniLineGrow 0.6s both;
          animation: aniLineGrow 0.6s both;
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}
.product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(5) .tit, .product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(5) span, .product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(5) img {
  opacity: 1;
  -webkit-transition-delay: 2.08s;
          transition-delay: 2.08s;
}
.product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(5) .aim {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 1;
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}
.product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(5) .aim::after {
  opacity: 1;
  -webkit-animation: aniLineGrow 0.6s both;
          animation: aniLineGrow 0.6s both;
  -webkit-animation-delay: 1.95s;
          animation-delay: 1.95s;
}
.product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(6) .tit, .product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(6) span, .product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(6) img {
  opacity: 1;
  -webkit-transition-delay: 2.38s;
          transition-delay: 2.38s;
}
.product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(6) .aim {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  opacity: 1;
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}
.product-introducing .sec-limit[data-scroll=in] .limit-list li:nth-child(6) .aim::after {
  opacity: 1;
  -webkit-animation: aniLineGrow 0.6s both;
          animation: aniLineGrow 0.6s both;
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
.product-introducing .sec-limit .l-container {
  z-index: 5;
}
.product-introducing .sec-limit .brief {
  max-width: 500px;
  text-align: center;
  text-wrap: pretty;
}
.product-introducing .sec-limit .limit-img {
  display: grid;
  place-items: center;
  position: relative;
  width: 1400px;
  aspect-ratio: 1400/600;
  text-align: center;
  margin: max(80px, 10vh) auto var(--gap);
}
.product-introducing .sec-limit .limit-skin {
  display: block;
  margin: 0 auto;
  height: 100%;
  aspect-ratio: 325/600;
}
.product-introducing .sec-limit .limit-list {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1400/600;
  z-index: 25;
}
.product-introducing .sec-limit .limit-list li {
  position: absolute;
  text-align: left;
  width: 22%;
  color: #000;
  font-size: 1.0625rem;
  line-height: 1.8;
}
.product-introducing .sec-limit .limit-list li:nth-child(1) {
  left: 14%;
  top: 0;
}
.product-introducing .sec-limit .limit-list li:nth-child(1) .aim {
  width: 34%;
  left: 108%;
  top: 15%;
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.product-introducing .sec-limit .limit-list li:nth-child(1) .aim::before {
  right: 0;
}
.product-introducing .sec-limit .limit-list li:nth-child(1) .aim::after {
  display: block;
  width: 105%;
  -webkit-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.product-introducing .sec-limit .limit-list li:nth-child(2) {
  left: 67%;
  top: 10%;
}
.product-introducing .sec-limit .limit-list li:nth-child(2) .aim {
  width: 30%;
  left: -39%;
  top: 50%;
}
.product-introducing .sec-limit .limit-list li:nth-child(3) {
  left: 4%;
  top: 30%;
}
.product-introducing .sec-limit .limit-list li:nth-child(3) .aim {
  width: 50%;
  left: 160%;
  top: 20%;
  -webkit-transform: rotate(-35deg);
      -ms-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.product-introducing .sec-limit .limit-list li:nth-child(3) .aim::before {
  right: 0;
}
.product-introducing .sec-limit .limit-list li:nth-child(3) .aim::after {
  display: block;
  width: 100%;
  -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
          transform: rotate(35deg);
}
.product-introducing .sec-limit .limit-list li:nth-child(4) {
  width: 360px;
  left: 65%;
  top: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.product-introducing .sec-limit .limit-list li:nth-child(4) .aim {
  width: 40%;
  left: -40%;
  top: 100%;
  -webkit-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.product-introducing .sec-limit .limit-list li:nth-child(4) .aim::before {
  left: 0;
}
.product-introducing .sec-limit .limit-list li:nth-child(4) .aim::after {
  display: block;
  width: 40%;
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
  left: 100%;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.product-introducing .sec-limit .limit-list li:nth-child(5) {
  left: 10%;
  top: 74%;
}
.product-introducing .sec-limit .limit-list li:nth-child(5) .aim {
  width: 100%;
  left: 100%;
  top: 10%;
  -webkit-transform: rotate(-50deg);
      -ms-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.product-introducing .sec-limit .limit-list li:nth-child(5) .aim::before {
  right: 0;
}
.product-introducing .sec-limit .limit-list li:nth-child(5) .aim::after {
  display: block;
  width: 20%;
  -webkit-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
          transform: rotate(50deg);
}
.product-introducing .sec-limit .limit-list li:nth-child(6) {
  left: 64%;
  top: 76%;
}
.product-introducing .sec-limit .limit-list li:nth-child(6) .aim {
  width: 20%;
  left: -24%;
  top: 65%;
  -webkit-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.product-introducing .sec-limit .limit-list li:nth-child(6) .aim::before {
  left: 0;
}
.product-introducing .sec-limit .limit-list li:nth-child(6) .aim::after {
  display: block;
  width: 30%;
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
  left: 100%;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.product-introducing .sec-limit .limit-list .tit {
  font-size: clamp(1.375rem, 1.25vw, 1.5rem);
  color: #1D2758;
  display: block;
  line-height: 1.4;
  text-shadow: none;
  margin-bottom: 5px;
}
.product-introducing .sec-limit .limit-list .aim {
  display: block;
  width: 157px;
  height: 1px;
  background-color: #3180bd;
  position: absolute;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.product-introducing .sec-limit .limit-list .aim::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #3180bd;
  position: absolute;
  margin-top: -2px;
}
.product-introducing .sec-limit .limit-list .aim::after {
  content: "";
  display: none;
  position: absolute;
  right: 100%;
  width: 56.23%;
  height: 1px;
  background-color: #3180bd;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

@media (max-width: 1440px) {
  .product-introducing .sec-limit .limit-img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .product-introducing .sec-limit .limit-list li:nth-child(2) {
    top: 4%;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(4) {
    left: 68%;
    top: 34%;
    width: 31%;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(5) {
    top: 70%;
    left: 9%;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(6) {
    top: 71%;
  }
}
@media (max-width: 991px) {
  .usedata-list {
    gap: 0 max(15px, 2vw);
  }
  .usedata-list li::before {
    left: calc(max(15px, 2vw) * -0.5);
  }
  .usedata-list .tit {
    font-size: clamp(1.25rem, 1.25vw, 1.375rem);
  }
  .usedata-list .tit .num {
    font-size: 2em;
  }
  .product-introducing .sec-limit {
    padding-top: 50px;
  }
  .product-introducing .sec-limit .float-targetcool {
    max-width: 420px;
    -webkit-transform: translate(-14%, -65%);
        -ms-transform: translate(-14%, -65%);
            transform: translate(-14%, -65%);
  }
  .product-introducing .sec-limit .limit-list li {
    font-size: 0.875rem;
    width: 26%;
  }
  .product-introducing .sec-limit .limit-list li .tit {
    font-size: 1.25rem;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(1) {
    left: 10%;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(1) .aim {
    top: 100%;
    left: 73%;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(1) .aim:after {
    display: none;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(2) {
    left: 70%;
    top: 0;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(3) {
    left: 0;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(3) .aim {
    left: 143%;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(5) {
    left: 7%;
    top: 73%;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(5) .aim {
    width: 91%;
    left: 86%;
  }
}
@media (max-width: 767px) {
  .usedata-list li .icon {
    width: 100px;
  }
  .product-introducing .sec-limit {
    padding-bottom: var(--gap-sec);
  }
  .product-introducing .sec-limit .float-targetcool {
    max-width: 350px;
    -webkit-transform: translate(-14%, -70%);
        -ms-transform: translate(-14%, -70%);
            transform: translate(-14%, -70%);
  }
  .product-introducing .sec-limit .brief {
    max-width: none;
  }
  .product-introducing .sec-limit .limit-img {
    aspect-ratio: 216/400;
    margin: 0;
  }
  .product-introducing .sec-limit .limit-skin {
    width: 60%;
    height: 60%;
  }
  .product-introducing .sec-limit .limit-list {
    aspect-ratio: 216/400;
  }
  .product-introducing .sec-limit .limit-list li {
    width: 32%;
  }
  .product-introducing .sec-limit .limit-list li .tit {
    font-size: 1.125rem;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(1) {
    left: 0;
    top: 10%;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(2) {
    top: 10%;
    left: 61%;
    width: 42%;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(2) .aim {
    width: 13%;
    left: 23%;
    top: 135%;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(2) .aim:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    display: block;
    height: 30px;
    background: #00B2A9;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(3) {
    top: 35%;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(3) .aim {
    left: 104%;
    top: 10%;
    width: 30%;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(4) {
    top: 35%;
    width: 32%;
    left: 68%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(4) > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(4) > div > img {
    display: block;
    width: 23px;
    margin: 0 auto;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(4) .aim {
    width: 32%;
    left: -29%;
    top: 65%;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(4) .aim:after {
    width: 25%;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(5) {
    top: 60%;
    left: 0;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(5) .aim {
    width: 110%;
    top: 0;
    -webkit-transform: rotate(-75deg);
        -ms-transform: rotate(-75deg);
            transform: rotate(-75deg);
  }
  .product-introducing .sec-limit .limit-list li:nth-child(5) .aim:after {
    display: none;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(6) {
    top: 73%;
    left: 72%;
  }
  .product-introducing .sec-limit .limit-list li:nth-child(6) .aim {
    top: 5px;
    width: 15%;
    left: -13%;
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg);
  }
  .product-introducing .sec-limit .limit-list li:nth-child(6) .aim:after {
    -webkit-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
            transform: rotate(-60deg);
  }
  .product-introducing .sec-exp .float-targetcool {
    left: auto;
    right: -5%;
    top: 5%;
  }
  .product-introducing .sec-exp > .l-container {
    display: block;
  }
  .product-introducing .sec-exp .right {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    display: block;
  }
  .product-introducing .sec-exp .right .brief {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .product-introducing .sec-exp .left .exp-list {
    -ms-flex-item-align: 1.2;
        align-self: 1.2;
  }
  .product-introducing .sec-exp .left .exp-list li {
    width: max(120px, 8.85vw);
  }
  .product-introducing .sec-exp .left .exp-list li:nth-child(1) {
    left: 18%;
    top: 5%;
  }
  .product-introducing .sec-exp .left .exp-list li:nth-child(2) {
    left: 1.5%;
    top: 48%;
  }
  .product-introducing .sec-exp .left .exp-list li:nth-child(3) {
    left: 32%;
    top: 80%;
  }
  .product-introducing .sec-exp .left .exp-list .tit {
    font-size: 0.875rem;
  }
  .product-introducing .sec-exp .left .exp-swirl {
    width: 100%;
    max-width: max(500px, 80vw);
  }
  .product-introducing .sec-exp .left .exp-swirl::before {
    -webkit-transform: translate(-45%, -45%);
        -ms-transform: translate(-45%, -45%);
            transform: translate(-45%, -45%);
    -webkit-animation: aniSwirl_s 1s linear both infinite;
            animation: aniSwirl_s 1s linear both infinite;
  }
  .product-introducing .sec-exp .left .exp-ripple {
    left: 60%;
    top: 52%;
  }
}
@media (max-width: 639px) {
  .usedata-list {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
  .usedata-list li {
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.25) 100%);
    border-radius: 150px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5rem 1.5rem;
    margin: 0 auto 10px;
    gap: 0 max(15px, 5vw);
    text-align: left;
  }
  .usedata-list li::before {
    display: none;
  }
  .usedata-list li .icon {
    width: 70px;
  }
  .usedata-list li .tit {
    font-size: 1.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 10px;
  }
  .usedata-list li .tit .num {
    font-size: 1.8em;
    margin-top: -0.1em;
    display: inline-block;
  }
}
@media (max-width: 579px) {
  .product-introducing::after {
    height: 120px !important;
    bottom: -5px !important;
  }
  .product-introducing .sec-limit .brief br {
    display: none;
  }
  .product-introducing .sec-limit .float-targetcool {
    opacity: 1;
    max-width: 270px;
  }
}
@media (max-width: 499px) {
  .sec-exp {
    padding-bottom: 50px;
  }
  .sec-exp::after {
    height: 100px;
  }
  .sec-exp .float-targetcool {
    max-width: 350px;
    right: 0;
  }
  .sec-exp .float-targetcool .shadow {
    width: max(220px, 30vw);
  }
  .sec-exp .left .exp-list .tit {
    font-size: 0.9375rem;
  }
  .sec-exp .left .exp-list .icon {
    max-width: 40px;
  }
  .sec-exp .left .exp-list li {
    width: max(100px, 8vw);
  }
  .sec-exp .left .exp-list li:nth-child(1) {
    left: 24%;
  }
  .sec-exp .left .exp-list li:nth-child(3) {
    left: 20%;
  }
}
@-webkit-keyframes aniLineGrow {
  from {
    width: 0;
  }
}
@keyframes aniLineGrow {
  from {
    width: 0;
  }
}
@-webkit-keyframes aniFloatTargetCoolShadow {
  0%, 10%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes aniFloatTargetCoolShadow {
  0%, 10%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@-webkit-keyframes aniFloatTargetCool {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(5deg);
            transform: translateY(0) rotate(5deg);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(5deg);
            transform: translateY(5px) rotate(5deg);
  }
}
@keyframes aniFloatTargetCool {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(5deg);
            transform: translateY(0) rotate(5deg);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(5deg);
            transform: translateY(5px) rotate(5deg);
  }
}
@-webkit-keyframes aniSwirl {
  0%, 100% {
    -webkit-transform: scale(1) translate(-45%, -55%);
            transform: scale(1) translate(-45%, -55%);
  }
  50% {
    -webkit-transform: scale(1.02) translate(-45%, -55%);
            transform: scale(1.02) translate(-45%, -55%);
  }
}
@keyframes aniSwirl {
  0%, 100% {
    -webkit-transform: scale(1) translate(-45%, -55%);
            transform: scale(1) translate(-45%, -55%);
  }
  50% {
    -webkit-transform: scale(1.02) translate(-45%, -55%);
            transform: scale(1.02) translate(-45%, -55%);
  }
}
@-webkit-keyframes aniSwirl_s {
  0%, 100% {
    -webkit-transform: scale(1) translate(-45%, -45%);
            transform: scale(1) translate(-45%, -45%);
  }
  50% {
    -webkit-transform: scale(1.02) translate(-45%, -45%);
            transform: scale(1.02) translate(-45%, -45%);
  }
}
@keyframes aniSwirl_s {
  0%, 100% {
    -webkit-transform: scale(1) translate(-45%, -45%);
            transform: scale(1) translate(-45%, -45%);
  }
  50% {
    -webkit-transform: scale(1.02) translate(-45%, -45%);
            transform: scale(1.02) translate(-45%, -45%);
  }
}
@-webkit-keyframes aniSpinLoop {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes aniSpinLoop {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes aniRippleMiddle {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1) translate(-50%, -50%);
            transform: scale(1.1) translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5) translate(-50%, -50%);
            transform: scale(1.5) translate(-50%, -50%);
  }
}
@keyframes aniRippleMiddle {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.1) translate(-50%, -50%);
            transform: scale(1.1) translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5) translate(-50%, -50%);
            transform: scale(1.5) translate(-50%, -50%);
  }
}
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 首頁 $
 * */
/*
 * 產品大靜態看板
 */
.product-static-kanban {
  z-index: 1;
  position: relative;
  font-weight: 300;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #001735), color-stop(50%, #00396B), to(#003662));
  background: linear-gradient(to bottom, #001735 20%, #00396B 50%, #003662 100%);
}
.product-static-kanban .svg-filter {
  position: absolute;
  top: 0;
  height: 0;
}
.product-static-kanban .pbg {
  position: relative;
  z-index: 0;
  -o-object-position: center bottom;
     object-position: center bottom;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1920/1300;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, black), color-stop(85%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, black), color-stop(85%, black), to(transparent));
  mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
  -webkit-filter: url("#turbulence1");
          filter: url("#turbulence1");
}
.product-static-kanban .pbg img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.product-static-kanban .pimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1920/1300;
}
.product-static-kanban .pimg img {
  width: 100%;
  -o-object-position: center bottom;
     object-position: center bottom;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-static-kanban .text1 {
  position: absolute;
  z-index: 2;
  top: 41.3%;
  left: -50%;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  font-size: clamp(4.375rem, 14.6vw, 17.5rem);
  opacity: 0;
}
.product-static-kanban .text2 {
  position: absolute;
  z-index: 5;
  left: 14.16%;
  top: 67%;
  color: #7EC0D8;
  font-size: clamp(1.5625rem, 3.125vw, 3.75rem);
}
.product-static-kanban .text3 {
  position: absolute;
  z-index: 7;
  color: #2c94c9;
  max-width: 26em;
  font-size: clamp(0.875rem, 1.1vw, 1.25rem);
  line-height: 1.8;
  left: 61.3%;
  top: 70.15%;
}
.product-static-kanban .text3 span {
  position: relative;
  padding-left: 1.25em;
}
.product-static-kanban .text3 span::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  width: 3px;
  left: 0;
  top: 0.35em;
  bottom: 0.35em;
  background-color: #2c94c9;
}
.product-static-kanban .text4 {
  position: absolute;
  z-index: 5;
  left: 20.16%;
  top: 62%;
  color: #fff;
  font-size: clamp(1rem, 0.7451rem + 1.0458vw, 2rem);
}
.product-static-kanban[data-scroll] .pbg {
  opacity: 0;
  -webkit-transform: translateY(-5%);
      -ms-transform: translateY(-5%);
          transform: translateY(-5%);
  -webkit-transition: opacity 2s, -webkit-transform 5.5s;
  transition: opacity 2s, -webkit-transform 5.5s;
  transition: transform 5.5s, opacity 2s;
  transition: transform 5.5s, opacity 2s, -webkit-transform 5.5s;
}
.product-static-kanban[data-scroll] .pimg {
  opacity: 0;
  -webkit-transform: translateX(-5%);
      -ms-transform: translateX(-5%);
          transform: translateX(-5%);
  -webkit-transition: opacity 0.8s, -webkit-transform 1.8s;
  transition: opacity 0.8s, -webkit-transform 1.8s;
  transition: transform 1.8s, opacity 0.8s;
  transition: transform 1.8s, opacity 0.8s, -webkit-transform 1.8s;
}
.product-static-kanban[data-scroll] .text2 {
  opacity: 0;
  -webkit-transform: translateX(25%);
      -ms-transform: translateX(25%);
          transform: translateX(25%);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.product-static-kanban[data-scroll] .text3 {
  opacity: 0;
  -webkit-transform: translateX(-25%);
      -ms-transform: translateX(-25%);
          transform: translateX(-25%);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.product-static-kanban[data-scroll] .text3 span::before {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.38s;
  transition: -webkit-transform 0.38s;
  transition: transform 0.38s;
  transition: transform 0.38s, -webkit-transform 0.38s;
}
.product-static-kanban[data-scroll] .text4 {
  opacity: 0;
  -webkit-transform: translateX(25%);
      -ms-transform: translateX(25%);
          transform: translateX(25%);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.product-static-kanban[data-scroll=in] .pbg {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.product-static-kanban[data-scroll=in] .pimg {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.2s, 0.6s;
          transition-delay: 0.2s, 0.6s;
}
.product-static-kanban[data-scroll=in] .text2 {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.product-static-kanban[data-scroll=in] .text3 {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.product-static-kanban[data-scroll=in] .text3 span::before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.product-static-kanban[data-scroll=in] .text4 {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@media (max-width: 991px) {
  .product-static-kanban {
    padding-bottom: 25vh;
  }
  .product-static-kanban::after {
    content: "";
    z-index: 1;
    display: block;
    position: absolute;
    width: 100%;
    height: max(60%, 60vh);
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(45%, #021730), color-stop(90%, rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, #021730 45%, rgba(0, 0, 0, 0) 90%);
  }
  .product-static-kanban .pbg {
    min-width: 120%;
    -o-object-position: -12vw bottom;
       object-position: -12vw bottom;
  }
  .product-static-kanban .pimg {
    width: 120%;
  }
  .product-static-kanban .pimg img {
    -o-object-position: -12vw bottom;
       object-position: -12vw bottom;
  }
  .product-static-kanban .text3 {
    display: block;
    position: absolute;
    left: 14.16%;
    top: 75%;
  }
}
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 首頁 $
 * */
/* 
 * 編輯器
 * ⚠️此檔不寫RWD與動畫，另至_editor_rwd.scss⚠️
 */
/* 
 * 預設通用樣式
 */
.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 {
  font-size: 16px;
  color: #000;
  font-family: var(--ff-default);
  line-height: 1.58;
  font-weight: 500;
}
.c-editor img, .cke_editable img {
  line-height: 0;
  display: inline-block;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.c-editor ol, .c-editor ul, .cke_editable ol, .cke_editable ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.c-editor h1, .c-editor h2, .c-editor h3, .c-editor h4, .c-editor h5, .c-editor h6, .cke_editable h1, .cke_editable h2, .cke_editable h3, .cke_editable h4, .cke_editable h5, .cke_editable h6 {
  display: block;
  margin: 15px auto;
  padding: 0;
}
.c-editor h1 span, .c-editor h2 span, .c-editor h3 span, .c-editor h4 span, .c-editor h5 span, .c-editor h6 span, .cke_editable h1 span, .cke_editable h2 span, .cke_editable h3 span, .cke_editable h4 span, .cke_editable h5 span, .cke_editable h6 span {
  font-size: inherit;
}
.c-editor h1, .cke_editable h1 {
  font-size: var(--fs-h1);
}
.c-editor h2, .cke_editable h2 {
  font-size: var(--fs-h2);
}
.c-editor h3, .cke_editable h3 {
  font-size: var(--fs-h3);
}
.c-editor h4, .cke_editable h4 {
  font-size: var(--fs-h4);
}
.c-editor h5, .cke_editable h5 {
  font-size: var(--fs-h5);
}
.c-editor h6, .cke_editable h6 {
  font-size: var(--fs-h6);
}
.c-editor small, .cke_editable small {
  font-size: var(--fs-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 p + *:not(p), .cke_editable p + *:not(p) {
  margin-top: 2rem;
}
.c-editor strong, .cke_editable strong {
  font-weight: 600;
}
.c-editor hr, .cke_editable hr {
  border: none;
  border-bottom: 1px solid #ddd;
  margin: 50px auto;
}
.c-editor video, .c-editor embed, .c-editor iframe, .cke_editable video, .cke_editable embed, .cke_editable iframe {
  width: 100%;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9 !important;
}
.c-editor a, .cke_editable a {
  color: #3180bd;
  text-decoration: underline;
}
.c-editor a:hover, .cke_editable a:hover {
  color: #3180bd;
  text-decoration: none;
}

/* 
 * 前後台 客製樣式與樣板
 */
.c-editor video, .c-editor embed, .c-editor iframe {
  width: 100%;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9 !important;
}
.c-editor__container {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto 3%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-editor__title {
  margin-bottom: 5px;
  font-size: var(--fs-head-title);
}
.c-editor__subtitle {
  font-size: var(--fs-head-subtitle);
  line-height: 1.4;
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.c-editor__text {
  line-height: 2;
  font-size: 1rem;
  margin: 0 0 10px;
  padding: 0;
}
.c-editor__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2%;
  margin-right: 5%;
}
.c-editor__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-editor.l-pic-r-txt .c-editor__image {
  max-width: 650px;
}
.c-editor.r-pic-l-txt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-editor.r-pic-l-txt .c-editor__image {
  max-width: 650px;
  margin-left: 5%;
  margin-right: 0;
}
.c-editor.full-pic {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-editor.full-pic .c-editor__image {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  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 {
  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 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-editor.mutiple-columns > * {
  display: inline-block;
  vertical-align: top;
  width: calc(33.333333% - 40px);
  margin: 0 20px 20px;
  height: auto !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-editor.mutiple-columns > *:first-child {
  margin-left: 0;
}
.c-editor.mutiple-columns > *:last-child {
  margin-right: 0;
}
.c-editor.mutiple-columns img {
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}
.c-editor.mutiple-columns .c-editor__title {
  font-size: 1.5rem;
}
.c-editor.mutiple-columns .c-editor__subtitle {
  font-size: 1.125rem;
}
.c-editor.editor-table {
  display: block;
}
.c-editor.editor-table table, .c-editor table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid;
}
.c-editor.editor-table table tr, .c-editor table tr {
  border-bottom: 1px solid #ddd;
}
.c-editor.editor-table table th, .c-editor.editor-table table td, .c-editor table th, .c-editor table td {
  padding: 20px;
}
.c-editor.editor-table table th, .c-editor table th {
  width: 16.6667%;
  max-width: 250px;
  min-width: 110px;
  color: #fff;
  background: #3180bd;
}
.c-editor.editor-table table.horizontal, .c-editor table.horizontal {
  width: 100%;
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
}
.c-editor.editor-table table.horizontal::after, .c-editor table.horizontal::after {
  position: absolute;
  content: url(../images/arrow-right-circle-fill.svg);
  font-size: 3rem;
  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;
}
.c-editor.editor-table table.horizontal.need-scroll::after, .c-editor table.horizontal.need-scroll::after {
  opacity: 0.9;
}
.c-editor.editor-table table.horizontal thead th, .c-editor table.horizontal thead th {
  color: #fff;
  background: #3180bd;
}
.c-editor.editor-table table.horizontal tbody tr:nth-child(even) td, .c-editor table.horizontal tbody tr:nth-child(even) td {
  background: #f6f6f6;
}
.c-editor.editor-table table.horizontal th, .c-editor.editor-table table.horizontal td, .c-editor table.horizontal th, .c-editor table.horizontal td {
  width: 16.6667%;
  max-width: 250px;
  min-width: 110px;
  white-space: nowrap;
  text-align: center;
  border: 1px solid #ddd;
}
.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, .c-editor ul {
  color: #333;
  line-height: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-editor__ul > li, .c-editor ul > li {
  position: relative;
  margin: 10px 0;
  padding-left: 20px;
}
.c-editor__ul > li::before, .c-editor ul > li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  display: block;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent transparent #3180bd;
}
.c-editor__ul.step > li, .c-editor ul.step > li {
  counter-increment: step;
  vertical-align: middle;
}
.c-editor__ul.step > li::before, .c-editor ul.step > li::before {
  top: 0;
  left: 0;
  border: none;
  content: counter(step);
}
.c-editor__ol, .c-editor ol {
  color: #333;
  list-style-image: url(data:0);
  list-style: decimal;
  margin: 0 0 1em 0;
  padding: 0 0 0 2em;
  counter-reset: newcounter;
}
.c-editor__ol + *, .c-editor ol + * {
  margin-top: 2rem;
}
.c-editor__ol > li, .c-editor ol > li {
  position: relative;
  padding: 0 0 0 0.2em;
  margin: 0.25em 0 0.35em -0.8em;
  display: list-item;
  list-style-position: outside;
}
.c-editor__ol > li > ol, .c-editor ol > li > ol {
  margin: 0 0 1em 0.9em;
  padding: 0 0 0 1em;
}
.c-editor__ol > li > ol > li, .c-editor ol > li > ol > li {
  position: relative;
  padding: 0;
  margin: 5px 0 5px;
  display: block;
}
.c-editor__ol > li > ol > li:first-of-type, .c-editor ol > li > ol > li:first-of-type {
  counter-reset: newcounter;
}
.c-editor__ol > li > ol > li::before, .c-editor ol > li > ol > li::before {
  width: 1.9rem;
  position: absolute;
  top: 0;
  left: -2.2rem;
  text-align: center;
  white-space: nowrap;
  counter-increment: newcounter;
  content: "(" counter(newcounter) ")";
}
.c-editor.r-pic-l-feature {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.c-editor.r-pic-l-feature .c-editor__image {
  width: 50%;
  padding: 5px;
  margin: 0;
}
.c-editor.r-pic-l-feature .c-editor__content {
  width: 48%;
  padding-right: 3%;
}
.c-editor.r-pic-l-feature .c-editor__content .mutiple-feature {
  margin-top: 25px;
  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;
  gap: 20px;
}
.c-editor.r-pic-l-feature .c-editor__content .mutiple-feature > * {
  width: calc(50% - 10px);
}
.c-editor.r-pic-l-feature .c-editor__content .mutiple-feature__number {
  font-size: 1.125rem;
}
.c-editor.r-pic-l-feature .c-editor__content .mutiple-feature__number span {
  font-size: 2.5rem;
  margin-right: 10px;
  font-weight: bold;
}
.c-editor.mutiple-feature {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.c-editor.mutiple-feature > * {
  display: inline-block;
  vertical-align: top;
  width: calc(20% - 40px);
  margin: 0 20px 20px;
  height: auto !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
.c-editor.mutiple-feature > * span {
  margin-top: 5px;
}
.c-editor.mutiple-feature .c-editor__image {
  display: block;
  max-width: 150px;
  height: 150px;
  margin: 0 auto;
}
.c-editor.mutiple-feature .c-editor__title {
  font-size: 1.5rem;
}
.c-editor.image-four-thumb {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.c-editor.image-four-thumb .c-editor__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin: 0;
  padding: 5px;
}
.c-editor.image-four-thumb .c-editor__thumb {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.c-editor.image-four-thumb .c-editor__thumb > * {
  width: 50%;
  padding: 5px;
}
.c-editor.text-three-thumb {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 3%;
}
.c-editor.text-three-thumb::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 77%;
  height: 100%;
  background-color: #f5f5f5;
}
.c-editor.text-three-thumb .c-editor__content {
  position: relative;
  width: 60%;
  z-index: 1;
}
.c-editor.text-three-thumb .c-editor__image {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
}
.c-editor.text-three-thumb .c-editor__thumb {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.c-editor.text-three-thumb .c-editor__thumb:nth-child(1) {
  margin-top: 100px;
}
.c-editor.text-three-thumb .c-editor__thumb:nth-child(2) {
  margin-top: 50px;
}
.c-editor.full-r-txt {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 41.66%;
  margin-bottom: 0;
}
.c-editor.full-r-txt .c-editor__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-right: 0;
  margin-bottom: 2%;
}
.c-editor.full-r-txt .c-editor__content {
  position: absolute;
  width: 550px;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-editor.full-l-txt {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 41.66%;
  align-items: center;
  margin-bottom: 0;
}
.c-editor.full-l-txt .c-editor__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-right: 0;
  margin-bottom: 2%;
}
.c-editor.full-l-txt .c-editor__content {
  position: absolute;
  width: 550px;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-editor.full-parallax {
  height: 560px;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.c-editor.full-parallax .c-editor__content {
  max-width: 80vw;
  text-align: center;
}
.c-editor.full-parallax .c-editor__button {
  margin-left: auto;
  margin-right: auto;
}

/*
 * CSS Document
 * ==========================================================================
 * 版權所有 © 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Subhead: 首頁 $
 * */
/* 
 * 編輯器RWD與動畫 
 */
@media (max-width: 1440px) {
  .c-editor__text {
    line-height: 1.8;
  }
  .c-editor.full-r-txt .c-editor__content, .c-editor.full-l-txt .c-editor__content {
    background: rgba(255, 255, 255, 0.7);
    padding: 25px;
    right: 2%;
    border-radius: 10px;
  }
  .c-editor.full-l-txt .c-editor__content {
    left: 2%;
  }
  .c-editor.r-pic-l-feature .c-editor__content .mutiple-feature {
    margin-top: 25px;
  }
}
@media (max-width: 1024px) {
  .c-editor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-editor__text {
    line-height: 1.8;
  }
  .c-editor__image, .c-editor__content {
    margin-left: 0;
    margin-right: 0;
  }
  .c-editor.r-pic-l-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-editor.r-pic-l-txt .c-editor__image {
    margin-left: 0;
  }
  .c-editor.mutiple-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
  }
  .c-editor.mutiple-columns > * {
    width: calc(50% - 40px);
  }
  .c-editor.mutiple-feature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .c-editor.mutiple-feature > * {
    width: calc(33.3333333333% - 40px);
  }
  .c-editor.image-four-thumb {
    padding: 0 15px;
  }
  .c-editor.text-three-thumb {
    padding: 10% 5%;
  }
  .c-editor.text-three-thumb .c-editor__content {
    width: 100%;
    margin-bottom: 3%;
  }
  .c-editor.text-three-thumb .c-editor__image {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -10px;
  }
  .c-editor.text-three-thumb .c-editor__thumb {
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-editor.text-three-thumb .c-editor__thumb:nth-child(1), .c-editor.text-three-thumb .c-editor__thumb:nth-child(2) {
    margin-top: 0;
  }
  .c-editor.full-r-txt, .c-editor.full-l-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: column-reverse;
  }
  .c-editor.full-r-txt .c-editor__content, .c-editor.full-l-txt .c-editor__content {
    position: static;
    width: 100%;
    padding: 15px;
    background: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .c-editor.full-parallax {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .c-editor.r-pic-l-feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-editor.r-pic-l-feature .c-editor__image, .c-editor.r-pic-l-feature .c-editor__content {
    width: 100%;
    padding: 0;
  }
  .c-editor.r-pic-l-feature .c-editor__content {
    margin-top: 10px;
  }
  .c-editor.r-pic-l-feature .c-editor__content .mutiple-feature {
    margin-top: 25px;
  }
  .c-editor.text-three-thumb .c-editor__image {
    margin: 0 -5px;
  }
  .c-editor.text-three-thumb .c-editor__thumb {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 599px) {
  .c-editor {
    margin-bottom: 6%;
  }
  .c-editor.mutiple-columns {
    margin: 0;
  }
  .c-editor.mutiple-columns > * {
    width: 100%;
    margin: 0 0 20px;
  }
  .c-editor.editor-table.horizontal.need-scroll::after {
    display: block;
    opacity: 0.9;
  }
  .c-editor.r-pic-l-feature .c-editor__content .mutiple-feature {
    margin-top: 0;
    gap: 5px;
  }
  .c-editor.r-pic-l-feature .c-editor__content .mutiple-feature > * {
    width: 100%;
  }
  .c-editor.r-pic-l-feature .c-editor__content .mutiple-feature__number span {
    font-size: 2rem;
    margin-right: 5px;
  }
  .c-editor.mutiple-feature {
    margin: 0;
  }
  .c-editor.mutiple-feature > * {
    width: calc(50% - 40px);
  }
  .c-editor.image-four-thumb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-editor.image-four-thumb .c-editor__image, .c-editor.image-four-thumb .c-editor__thumb {
    width: 100%;
  }
  .c-editor.full-r-txt, .c-editor.full-l-txt {
    margin-bottom: 5%;
  }
}
@-webkit-keyframes ani_lr {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(35%);
            transform: translateX(35%);
  }
}
@keyframes ani_lr {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(35%);
            transform: translateX(35%);
  }
}
.js-static-player {
  display: block;
  position: relative;
}

/*
 * 圖影混和輪播(Swiper + Plyr)
 */
.index:not(.is-fixed-header).is-video-playing .header {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  backdrop-filter: unset;
}

@media (min-width: 580px) {
  .index:not(.is-fixed-header) .header {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    backdrop-filter: unset;
  }
}
@media (min-width: 992px) {
  .index:not(.is-fixed-header).is-video-playing .menu {
    opacity: 0;
  }
}
.i-kanban-wrap {
  --plyr-control-spacing: 16px;
  position: relative;
  top: 0;
  left: 0;
  width: 80%;
  margin: 0 auto;
  line-height: 0;
  padding: 0;
  z-index: 10;
  overflow: visible;
}
@media (max-width: 1199px) {
  .i-kanban-wrap {
    width: 100%;
  }
}
.i-kanban-wrap:not(.swiper-initialized) .swiper-slide {
  opacity: 0;
}
.i-kanban-wrap .plyr__poster {
  background-size: cover;
}
.i-kanban-wrap .swiper-button-prev, .i-kanban-wrap .swiper-button-next {
  background: none;
  border: none;
  top: min(50vh, 50%);
}
.i-kanban-wrap .swiper-button-prev::before, .i-kanban-wrap .swiper-button-next::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.i-kanban-wrap .swiper-pagination {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: auto;
  left: 0;
  right: 0;
  bottom: min(125px, 6vw);
  display: block;
  text-align: center;
}
.i-kanban-wrap .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.i-kanban-list {
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}
.i-kanban-list .swiper-slide {
  line-height: 0;
}

.i-kanban-media {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  z-index: 1;
  will-change: transform;
  overflow: hidden;
  aspect-ratio: 1920/1080;
}
.i-kanban-media img, .i-kanban-media picture, .i-kanban-media iframe, .i-kanban-media video {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100% !important;
  width: 100% !important;
  max-width: none !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.i-kanban-media iframe, .i-kanban-media video {
  -o-object-fit: contain;
     object-fit: contain;
}
.i-kanban-media .plyr--video {
  z-index: 5;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-slide-active .i-kanban-media {
  -webkit-animation: ani_kanban_in 1s both;
          animation: ani_kanban_in 1s both;
}

@media (max-width: 991px) {
  .i-kanban-wrap {
    --plyr-control-spacing: 10px;
  }
  .i-kanban-media {
    min-height: auto;
  }
}
@media (max-width: 839px) {
  .i-kanban-media {
    aspect-ratio: 16/9;
  }
}
.exceed {
  --gap-sec: max(50px, 6vw);
  background: url(../images/exceed_bg.jpg);
  color: #fff;
}
.exceed section {
  padding: max(50px, 6vw) 0;
}
.exceed h2 {
  margin-bottom: 2rem;
}
.exceed__title {
  font-size: clamp(1.875rem, 1.6201rem + 1.0458vw, 2.875rem);
  line-height: 2;
}
.exceed__txt {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  .exceed__txt {
    font-size: 1rem;
  }
}
.exceed .i__scroll {
  display: block;
  position: absolute;
  right: 5%;
  bottom: 5%;
  color: #fff;
  text-align: center;
  display: block;
  padding: 48px 0;
  width: 150px;
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: 20;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .exceed .i__scroll {
    width: 75px;
    font-size: 0;
    padding: 0;
    right: 2rem;
    bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .exceed .i__scroll {
    width: 40px;
    right: 1rem;
    bottom: 1rem;
  }
}
.exceed .i__scroll::before {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  aspect-ratio: 1;
  background: url(../images/i_scroll.png) center center no-repeat;
  background-size: 100%;
  left: 3px;
  top: 3px;
  -webkit-animation: ani_spin linear 10s infinite;
          animation: ani_spin linear 10s infinite;
  z-index: -1;
}
@media (max-width: 991px) {
  .exceed .i__scroll::before {
    width: 75px;
  }
}
@media (max-width: 767px) {
  .exceed .i__scroll::before {
    width: 40px;
  }
}
.exceed .i__scroll::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg) translate(49px, -48px);
      -ms-transform: rotate(45deg) translate(49px, -48px);
          transform: rotate(45deg) translate(49px, -48px);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
@media (max-width: 991px) {
  .exceed .i__scroll::after {
    -webkit-transform: rotate(45deg) translate(46px, -2px);
        -ms-transform: rotate(45deg) translate(46px, -2px);
            transform: rotate(45deg) translate(46px, -2px);
  }
}
@media (max-width: 767px) {
  .exceed .i__scroll::after {
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg) translate(26px, -1px);
        -ms-transform: rotate(45deg) translate(26px, -1px);
            transform: rotate(45deg) translate(26px, -1px);
  }
}
.exceed .green {
  color: #00B2A9;
}
.exceed .maintitle {
  color: #00B2A9;
}
.exceed .subtitle {
  color: #fff;
}
.exceed .subtitle.green {
  color: #00B2A9;
}
.exceed .subtitle.black {
  color: #000;
}
.exceed .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .exceed .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.exceed .left,
.exceed .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 991px) {
  .exceed .left,
  .exceed .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.exceed .intro {
  padding: 0;
}
.exceed .intro .top {
  position: relative;
  background: url(../images/exceed_bg_01.png) center -50px no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .exceed .intro .top {
    background: url(../images/exceed_bg_01_s.png) center -50px no-repeat;
    background-size: inherit;
  }
}
.exceed .intro .top::after {
  content: "";
  display: block;
  z-index: 15;
  height: min(250px, 12vw);
  position: absolute;
  bottom: 0%;
  left: 0;
  -webkit-transform: translateY(55%);
      -ms-transform: translateY(55%);
          transform: translateY(55%);
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(30%, #1c2d48), color-stop(40%, #1c2d48), color-stop(60%, #1c2d48), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #1c2d48 30%, #1c2d48 40%, #1c2d48 60%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.exceed .intro .top .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.exceed .intro .top .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 991px) {
  .exceed .intro .top .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.exceed .intro .top .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 991px) {
  .exceed .intro .top .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 2rem;
  }
}
.exceed .intro .top .right h2 {
  border-left: 3px solid #00B2A9;
  padding-left: 2rem;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 0;
  font-size: clamp(1.25rem, 1.1667rem + 0.2778vw, 1.5rem);
}
@media (max-width: 767px) {
  .exceed .intro .top .right h2 {
    padding-left: 1rem;
  }
}
.exceed .intro .bottom {
  position: relative;
  background: url(../images/exceed_bg_02.png) center center no-repeat;
  background-size: cover;
  padding: max(50px, 8vw) 0;
}
@media (max-width: 991px) {
  .exceed .intro .bottom {
    background: url(../images/exceed_bg_02_s.png) center center no-repeat;
    background-size: inherit;
  }
}
@media (max-width: 767px) {
  .exceed .intro .bottom {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.exceed .intro .bottom::after {
  content: "";
  display: block;
  z-index: 15;
  height: min(250px, 12vw);
  position: absolute;
  bottom: 0%;
  left: 0;
  -webkit-transform: translateY(55%);
      -ms-transform: translateY(55%);
          transform: translateY(55%);
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(40%, #121b2e), color-stop(45%, #121b2e), color-stop(60%, #121b2e), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #121b2e 40%, #121b2e 45%, #121b2e 60%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.exceed .intro .bottom .best {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  .exceed .intro .bottom .best {
    -webkit-transform: translateY(-50%) scale(0.6);
        -ms-transform: translateY(-50%) scale(0.6);
            transform: translateY(-50%) scale(0.6);
  }
}
@media (max-width: 767px) {
  .exceed .intro .bottom .best {
    top: 25%;
    right: -50px;
    -webkit-transform: translateY(-50%) scale(0.3);
        -ms-transform: translateY(-50%) scale(0.3);
            transform: translateY(-50%) scale(0.3);
  }
}
.exceed .intro .bottom .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .exceed .intro .bottom .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.exceed .intro .bottom .flex .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}
@media (max-width: 991px) {
  .exceed .intro .bottom .flex .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 2rem 0;
  }
}
.exceed .intro .bottom .flex .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
@media (max-width: 991px) {
  .exceed .intro .bottom .flex .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .exceed .intro .bottom .flex .right img {
    width: 50%;
  }
}
.exceed .intro .bottom .flex .right .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 4%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.exceed .intro .bottom .flex .right .flex .exceed__txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 70px - 0%);
          flex: 0 0 calc(100% - 70px - 0%);
  padding-left: 5%;
  margin-left: 5%;
  border-left: 3px solid #00B2A9;
}
@media (max-width: 767px) {
  .exceed .intro .bottom .flex .right .flex .exceed__txt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 40px - 5%);
            flex: 0 0 calc(100% - 40px - 5%);
    width: calc(100% - 40px - 5%);
  }
}
.exceed .intro .bottom .flex .right .flex .germany {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
}
@media (max-width: 767px) {
  .exceed .intro .bottom .flex .right .flex .germany {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
  }
}
.exceed .intro .bottom .flex .right h2 {
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .exceed .intro .bottom .flex .right h2 h2 {
    margin-bottom: 0;
  }
}
.exceed .intro .bottom .flex .right .green {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .exceed .intro .bottom .flex .right .green {
    font-size: 1rem;
  }
}
.exceed .product-introducing {
  padding: 0;
  background: url(../images/exceed_bg_03.png) center center;
  background-size: cover;
  z-index: unset;
}
@media (max-width: 991px) {
  .exceed .product-introducing {
    background: url(../images/exceed_bg_03_s.png) center center;
    background-size: inherit;
  }
}
.exceed .product-introducing::before {
  display: none;
  background: linear-gradient(to bottom, rgba(0, 55, 100, 0) 0, #0d1424 min(35px, 10vh), #0a101e 31%, rgba(10, 16, 30, 0) 60%, rgba(255, 255, 255, 0) 100%);
}
.exceed .product-introducing::after {
  content: "";
  display: block;
  z-index: 15;
  height: min(250px, 3vw);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(55%);
      -ms-transform: translateY(55%);
          transform: translateY(55%);
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(40%, #121b2e), color-stop(45%, #121b2e), color-stop(60%, #121b2e), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #121b2e 40%, #121b2e 45%, #121b2e 60%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.exceed .product-introducing .sec-limit {
  padding-top: max(18vh, 50px);
  padding-bottom: max(9vh, 50px);
}
@media (max-width: 767px) {
  .exceed .product-introducing .sec-limit {
    padding-bottom: 0;
  }
}
.exceed .product-introducing .sec-limit .limit-skin {
  aspect-ratio: 1167/572;
}
@media (max-width: 767px) {
  .exceed .product-introducing .sec-limit .limit-skin {
    aspect-ratio: 1;
    width: 100%;
  }
}
.exceed .product-introducing .sec-limit .limit-list {
  aspect-ratio: 1167/572;
}
@media (max-width: 767px) {
  .exceed .product-introducing .sec-limit .limit-list {
    aspect-ratio: 1;
  }
}
.exceed .product-introducing .sec-limit .limit-list .aim {
  background-color: #00B2A9;
}
.exceed .product-introducing .sec-limit .limit-list .aim::before {
  background-color: #00B2A9;
}
.exceed .product-introducing .sec-limit .limit-list .aim::after {
  background-color: #00B2A9;
}
.exceed .product-introducing .sec-limit .limit-list li {
  color: #fff;
}
.exceed .product-introducing .sec-limit .limit-list li:nth-child(1) {
  left: 50px;
  top: 2%;
}
@media (max-width: 991px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(1) {
    top: 0%;
  }
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(1) .aim {
    top: 65%;
  }
}
@media (max-width: 767px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(1) {
    top: 12%;
    left: 60px;
  }
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(1) .aim {
    top: 96%;
    left: 50%;
  }
}
@media (max-width: 430px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(1) {
    top: 5%;
    left: 40px;
  }
}
@media (max-width: 375px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(1) {
    top: 5%;
    left: 50px;
    width: 35%;
  }
}
.exceed .product-introducing .sec-limit .limit-list li:nth-child(2) {
  left: 85%;
  top: 21%;
}
@media (max-width: 1335px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(2) {
    top: 23%;
  }
}
@media (max-width: 991px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(2) {
    top: 23%;
  }
}
@media (max-width: 767px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(2) {
    left: 80%;
    top: 30%;
    width: 91px;
  }
}
@media (max-width: 430px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(2) {
    top: 21%;
    left: unset;
    right: 12px;
  }
}
@media (max-width: 375px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(2) {
    top: 20%;
  }
}
.exceed .product-introducing .sec-limit .limit-list li:nth-child(2) .aim {
  width: 89%;
  left: -91%;
  top: 238%;
  -webkit-transform: rotate(-22deg);
      -ms-transform: rotate(-22deg);
          transform: rotate(-22deg);
}
@media (max-width: 991px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(2) .aim {
    width: 72%;
    left: -63%;
  }
}
@media (max-width: 767px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(2) .aim {
    width: 75%;
    left: -86%;
    top: 193%;
    -webkit-transform: rotate(-46deg);
        -ms-transform: rotate(-46deg);
            transform: rotate(-46deg);
  }
}
@media (max-width: 430px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(2) .aim {
    left: -20%;
    top: 165%;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media (max-width: 375px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(2) .aim {
    left: -20%;
    top: 175%;
  }
}
.exceed .product-introducing .sec-limit .limit-list li:nth-child(2) .aim::after {
  width: 100%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  background: transparent;
}
.exceed .product-introducing .sec-limit .limit-list li:nth-child(3) {
  left: 26%;
  top: unset;
  bottom: 22%;
}
@media (max-width: 1335px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(3) {
    bottom: 16%;
  }
}
@media (max-width: 1199px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(3) {
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(3) {
    bottom: 4%;
    left: 22%;
  }
}
@media (max-width: 767px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(3) {
    left: 17%;
    bottom: 30%;
    width: 33%;
  }
}
@media (max-width: 677px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(3) {
    bottom: 26%;
  }
}
@media (max-width: 582px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(3) {
    bottom: 24%;
  }
}
@media (max-width: 545px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(3) {
    bottom: 22%;
  }
}
@media (max-width: 430px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(3) {
    bottom: 13%;
  }
}
@media (max-width: 375px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(3) {
    width: 120px;
    bottom: 11%;
  }
}
.exceed .product-introducing .sec-limit .limit-list li:nth-child(3) .aim {
  width: 23%;
  left: 70%;
  top: -34%;
  -webkit-transform: rotate(-22deg);
      -ms-transform: rotate(-22deg);
          transform: rotate(-22deg);
}
.exceed .product-introducing .sec-limit .limit-list li:nth-child(3) .aim::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.exceed .product-introducing .sec-limit .limit-list li:nth-child(4) {
  display: block;
  left: 62%;
  top: unset;
  bottom: 14%;
}
@media (max-width: 1335px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(4) {
    bottom: 6%;
  }
}
@media (max-width: 1199px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(4) {
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(4) {
    bottom: -5%;
    left: 66%;
  }
}
@media (max-width: 767px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(4) {
    left: 66%;
    bottom: 27%;
  }
}
@media (max-width: 545px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(4) {
    bottom: 24%;
  }
}
@media (max-width: 430px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(4) {
    bottom: 19%;
  }
}
@media (max-width: 375px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(4) {
    bottom: 16%;
  }
}
.exceed .product-introducing .sec-limit .limit-list li:nth-child(4) .aim {
  left: 52%;
  top: -50%;
  width: 21%;
  -webkit-transform: rotate(154deg);
      -ms-transform: rotate(154deg);
          transform: rotate(154deg);
}
@media (max-width: 767px) {
  .exceed .product-introducing .sec-limit .limit-list li:nth-child(4) .aim {
    top: -40%;
    -webkit-transform: rotate(158deg);
        -ms-transform: rotate(158deg);
            transform: rotate(158deg);
    width: 29%;
  }
}
.exceed .product-introducing .sec-limit .limit-list li:nth-child(4) .aim::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.exceed .product-introducing .sec-limit .limit-list .tit {
  position: relative;
  color: #00B2A9;
}
.exceed .product-introducing .sec-limit .limit-list .tit:before {
  position: absolute;
  left: -50px;
  top: 0;
  content: url(../images/ico_quote.png);
}
@media (max-width: 767px) {
  .exceed .product-introducing .sec-limit .limit-list .tit:before {
    left: -43px;
    top: -3px;
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
  }
}
.exceed .product-introducing .sec-limit .limit-img {
  aspect-ratio: 1167/572;
}
@media (max-width: 767px) {
  .exceed .product-introducing .sec-limit .limit-img {
    aspect-ratio: 1;
  }
}
.exceed .compare {
  position: relative;
  padding-top: max(5vh, 25px);
  padding-bottom: max(10vh, 50px);
  background: #101729;
}
@media (max-width: 767px) {
  .exceed .compare {
    padding: 4rem 0 2rem;
  }
}
.exceed .compare::after {
  content: "";
  display: block;
  z-index: 15;
  height: min(250px, 12vw);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(55%);
      -ms-transform: translateY(55%);
          transform: translateY(55%);
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(40%, #121b2e), color-stop(45%, #121b2e), color-stop(60%, #121b2e), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #121b2e 40%, #121b2e 45%, #121b2e 60%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.exceed .compare__bg {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .exceed .compare__bg {
    width: 200%;
  }
}
.exceed .compare .maintitle {
  font-size: clamp(1.25rem, 0.7083rem + 1.8056vw, 2.875rem);
}
.exceed .compare .left {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 767px) {
  .exceed .compare .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    margin: 0 auto;
  }
}
.exceed .compare .left img {
  width: 100%;
}
.exceed .compare .left .pro {
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-animation: pro_rota 1s infinite;
          animation: pro_rota 1s infinite;
}
.exceed .compare .left .circle {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.exceed .compare .left .circle.flash {
  animation: circle_rota_one 1s infinite reverse;
}
.exceed .compare .left .circle.flash2 {
  animation: circle_rota_two 2s infinite reverse;
}
.exceed .compare .left p {
  position: absolute;
  text-align: center;
  left: 50%;
  width: 100%;
  letter-spacing: 1px;
  -webkit-transform: translate(-50%, 25px);
      -ms-transform: translate(-50%, 25px);
          transform: translate(-50%, 25px);
}
@media (max-width: 991px) {
  .exceed .compare .left p {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .exceed .compare .left p {
    text-align: left;
    top: 90px;
    left: -10px;
    width: 57%;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    font-size: 0.875rem;
    opacity: 0.8;
  }
}
.exceed .compare .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding-left: 4%;
}
@media (max-width: 767px) {
  .exceed .compare .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
  }
}
.exceed .compare .right__content {
  padding: 10vh 0;
  height: 95vh;
  display: block;
  -ms-flex-line-pack: center;
      align-content: center;
  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;
  gap: 2rem;
}
@media (max-width: 991px) {
  .exceed .compare .right__content {
    height: unset;
    padding: 5dvh 0;
  }
}
.exceed .compare .right__content h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0;
}
.exceed .compare .right__content img {
  width: 100%;
}
.exceed .compare .right__content .exceed__txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.exceed .compare .right__content .half {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 2rem) / 2);
          flex: 0 0 calc((100% - 2rem) / 2);
  max-width: calc((100% - 2rem) / 2);
}
.exceed .compare .pin-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.exceed .compare .pic-flex {
  overflow: hidden;
  border-radius: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .exceed .compare .pic-flex {
    border-radius: 0.5rem;
  }
  .exceed .compare .pic-flex h3 {
    font-weight: bold;
    font-size: 1.125rem;
  }
  .exceed .compare .pic-flex h4 {
    font-size: 0.9375rem;
  }
}
.exceed .compare .pic-box {
  color: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  background: #fff;
  padding: 5%;
}
.exceed .compare .pic-box img {
  width: 100%;
  margin: 3% 0;
}
.exceed .compare .video-wrap {
  padding-top: max(10vh, 50px);
  padding-bottom: max(10vh, 50px);
  overflow: hidden;
}
.exceed .compare .video-wrap #myVideo {
  border-radius: 1rem;
}
@media (max-width: 991px) {
  .exceed .compare .video-wrap #myVideo {
    border-radius: 0.5rem;
  }
}
@media (max-width: 991px) {
  .exceed .compare .video-wrap {
    padding: 4rem 0 0;
  }
}
.exceed .white-wrap {
  position: relative;
  padding-top: max(10vh, 50px);
  padding-bottom: max(10vh, 50px);
  background: url(../images/exceed_bg_05.png) #fff center center no-repeat;
  background-size: cover;
  min-height: 90vh;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 10vh 0;
  color: #000;
}
@media (max-width: 1024px) {
  .exceed .white-wrap {
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .exceed .white-wrap {
    padding: 20dvh 0;
    background: url(../images/exceed_bg_05_s.jpg) #fff center center no-repeat;
    background-size: cover;
  }
}
.exceed .white-wrap::after {
  content: "";
  display: block;
  z-index: 15;
  height: min(250px, 12vw);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(55%);
      -ms-transform: translateY(55%);
          transform: translateY(55%);
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(40%, #121b2e), color-stop(45%, #121b2e), color-stop(60%, #121b2e), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #121b2e 40%, #121b2e 45%, #121b2e 60%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.exceed .white-wrap h2 {
  margin: 0;
}
.exceed .white-wrap .exceed__title {
  line-height: 2;
}
.exceed .white-wrap .exceed__title.black {
  font-family: Arial, Helvetica, sans-serif;
}
.exceed .white-wrap .exceed__title.green {
  font-weight: bold;
}
.exceed .white-wrap .js-smooth-counter {
  font-size: 67px;
  vertical-align: text-bottom;
  margin: 0 0.1em 0.1em 0;
}
.exceed .effect {
  position: relative;
  background: url(../images/exceed_bg_06.png) #101729;
  padding-bottom: 2rem;
  background-size: cover;
}
@media (max-width: 991px) {
  .exceed .effect {
    background: url(../images/exceed_bg_06.png) #101729 no-repeat center center;
    background-size: contain;
  }
}
.exceed .effect::after {
  content: "";
  display: block;
  z-index: 15;
  height: min(150px, 10vw);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(55%);
      -ms-transform: translateY(55%);
          transform: translateY(55%);
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(40%, #121b2e), color-stop(45%, #121b2e), color-stop(60%, #121b2e), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #121b2e 40%, #121b2e 45%, #121b2e 60%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.exceed .effect .green {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.exceed .effect__list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5%;
  gap: 6%;
}
@media (max-width: 991px) {
  .exceed .effect__list {
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .exceed .effect__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.exceed .effect__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20.5%;
          flex: 0 0 20.5%;
  position: relative;
}
@media (max-width: 991px) {
  .exceed .effect__list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 3rem) / 4);
            flex: 0 0 calc((100% - 3rem) / 4);
  }
}
@media (max-width: 767px) {
  .exceed .effect__list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 1rem) / 2);
            flex: 0 0 calc((100% - 1rem) / 2);
  }
}
.exceed .effect__list sub {
  color: #00B2A9;
}
.exceed .effect__list .exceed__txt {
  letter-spacing: 1px;
}
.exceed .effect__img {
  position: absolute;
  display: block;
  aspect-ratio: 1;
  left: 0;
  top: 0;
  width: 100%;
  background: url(../images/before_prozent.png) center center no-repeat;
  background-size: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.exceed .effect__tit {
  position: relative;
  aspect-ratio: 1;
  width: 100%;
  margin-bottom: 2rem;
  -ms-flex-line-pack: center;
      align-content: center;
  font-family: Arial, sans-serif;
  color: #00B2A9;
}
@media (max-width: 991px) {
  .exceed .effect__tit .effect__num {
    font-size: 2rem;
  }
}
.exceed .effect__tit .js-smooth-counter {
  font-weight: bold;
}
.exceed .effect__tit i {
  font-style: normal;
  font-size: 49px;
  font-weight: bold;
}
.exceed .effect__ol {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin: 0;
  color: #aaa;
  padding: 3% 0;
  counter-increment: step;
  counter-reset: step;
  counter-reset: step-counter;
}
.exceed .effect__ol li {
  list-style: none;
  counter-increment: step-counter;
}
.exceed .effect__ol li::before {
  content: counter(step-counter);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background: #00B2A9;
  text-align: center;
  font-size: 16px;
}
.exceed .before_faq_bg {
  background: url(../images/exceed_bg_07.png) #101729 center -10vh no-repeat;
}
@media (max-width: 767px) {
  .exceed .before_faq_bg {
    background: url(../images/exceed_bg_07.png) #101729 center -50vh no-repeat;
  }
}
@media (max-width: 767px) {
  .exceed .before-after {
    padding: 4rem 0 0;
  }
}
.exceed .before-after .flex {
  width: 100%;
  margin: 0 auto;
  gap: 5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .exceed .before-after .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.exceed .before-after .twentytwenty-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.5%;
          flex: 0 0 47.5%;
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  .exceed .before-after .twentytwenty-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    margin: 0;
  }
}
.exceed .before-after .twentytwenty-container {
  width: 700px;
  aspect-ratio: 700/438;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .exceed .before-after .twentytwenty-container {
    max-width: 100%;
    width: 100%;
  }
}
.exceed .before-after .twentytwenty-before-label,
.exceed .before-after .twentytwenty-after-label {
  opacity: 0;
  background: transparent;
}
.exceed .before-after .twentytwenty-horizontal .twentytwenty-before-label:before, .exceed .before-after .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 90%;
  background: transparent;
}
.exceed .before-after .twentytwenty-handle {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-animation: border 1s infinite alternate;
          animation: border 1s infinite alternate;
  border: 1px solid #fff;
}
.exceed .before-after .twentytwenty-handle::before, .exceed .before-after .twentytwenty-handle::after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.exceed .before-after .twentytwenty-left-arrow {
  border-right: 6px solid #00B2A9;
}
.exceed .before-after .twentytwenty-right-arrow {
  border-left: 6px solid #00B2A9;
}
.exceed .before-after .twentytwenty-overlay:hover {
  background: transparent;
}
.exceed .faq {
  padding: 3% 0;
  position: relative;
  background: url(../images/exceed_bg_08.png) left bottom no-repeat;
}
@media (max-width: 991px) {
  .exceed .faq {
    background: url(../images/exceed_bg_08.png) 100% bottom no-repeat;
  }
}
.exceed .faq::after {
  content: "";
  display: block;
  z-index: 15;
  height: min(200px, 12vw);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(55%);
      -ms-transform: translateY(55%);
          transform: translateY(55%);
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(40%, #121b2e), color-stop(50%, #121b2e), color-stop(60%, #121b2e), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #121b2e 40%, #121b2e 50%, #121b2e 60%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.exceed .faq .flex.top {
  margin-bottom: 4%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.exceed .faq .flex.top .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .exceed .faq .flex.top .left {
    display: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 200px;
    margin-bottom: 1rem;
  }
}
.exceed .faq .flex.top .left img {
  width: 100%;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .exceed .faq .flex.top .left img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.exceed .faq .flex.top .faq__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  font-family: var(--ff-sans);
  padding-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 1199px) {
  .exceed .faq .flex.top .faq__list {
    gap: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .exceed .faq .flex.top .faq__list {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    gap: 10px;
  }
}
.exceed .faq .flex.top .faq__list .faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  font-size: var(--fs-list-title);
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  color: #555;
  cursor: pointer;
}
.exceed .faq .flex.top .faq__list .faq__item span.viewmore {
  position: absolute;
  right: 4rem;
  top: 2rem;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 0.875rem;
  border-radius: 50%;
  border: 1px solid #00B2A9;
  background: url(../images/icon_plus.svg) center center no-repeat;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .exceed .faq .flex.top .faq__list .faq__item span.viewmore {
    top: 0.75rem;
  }
}
@media (max-width: 767px) {
  .exceed .faq .flex.top .faq__list .faq__item span.viewmore {
    right: 1rem;
  }
}
.exceed .faq .flex.top .faq__list .faq__item span.viewmore::before {
  content: "更多";
  position: absolute;
  font-size: 0.875rem;
  left: 125%;
  top: 0;
  width: 30px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .exceed .faq .flex.top .faq__list .faq__item span.viewmore::before {
    display: none;
  }
}
.exceed .faq .flex.top .faq__list .faq__item span.viewmore::after {
  content: "";
  display: block;
  position: absolute;
}
.exceed .faq .flex.top .faq__list .faq__item .faq__q {
  padding: 2rem 5rem 2rem 2rem;
  position: relative;
  color: #00B2A9;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}
@media (max-width: 1199px) {
  .exceed .faq .flex.top .faq__list .faq__item .faq__q {
    padding: 1rem 4rem 1rem 1rem;
  }
}
@media (max-width: 767px) {
  .exceed .faq .flex.top .faq__list .faq__item .faq__q {
    padding: 1rem 2rem 1rem 1rem;
  }
}
.exceed .faq .flex.top .faq__list .faq__item .faq__a {
  display: none;
  padding: 0 2rem 2rem;
  position: relative;
  font-size: var(--fs-list-text);
  line-height: 1.5rem;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .exceed .faq .flex.top .faq__list .faq__item .faq__a {
    padding: 0 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .exceed .faq .flex.top .faq__list .faq__item .faq__a {
    padding: 0 1rem 1rem;
  }
}
.exceed .faq .flex.top .faq__list .faq__item.is-open span.viewmore {
  background-color: #00B2A9;
}
.exceed .faq .flex.top .faq__list .faq__item.is-open span.viewmore::before {
  content: "收起";
}
.exceed .faq .flex.top .faq__list .faq__item.is-open span.viewmore::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  width: 13px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.exceed .faq .flex.top .faq__list .faq__item.is-open .faq__q {
  padding: 2rem 5rem 1rem 2rem;
}
@media (max-width: 1199px) {
  .exceed .faq .flex.top .faq__list .faq__item.is-open .faq__q {
    padding: 1rem 4rem 1rem 2rem;
  }
}
@media (max-width: 767px) {
  .exceed .faq .flex.top .faq__list .faq__item.is-open .faq__q {
    padding: 1rem 2rem 1rem 1rem;
  }
}
.exceed .faq .flex.bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .exceed .faq .flex.bottom {
    padding: 4rem 0 0;
  }
}
.exceed .faq .flex.bottom .left {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
@media (max-width: 767px) {
  .exceed .faq .flex.bottom .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.exceed .faq .flex.bottom .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding-left: 10%;
}
@media (max-width: 767px) {
  .exceed .faq .flex.bottom .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: center;
  }
}
.exceed .faq .flex.bottom .right h2 {
  position: relative;
}
.exceed .faq .flex.bottom .right h2::before {
  position: absolute;
  left: -130px;
  top: 5px;
  content: url(../images/icom_quote_2.png);
}
@media (max-width: 991px) {
  .exceed .faq .flex.bottom .right h2::before {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
}
.exceed .faq .flex.bottom .bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.exceed #clinic {
  background: url(../images/exceed_bg_03.png) #101729 center center no-repeat;
  /* Rwd table*/
}
.exceed #clinic .quick_search__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.3);
  padding: 1rem 3rem;
  font-family: var(--ff-sans);
}
.exceed #clinic .quick_search__ti {
  font-weight: bold;
  font-size: var(--fs-list-title);
}
.exceed #clinic .quick_search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  gap: 1rem;
}
.exceed #clinic .quick_search__form .btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  height: 48px;
}
.exceed #clinic .quick_search__input {
  line-height: 50px;
  height: 50px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  padding: 0 1rem;
}
.exceed #clinic .quick_search__select {
  height: 50px;
  line-height: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  width: 20%;
  border-radius: 3px;
  padding: 0 1rem;
  border: 0;
  color: #333;
  background-color: #fff;
  background-image: url(../images/icon_aw.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
}
.exceed #clinic .rwd-table {
  font-size: 1.125rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.exceed #clinic .rwd-table .tbody {
  width: 100%;
}
.exceed #clinic .rwd-table .td-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-bottom: rgba(255, 255, 255, 0.15) 1px solid;
}
.exceed #clinic .rwd-table .td {
  position: relative;
  padding: 2rem;
  font-family: var(--ff-sans);
}
.exceed #clinic .rwd-table .td .icon {
  position: absolute;
  left: 0rem;
  top: 2rem;
}
.exceed #clinic .rwd-table .td.name {
  color: #00B2A9;
}
.exceed #clinic .rwd-table .td a {
  color: #fff;
}
.exceed #clinic .rwd-table .td a:hover {
  opacity: 0.9;
}
.exceed #clinic .rwd-table .td:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.exceed #clinic .rwd-table .td:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
}
.exceed #clinic .rwd-table .td:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
}
.exceed #clinic .rwd-table .td:nth-child(4) {
  font-size: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  padding-right: 2rem;
  text-align: center;
}
.exceed #clinic .rwd-table .td .btn-link {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #00B2A9;
  -ms-flex-line-pack: center;
      align-content: center;
  background: url(../images/exceed_icon_link.png) center center no-repeat;
}
.exceed #clinic .rwd-table .td .btn-link:hover {
  -webkit-filter: brightness(0%) invert(100);
          filter: brightness(0%) invert(100);
}
@media (max-width: 767px) {
  .exceed #clinic .rwd-table .td .btn-link {
    font-size: 0;
    -webkit-filter: brightness(0%) invert(100);
            filter: brightness(0%) invert(100);
  }
}
@media (max-width: 991px) {
  .exceed #clinic .quick_search__box {
    padding: 1rem;
    gap: 10px;
  }
  .exceed #clinic .quick_search__form {
    gap: 10px;
  }
  .exceed #clinic .quick_search__form .btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    width: 70px;
    padding: 0;
  }
  .exceed #clinic .rwd-table {
    font-size: 1rem;
  }
  .exceed #clinic .rwd-table .td-box {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 10px 0;
    padding: 2rem;
    gap: 1rem;
    border-radius: calc(var(--gap) * 0.5);
    height: auto;
  }
  .exceed #clinic .rwd-table .td {
    position: relative;
    border: 0;
    padding: 0 0 0 80px;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .exceed #clinic .rwd-table .td:before {
    content: attr(data-mtit) "：";
    font-style: unset;
    position: absolute;
    left: 1.5rem;
    color: #666;
  }
  .exceed #clinic .rwd-table .td.name {
    font-size: 1.25rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 40px);
            flex: 0 0 calc(100% - 40px);
  }
  .exceed #clinic .rwd-table .td .icon {
    top: 0;
  }
  .exceed #clinic .rwd-table .td:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .exceed #clinic .rwd-table .td:nth-child(1) {
    font-weight: bold;
    padding-left: 0;
  }
  .exceed #clinic .rwd-table .td:nth-child(1)::before {
    display: none;
  }
  .exceed #clinic .rwd-table .td:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
  .exceed #clinic .rwd-table .td:nth-child(4) {
    position: absolute;
    top: 1rem;
    right: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    width: 30px;
  }
  .exceed #clinic .rwd-table .td:nth-child(4):before {
    display: none;
  }
}
@media (max-width: 767px) {
  .exceed #clinic .quick_search__box {
    margin-bottom: 1.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    background: transparent;
  }
  .exceed #clinic .quick_search__ti {
    display: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 1.25rem;
  }
  .exceed #clinic .quick_search__form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    gap: 7px;
  }
  .exceed #clinic .quick_search__form .btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    width: 70px;
    padding: 0;
    height: 44px;
    line-height: 44px;
  }
  .exceed #clinic .quick_search__input {
    height: 44px;
    line-height: 44px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 70px - 7px);
            flex: 0 0 calc(100% - 70px - 7px);
    border-radius: 5px;
  }
  .exceed #clinic .quick_search__select {
    width: 100%;
    margin: 0;
    height: 44px;
    line-height: 44px;
  }
  .exceed #clinic .rwd-table .td-box {
    padding: 1.5rem 1rem 2rem;
    gap: 0.75rem;
  }
  .exceed #clinic .rwd-table .td {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 1.5rem;
  }
  .exceed #clinic .rwd-table .td *:first-child {
    padding-left: 0;
  }
  .exceed #clinic .rwd-table .td:before {
    font-size: 0;
  }
  .exceed #clinic .rwd-table .td:nth-child(3), .exceed #clinic .rwd-table .td:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .exceed #clinic .rwd-table .td:nth-child(4) i {
    position: absolute;
  }
}

sup {
  font-size: max(0.5em, 1rem);
  line-height: 1;
  display: inline-block;
  margin: -0.5em 0 0 0;
}

.maintitle {
  color: #1D2758;
  font-size: clamp(2rem, 3.38vw, 4.0625rem);
  margin: 0;
  line-height: 0.98;
}
.maintitle span {
  font-size: inherit;
}
.maintitle > div {
  white-space: nowrap;
}
.maintitle sup {
  margin: -0.5em 0 0 -0.5em;
}

.subtitle {
  font-size: clamp(1.25rem, 1.9vw, 2.25rem);
  color: #1D2758;
  margin-top: 0.4em;
}
.subtitle::after {
  display: none;
}
.subtitle sup {
  margin: -0.5em 0 0 -0.5em;
}

.brief {
  color: #333;
  font-size: 1.0625rem;
  margin: 0.8em auto;
  padding: 0;
  display: block;
}

.l-container {
  width: 100%;
  max-width: min(100vw, var(--w-container) + var(--gap) * 2);
  position: relative;
  padding-left: var(--gap);
  padding-right: var(--gap);
  margin-left: auto;
  margin-right: auto;
}

.i-maincontent {
  padding: 0 !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.mb20 {
  margin-bottom: 20px;
}

@media (max-width: 1199px) and (min-width: 991px) {
  .before-after .twentytwenty-container {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .before-after .twentytwenty-container {
    max-width: 100%;
  }
}