@charset "UTF-8";
@font-face {
  font-family: "Asap-Bold";
  src: url("../font/Asap-Bold.eot");
  src: url("../font/Asap-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Asap-Bold.woff") format("woff"), url("../font/Asap-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */ }
@font-face {
  font-family: "Asap-Regular";
  src: url("../font/Asap-Regular.eot");
  src: url("../font/Asap-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Asap-Regular.woff") format("woff"), url("../font/Asap-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */ }
@font-face {
  font-family: "univers-condensed-bold";
  src: url("../font/univers-condensed-bold.eot");
  src: url("../font/univers-condensed-bold.eot?#iefix") format("embedded-opentype"), url("../font/univers-condensed-bold.woff") format("woff"), url("../font/univers-condensed-bold.ttf") format("truetype");
  /* Safari, Android, iOS */ }
@font-face {
  font-family: "univers-condensed-medium";
  src: url("../font/univers-condensed-medium.eot");
  src: url("../font/univers-condensed-medium.eot?#iefix") format("embedded-opentype"), url("../font/univers-condensed-medium.woff") format("woff"), url("../font/univers-condensed-medium.ttf") format("truetype");
  /* Safari, Android, iOS */ }
@font-face {
  font-family: "univers-medium";
  src: url("../font/univers-medium.eot");
  src: url("../font/univers-medium.eot?#iefix") format("embedded-opentype"), url("../font/univers-medium.woff") format("woff"), url("../font/univers-medium.ttf") format("truetype");
  /* Safari, Android, iOS */ }
html,
body {
  min-height: 100%; }

html {
  font-size: 100%;
  overflow-y: scroll; }

a {
  color: inherit;
  cursor: pointer; }

a:focus,
a:hover {
  color: inherit;
  text-decoration: none; }

body {
  font-family: "Asap-Regular", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  color: #1e285a;
  background-color: #fff;
  line-height: 160%;
  margin: 0 auto;
  overflow: hidden;
  font-weight: 400; }

html[lang="zh-hans"] body {
  font-family: "Noto Sans SC"; }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row:before {
  display: none; }

.row .col {
  float: none; }

.container {
  width: 100%; }

.col-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (min-width: 992px) {
  body {
    padding-top: 191px; }

  .container {
    width: 100%;
    max-width: none;
    padding-left: 150px;
    padding-right: 58px; } }
@media (min-width: 1440px) {
  .container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto; } }
@media (min-width: 1540px) {
  .container {
    padding-left: 57px; } }
@media (max-width: 991px) {
  body {
    padding-top: 128px; }

  .container {
    max-width: none; } }
@media (min-width: 576px) and (max-width: 991px) {
  .container {
    padding-left: 30px;
    padding-right: 30px; } }
@media (max-width: 575px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; } }
.mfp-bg {
  background-color: #fff;
  opacity: 0.4; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.popup .com-btn {
  bottom: -39px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }
  .popup .com-btn a {
    min-width: 176px;
    padding: 12px 10px;
    font-size: 1.125em;
    line-height: 111.1%; }
    .popup .com-btn a:before {
      left: -50%;
      width: 352px;
      height: 352px; }
  .popup .com-btn span {
    letter-spacing: 0.2px; }

body {
  overflow: hidden;
  height: auto; }
  body.noscroll {
    overflow: hidden;
    height: 100%; }

.com-navigation-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.375em;
  line-height: 118.1%;
  margin-bottom: 80px; }
  .com-navigation-container .nav {
    min-width: 84px;
    height: 47px;
    position: relative;
    opacity: 0; }
    .com-navigation-container .nav .arrow {
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 0;
      right: 0;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end; }
    .com-navigation-container .nav > span {
      display: block;
      width: 100%; }
    .com-navigation-container .nav .txt {
      padding-right: 35px; }
    .com-navigation-container .nav.active {
      opacity: 1; }

.com-prev {
  text-align: right; }
  .com-prev .arrow {
    right: 0; }
    .com-prev .arrow #arrow-back-line {
      stroke-dashoffset: 0; }
    .com-prev .arrow #arrow-back-only {
      stroke-dashoffset: 0; }

.com-next .arrow {
  left: 0; }
  .com-next .arrow #arrow-next-line {
    stroke-dashoffset: 0; }
  .com-next .arrow #arrow-next-only {
    stroke-dashoffset: 0; }

.com-bold {
  font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
  font-weight: 700; }

.com-btn a {
  min-width: 285px;
  padding: 16px 10px;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #00b2e1;
  color: #fff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
  font-weight: 700;
  font-size: 1.25em;
  line-height: 140%;
  overflow: hidden;
  background-image: linear-gradient(45deg, #02b2e1 0, #39b683 100%); }
.com-btn span {
  position: relative;
  z-index: 1; }

.com-sect-head {
  font-size: 3em;
  text-transform: uppercase;
  font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
  font-weight: 700;
  line-height: 115%;
  margin-bottom: 30px; }
  .com-sect-head.centered {
    text-align: center; }

.com-sub-head {
  font-size: 2.5em;
  line-height: 100%;
  font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin-bottom: 40px; }

.com-link {
  font-size: 1.25em;
  line-height: 115%;
  display: inline-block;
  position: relative;
  font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
  font-weight: 700; }
  .com-link:before {
    content: "";
    background-color: #1e285a;
    height: 2px;
    width: 100%;
    display: block;
    border-radius: 0.5em;
    position: absolute;
    bottom: -5px;
    right: 0; }
  .com-link:after {
    content: "";
    background-color: #1e285a;
    height: 2px;
    width: 0;
    display: block;
    border-radius: 0.5em;
    position: absolute;
    bottom: -5px;
    left: 0; }

.com-list {
  list-style-type: none;
  padding: 0; }
  .com-list li {
    letter-spacing: 0.2px;
    line-height: 137.5%;
    position: relative;
    padding-left: 40px; }
    .com-list li:not(:last-child) {
      padding-bottom: 24px; }
      .com-list li:not(:last-child):before {
        content: "";
        background-color: #5bba47;
        width: 2px;
        height: 100%;
        position: absolute;
        left: 6px;
        top: 0px; }
    .com-list li:after {
      content: "";
      background-image: url(../img/icon/bullet_g.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-color: #fff;
      width: 16px;
      height: 16px;
      display: block;
      position: absolute;
      left: 0;
      top: 0; }

.com-slider-nav {
  width: 132px;
  display: flex;
  justify-content: space-between; }
  .com-slider-nav .swiper-button-next,
  .com-slider-nav .swiper-button-prev {
    position: relative;
    top: auto;
    width: 60px;
    height: 60px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
    left: auto;
    right: auto; }
    .com-slider-nav .swiper-button-next:focus,
    .com-slider-nav .swiper-button-prev:focus {
      outline: 0; }
  .com-slider-nav .swiper-button-disabled {
    opacity: 1; }
  .com-slider-nav .swiper-button-prev {
    background-image: url(../img/icon/nav_disabled.svg);
    transform: scaleX(1); }
    .com-slider-nav .swiper-button-prev.swiper-button-disabled {
      transform: scaleX(1); }
    .com-slider-nav .swiper-button-prev:not(.swiper-button-disabled):hover {
      background-image: url(../img/icon/nav_active.svg);
      transform: scaleX(-1); }
  .com-slider-nav .swiper-button-next {
    background-image: url(../img/icon/nav_disabled.svg);
    transform: scaleX(-1); }
    .com-slider-nav .swiper-button-next.swiper-button-disabled {
      transform: scaleX(-1); }
    .com-slider-nav .swiper-button-next:not(.swiper-button-disabled):hover {
      background-image: url(../img/icon/nav_active.svg);
      transform: scaleX(1); }

.swiper-container {
  z-index: 0; }

#popDetails {
  padding: 70px 50px 0 50px;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid;
  border-radius: 4px; }
  #popDetails.type-e {
    border-color: #00b2e1; }
  #popDetails.type-n {
    border-color: #5bba47; }
  #popDetails .title {
    font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
    font-weight: 700;
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 10px; }
  #popDetails .date {
    text-align: center;
    font-size: 1.2em; }
  #popDetails .content {
    margin-top: 50px;
    margin-bottom: 70px; }
    #popDetails .content a {
      color: #00b2e1; }
  #popDetails .com-btn {
    text-align: center;
    bottom: 0px; }
    #popDetails .com-btn a {
      transform: translateY(28px); }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-50px); }
  to {
    opacity: 1;
    transform: translateX(0px); } }
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-50px); }
  to {
    opacity: 1;
    transform: translateX(0px); } }
@keyframes comlinkBefore {
  from {
    width: 100%; }
  50% {
    width: 0; }
  to {
    width: 0; } }
@-webkit-keyframes comlinkBefore {
  from {
    width: 100%; }
  50% {
    width: 0; }
  to {
    width: 0; } }
@keyframes comlinkAfter {
  from {
    width: 0; }
  50% {
    width: 100%; }
  to {
    width: 100%; } }
@-webkit-keyframes comlinkAfter {
  from {
    width: 0; }
  50% {
    width: 100%; }
  to {
    width: 100%; } }
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
    opacity: 0; }
  1% {
    opacity: 1; }
  to {
    stroke-dashoffset: 0; } }
@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1000;
    opacity: 0; }
  1% {
    opacity: 1; }
  to {
    stroke-dashoffset: 0; } }
@keyframes upAndDown {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  50% {
    -webkit-transform: translate3d(-50%, 5px, 0);
    transform: translate3d(-50%, 5px, 0); }
  to {
    -webkit-transform: translate3d(-50%, 0px, 0);
    transform: translate3d(-50%, 0, 0); } }
@-webkit-keyframes upAndDown {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  50% {
    -webkit-transform: translate3d(-50%, 5px, 0);
    transform: translate3d(-50%, 5px, 0); }
  to {
    -webkit-transform: translate3d(-50%, 0px, 0);
    transform: translate3d(-50%, 0, 0); } }
@media (min-width: 992px) {
  .com-btn a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    backface-visibility: hidden;
    background-image: linear-gradient(to right, #daf2f9 0, #e5f7e1 100%);
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .com-btn a:hover {
    color: #00b2e1; }
    .com-btn a:hover:before {
      -webkit-transform: translateY(-50%) scale(1);
      -moz-transform: translateY(-50%) scale(1);
      transform: translateY(-50%) scale(1); }

  .com-link:hover:before {
    animation: comlinkBefore 0.5s ease-in-out forwards; }
  .com-link:hover:after {
    animation: comlinkAfter 0.5s ease-in-out forwards;
    animation-delay: 0.25s; } }
@media (min-width: 992px) {
  html[lang="zh-hans"] body .com-sect-head,
  html[lang="zh-hant"] body .com-sect-head {
    letter-spacing: 2px; }

  .com-prev {
    text-align: right; }
    .com-prev .arrow:not(.ani-none):hover #arrow-back-line {
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      animation: dash 5s linear forwards; }
    .com-prev .arrow:not(.ani-none):hover #arrow-back-only {
      stroke-dasharray: 1000;
      stroke-dashoffset: 1000;
      animation: dash 5s linear forwards;
      animation-delay: 0.4s; }

  .com-next .arrow:not(.ani-none):hover #arrow-next-line {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 5s linear forwards; }
  .com-next .arrow:not(.ani-none):hover #arrow-next-only {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 5s linear forwards;
    animation-delay: 0.4s; } }
@media (max-width: 991px) {
  .com-sect-head {
    font-size: 2.25em;
    line-height: 116.6%;
    text-align: center; }
    .com-sect-head .com-highlight:after {
      position: relative;
      top: 4px; }

  .com-btn span {
    min-width: 279px; }

  .com-sub-head {
    font-size: 1.5625em;
    line-height: 112%;
    margin-bottom: 24px; }

  .com-link {
    font-size: 1em;
    line-height: 112.5%; }

  .com-list li {
    padding-left: 30px; }

  #popDetails {
    padding: 50px 30px 0 30px; }
    #popDetails .title {
      font-size: 2em; } }
@media (max-width: 991px) {
  #popDetails .title {
    font-size: 2em; }
  #popDetails .date {
    font-size: 1.125em; }
  #popDetails .content {
    margin-top: 30px;
    margin-bottom: 50px; } }
@media (min-width: 576px) and (max-width: 991px) {
  .mfp-container {
    padding-left: 20px;
    padding-right: 20px; } }
@media (max-width: 575px) {
  .mfp-container {
    padding-left: 15px;
    padding-right: 15px; } }
.headroom--not-top.headroom--pinned {
  box-shadow: none; }

.headroom {
  transition: transform 300ms linear; }

.homepage header {
  background-color: transparent; }
  .homepage header.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .homepage header.absolute.headroom--unpinned {
      transform: translateY(0); }
  .homepage header.fade {
    opacity: 0; }
    .homepage header.fade.headroom--not-top.headroom--pinned {
      opacity: 1; }
  .homepage header .logo .dark {
    display: none; }
  .homepage header .logo .blue {
    display: inline-block; }
  .homepage header .btn-menu:before, .homepage header .btn-menu:after {
    content: "";
    background-color: #fff; }
  .homepage header .btn-menu span {
    color: #fff; }
  .homepage header .btn-menu.active:before, .homepage header .btn-menu.active:after {
    content: "";
    background-color: #1e285a; }
  .homepage header .btn-menu.active span {
    color: #1e285a; }
  .homepage header.sty-dark .logo .blue {
    display: none; }
  .homepage header.sty-dark .logo .dark {
    display: inline-block; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 41px 0 30px 0;
  z-index: 10;
  background-color: #fff; }
  header.sty-dark {
    background-color: #fff; }
    header.sty-dark .btn-menu:before, header.sty-dark .btn-menu:after {
      background-color: #1e285a; }
    header.sty-dark .btn-menu span {
      color: #1e285a; }
  header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  header .logo {
    width: 314px;
    transition: all 0.3s ease-in-out; }
    header .logo img {
      width: 100%; }
    header .logo .blue {
      display: none; }
  header .btn-menu {
    width: 46px;
    transition: all 0.3s ease-in-out;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    z-index: 10; }
    header .btn-menu img {
      width: 100%; }
    header .btn-menu:before, header .btn-menu:after {
      content: "";
      background-color: #1e285a;
      width: 19px;
      height: 4px;
      border-radius: 0.5em;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      transition: all 0.3s ease-in-out; }
    header .btn-menu:before {
      top: 24px; }
    header .btn-menu:after {
      top: 34px; }
    header .btn-menu.active:before {
      transform: translateX(-50%) rotate(-140deg); }
    header .btn-menu.active:after {
      transform: translateX(-50%) rotate(140deg); }
    header .btn-menu.active:before, header .btn-menu.active:after {
      top: 29px; }
    header .btn-menu span {
      color: #1e285a;
      font-size: 0.875em;
      line-height: 135.7%;
      font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
      font-weight: 700; }
    header .btn-menu .txt_c {
      display: none; }
    header .btn-menu .hexa-g {
      margin-bottom: 14px;
      transition: all 0.3s ease-in-out; }
    header .btn-menu .hexa-b {
      position: absolute;
      top: 10px;
      left: 0;
      transition: all 0.3s ease-in-out; }
  header .prompt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 30px 0;
    display: none; }
    header .prompt .btn-close {
      position: absolute;
      right: 30px;
      top: 10px;
      text-decoration: underline;
      cursor: pointer; }

.menu {
  background-image: url(../img/bg_pattern.png);
  background-color: #fff;
  width: 689px;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.3s ease-in-out; }
  .menu.active {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  .menu .inner {
    height: 100%;
    display: flex;
    overflow: auto;
    flex-direction: column;
    justify-content: flex-end; }
  .menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: linear-gradient(45deg, #02b2e1 0%, #39b683 100%); }
  .menu .joinus {
    display: none; }
  .menu .menu-btn-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 100; }
    .menu .menu-btn-wrapper .container {
      display: flex;
      justify-content: flex-end;
      padding-top: 41px; }
    .menu .menu-btn-wrapper .btn-menu {
      width: 46px;
      transition: all 0.3s ease-in-out;
      position: relative;
      text-transform: uppercase;
      text-align: center;
      z-index: 10;
      display: none; }
      .menu .menu-btn-wrapper .btn-menu img {
        width: 100%; }
      .menu .menu-btn-wrapper .btn-menu:before, .menu .menu-btn-wrapper .btn-menu:after {
        content: "";
        background-color: #1e285a;
        width: 19px;
        height: 4px;
        border-radius: 0.5em;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.3s ease-in-out; }
      .menu .menu-btn-wrapper .btn-menu:before {
        top: 24px; }
      .menu .menu-btn-wrapper .btn-menu:after {
        top: 34px; }
      .menu .menu-btn-wrapper .btn-menu.active:before {
        transform: translateX(-50%) rotate(-140deg); }
      .menu .menu-btn-wrapper .btn-menu.active:after {
        transform: translateX(-50%) rotate(140deg); }
      .menu .menu-btn-wrapper .btn-menu.active:before, .menu .menu-btn-wrapper .btn-menu.active:after {
        top: 29px; }
      .menu .menu-btn-wrapper .btn-menu span {
        color: #1e285a;
        font-size: 0.875em;
        line-height: 135.7%;
        font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
        font-weight: 700; }
      .menu .menu-btn-wrapper .btn-menu .txt_c {
        display: none; }
      .menu .menu-btn-wrapper .btn-menu .hexa-b {
        display: block;
        margin-bottom: 14px;
        transition: all 0.3s ease-in-out; }
      .menu .menu-btn-wrapper .btn-menu .hexa-g {
        position: absolute;
        top: 10px;
        left: 0;
        transition: all 0.3s ease-in-out; }
  .menu .menu-wrapper {
    padding: 200px 58px 0 48px;
    overflow: auto;
    height: calc(100% - 171px); }
    .menu .menu-wrapper nav ul {
      padding-left: 0;
      list-style-type: none;
      margin-bottom: 0; }
    .menu .menu-wrapper nav > ul > li {
      padding-bottom: 40px;
      opacity: 0; }
      .menu .menu-wrapper nav > ul > li.active .page {
        padding-left: 60px; }
        .menu .menu-wrapper nav > ul > li.active .page:before {
          content: "";
          background-image: url(../img/icon/menu-arrow.svg);
          background-repeat: no-repeat;
          background-size: contain;
          width: 40px;
          height: 26px;
          position: absolute;
          left: 0;
          top: 2px;
          opacity: 0;
          animation: fadeInRight 0.4s ease-in-out forwards; }
      .menu .menu-wrapper nav > ul > li.dim .page {
        opacity: 0.1; }
        .menu .menu-wrapper nav > ul > li.dim .page:hover {
          opacity: 1; }
    .menu .menu-wrapper nav > ul .page {
      font-size: 1.5em;
      line-height: 115.6%;
      letter-spacing: 0.2px;
      font-family: "Asap-Regular", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
      font-weight: 700;
      text-transform: uppercase;
      transition: all 0.3s ease-in-out;
      position: relative;
      z-index: 10; }
    .menu .menu-wrapper nav .subitem {
      display: none;
      padding-top: 16px; }
      .menu .menu-wrapper nav .subitem ul {
        padding-left: 60px;
        position: relative; }
        .menu .menu-wrapper nav .subitem ul li {
          font-size: 1em;
          letter-spacing: 0.2px;
          line-height: 115%; }
          .menu .menu-wrapper nav .subitem ul li:not(:last-child) {
            margin-bottom: 24px; }
          .menu .menu-wrapper nav .subitem ul li a {
            position: relative;
            display: inline-block; }
            .menu .menu-wrapper nav .subitem ul li a:after {
              content: "";
              background-image: linear-gradient(to right, #02b2e1 0%, #39b683 100%);
              width: 0%;
              height: 2px;
              position: absolute;
              left: 0;
              bottom: -6px;
              display: block;
              transition: all 0.3s ease-in-out; }
            .menu .menu-wrapper nav .subitem ul li a:hover:after {
              width: 100%; }
  .menu .bottom {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 64px 58px 64px 48px; }
    .menu .bottom .lang a {
      font-size: 1.25em;
      margin-right: 32px;
      opacity: 0.7;
      transition: all 0.3s ease-in-out; }
      .menu .bottom .lang a:hover {
        opacity: 1; }
    .menu .bottom .social {
      display: flex;
      align-items: center; }
      .menu .bottom .social .at-share-btn-elements {
        height: 36px; }
      .menu .bottom .social .at-resp-share-element .at-share-btn {
        width: 36px;
        height: 36px;
        margin: 0 0 0 16px !important;
        padding: 0 !important;
        margin-left: 16px;
        transform: rotate(0deg); }
      .menu .bottom .social .at-share-btn.at-svc-linkedin {
        background-image: url(../img/icon/linkedin.svg); }
      .menu .bottom .social .at-share-btn.at-svc-facebook {
        background-image: url(../img/icon/fb.svg); }
      .menu .bottom .social .at-share-btn.at-svc-wechat {
        background-image: url(../img/icon/wechat.svg); }
      .menu .bottom .social .icon-social {
        width: 36px;
        height: 36px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        margin-left: 16px; }
        .menu .bottom .social .icon-social.wechat {
          background-image: url(../img/icon/wechat.svg); }
        .menu .bottom .social .icon-social.ig {
          background-image: url(../img/icon/ig.svg); }
        .menu .bottom .social .icon-social.ln {
          background-image: url(../img/icon/linkedin.svg); }
        .menu .bottom .social .icon-social.fb {
          background-image: url(../img/icon/fb.svg); }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 100vh;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center; }
  .preloader .logo {
    width: 112px;
    height: 138px;
    position: relative; }
  .preloader .pl {
    position: absolute;
    opacity: 0; }
    .preloader .pl img {
      width: 100%; }
  .preloader .pl1 {
    width: 52px;
    top: 0;
    left: 30px; }
  .preloader .pl2 {
    width: 53px;
    left: 0;
    top: 17px; }
  .preloader .pl3 {
    width: 52px;
    left: 0;
    bottom: 28px; }
  .preloader .pl4 {
    width: 53px;
    bottom: 0;
    left: 30px; }
  .preloader .pl5 {
    width: 52px;
    right: 0;
    bottom: 28px; }
  .preloader .pl6 {
    width: 53px;
    right: 0;
    top: 17px; }

@media (min-width: 992px) {
  header .container {
    padding-left: 80px; }

  .menu .bottom .social {
    display: none; }
  .menu .menu-wrapper nav > ul > li:hover .page {
    padding-left: 60px; }
    .menu .menu-wrapper nav > ul > li:hover .page:before {
      content: "";
      background-image: url(../img/icon/menu-arrow.svg);
      background-repeat: no-repeat;
      background-size: contain;
      width: 40px;
      height: 26px;
      position: absolute;
      left: 0;
      top: 2px;
      opacity: 0;
      animation: fadeInRight 0.4s ease-in-out forwards; }

  .btn-menu:hover .hexa-b {
    top: 0; }
  .btn-menu:hover .hexa-g {
    transform: translateY(10px); }

  .menu .menu-btn-wrapper .btn-menu:hover .hexa-g {
    top: -10px; }
  .menu .menu-btn-wrapper .btn-menu:hover .hexa-b {
    transform: translateY(10px); } }
@media (min-width: 1440px) {
  header .container {
    max-width: none; } }
@media (max-width: 991px) {
  header,
  header.collaspe {
    padding: 16px 0 24px 0; }
    header .logo,
    header.collaspe .logo {
      width: 230px; }
    header .wrapper,
    header.collaspe .wrapper {
      align-items: center; }
    header .btn-menu,
    header.collaspe .btn-menu {
      width: 32px; }
      header .btn-menu:before, header .btn-menu:after,
      header.collaspe .btn-menu:before,
      header.collaspe .btn-menu:after {
        width: 12px;
        height: 3px; }
      header .btn-menu:before,
      header.collaspe .btn-menu:before {
        top: 17px; }
      header .btn-menu:after,
      header.collaspe .btn-menu:after {
        top: 23px; }
      header .btn-menu.active:before, header .btn-menu.active:after,
      header.collaspe .btn-menu.active:before,
      header.collaspe .btn-menu.active:after {
        top: 21px; }
      header .btn-menu .hexa-b,
      header.collaspe .btn-menu .hexa-b {
        top: 7px; }
      header .btn-menu .hexa-g,
      header.collaspe .btn-menu .hexa-g {
        margin-bottom: 0; }
      header .btn-menu span,
      header.collaspe .btn-menu span {
        display: none; }

  header .btn-menu.active:before,
  header .btn-menu.active:after {
    top: 21px; }

  .menu {
    width: 100%;
    display: block; }
    .menu .joinus {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 100;
      height: 128px;
      display: flex;
      align-items: center; }
      .menu .joinus a {
        font-size: 1.25em;
        line-height: 120%;
        font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
        font-weight: 700;
        letter-spacing: 0.5px;
        text-transform: none; }
    .menu .bottom .lang a {
      font-size: 1.125em; }
    .menu .bottom .social {
      flex-direction: row-reverse; }
      .menu .bottom .social .at-share-btn-elements {
        display: flex;
        flex-direction: row-reverse; }
    .menu .menu-wrapper {
      position: absolute;
      top: 128px;
      left: 0;
      height: calc(100% - 128px - 141px);
      width: 100%; }
      .menu .menu-wrapper nav > ul > li {
        padding-bottom: 32px; }
        .menu .menu-wrapper nav > ul > li.active .page {
          padding-left: 48px; }
          .menu .menu-wrapper nav > ul > li.active .page:before {
            width: 36px;
            height: 22px;
            top: 5px;
            background-image: url(../img/icon/menu-arrow_m.svg); }
      .menu .menu-wrapper nav > ul .page {
        line-height: 114.2%;
        display: inline-block; }
      .menu .menu-wrapper nav .subitem {
        padding-top: 8px; }
        .menu .menu-wrapper nav .subitem ul {
          padding-left: 48px; }
          .menu .menu-wrapper nav .subitem ul li:not(:last-child) {
            margin-bottom: 10px; }
    .menu .menu-btn-wrapper .btn-menu {
      width: 32px; }
      .menu .menu-btn-wrapper .btn-menu:before, .menu .menu-btn-wrapper .btn-menu:after {
        width: 12px;
        height: 3px; }
      .menu .menu-btn-wrapper .btn-menu:before {
        top: 17px; }
      .menu .menu-btn-wrapper .btn-menu:after {
        top: 23px; }
      .menu .menu-btn-wrapper .btn-menu.active:before, .menu .menu-btn-wrapper .btn-menu.active:after {
        top: 21px; }
      .menu .menu-btn-wrapper .btn-menu .hexa-b {
        top: 7px; }
      .menu .menu-btn-wrapper .btn-menu .hexa-g {
        margin-bottom: 0;
        top: 7px; }
      .menu .menu-btn-wrapper .btn-menu span {
        display: none; } }
@media (min-width: 576px) and (max-width: 991px) {
  .menu .menu-wrapper {
    padding: 50px 30px; }
  .menu .bottom {
    padding: 25px 30px 80px 30px; } }
@media (max-width: 575px) {
  .menu .menu-wrapper {
    padding: 30px 20px; }
  .menu .bottom {
    padding: 25px 20px 80px 20px; }
    .menu .bottom .lang a {
      margin-right: 20px; } }
footer {
  background-color: #1e285a;
  position: relative;
  z-index: 12;
  padding-bottom: 33px; }
  footer:before {
    content: "";
    display: block;
    background-image: linear-gradient(to right, #02b2e1 0%, #39b683 100%);
    width: 100%;
    height: 6px; }
  footer .col-wrap {
    display: flex;
    justify-content: space-between;
    text-align: right; }
    footer .col-wrap .logo {
      width: 209px;
      padding-top: 26px; }
      footer .col-wrap .logo img {
        width: 100%; }
    footer .col-wrap .navigation {
      padding-top: 46px;
      width: calc(100% - 209px); }
      footer .col-wrap .navigation nav {
        margin-bottom: 36px; }
        footer .col-wrap .navigation nav a {
          text-transform: uppercase;
          color: #fff;
          font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
          font-weight: 700;
          letter-spacing: 0.54px;
          line-height: 112.5%;
          margin-left: 40px; }
    footer .col-wrap .group {
      font-size: 0.875em;
      line-height: 142.8%;
      letter-spacing: 0.17px;
      color: #fff; }
      footer .col-wrap .group a {
        margin-left: 27px; }
      footer .col-wrap .group > div:not(:last-child) {
        margin-bottom: 8px; }

@media (min-width: 1440px) {
  footer .container {
    padding-left: 94px;
    padding-right: 94px; } }
@media (max-width: 991px) {
  footer {
    padding-bottom: 24px; }
    footer .col-wrap {
      display: block;
      text-align: left; }
      footer .col-wrap .logo {
        width: 230px;
        padding-top: 35px; }
      footer .col-wrap .navigation {
        padding-top: 32px;
        width: 100%; }
        footer .col-wrap .navigation nav {
          display: inline-flex;
          flex-direction: column;
          margin-bottom: 16px; }
          footer .col-wrap .navigation nav a {
            margin-left: 0;
            display: inline-block;
            margin-bottom: 24px; }
      footer .col-wrap .group {
        letter-spacing: 0.2px; }
        footer .col-wrap .group a {
          margin-left: 32px; }
          footer .col-wrap .group a:first-child {
            margin-left: 0; } }
@media (max-width: 400px) {
  footer .col-wrap .group a {
    margin-left: 16px; } }
body.homepage .bar_promo {
  bottom: 35%; }

/* social button */
.at-resp-share-element .at-share-btn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  transition: all 0.3s ease-in-out; }

.at-share-btn {
  background-color: transparent !important; }
  .at-share-btn span {
    display: none; }

html[lang="zh-hans"] .bar_promo .txt,
html[lang="zh-hant"] .bar_promo .txt {
  width: 26px;
  transform: rotate(90deg);
  margin-left: 55px; }
  html[lang="zh-hans"] .bar_promo .txt:after,
  html[lang="zh-hant"] .bar_promo .txt:after {
    height: 100%;
    width: 2px;
    position: absolute;
    right: -1px;
    top: 0; }

.bar_promo {
  /* social button */ }
  .bar_promo:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    width: 400px;
    height: 110px;
    position: absolute;
    left: -24px;
    top: -47px;
    border-radius: 4px; }
  .bar_promo .at-share-btn-elements {
    height: 40px; }
  .bar_promo .at-resp-share-element .at-share-btn {
    width: 40px;
    height: 40px;
    margin: 0 0 0 16px !important;
    padding: 0 !important;
    margin-right: 16px;
    transform: rotate(90deg); }
  .bar_promo.sty-light:before {
    display: none; }
  .bar_promo.sty-light .at-share-btn.at-svc-linkedin {
    background-image: url(../img/icon/linkedin_w.svg); }
  .bar_promo.sty-light .at-share-btn.at-svc-facebook {
    background-image: url(../img/icon/fb_w.svg); }
  .bar_promo.sty-light .at-share-btn.at-svc-wechat {
    background-image: url(../img/icon/wechat_w.svg); }
  .bar_promo.sty-dark .at-share-btn.at-svc-linkedin {
    background-image: url(../img/icon/linkedin.svg); }
  .bar_promo.sty-dark .at-share-btn.at-svc-facebook {
    background-image: url(../img/icon/fb.svg); }
  .bar_promo.sty-dark .at-share-btn.at-svc-wechat {
    background-image: url(../img/icon/wechat.svg); }

.bar_promo {
  position: fixed;
  left: 60px;
  bottom: 46%;
  transform: rotate(-90deg) translateX(-50%);
  height: 40px;
  display: flex;
  align-items: center;
  transform-origin: 0;
  z-index: 11; }
  .bar_promo.sty-light {
    opacity: 0; }
    .bar_promo.sty-light .txt {
      color: #fff; }
      .bar_promo.sty-light .txt:after {
        background-color: #fff; }
    .bar_promo.sty-light .icon-social.wechat {
      background-image: url(../img/icon/wechat_w.svg); }
    .bar_promo.sty-light .icon-social.ig {
      background-image: url(../img/icon/ig_w.svg); }
    .bar_promo.sty-light .icon-social.ln {
      background-image: url(../img/icon/linkedin_w.svg); }
    .bar_promo.sty-light .icon-social.fb {
      background-image: url(../img/icon/fb_w.svg); }
  .bar_promo.sty-dark .txt {
    color: #1e285a; }
    .bar_promo.sty-dark .txt:after {
      background-color: #1e285a; }
  .bar_promo.sty-dark .icon-social.wechat {
    background-image: url(../img/icon/wechat.svg); }
  .bar_promo.sty-dark .icon-social.ig {
    background-image: url(../img/icon/ig.svg); }
  .bar_promo.sty-dark .icon-social.ln {
    background-image: url(../img/icon/linkedin.svg); }
  .bar_promo.sty-dark .icon-social.fb {
    background-image: url(../img/icon/fb.svg); }
  .bar_promo .txt {
    font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 1.25em;
    line-height: 120%;
    display: inline-block;
    margin-left: 22px;
    transition: all 0.3s ease-in-out;
    position: relative; }
    .bar_promo .txt.narrow:after {
      height: 2px; }
    .bar_promo .txt:after {
      content: "";
      height: 2px;
      width: 100%;
      display: block;
      border-radius: 0.5em;
      transition: all 0.3s ease-in-out; }
  .bar_promo .icon-social {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-left: 16px;
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out; }

@media (min-width: 992px) {
  .at-resp-share-element .at-share-btn:focus,
  .at-resp-share-element .at-share-btn:hover {
    transform: rotate(90deg) !important; } }
@media (max-width: 991px) {
  .bar_promo {
    display: none; } }
#triangle:not(.ani-none) {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear infinite; }

.triangle {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 47px;
  height: 37px;
  animation: upAndDown 2s ease-in-out infinite; }

.kv {
  background-color: #1e285a;
  height: auto;
  width: 100%;
  position: relative; }
  .kv .com-highlight {
    display: inline-block;
    opacity: 1 !important; }
    .kv .com-highlight.narrow:after {
      height: 2px; }
    .kv .com-highlight.partly:after {
      width: 60%;
      margin: 16px auto 0 auto; }
    .kv .com-highlight:after {
      content: "";
      background-color: #00b2e1;
      height: 4px;
      width: 100%;
      display: block;
      border-radius: 0.5em;
      opacity: 0; }
  .kv .container {
    padding: 0; }
  .kv .arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    transform: translateY(110px); }
    .kv .arrow img {
      width: 46px;
      cursor: pointer; }
    .kv .arrow .triangle {
      cursor: pointer; }
  .kv .wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 100px; }
  .kv .bg {
    padding-top: 70px;
    width: 100%;
    height: 670px;
    position: relative; }
  .kv #illustration-kv {
    height: 100%;
    width: 1200px;
    overflow: visible;
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%); }
    .kv #illustration-kv video {
      width: 100%;
      display: block;
      margin: 0 auto; }
    .kv #illustration-kv img {
      width: 100%;
      margin: 0 auto; }
  .kv .intro {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    margin-top: 20px; }
    .kv .intro h1 {
      color: #fff;
      font-size: 2em;
      line-height: 137.5%;
      text-align: center;
      max-width: 950px;
      font-family: "univers-medium", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
      font-weight: 400;
      margin-bottom: 0;
      display: none; }

@media (min-width: 992px) and (max-width: 1239px) {
  .kv .intro {
    margin-top: 0px; }
    .kv .intro h1 {
      max-width: 900px; }
  .kv #illustration-kv {
    width: 1000px; }
    .kv #illustration-kv video {
      margin-top: 60px; }
    .kv #illustration-kv img {
      margin-top: 60px; } }
@media (min-width: 1440px) {
  .kv .intro h1 {
    max-width: 900px; } }
@media (min-width: 992px) {
  html[lang="zh-hans"] body .kv .intro h1,
  html[lang="zh-hant"] body .kv .intro h1 {
    font-size: 2em;
    letter-spacing: 5px;
    line-height: 140%; } }
@media (max-width: 991px) {
  html[lang="zh-hans"] body .kv .intro h1,
  html[lang="zh-hant"] body .kv .intro h1 {
    letter-spacing: 2px; }

  .kv #illustration-kv {
    width: 100%;
    height: auto; }
    .kv #illustration-kv video {
      display: none; }
    .kv #illustration-kv img {
      width: 100%; }
  .kv .wrapper {
    padding-top: 100px;
    padding-bottom: 120px; }
  .kv .bg {
    padding-top: 0;
    height: auto; }
  .kv .arrow img {
    width: 46px;
    height: auto; }
  .kv .intro {
    display: block;
    position: relative;
    z-index: 2;
    bottom: 0; }
    .kv .intro h1 {
      font-size: 1.25em;
      line-height: 133.3%;
      max-width: 800px;
      margin: 0 auto; }
      .kv .intro h1 .com-highlight:after {
        display: none; } }
@media (min-width: 576px) and (max-width: 991px) {
  .kv .intro {
    padding-left: 30px;
    padding-right: 30px; } }
@media (max-width: 575px) {
  .kv #illustration-kv img {
    width: 156%;
    left: -35%;
    position: relative; }
  .kv .intro {
    padding-left: 20px;
    padding-right: 20px; } }
.sect-video .com-highlight {
  display: inline-block;
  opacity: 1 !important; }
  .sect-video .com-highlight.narrow:after {
    height: 2px; }
  .sect-video .com-highlight.partly:after {
    width: 60%;
    margin: 16px auto 0 auto; }
  .sect-video .com-highlight:after {
    content: "";
    background-color: #00b2e1;
    height: 4px;
    width: 100%;
    display: block;
    border-radius: 0.5em;
    opacity: 0; }
.sect-video .com-sect-head {
  margin-bottom: 30px; }
.sect-video p {
  font-size: 1.25em;
  line-height: 170%;
  margin-bottom: 50px; }
.sect-video .col-wrap .col1 {
  width: 48%;
  padding-right: 72px; }
  .sect-video .col-wrap .col1 .bg {
    display: none; }
.sect-video .col-wrap .col2 {
  width: 52%;
  position: relative;
  height: auto; }
  .sect-video .col-wrap .col2 .wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .sect-video .col-wrap .col2 .bg {
    background-image: url(../img/homepage/what.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: calc(100% + 58px);
    height: 100%; }

.player-dimensions {
  width: calc(100% + 58px); }

.video-js {
  cursor: pointer; }
  .video-js button:focus {
    outline: 0; }
  .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    display: none; }
  .video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
    background-color: transparent; }
    .video-js .vjs-big-play-button:focus:after, .video-js:hover .vjs-big-play-button:after {
      opacity: 1; }
  .video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    background-color: transparent;
    background: transparent;
    box-shadow: none;
    width: 60px;
    height: 60px; }
    .video-js .vjs-big-play-button:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(../img/icon/play.svg);
      background-repeat: no-repeat;
      background-size: contain;
      opacity: 0.8;
      transition: all 0.2s ease-in-out; }

.vjs-poster {
  background-size: cover; }

@media (max-width: 991px) {
  .sect-video p {
    font-size: 1.125em;
    line-height: 166.6%;
    letter-spacing: 0.2px;
    margin-bottom: 32px; }
  .sect-video .col-wrap {
    display: block; }
    .sect-video .col-wrap .col1 {
      width: 100%;
      padding-right: 0; }
      .sect-video .col-wrap .col1 .bg {
        position: relative;
        height: auto;
        max-height: 400px;
        background-image: url(../img/homepage/what.jpg);
        background-size: cover;
        background-position: center;
        display: block;
        margin-bottom: 24px; }
        .sect-video .col-wrap .col1 .bg:before {
          content: "";
          display: block;
          padding-top: 65.3521126761%; }
    .sect-video .col-wrap .col2 {
      display: none; }
  .sect-video .com-btn {
    text-align: center; } }
@media (min-width: 576px) and (max-width: 991px) {
  .sect-video .col-wrap .col1 .bg {
    margin-right: -30px; } }
@media (max-width: 575px) {
  .sect-video .col-wrap .col1 .bg {
    margin-right: -20px; } }
.sect-member-card .com-highlight {
  display: inline-block;
  opacity: 1 !important; }
  .sect-member-card .com-highlight.narrow:after {
    height: 2px; }
  .sect-member-card .com-highlight.partly:after {
    width: 60%;
    margin: 16px auto 0 auto; }
  .sect-member-card .com-highlight:after {
    content: "";
    background-color: #00b2e1;
    height: 4px;
    width: 100%;
    display: block;
    border-radius: 0.5em;
    opacity: 0; }
.sect-member-card .com-sect-head {
  margin-bottom: 0; }
.sect-member-card .filter-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 73px; }
  .sect-member-card .filter-wrap h1 {
    width: calc(100% - 700px); }
  .sect-member-card .filter-wrap .filter {
    width: 700px;
    text-align: right;
    padding-right: 35px; }
    .sect-member-card .filter-wrap .filter a {
      font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
      opacity: 0.3;
      transition: opacity 0.3s ease-in-out; }
      .sect-member-card .filter-wrap .filter a:not(.active).com-link:before, .sect-member-card .filter-wrap .filter a:not(.active).com-link:after {
        opacity: 0; }
      .sect-member-card .filter-wrap .filter a.active {
        opacity: 1; }
      .sect-member-card .filter-wrap .filter a:not(:last-child) {
        margin-right: 15px; }
.sect-member-card .namecard {
  width: calc((100% - 106px) / 3);
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  margin-bottom: 64px;
  margin-right: 35px; }
  .sect-member-card .namecard:hover:after {
    top: 12px;
    left: 12px; }
  .sect-member-card .namecard .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 4px; }
  .sect-member-card .namecard:before {
    content: "";
    background-image: linear-gradient(45deg, #02b2e1 0%, #5cb946 100%);
    position: absolute;
    z-index: -1;
    top: -1px;
    left: -1px;
    border-radius: 4px;
    width: calc(100% + 2px);
    height: calc(100% + 2px); }
  .sect-member-card .namecard:after {
    content: "";
    background-image: linear-gradient(45deg, #02b2e1 0%, #5cb946 100%);
    position: absolute;
    z-index: -2;
    top: 8px;
    left: 8px;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out; }
  .sect-member-card .namecard .popup-bio {
    padding: 50px;
    display: inline-block; }
  .sect-member-card .namecard .name {
    font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
    font-weight: 700;
    font-size: 1.75em;
    line-height: 107.1%;
    margin-bottom: 6px; }
  .sect-member-card .namecard .title {
    color: #00b2e1;
    font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
    font-weight: 700;
    font-size: 1.125em;
    line-height: 100%; }
  .sect-member-card .namecard .com-link {
    margin-top: 16px; }
  .sect-member-card .namecard .content {
    display: none; }

#popBio {
  background-color: #fff;
  border-radius: 6px;
  max-width: 776px;
  width: 95%;
  position: relative;
  margin: 0 auto; }
  #popBio:before {
    content: "";
    background-image: linear-gradient(45deg, #02b2e1 0%, #5cb946 100%);
    position: absolute;
    z-index: -1;
    top: -1px;
    left: -1px;
    border-radius: 6px;
    width: calc(100% + 2px);
    height: calc(100% + 2px); }
  #popBio:after {
    content: "";
    background-image: linear-gradient(45deg, #02b2e1 0%, #5cb946 100%);
    position: absolute;
    z-index: -2;
    top: 16px;
    left: 16px;
    width: 100%;
    height: 100%; }
  #popBio .pop-wrapper {
    padding: 40px 70px 50px 70px;
    position: relative;
    margin-top: 85px;
    margin-bottom: 85px; }
    #popBio .pop-wrapper .name {
      font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
      font-weight: 700;
      font-size: 1.75em;
      line-height: 107.1%;
      margin-bottom: 6px;
      text-align: center; }
    #popBio .pop-wrapper .title {
      color: #00b2e1;
      font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
      font-weight: 700;
      font-size: 1.125em;
      line-height: 100%;
      text-align: center; }
    #popBio .pop-wrapper .category {
      text-align: center; }
    #popBio .pop-wrapper .com-link {
      margin-top: 16px;
      font-size: 1em;
      line-height: 112.5%; }
      #popBio .pop-wrapper .com-link:hover:before {
        animation: none; }
    #popBio .pop-wrapper .image {
      margin-top: 24px; }
      #popBio .pop-wrapper .image img {
        width: 100%; }
    #popBio .pop-wrapper .content {
      margin-top: 24px; }
      #popBio .pop-wrapper .content .degree {
        margin-bottom: 48px;
        color: #9093a3;
        font-size: 0.875em;
        letter-spacing: 0.2px;
        line-height: 142.8%; }
        #popBio .pop-wrapper .content .degree > span {
          display: block; }
      #popBio .pop-wrapper .content p {
        font-size: 1em;
        line-height: 175%;
        letter-spacing: 0.2px;
        margin-bottom: 0; }
        #popBio .pop-wrapper .content p:not(:last-child) {
          margin-bottom: 24px; }
        #popBio .pop-wrapper .content p .enlarge {
          font-size: 1.375em;
          line-height: 127.2%; }
  #popBio .com-btn span {
    border: 0; }

@media (min-width: 992px) and (max-width: 1199px) {
  .sect-member-card .namecard {
    width: calc((100% - 70px) / 2);
    margin-right: 34px; }
    .sect-member-card .namecard .popup-bio {
      padding: 50px 20px; } }
@media (min-width: 992px) {
  .sect-member-card .filter-wrap .filter a:hover {
    opacity: 1; } }
@media (max-width: 991px) {
  #popBio:before {
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px); }
  #popBio .pop-wrapper .name {
    font-size: 1.5em;
    line-height: 150%; }
  #popBio .pop-wrapper .title {
    font-size: 1em;
    line-height: 112.5%; }
  #popBio .pop-wrapper .content {
    margin-top: 16px; }
    #popBio .pop-wrapper .content p {
      line-height: 150%; }
      #popBio .pop-wrapper .content p .enlarge {
        line-height: 109%; }

  .sect-member-card .namecard {
    width: 100%;
    margin-bottom: 32px; }
    .sect-member-card .namecard .popup-bio {
      width: 100%;
      padding: 38px; }
    .sect-member-card .namecard .name {
      font-size: 1.5em;
      line-height: 125%;
      margin-bottom: 5px; }
    .sect-member-card .namecard .title {
      font-size: 1em;
      line-height: 112.5%; }
    .sect-member-card .namecard .com-link {
      font-size: 1em;
      line-height: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .sect-member-card .filter-wrap {
    margin-bottom: 44px; }
    .sect-member-card .filter-wrap h1 {
      width: calc(100% - 400px);
      text-align: left; }
    .sect-member-card .filter-wrap .filter {
      width: 400px; }
  .sect-member-card .namecard {
    width: calc((100% - 71px) / 2); } }
@media (max-width: 767px) {
  #popBio .pop-wrapper {
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 38px 20px 60px 36px; }

  .sect-member-card .col-wrap {
    display: block; }
  .sect-member-card .filter-wrap {
    flex-direction: column;
    margin-bottom: 35px; }
    .sect-member-card .filter-wrap h1 {
      width: 100%; }
    .sect-member-card .filter-wrap .filter {
      padding-right: 0;
      width: 100%;
      text-align: center;
      margin-top: 40px; }
  .sect-member-card .namecard {
    width: 100%;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto; }
    .sect-member-card .namecard:nth-child(3n) {
      margin-right: auto; } }
.sect-row-tpl {
  position: relative; }
  .sect-row-tpl .com-sect-head {
    margin-bottom: 25px; }
  .sect-row-tpl h2 {
    font-size: 1.75em;
    line-height: 120%;
    color: #00b2e1;
    font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
    font-weight: 700;
    margin-bottom: 38px; }
  .sect-row-tpl .col-wrap {
    display: flex; }
    .sect-row-tpl .col-wrap .col1 {
      width: 45%; }
      .sect-row-tpl .col-wrap .col1 p {
        letter-spacing: 0.5px;
        line-height: 160%;
        font-size: 1.25em;
        margin-bottom: 71px; }
    .sect-row-tpl .col-wrap .col2 {
      width: 55%; }
      .sect-row-tpl .col-wrap .col2 .wrapper {
        margin-left: -30px; }
        .sect-row-tpl .col-wrap .col2 .wrapper img {
          width: 100%;
          max-width: 744px; }

.sect-banner {
  position: relative; }
  .sect-banner .deco {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
    .sect-banner .deco img {
      height: 100%; }
  .sect-banner .banner-wrap {
    padding-left: 110px;
    position: relative; }
  .sect-banner .wrapper {
    position: relative;
    height: auto;
    display: flex;
    max-height: 700px; }
    .sect-banner .wrapper:before {
      content: "";
      display: block;
      padding-top: 42.5373134328%; }
    .sect-banner .wrapper:after {
      content: "";
      display: block;
      background-image: linear-gradient(to right, #02b2e1 0%, #39b683 100%);
      width: calc(100% - 90px);
      height: 100%;
      margin-top: 23px;
      position: absolute;
      right: 0;
      top: 0;
      z-index: -2; }
    .sect-banner .wrapper .bg-wrap {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block; }
    .sect-banner .wrapper .bg {
      position: absolute;
      top: -50px;
      left: 0;
      width: 100%;
      height: calc(100% + 100px);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      z-index: -1; }
    .sect-banner .wrapper .logo {
      position: absolute;
      right: 70px;
      bottom: 40px; }
    .sect-banner .wrapper .desc {
      color: #fff;
      width: 100%;
      height: 100%;
      padding: 90px 150px;
      max-width: 1020px; }
      .sect-banner .wrapper .desc h1 {
        font-size: 3em;
        font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
        font-weight: 700;
        text-transform: uppercase;
        line-height: 116.6%;
        margin-bottom: 11px; }
      .sect-banner .wrapper .desc h2 {
        font-size: 1.25em;
        letter-spacing: 0.5px;
        line-height: 115%;
        margin-bottom: 50px;
        font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
        font-weight: 700; }
        .sect-banner .wrapper .desc h2 .sty1 {
          letter-spacing: 0px; }
      .sect-banner .wrapper .desc p {
        letter-spacing: 0.5px;
        line-height: 160%;
        font-size: 1.25em;
        text-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
        margin-bottom: 28px; }
    .sect-banner .wrapper .deco {
      display: none; }
  .sect-banner .wrapper-m {
    display: none; }

@media (max-width: 991px) {
  .sect-banner .deco {
    height: 232px;
    bottom: -60px;
    z-index: -1;
    top: auto; }
  .sect-banner .wrapper {
    align-items: flex-end;
    max-height: 400px;
    margin-bottom: 48px; }
    .sect-banner .wrapper .deco {
      display: block;
      position: absolute;
      left: -15px;
      bottom: -65px;
      height: 232px; }
      .sect-banner .wrapper .deco img {
        height: 100%; }
    .sect-banner .wrapper:before {
      padding-top: 77.8666666667%; }
    .sect-banner .wrapper .bg {
      background-position: center; }
    .sect-banner .wrapper:after {
      margin-top: 16px; }
    .sect-banner .wrapper .logo {
      display: none; }
    .sect-banner .wrapper .desc h1 {
      font-size: 1.625em;
      line-height: 123%;
      margin-bottom: 10px; }
    .sect-banner .wrapper .desc h2 {
      font-size: 1.125em;
      line-height: 116.7%;
      letter-spacing: 0.2px;
      margin-bottom: 0; }
      .sect-banner .wrapper .desc h2 .sty1 {
        display: block;
        margin-top: 2px;
        font-family: "Asap-Regular", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
        font-size: 0.777em;
        line-height: 114.2%; }
    .sect-banner .wrapper .desc p {
      display: none; }
    .sect-banner .wrapper .desc .com-btn {
      display: none; }
  .sect-banner .wrapper-m {
    display: block; }
    .sect-banner .wrapper-m p {
      font-size: 1.125em;
      line-height: 166.6%;
      letter-spacing: 0.2px;
      margin-bottom: 42px; }
    .sect-banner .wrapper-m .com-btn {
      text-align: center; }
  .sect-banner .banner-wrap {
    padding-left: 0; }
    .sect-banner .banner-wrap > .deco {
      display: none; } }
@media (min-width: 576px) and (max-width: 991px) {
  .sect-banner .wrapper:after {
    width: calc(100% - 30px); }
  .sect-banner .wrapper .desc {
    padding: 50% 30px 30px 30px; } }
@media (max-width: 575px) {
  .sect-banner .wrapper:after {
    width: calc(100% - 20px); }
  .sect-banner .wrapper .desc {
    padding: 50% 20px 30px 20px; } }
html[lang="zh-hans"] body .sect-chain .item .bottom p .title,
html[lang="zh-hant"] body .sect-chain .item .bottom p .title {
  font-weight: 700; }

.sect-chain .com-highlight {
  display: inline-block;
  opacity: 1 !important; }
  .sect-chain .com-highlight.narrow:after {
    height: 2px; }
  .sect-chain .com-highlight.partly:after {
    width: 60%;
    margin: 16px auto 0 auto; }
  .sect-chain .com-highlight:after {
    content: "";
    background-color: #00b2e1;
    height: 4px;
    width: 100%;
    display: block;
    border-radius: 0.5em;
    opacity: 0; }
.sect-chain .swiper-container {
  overflow: visible; }
.sect-chain .swiper-slide {
  width: 436px; }
.sect-chain .com-slider-nav {
  position: absolute;
  right: 0;
  bottom: -75px; }
.sect-chain .deco {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  .sect-chain .deco img {
    width: 100%;
    height: auto; }
.sect-chain .wrapper-m {
  display: none; }
.sect-chain .item {
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  padding: 94px 50px; }
  .sect-chain .item.type-e .category {
    color: #00b2e1; }
  .sect-chain .item.type-n .category {
    color: #5bba47; }
  .sect-chain .item .deco {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%); }
    .sect-chain .item .deco img {
      margin: 0 auto; }
  .sect-chain .item .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .sect-chain .item .year {
    font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
    font-weight: 700;
    font-size: 1.25em;
    line-height: 115%;
    opacity: 0.65;
    margin-bottom: 7px; }
  .sect-chain .item .date {
    text-transform: uppercase;
    font-size: 2.5em;
    line-height: 112.5%;
    font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
    font-weight: 700;
    margin-bottom: 15px; }
  .sect-chain .item .category {
    text-transform: uppercase;
    font-size: 1.125em;
    line-height: 116.6%;
    font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
    font-weight: 700;
    margin-bottom: 9px; }
  .sect-chain .item .txt {
    display: none; }
  .sect-chain .item p {
    font-size: 1.125em;
    line-height: 144.4%; }
  .sect-chain .item .com-link {
    margin-top: 10px; }
  .sect-chain .item .bottom p {
    overflow: hidden;
    height: 77px;
    max-height: 77px; }
    .sect-chain .item .bottom p .title {
      font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
      font-weight: 700; }
    .sect-chain .item .bottom p a {
      color: #00b2e1;
      word-break: break-all;
      display: block; }
.sect-chain .com-btn {
  text-align: center;
  margin-top: 100px; }

@media (max-width: 991px) {
  .sect-chain .wrapper-m {
    display: block; }
  .sect-chain .com-sect-head {
    margin-bottom: 44px; }
  .sect-chain .com-highlight.partly:after {
    margin: 0 auto;
    width: 100%; }
  .sect-chain .com-btn {
    margin-top: 72px; }
  .sect-chain .swiper-container {
    display: none; }
  .sect-chain .item {
    padding-top: 65px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 335px; }
    .sect-chain .item:not(:first-child) {
      margin-top: -10px; }
    .sect-chain .item .year {
      font-size: 1.125em;
      line-height: 116.6%;
      letter-spacing: 0.5px;
      margin-bottom: 2px; }
    .sect-chain .item .date {
      font-size: 2em;
      line-height: 115.6%;
      margin-bottom: 12px; }
    .sect-chain .item .category {
      margin-bottom: 12px; }
    .sect-chain .item p {
      font-size: 1em;
      line-height: 150%; }
    .sect-chain .item .com-link {
      font-size: 1em;
      line-height: 112.5%; }
    .sect-chain .item .bottom p {
      height: 75px;
      max-height: 75px; } }
.sect-program-detail {
  position: relative; }
  .sect-program-detail .com-highlight {
    display: inline-block;
    opacity: 1 !important; }
    .sect-program-detail .com-highlight.narrow:after {
      height: 2px; }
    .sect-program-detail .com-highlight.partly:after {
      width: 60%;
      margin: 16px auto 0 auto; }
    .sect-program-detail .com-highlight:after {
      content: "";
      background-color: #00b2e1;
      height: 4px;
      width: 100%;
      display: block;
      border-radius: 0.5em;
      opacity: 0; }
  .sect-program-detail .deco {
    width: 188px;
    height: 423px;
    position: absolute;
    right: 0;
    bottom: -160px;
    z-index: -1; }
    .sect-program-detail .deco:after {
      content: "";
      background-image: url(../img/deco_b.svg);
      background-size: cover;
      background-repeat: no-repeat;
      display: block;
      width: 100%;
      height: 100%; }
  .sect-program-detail .intro {
    width: 80%;
    max-width: 825px;
    margin-bottom: 96px; }
    .sect-program-detail .intro h1 {
      font-size: 2.5em;
      letter-spacing: 0.2px;
      line-height: 100%;
      font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
      font-weight: 700;
      margin-bottom: 24px; }
    .sect-program-detail .intro p {
      font-size: 1.25em;
      line-height: 170%;
      letter-spacing: 0.5px;
      margin-bottom: 0; }
  .sect-program-detail .col-wrap {
    justify-content: space-between; }
    .sect-program-detail .col-wrap h2 {
      font-size: 1.5em;
      font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
      font-weight: 700;
      letter-spacing: 0.5px;
      line-height: 150%;
      text-transform: uppercase;
      margin-bottom: 32px;
      display: flex;
      justify-content: space-between; }
    .sect-program-detail .col-wrap .column {
      width: calc((100% - 100px) / 2); }
    .sect-program-detail .col-wrap .icon-dropdown {
      display: none; }

@media (max-width: 991px) {
  .sect-program-detail .deco {
    width: 206px;
    height: 232px;
    right: -79px;
    top: 376px; }
  .sect-program-detail .intro {
    width: 100%;
    max-width: none;
    margin-bottom: 80px; }
    .sect-program-detail .intro h1 {
      font-size: 1.56em;
      line-height: 112%;
      margin-bottom: 16px; }
    .sect-program-detail .intro p {
      font-size: 1.125em;
      line-height: 166.7%;
      letter-spacing: 0.2px; }
  .sect-program-detail .col-wrap {
    flex-direction: column; }
    .sect-program-detail .col-wrap h2 {
      font-size: 1.375em;
      letter-spacing: 0.2px;
      margin-bottom: 25px;
      cursor: pointer; }
      .sect-program-detail .col-wrap h2 .com-highlight {
        padding-right: 10px;
        max-width: calc(100% - 36px); }
    .sect-program-detail .col-wrap .column {
      width: 100%;
      position: relative; }
      .sect-program-detail .col-wrap .column .icon-dropdown {
        display: inline-block;
        background-image: url(../img/icon/dropdown.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 36px;
        height: 36px; }
      .sect-program-detail .col-wrap .column ul {
        margin-bottom: 80px; }
      .sect-program-detail .col-wrap .column.expand .icon-dropdown {
        transform: scaleY(-1); } }
.sect-program-fee {
  position: relative; }
  .sect-program-fee .com-highlight {
    display: inline-block;
    opacity: 1 !important; }
    .sect-program-fee .com-highlight.narrow:after {
      height: 2px; }
    .sect-program-fee .com-highlight.partly:after {
      width: 60%;
      margin: 16px auto 0 auto; }
    .sect-program-fee .com-highlight:after {
      content: "";
      background-color: #00b2e1;
      height: 4px;
      width: 100%;
      display: block;
      border-radius: 0.5em;
      opacity: 0; }
  .sect-program-fee .deco {
    width: 284px;
    height: 320px;
    position: absolute; }
    .sect-program-fee .deco.deco-g {
      left: -82px;
      top: 50%; }
      .sect-program-fee .deco.deco-g:before {
        content: "";
        background-image: url("../img/deco_g.svg");
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%;
        transform: translateY(-50%); }
    .sect-program-fee .deco.deco-b {
      left: 110px;
      top: 60%; }
      .sect-program-fee .deco.deco-b:after {
        content: "";
        background-image: url("../img/deco_b.svg");
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%;
        transform: translateY(-50%); }
  .sect-program-fee h1 {
    font-size: 1.5em;
    line-height: 150%;
    font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between; }
  .sect-program-fee .intro {
    width: 45%; }
    .sect-program-fee .intro p {
      letter-spacing: 0.5px;
      line-height: 150%;
      margin-bottom: 32px; }
  .sect-program-fee .col-wrap .col1 {
    width: 40%;
    padding-top: 16px; }
    .sect-program-fee .col-wrap .col1 .title {
      letter-spacing: 0.4px;
      line-height: 125%;
      margin-bottom: 8px; }
    .sect-program-fee .col-wrap .col1 .mail {
      letter-spacing: 0.5px;
      line-height: 150%;
      font-size: 1.5em;
      color: #00b2e1; }
  .sect-program-fee .col-wrap .col2 {
    width: 60%; }
    .sect-program-fee .col-wrap .col2 .list {
      background-image: url(../img/bg_pattern.png);
      position: relative;
      padding: 80px 120px 80px 88px; }
      .sect-program-fee .col-wrap .col2 .list:before {
        content: "";
        background-image: linear-gradient(45deg, rgba(2, 178, 225, 0.14) 0%, rgba(58, 182, 129, 0.67) 100%);
        opacity: 0.3;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%; }
      .sect-program-fee .col-wrap .col2 .list:after {
        content: "";
        background-image: url("../img/program/illustration_fee.svg");
        background-size: contain;
        background-repeat: no-repeat;
        width: 87px;
        height: 211px;
        position: absolute;
        right: 120px;
        bottom: 0;
        transform: translateY(50%);
        z-index: 1; }
      .sect-program-fee .col-wrap .col2 .list .list-row {
        display: flex;
        justify-content: space-between;
        padding-bottom: 32px;
        position: relative; }
        .sect-program-fee .col-wrap .col2 .list .list-row:not(:first-of-type) {
          padding-top: 32px; }
        .sect-program-fee .col-wrap .col2 .list .list-row:after {
          content: "";
          background-color: #00b2e1;
          width: 100%;
          height: 1px;
          display: block;
          position: absolute;
          bottom: 0;
          left: 0; }
        .sect-program-fee .col-wrap .col2 .list .list-row .subject {
          font-size: 1.25em;
          line-height: 120%;
          letter-spacing: 0.5px;
          font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
          font-weight: 700;
          width: 50%; }
        .sect-program-fee .col-wrap .col2 .list .list-row .wrap {
          width: 50%;
          text-align: right; }
        .sect-program-fee .col-wrap .col2 .list .list-row .details {
          font-size: 2em;
          letter-spacing: 0.2px;
          line-height: 100%; }
        .sect-program-fee .col-wrap .col2 .list .list-row .remarks {
          font-size: 0.875em;
          letter-spacing: 0.2px;
          line-height: 142.8%;
          margin-top: 16px; }
      .sect-program-fee .col-wrap .col2 .list .notes {
        margin-top: 25px;
        margin-bottom: 0;
        font-size: 0.875em;
        line-height: 142.8%;
        letter-spacing: 0.2px;
        position: relative;
        z-index: 2; }
        .sect-program-fee .col-wrap .col2 .list .notes > span {
          display: block; }
  .sect-program-fee .col-wrap .icon-dropdown {
    display: none; }

@media (min-width: 1440px) {
  .sect-program-fee .col-wrap .col2 .list {
    margin-right: -58px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-program-fee .col-wrap .col2 .list {
    padding: 80px 50px; }
    .sect-program-fee .col-wrap .col2 .list:after {
      right: 50px; } }
@media (max-width: 991px) {
  .sect-program-fee:before, .sect-program-fee:after {
    display: none; }
  .sect-program-fee .container:after {
    content: "";
    background-image: url("../img/program/illustration_fee.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 87px;
    height: 211px;
    position: absolute;
    bottom: -70px;
    z-index: 3; }
  .sect-program-fee h1 {
    font-size: 1.375em;
    letter-spacing: 0.2px;
    margin-bottom: 25px;
    line-height: 150%;
    cursor: pointer; }
    .sect-program-fee h1 .icon-dropdown {
      display: inline-block;
      background-image: url(../img/icon/dropdown.svg);
      background-size: contain;
      background-repeat: no-repeat;
      width: 36px;
      height: 36px; }
    .sect-program-fee h1.expand .icon-dropdown {
      transform: scaleY(-1); }
  .sect-program-fee .intro {
    width: 100%; }
    .sect-program-fee .intro p {
      margin-bottom: 24px;
      letter-spacing: 0.2px; }
  .sect-program-fee .col-wrap {
    flex-direction: column; }
    .sect-program-fee .col-wrap .column {
      width: 100%; }
    .sect-program-fee .col-wrap .col1 {
      padding-top: 0; }
      .sect-program-fee .col-wrap .col1 .title {
        line-height: 150%; }
      .sect-program-fee .col-wrap .col1 .mail {
        line-height: 100%; }
    .sect-program-fee .col-wrap .col2 {
      padding-top: 48px; }
      .sect-program-fee .col-wrap .col2 .list {
        padding: 56px 20px 64px 20px; }
        .sect-program-fee .col-wrap .col2 .list:after {
          display: none; }
        .sect-program-fee .col-wrap .col2 .list .list-row {
          flex-direction: column; }
          .sect-program-fee .col-wrap .col2 .list .list-row .subject {
            font-size: 1.125em;
            line-height: 111.1%;
            width: 100%;
            margin-bottom: 24px; }
          .sect-program-fee .col-wrap .col2 .list .list-row .details {
            font-size: 2em;
            line-height: 100%; }
          .sect-program-fee .col-wrap .col2 .list .list-row .remarks {
            margin-top: 8px; }
          .sect-program-fee .col-wrap .col2 .list .list-row .wrap {
            width: 100%;
            text-align: left; } }
@media (min-width: 576px) and (max-width: 991px) {
  .sect-program-fee .container:after {
    right: 30px; }
  .sect-program-fee .col2 .list {
    margin-right: -30px; } }
@media (max-width: 575px) {
  .sect-program-fee .container:after {
    right: 20px; }
  .sect-program-fee .col2 .list {
    margin-right: -20px; } }
.sect-banner-tpl .com-sub-head {
  margin-bottom: 25px; }
.sect-banner-tpl p {
  font-size: 1.25em;
  line-height: 170%;
  margin-bottom: 0;
  margin-bottom: 35px; }
.sect-banner-tpl .banner-container {
  padding-left: 110px;
  margin-top: 60px;
  margin-bottom: 104px; }
  .sect-banner-tpl .banner-container .banner {
    position: relative;
    height: auto;
    max-height: 400px; }
    .sect-banner-tpl .banner-container .banner:before {
      content: "";
      display: block;
      padding-top: 30.487804878%; }
    .sect-banner-tpl .banner-container .banner:after {
      content: "";
      background-image: linear-gradient(45deg, #02b2e1 0, #39b683 100%);
      margin-top: 32px;
      width: calc(100% - 40px);
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      z-index: -2; }
    .sect-banner-tpl .banner-container .banner .bg-wrap {
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block; }
    .sect-banner-tpl .banner-container .banner .bg {
      position: absolute;
      left: 0;
      top: -50px;
      width: 100%;
      height: calc(100% + 100px);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
.sect-banner-tpl .desc {
  max-width: 880px;
  width: 80%; }
  .sect-banner-tpl .desc .com-list {
    margin-bottom: 35px; }
  .sect-banner-tpl .desc .list-head {
    font-size: 1.25em;
    line-height: 170%;
    margin-bottom: 25px !important; }

@media (max-width: 991px) {
  .sect-banner-tpl .com-sub-head {
    margin-bottom: 16px; }
  .sect-banner-tpl p {
    font-size: 1.125em;
    line-height: 166.6%;
    margin-bottom: 30px; }
  .sect-banner-tpl .banner-container {
    padding-left: 0;
    margin-bottom: 60px; }
    .sect-banner-tpl .banner-container .banner {
      max-height: auto; }
      .sect-banner-tpl .banner-container .banner:before {
        padding-top: 66.1333333333%; }
      .sect-banner-tpl .banner-container .banner:after {
        margin-top: 16px; }
  .sect-banner-tpl .desc {
    width: 100%;
    max-width: none; } }
@media (min-width: 576px) and (max-width: 991px) {
  .sect-banner-tpl .banner-container .banner:after {
    width: calc(100% - 30px); } }
@media (max-width: 575px) {
  .sect-banner-tpl .banner-container .banner:after {
    width: calc(100% - 20px); } }
html[lang="zh-hans"] body .sect-updates .content .item .wrapper .desc .title,
html[lang="zh-hant"] body .sect-updates .content .item .wrapper .desc .title {
  font-weight: 700; }

.sect-updates {
  padding-top: 41px; }
  .sect-updates .com-highlight {
    display: inline-block;
    opacity: 1 !important; }
    .sect-updates .com-highlight.narrow:after {
      height: 2px; }
    .sect-updates .com-highlight.partly:after {
      width: 60%;
      margin: 16px auto 0 auto; }
    .sect-updates .com-highlight:after {
      content: "";
      background-color: #00b2e1;
      height: 4px;
      width: 100%;
      display: block;
      border-radius: 0.5em;
      opacity: 0; }
  .sect-updates .com-sect-head {
    margin-bottom: 65px; }
  .sect-updates .heading {
    text-align: center; }
  .sect-updates .filter-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 139px; }
    .sect-updates .filter-wrap .filter-year {
      width: 50%; }
      .sect-updates .filter-wrap .filter-year a {
        font-size: 2em;
        line-height: 115.6%;
        font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
        font-weight: 700;
        opacity: 0.3;
        margin-right: 32px;
        text-transform: uppercase;
        display: inline-block;
        transition: all 0.3s ease-in-out; }
        .sect-updates .filter-wrap .filter-year a:after {
          content: "";
          background-color: #1e285a;
          height: 3px;
          width: 100%;
          display: block;
          opacity: 0;
          transition: all 0.3s ease-in-out; }
        .sect-updates .filter-wrap .filter-year a:hover {
          opacity: 1; }
        .sect-updates .filter-wrap .filter-year a.active {
          opacity: 1; }
          .sect-updates .filter-wrap .filter-year a.active:after {
            opacity: 1; }
    .sect-updates .filter-wrap .filter-cat {
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .sect-updates .filter-wrap .filter-cat .txt {
        font-size: 1.125em;
        line-height: 116.6%;
        font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
        font-weight: 700;
        margin-right: 19px; }
      .sect-updates .filter-wrap .filter-cat .cat {
        width: 32px;
        height: 32px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        transition: all 0.3s ease-in-out;
        opacity: 0.2;
        position: relative; }
        .sect-updates .filter-wrap .filter-cat .cat.active {
          opacity: 1; }
        .sect-updates .filter-wrap .filter-cat .cat:not(:last-child) {
          margin-right: 16px; }
        .sect-updates .filter-wrap .filter-cat .cat.sty-mix {
          background-image: url(../img/whatsnews/cat1.svg); }
          .sect-updates .filter-wrap .filter-cat .cat.sty-mix .show-m {
            display: none; }
          .sect-updates .filter-wrap .filter-cat .cat.sty-mix .show-d {
            width: 110px; }
        .sect-updates .filter-wrap .filter-cat .cat.sty-b {
          background-image: url(../img/whatsnews/cat2.svg); }
        .sect-updates .filter-wrap .filter-cat .cat.sty-g {
          background-image: url(../img/whatsnews/cat3.svg); }
        .sect-updates .filter-wrap .filter-cat .cat span {
          position: absolute;
          left: 50%;
          bottom: -1em;
          font-size: 0.875em;
          line-height: 114.2%;
          font-family: "Asap-Regular", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
          transform: translate(-50%, 100%);
          opacity: 0;
          transition: all 0.3s ease-in-out; }
        .sect-updates .filter-wrap .filter-cat .cat:hover {
          opacity: 1; }
          .sect-updates .filter-wrap .filter-cat .cat:hover span {
            opacity: 1; }
  .sect-updates .content {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 88px); }
    .sect-updates .content .item {
      position: relative;
      width: calc((100% - 176px) / 2);
      margin-top: 53px;
      margin-bottom: 48px;
      margin-right: 88px; }
      .sect-updates .content .item.item-e .marker {
        background-image: url(../img/whatsnews/marker1.svg); }
        .sect-updates .content .item.item-e .marker .category {
          color: #00b2e1; }
      .sect-updates .content .item.item-n .marker {
        background-image: url(../img/whatsnews/marker2.svg); }
        .sect-updates .content .item.item-n .marker .category {
          color: #5bba47; }
      .sect-updates .content .item .marker {
        width: 117px;
        height: 133px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: -3px;
        transform: translateY(-50%);
        z-index: 1; }
        .sect-updates .content .item .marker .day {
          font-size: 1.5em;
          line-height: 112.5%;
          font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
          font-weight: 700;
          text-transform: uppercase;
          margin-bottom: 4px; }
        .sect-updates .content .item .marker .category {
          font-size: 1.125em;
          line-height: 116.6%;
          font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
          font-weight: 700; }
      .sect-updates .content .item .wrapper .thumbnail {
        position: relative;
        height: auto;
        margin-bottom: 16px; }
        .sect-updates .content .item .wrapper .thumbnail:before {
          content: "";
          display: block;
          padding-top: 65.3846153846%; }
        .sect-updates .content .item .wrapper .thumbnail .bg-wrap {
          overflow: hidden;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: block; }
        .sect-updates .content .item .wrapper .thumbnail .bg {
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          width: 100%;
          height: calc(100% + 100px);
          position: absolute;
          left: 0;
          top: -50px; }
      .sect-updates .content .item .wrapper .desc {
        font-size: 1.125em;
        line-height: 144%;
        max-height: 77px;
        height: 77px;
        margin-bottom: 24px;
        overflow: hidden; }
        .sect-updates .content .item .wrapper .desc .title {
          font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
          font-weight: 700; }
        .sect-updates .content .item .wrapper .desc a {
          color: #00b2e1; }
      .sect-updates .content .item .wrapper .txt {
        display: none; }

@media (min-width: 1440px) {
  .sect-updates .container {
    padding-left: 182px;
    padding-right: 182px; } }
@media (min-width: 992px) and (max-width: 1439px) {
  .sect-updates .container {
    padding-left: 120px;
    padding-right: 58px; } }
@media (min-width: 992px) {
  html[lang="zh-hans"] body .sect-updates .filter-wrap .filter-cat .cat span,
  html[lang="zh-hant"] body .sect-updates .filter-wrap .filter-cat .cat span {
    width: 2em; } }
@media (max-width: 991px) {
  .sect-updates {
    padding-top: 24px; }
    .sect-updates .filter-wrap {
      flex-direction: column;
      justify-content: flex-start;
      margin-bottom: 148px; }
      .sect-updates .filter-wrap .filter-year {
        width: 100%;
        text-align: center;
        margin-bottom: 1em; }
        .sect-updates .filter-wrap .filter-year a {
          font-size: 1.75em;
          line-height: 114.2%; }
          .sect-updates .filter-wrap .filter-year a:not(:last-child) {
            margin-right: 40px; }
          .sect-updates .filter-wrap .filter-year a:last-child {
            margin-right: 0; }
      .sect-updates .filter-wrap .filter-cat {
        width: 100%;
        text-align: center;
        justify-content: center; }
        .sect-updates .filter-wrap .filter-cat .cat {
          width: 56px;
          height: 56px; }
          .sect-updates .filter-wrap .filter-cat .cat .com-link:before {
            display: none; }
          .sect-updates .filter-wrap .filter-cat .cat:not(:last-child) {
            margin-right: 4px; }
          .sect-updates .filter-wrap .filter-cat .cat.sty-mix {
            background-image: url(../img/whatsnews/cat1_m.svg); }
            .sect-updates .filter-wrap .filter-cat .cat.sty-mix .show-d {
              display: none; }
            .sect-updates .filter-wrap .filter-cat .cat.sty-mix .show-m {
              display: block; }
          .sect-updates .filter-wrap .filter-cat .cat.sty-b {
            background-image: url(../img/whatsnews/cat2_m.svg); }
          .sect-updates .filter-wrap .filter-cat .cat.sty-g {
            background-image: url(../img/whatsnews/cat3_m.svg); }
          .sect-updates .filter-wrap .filter-cat .cat .com-link:after {
            display: none; }
          .sect-updates .filter-wrap .filter-cat .cat span {
            opacity: 1;
            bottom: auto;
            top: 50%;
            transform: translate(-50%, -50%);
            font-size: 0.8125em;
            line-height: 115.3%; }
        .sect-updates .filter-wrap .filter-cat .txt {
          margin-right: 12px; }
    .sect-updates .com-sect-head {
      margin-bottom: 49px; }
    .sect-updates .content {
      width: 100%; }
      .sect-updates .content .item {
        margin-top: 64px;
        margin-right: 0; }
        .sect-updates .content .item .marker {
          left: 50%;
          transform: translate(-50%, -50%); }
        .sect-updates .content .item .wrapper .thumbnail {
          margin-bottom: 24px; }
          .sect-updates .content .item .wrapper .thumbnail:before {
            padding-top: 66.8656716418%; }
        .sect-updates .content .item .wrapper .link {
          text-align: center; } }
@media (min-width: 768px) and (max-width: 991px) {
  .sect-updates .content .item {
    width: calc((100% - 40px) / 2); }
    .sect-updates .content .item:nth-child(odd) {
      margin-right: 40px; } }
@media (max-width: 767px) {
  .sect-updates .content .item {
    width: 100%;
    margin-top: 0;
    margin-bottom: 149px; }
    .sect-updates .content .item:nth-child(odd) {
      margin-right: 0; }
    .sect-updates .content .item:last-child {
      margin-bottom: 40px; } }
.sect-contact-tpl {
  padding-top: 45px;
  position: relative; }
  .sect-contact-tpl .deco {
    position: absolute; }
    .sect-contact-tpl .deco.deco-g {
      width: 284px;
      height: 320px;
      right: -150px;
      top: 0px; }
      .sect-contact-tpl .deco.deco-g:before {
        content: "";
        background-image: url("../img/deco_g.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: left top;
        width: 100%;
        height: 100%;
        position: absolute; }
    .sect-contact-tpl .deco.deco-b {
      width: 410px;
      height: 462px;
      left: -263px;
      top: 400px; }
      .sect-contact-tpl .deco.deco-b:after {
        content: "";
        background-image: url("../img/deco_b.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: left top;
        width: 100%;
        height: 100%;
        position: absolute; }
  .sect-contact-tpl .greet {
    font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 30px; }
    .sect-contact-tpl .greet .large {
      font-size: 3em;
      letter-spacing: 0.24px;
      line-height: 100%;
      text-transform: uppercase;
      margin-right: 16px; }
    .sect-contact-tpl .greet .normal {
      font-size: 2em;
      letter-spacing: 0.5px;
      line-height: 100%; }
  .sect-contact-tpl .title {
    line-height: 137.5%;
    letter-spacing: 0.2px;
    margin-bottom: 15px; }
  .sect-contact-tpl .mail {
    margin-bottom: 56px; }
    .sect-contact-tpl .mail a {
      color: #00b2e1;
      font-size: 1.5em;
      line-height: 100%;
      letter-spacing: 0.5px; }
  .sect-contact-tpl .col-wrap {
    justify-content: space-between;
    margin-bottom: 104px; }
  .sect-contact-tpl .col1 {
    width: 53.3%;
    padding-right: 110px; }
    .sect-contact-tpl .col1 .email {
      margin-bottom: 32px; }
      .sect-contact-tpl .col1 .email .com-link:hover:before, .sect-contact-tpl .col1 .email .com-link:hover:after {
        animation: none; }
      .sect-contact-tpl .col1 .email .title {
        font-size: 1.125em;
        line-height: 116.6%;
        font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
        font-weight: 700;
        letter-spacing: 0;
        margin-bottom: 12px; }
      .sect-contact-tpl .col1 .email a {
        font-size: 1.5em;
        letter-spacing: 0.2px;
        line-height: 140%; }
    .sect-contact-tpl .col1 .address {
      margin-bottom: 60px; }
      .sect-contact-tpl .col1 .address .com-link:hover:before, .sect-contact-tpl .col1 .address .com-link:hover:after {
        animation: none; }
      .sect-contact-tpl .col1 .address .title {
        font-size: 1.125em;
        line-height: 116.6%;
        font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
        font-weight: 700;
        letter-spacing: 0;
        margin-bottom: 12px; }
      .sect-contact-tpl .col1 .address a {
        font-size: 1.25em;
        letter-spacing: 0.2px;
        line-height: 140%; }
  .sect-contact-tpl .col2 {
    width: 46.7%; }
    .sect-contact-tpl .col2 .pic {
      position: relative;
      height: auto;
      margin-bottom: 50px; }
      .sect-contact-tpl .col2 .pic:before {
        content: "";
        display: block;
        padding-top: 65.4513888889%; }
      .sect-contact-tpl .col2 .pic .bg {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; }

@media (max-width: 991px) {
  .sect-contact-tpl {
    padding-top: 24px; }
    .sect-contact-tpl .deco {
      display: none; }
    .sect-contact-tpl .greet {
      display: block;
      text-align: center;
      margin-bottom: 48px; }
      .sect-contact-tpl .greet .large {
        display: block;
        font-size: 2.25em;
        line-height: 116.6%;
        margin-right: 0;
        margin-bottom: 12px;
        letter-spacing: 0; }
      .sect-contact-tpl .greet .normal {
        display: block;
        letter-spacing: 0.44px;
        font-size: 1.75em;
        line-height: 114.2%; }
    .sect-contact-tpl .title {
      letter-spacing: 0; }
    .sect-contact-tpl .mail {
      margin-bottom: 50px; }
    .sect-contact-tpl .col1 {
      padding-right: 0;
      width: 100%; }
    .sect-contact-tpl .col-wrap {
      margin-bottom: 96px; }
    .sect-contact-tpl .col2 {
      width: 100%; }
      .sect-contact-tpl .col2 .pic {
        margin-bottom: 64px;
        max-height: 400px; } }
.sect-roadmap {
  margin-top: 52px;
  margin-bottom: 160px;
  background-image: url(../img/bg_pattern.png);
  background-color: #fff;
  padding-top: 64px;
  position: relative;
  z-index: 2; }
  .sect-roadmap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: linear-gradient(45deg, #02b2e1 0%, #39b683 100%);
    z-index: 0; }
  .sect-roadmap .com-sect-head {
    font-size: 2.5em;
    line-height: 100%;
    letter-spacing: 0.2px;
    margin-bottom: 64px; }
  .sect-roadmap .roadmap {
    padding-left: 150px;
    max-width: 1440px;
    margin: 0 auto; }
    .sect-roadmap .roadmap .swiper-container {
      overflow: visible; }
      .sect-roadmap .roadmap .swiper-container .container {
        display: flex;
        justify-content: flex-end; }
      .sect-roadmap .roadmap .swiper-container .com-slider-nav {
        transform: translateY(50%); }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total1 {
        width: 298px !important; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total1 .item .issue:nth-child(1) {
          left: 149px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total1 .item .issue:nth-child(1) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total1 .item .issue:nth-child(1):before {
            bottom: 46%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total1 .item .issue:nth-child(1):after {
            height: 46%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total2 {
        width: 447px !important; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total2 .item .issue:nth-child(1) {
          left: 149px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total2 .item .issue:nth-child(1) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total2 .item .issue:nth-child(1):before {
            bottom: 46%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total2 .item .issue:nth-child(1):after {
            height: 46%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total2 .item .issue:nth-child(2) {
          left: 298px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total2 .item .issue:nth-child(2) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total2 .item .issue:nth-child(2):before {
            bottom: 31%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total2 .item .issue:nth-child(2):after {
            height: 31%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total3 {
        width: 596px !important; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total3 .item .issue:nth-child(1) {
          left: 149px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total3 .item .issue:nth-child(1) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total3 .item .issue:nth-child(1):before {
            bottom: 46%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total3 .item .issue:nth-child(1):after {
            height: 46%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total3 .item .issue:nth-child(2) {
          left: 298px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total3 .item .issue:nth-child(2) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total3 .item .issue:nth-child(2):before {
            bottom: 31%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total3 .item .issue:nth-child(2):after {
            height: 31%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total3 .item .issue:nth-child(3) {
          left: 447px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total3 .item .issue:nth-child(3) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total3 .item .issue:nth-child(3):before {
            bottom: 20%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total3 .item .issue:nth-child(3):after {
            height: 20%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 {
        width: 745px !important; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(1) {
          left: 149px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(1) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(1):before {
            bottom: 46%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(1):after {
            height: 46%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(2) {
          left: 298px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(2) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(2):before {
            bottom: 33%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(2):after {
            height: 33%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(3) {
          left: 447px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(3) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(3):before {
            bottom: 20%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(3):after {
            height: 20%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(4) {
          left: 596px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(4) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(4):before {
            bottom: 10%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(4):after {
            height: 10%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 {
        width: 894px !important; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(1) {
          left: 149px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(1) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(1):before {
            bottom: 53%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(1):after {
            height: 53%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(2) {
          left: 298px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(2) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(2):before {
            bottom: 39%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(2):after {
            height: 39%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(3) {
          left: 447px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(3) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(3):before {
            bottom: 26%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(3):after {
            height: 26%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(4) {
          left: 596px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(4) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(4):before {
            bottom: 14%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(4):after {
            height: 14%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(5) {
          left: 745px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(5) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(5):before {
            bottom: 3%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(5):after {
            height: 3%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 {
        width: 1043px !important; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(1) {
          left: 149px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(1) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(1):before {
            bottom: 58%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(1):after {
            height: 58%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(2) {
          left: 298px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(2) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(2):before {
            bottom: 45%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(2):after {
            height: 45%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(3) {
          left: 447px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(3) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(3):before {
            bottom: 33%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(3):after {
            height: 33%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(4) {
          left: 596px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(4) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(4):before {
            bottom: 24%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(4):after {
            height: 24%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(5) {
          left: 745px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(5) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(5):before {
            bottom: 11%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(5):after {
            height: 11%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(6) {
          left: 894px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(6) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(6):before {
            bottom: 4%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(6):after {
            height: 4%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 {
        width: 1192px !important; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(1) {
          left: 149px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(1) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(1):before {
            bottom: 64%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(1):after {
            height: 64%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(2) {
          left: 298px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(2) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(2):before {
            bottom: 51%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(2):after {
            height: 51%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(3) {
          left: 447px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(3) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(3):before {
            bottom: 37%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(3):after {
            height: 37%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(4) {
          left: 596px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(4) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(4):before {
            bottom: 27%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(4):after {
            height: 27%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(5) {
          left: 745px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(5) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(5):before {
            bottom: 15%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(5):after {
            height: 15%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(6) {
          left: 894px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(6) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(6):before {
            bottom: 10%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(6):after {
            height: 10%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(7) {
          left: 1043px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(7) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(7):before {
            bottom: 3%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(7):after {
            height: 3%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 {
        width: 1341px !important; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(1) {
          left: 149px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(1) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(1):before {
            bottom: 69%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(1):after {
            height: 69%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(2) {
          left: 298px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(2) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(2):before {
            bottom: 57%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(2):after {
            height: 57%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(3) {
          left: 447px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(3) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(3):before {
            bottom: 45%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(3):after {
            height: 45%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(4) {
          left: 596px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(4) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(4):before {
            bottom: 33%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(4):after {
            height: 33%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(5) {
          left: 745px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(5) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(5):before {
            bottom: 23%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(5):after {
            height: 23%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(6) {
          left: 894px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(6) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(6):before {
            bottom: 17%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(6):after {
            height: 17%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(7) {
          left: 1043px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(7) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(7):before {
            bottom: 9%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(7):after {
            height: 9%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(8) {
          left: 1192px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(8) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(8):before {
            bottom: 2%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(8):after {
            height: 2%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 {
        width: 1490px !important; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue span {
          width: 400px; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(1) {
          left: 149px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(1) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(1):before {
            bottom: 72%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(1):after {
            height: 72%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(2) {
          left: 298px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(2) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(2):before {
            bottom: 60%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(2):after {
            height: 60%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(3) {
          left: 447px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(3) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(3):before {
            bottom: 48%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(3):after {
            height: 48%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(4) {
          left: 596px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(4) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(4):before {
            bottom: 40%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(4):after {
            height: 40%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(5) {
          left: 745px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(5) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(5):before {
            bottom: 26%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(5):after {
            height: 26%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(6) {
          left: 894px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(6) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(6):before {
            bottom: 20%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(6):after {
            height: 20%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(7) {
          left: 1043px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(7) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(7):before {
            bottom: 12%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(7):after {
            height: 12%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(8) {
          left: 1192px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(8) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(8):before {
            bottom: 5%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(8):after {
            height: 5%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(9) {
          left: 1341px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(9) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(9):before {
            bottom: 2%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(9):after {
            height: 2%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 {
        width: 1639px !important; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue span {
          width: 450px; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(1) {
          left: 149px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(1) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(1):before {
            bottom: 70%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(1):after {
            height: 70%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(2) {
          left: 298px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(2) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(2):before {
            bottom: 58%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(2):after {
            height: 58%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(3) {
          left: 447px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(3) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(3):before {
            bottom: 48%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(3):after {
            height: 48%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(4) {
          left: 596px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(4) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(4):before {
            bottom: 42%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(4):after {
            height: 42%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(5) {
          left: 745px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(5) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(5):before {
            bottom: 31%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(5):after {
            height: 31%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(6) {
          left: 894px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(6) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(6):before {
            bottom: 22%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(6):after {
            height: 22%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(7) {
          left: 1043px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(7) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(7):before {
            bottom: 13%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(7):after {
            height: 13%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(8) {
          left: 1192px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(8) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(8):before {
            bottom: 4%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(8):after {
            height: 4%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(9) {
          left: 1341px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(9) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(9):before {
            bottom: 2%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(9):after {
            height: 2%; }
        .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(10) {
          left: 1341px; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(10) span, .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(10):before {
            bottom: 2%; }
          .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(10):after {
            height: 2%; }
  .sect-roadmap .item {
    height: 500px;
    padding-bottom: 56px;
    position: relative; }
    .sect-roadmap .item .details .issue {
      width: 149px;
      overflow: visible;
      height: 100%;
      position: absolute;
      bottom: 123px; }
      .sect-roadmap .item .details .issue span {
        font-family: "Asap-Regular", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
        font-weight: 700;
        letter-spacing: 0.5px;
        font-size: 1.5em;
        line-height: 112.5%;
        width: 350px;
        display: inline-block;
        position: absolute;
        left: -14px;
        padding-bottom: 40px; }
      .sect-roadmap .item .details .issue:before {
        content: "";
        border: 4px solid #5bba47;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        position: absolute;
        left: -8px;
        display: inline-block; }
      .sect-roadmap .item .details .issue:after {
        content: "";
        border-left: 4px dashed #5bba47;
        width: 4px;
        display: inline-block;
        position: absolute;
        bottom: 0; }
    .sect-roadmap .item .year-wrap {
      position: absolute;
      bottom: 56px;
      left: 0;
      padding-left: 10px;
      padding-top: 19px;
      border-top: 4px solid #00b2e1;
      width: 100%; }
      .sect-roadmap .item .year-wrap:before {
        content: "";
        background-color: #1e285a;
        width: 2px;
        height: 145px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
      .sect-roadmap .item .year-wrap .year {
        font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
        font-weight: 700;
        font-size: 2.5em;
        line-height: 112.5%; }
  .sect-roadmap .bg-overlay {
    width: 100%;
    height: 162px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transform: translateY(100%);
    display: block;
    background-color: #fff; }

@media (min-width: 1540px) {
  .sect-roadmap .roadmap {
    padding-left: 57px; } }
@media (min-width: 992px) {
  .sect-roadmap .roadmap .swiper-container .swiper-slide:last-child {
    margin-right: 200px; }
    .sect-roadmap .roadmap .swiper-container .swiper-slide:last-child .item .year-wrap:after {
      content: "";
      background-color: #1e285a;
      width: 2px;
      height: 145px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); } }
@media (max-width: 991px) {
  .sect-roadmap {
    margin-top: 40px;
    margin-bottom: 80px;
    padding-top: 72px;
    padding-bottom: 80px; }
    .sect-roadmap .com-sect-head {
      font-size: 1.5625em;
      line-height: 112%;
      letter-spacing: 0.2px;
      text-align: left;
      margin-bottom: 26px; }
    .sect-roadmap .roadmap {
      padding-left: 0;
      max-width: none; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total1, .sect-roadmap .roadmap .swiper-container .swiper-slide.total2, .sect-roadmap .roadmap .swiper-container .swiper-slide.total3, .sect-roadmap .roadmap .swiper-container .swiper-slide.total4, .sect-roadmap .roadmap .swiper-container .swiper-slide.total5, .sect-roadmap .roadmap .swiper-container .swiper-slide.total6, .sect-roadmap .roadmap .swiper-container .swiper-slide.total7, .sect-roadmap .roadmap .swiper-container .swiper-slide.total8, .sect-roadmap .roadmap .swiper-container .swiper-slide.total9, .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 {
        width: 100% !important; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total1 .item .issue:nth-child(1):after {
        width: 67%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total1 .item .issue:nth-child(1):before {
        left: 67%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total1 .item .issue:nth-child(1) span {
        left: 67%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total2 .item .issue:nth-child(1):after {
        width: 67%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total2 .item .issue:nth-child(1):before {
        left: 67%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total2 .item .issue:nth-child(1) span {
        left: 67%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total2 .item .issue:nth-child(2):after {
        width: 57%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total2 .item .issue:nth-child(2):before {
        left: 57%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total2 .item .issue:nth-child(2) span {
        left: 57%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total3 .item .issue:nth-child(1):after {
        width: 67%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total3 .item .issue:nth-child(1):before {
        left: 67%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total3 .item .issue:nth-child(1) span {
        left: 67%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total3 .item .issue:nth-child(2):after {
        width: 57%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total3 .item .issue:nth-child(2):before {
        left: 57%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total3 .item .issue:nth-child(2) span {
        left: 57%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total3 .item .issue:nth-child(3):after {
        width: 47%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total3 .item .issue:nth-child(3):before {
        left: 47%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total3 .item .issue:nth-child(3) span {
        left: 47%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(1):after {
        width: 67%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(1):before {
        left: 67%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(1) span {
        left: 67%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(2):after {
        width: 57%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(2):before {
        left: 57%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(2) span {
        left: 57%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(3):after {
        width: 47%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(3):before {
        left: 47%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(3) span {
        left: 47%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(4):after {
        width: 37%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(4):before {
        left: 37%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total4 .item .issue:nth-child(4) span {
        left: 37%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(1):after {
        width: 67%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(1):before {
        left: 67%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(1) span {
        left: 67%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(2):after {
        width: 57%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(2):before {
        left: 57%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(2) span {
        left: 57%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(3):after {
        width: 47%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(3):before {
        left: 47%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(3) span {
        left: 47%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(4):after {
        width: 37%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(4):before {
        left: 37%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(4) span {
        left: 37%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(5):after {
        width: 26%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(5):before {
        left: 26%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total5 .item .issue:nth-child(5) span {
        left: 26%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(1):after {
        width: 80%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(1):before {
        left: 80%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(1) span {
        left: 67%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(2):after {
        width: 71%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(2):before {
        left: 71%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(2) span {
        left: 66%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(3):after {
        width: 60%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(3):before {
        left: 60%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(3) span {
        left: 60%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(4):after {
        width: 45%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(4):before {
        left: 45%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(4) span {
        left: 47%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(5):after {
        width: 33%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(5):before {
        left: 33%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(5) span {
        left: 37%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(6):after {
        width: 21%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(6):before {
        left: 21%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total6 .item .issue:nth-child(6) span {
        left: 34%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(1):after {
        width: 85%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(1):before {
        left: 85%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(1) span {
        left: 63%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(2):after {
        width: 75%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(2):before {
        left: 75%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(2) span {
        left: 63%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(3):after {
        width: 65%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(3):before {
        left: 65%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(3) span {
        left: 61%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(4):after {
        width: 55%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(4):before {
        left: 55%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(4) span {
        left: 55%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(5):after {
        width: 45%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(5):before {
        left: 45%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(5) span {
        left: 50%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(6):after {
        width: 35%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(6):before {
        left: 35%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(6) span {
        left: 39%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(7):after {
        width: 25%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(7):before {
        left: 25%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total7 .item .issue:nth-child(7) span {
        left: 37%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(1):after {
        width: 85%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(1):before {
        left: 85%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(1) span {
        left: 63%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(2):after {
        width: 75%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(2):before {
        left: 75%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(2) span {
        left: 63%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(3):after {
        width: 65%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(3):before {
        left: 65%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(3) span {
        left: 61%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(4):after {
        width: 55%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(4):before {
        left: 55%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(4) span {
        left: 55%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(5):after {
        width: 45%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(5):before {
        left: 45%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(5) span {
        left: 50%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(6):after {
        width: 35%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(6):before {
        left: 35%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(6) span {
        left: 39%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(7):after {
        width: 25%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(7):before {
        left: 25%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(7) span {
        left: 37%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(8):after {
        width: 16%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(8):before {
        left: 16%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total8 .item .issue:nth-child(8) span {
        left: 37%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(1):after {
        width: 85%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(1):before {
        left: 85%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(1) span {
        left: 63%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(2):after {
        width: 75%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(2):before {
        left: 75%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(2) span {
        left: 63%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(3):after {
        width: 65%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(3):before {
        left: 65%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(3) span {
        left: 61%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(4):after {
        width: 55%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(4):before {
        left: 55%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(4) span {
        left: 55%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(5):after {
        width: 45%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(5):before {
        left: 45%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(5) span {
        left: 50%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(6):after {
        width: 35%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(6):before {
        left: 35%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(6) span {
        left: 39%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(7):after {
        width: 25%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(7):before {
        left: 25%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(7) span {
        left: 37%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(8):after {
        width: 18%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(8):before {
        left: 18%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(8) span {
        left: 37%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(9):after {
        width: 12%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(9):before {
        left: 12%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total9 .item .issue:nth-child(9) span {
        left: 37%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(1):after {
        width: 85%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(1):before {
        left: 85%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(1) span {
        left: 63%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(2):after {
        width: 75%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(2):before {
        left: 75%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(2) span {
        left: 63%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(3):after {
        width: 65%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(3):before {
        left: 65%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(3) span {
        left: 61%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(4):after {
        width: 55%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(4):before {
        left: 55%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(4) span {
        left: 55%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(5):after {
        width: 45%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(5):before {
        left: 45%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(5) span {
        left: 50%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(6):after {
        width: 35%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(6):before {
        left: 35%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(6) span {
        left: 39%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(7):after {
        width: 25%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(7):before {
        left: 25%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(7) span {
        left: 37%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(8):after {
        width: 18%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(8):before {
        left: 18%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(8) span {
        left: 37%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(9):after {
        width: 12%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(9):before {
        left: 12%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(9) span {
        left: 37%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(10):after {
        width: 6%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(10):before {
        left: 6%; }
      .sect-roadmap .roadmap .swiper-container .swiper-slide.total10 .item .issue:nth-child(10) span {
        left: 37%; }
    .sect-roadmap .swiper-container {
      display: block; }
      .sect-roadmap .swiper-container .com-slider-nav {
        display: none; }
      .sect-roadmap .swiper-container .swiper-wrapper {
        display: block; }
        .sect-roadmap .swiper-container .swiper-wrapper:after {
          content: "";
          background-color: #1e285a;
          width: 80px;
          height: 2px;
          transform: none;
          position: absolute;
          bottom: 0;
          left: 0; }
    .sect-roadmap .item {
      width: 100%;
      height: auto;
      padding-bottom: 0;
      position: relative; }
      .sect-roadmap .item:before {
        content: "";
        background-color: #00b2e1;
        width: 4px;
        height: 100%;
        position: absolute;
        top: 0; }
      .sect-roadmap .item .details .issue {
        height: 120px;
        position: relative;
        width: 100%;
        bottom: auto;
        left: auto !important; }
        .sect-roadmap .item .details .issue:before {
          bottom: auto;
          top: -8px; }
        .sect-roadmap .item .details .issue:after {
          height: 4px !important;
          border-top: 4px dashed #5bba47;
          top: 0;
          bottom: auto; }
        .sect-roadmap .item .details .issue span {
          font-size: 1.25em;
          line-height: 140%;
          max-width: 250px;
          text-align: center;
          top: 24px;
          bottom: auto !important;
          transform: translateX(-50%);
          padding-bottom: 0; }
      .sect-roadmap .item .year-wrap {
        position: relative;
        bottom: auto;
        padding-top: 20px;
        padding-bottom: 56px;
        border-top: none; }
        .sect-roadmap .item .year-wrap:before {
          width: 80px;
          height: 2px;
          transform: none;
          top: 0; }
        .sect-roadmap .item .year-wrap .year {
          font-size: 2.5em;
          line-height: 112.5%; }
    .sect-roadmap .bg-overlay {
      height: 80px; } }
@media (min-width: 576px) and (max-width: 991px) {
  .sect-roadmap .item {
    padding-left: 30px; }
    .sect-roadmap .item:before {
      left: 30px; }
    .sect-roadmap .item .year-wrap {
      padding-left: 30px; }
      .sect-roadmap .item .year-wrap:before {
        left: -30px; } }
@media (max-width: 575px) {
  .sect-roadmap .item {
    padding-left: 20px; }
    .sect-roadmap .item:before {
      left: 20px; }
    .sect-roadmap .item .year-wrap {
      padding-left: 20px; }
      .sect-roadmap .item .year-wrap:before {
        left: -20px; } }
.sect-basic-tpl {
  padding-top: 73px;
  min-height: 700px; }
  .sect-basic-tpl.tpl-left {
    padding-top: 9px; }
    .sect-basic-tpl.tpl-left h1 {
      text-align: center;
      margin-bottom: 50px; }
    .sect-basic-tpl.tpl-left p {
      font-size: 1em;
      letter-spacing: 0.2px;
      line-height: 137.5%;
      margin-bottom: 30px;
     }
    .sect-basic-tpl.tpl-left .subhead {
      font-family: "Asap-Regular", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
      font-weight: 700;
      letter-spacing: 0.5px;
      line-height: 150%;
      font-size: 1.5em; }
    .sect-basic-tpl.tpl-left a {
      font-size: 1em;
      letter-spacing: 0; }
  .sect-basic-tpl .container {
    padding-left: 158px;
    padding-right: 158px; }
  .sect-basic-tpl .wrapper {
    padding-bottom: 100px; }
  .sect-basic-tpl .focus {
    font-size: 1.5em;
    line-height: 100%;
    margin-right: 10px;
    letter-spacing: 0; }
  .sect-basic-tpl h1 {
    font-family: "Asap-Regular", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
    font-weight: 700;
    margin-bottom: 24px;
    font-size: 2.5em;
    letter-spacing: 0.2px;
    line-height: 100%; }
  .sect-basic-tpl h2 {
    font-size: 2em;
    font-family: "Asap-Bold", "Noto Sans TC", "Noto Sans SC", "微軟正黑體", "Microsoft JhengHei";
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 38px;
    letter-spacing: 0.5px; }
  .sect-basic-tpl .group {
    margin-bottom: 56px; }
    .sect-basic-tpl .group a {
      color: #1e285a;
      font-size: 1.2em;
      letter-spacing: 0.2px;
      line-height: 140%; }
    .sect-basic-tpl .group .tel {
      margin-top: 40px; }
      .sect-basic-tpl .group .tel .title {
        margin-bottom: 12px; }
      .sect-basic-tpl .group .tel a {
        font-size: 1.5em; }
    .sect-basic-tpl .group .email {
      margin-top: 30px; }
      .sect-basic-tpl .group .email .title {
        margin-bottom: 12px; }
      .sect-basic-tpl .group .email a {
        font-size: 1.5em; }
  .sect-basic-tpl p {
    font-size: 1.25em;
    line-height: 125%;
    letter-spacing: 0.4px;
    margin-bottom: 12px; }
    .sect-basic-tpl p a {
      color: #00b2e1;
      font-size: 1.2em;
      line-height: 100%;
      letter-spacing: 0.5px; }

@media (max-width: 991px) {
  .sect-basic-tpl {
    min-height: 600px;
    padding-top: 52px; }
    .sect-basic-tpl.tpl-left h1 {
      font-size: 1.56em;
      line-height: 112%;
      margin-bottom: 30px; }
    .sect-basic-tpl.tpl-left .subhead {
      font-size: 1.375em;
      letter-spacing: 0.2px; }
    .sect-basic-tpl .group {
      text-align: left; }
    .sect-basic-tpl h2 {
      letter-spacing: 0.44px;
      font-size: 1.75em;
      line-height: 114.2%;
      margin-bottom: 30px; }
    .sect-basic-tpl p {
      letter-spacing: 0;
      line-height: 150%;
      margin-bottom: 8px; } }
@media (min-width: 576px) and (max-width: 991px) {
  .sect-basic-tpl .container {
    padding-left: 30px;
    padding-right: 30px; } }
@media (max-width: 575px) {
  .sect-basic-tpl .container {
    padding-left: 20px;
    padding-right: 20px; } }
.homepage {
  padding-top: 0; }
  .homepage .sect-video {
    padding-top: 295px;
    padding-bottom: 80px; }
  .homepage .sect-chain {
    padding-top: 80px;
    padding-bottom: 64px; }
  .homepage .sect-banner {
    padding-top: 64px;
    padding-bottom: 101px; }
  .homepage .sect-member-card {
    padding-top: 78px;
    padding-bottom: 84px; }
  .homepage .sect-row-tpl {
    padding-top: 84px;
    padding-bottom: 112px; }

@media (max-width: 991px) {
  .homepage .sect-video {
    padding-top: 196px;
    padding-bottom: 64px; }
  .homepage .sect-chain {
    padding-top: 64px;
    padding-bottom: 64px; }
  .homepage .sect-banner {
    padding-bottom: 72px; }
  .homepage .sect-member-card {
    padding-top: 72px; } }
.program .sect-program-detail {
  padding-top: 127px; }
.program .sect-program-fee {
  padding-top: 190px;
  padding-bottom: 168px; }

.program .sect-banner .wrapper .desc p {
  display: none; }
.program .sect-banner .com-btn {
  display: none; }

.mentorship .sect-program-detail {
  padding-top: 127px; }
.mentorship .sect-program-fee {
  padding-top: 190px;
  padding-bottom: 168px; }

.mentorship .sect-banner .wrapper .desc p {
  display: none; }
.mentorship .sect-banner .com-btn {
  display: none; }

@media (max-width: 991px) {
  .program .sect-program-detail {
    padding-top: 72px; }
  .program .sect-program-fee {
    padding-top: 0;
    padding-bottom: 136px; } }

@media (max-width: 991px) {
  .mentorship .sect-program-detail {
    padding-top: 72px; }
  .mentorship .sect-program-fee {
    padding-top: 0;
    padding-bottom: 136px; } }


.aboutus .sect-video .com-btn {
  display: none; }

.aboutus .sect-video {
  padding-top: 40px;
  padding-bottom: 84px; }
.aboutus .sect-banner-tpl {
  padding-top: 84px;
  padding-bottom: 52px; }

@media (max-width: 991px) {
  .aboutus .sect-video {
    padding-top: 23px;
    padding-bottom: 34px; }
  .aboutus .sect-banner-tpl {
    padding-top: 34px;
    padding-bottom: 40px; } }

@media (min-width: 992px){
 body.mentorship #online-app-form .form-wrap .form-step.form-step-2 .inner-wrapper .form-type-webform-custom-composite table tr td>fieldset[class*="--item--major"]{
 -webkit-box-flex: 0;
 -ms-flex: 0 0 100%;
 flex: 0 0 100%;
 }
 body.mentorship #online-app-form .form-wrap .form-step.form-step-2 .inner-wrapper .form-type-webform-custom-composite table tr td>fieldset[class*="--item--date-of-award"]{
 padding-left: 0px;
 }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 body.mentorship #online-app-form #edit-qualifications-inner-container .edit-row-item{
 right: 48px !important;
 }
 }
/*# sourceMappingURL=style.css.map */
