@charset "UTF-8";
@import url(reset.css);
html {
  font-size: 19px; }

@media (max-width: 960px) {
  html {
    font-size: 16px !important; } }

@font-face {
  font-family: Century Gothic;
  src: url(../fonts/CenturyGothic/regular/CenturyGothic.woff), url(../fonts/CenturyGothic/regular/CenturyGothic.woff2), url(../fonts/CenturyGothic/regular/CenturyGothic.ttf), url(../fonts/CenturyGothic/regular/CenturyGothic.svg); }

@font-face {
  font-family: Century Gothic Bold;
  src: url(../fonts/CenturyGothic/bold/CenturyGothic-Bold.woff), url(../fonts/CenturyGothic/bold/CenturyGothic-Bold.woff2), url(../fonts/CenturyGothic/bold/CenturyGothic-Bold.ttf), url(../fonts/CenturyGothic/bold/CenturyGothic-Bold.svg); }

@font-face {
  font-family: Myriad Pro Light;
  src: url(../fonts/MyriadPro/Light/MYRIADPRO-LIGHT.woff), url(../fonts/MyriadPro/Light/MYRIADPRO-LIGHT.woff2), url(../fonts/MyriadPro/Light/MYRIADPRO-LIGHT.ttf), url(../fonts/MyriadPro/Light/MYRIADPRO-LIGHT.svg); }

@font-face {
  font-family: Myriad Pro;
  src: url(../fonts/MyriadPro/Regular/MyriadPro-Regular.woff), url(../fonts/MyriadPro/Regular/MyriadPro-Regular.woff2), url(../fonts/MyriadPro/Regular/MyriadPro-Regular.ttf), url(../fonts/MyriadPro/Regular/MyriadPro-Regular.svg); }

.column-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

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

.text-left {
  text-align: left !important; }

.overflow-hidden {
  overflow: hidden; }

.lightBox-lb .navbar .tags {
  margin-right: 33px; }
  .lightBox-lb .navbar .tags li:first-child a {
    color: #fff !important; }
  .lightBox-lb .navbar .tags a {
    color: #fff !important; }
    .lightBox-lb .navbar .tags a:hover {
      color: #fff !important; }

.lightBox-lb .rt-bg {
  width: 350px; }

.lightBox-lb .tags {
  margin-right: 0 !important; }
  @media only screen and (max-width: 767px) {
    .lightBox-lb .tags {
      top: 0 !important; } }
  @media only screen and (max-width: 767px) {
    .lightBox-lb .tags li:nth-child(2) {
      display: none; } }
  .lightBox-lb .tags--white li:first-child a {
    color: #fff !important; }
  .lightBox-lb .tags--white li a {
    color: #fff !important; }

.lightBox-lb .rt-bg {
  display: none; }

.lightBox-lb .navbar .tags {
  margin-right: 0;
  padding: 0 20px;
  border-top: 6px solid #014c53; }

.lightBox-lb .banner {
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1; }
  .lightBox-lb .banner .title {
    font-family: 微軟正黑體;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.025em;
    color: #fff;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
    white-space: nowrap; }

.lightBox-lb .content {
  margin-top: 100px;
  margin-bottom: 190px; }

.lightBox-lb h4 {
  font-family: 微軟正黑體;
  font-weight: bold;
  text-align: center;
  font-size: 1.625rem;
  letter-spacing: 0.02em;
  margin-bottom: 30px; }

.about_lbox .lightBox-lb {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  z-index: 9999;
  overflow-y: scroll;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  opacity: 0; }

.about_lbox .lb-close {
  left: 0 !important;
  width: 77px;
  height: 77px;
  z-index: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  z-index: 99999 !important; }
  @media only screen and (max-width: 767px) {
    .about_lbox .lb-close {
      width: 60px !important;
      height: 60px !important; } }

.about_lbox.open {
  -webkit-animation: none !important;
  animation: none !important; }
  .about_lbox.open .lightBox-lb {
    opacity: 1;
    -webkit-animation: lb-in .5s both;
    animation: lb-in .5s both; }
  .about_lbox.open .title {
    -webkit-animation: slideInDown-fix 1s both 1s !important;
    animation: slideInDown-fix 1s both 1s !important; }
  .about_lbox.open .lb-close, .about_lbox.open .tags {
    -webkit-animation: slideInDown 1s both .5s;
    animation: slideInDown 1s both .5s; }
  .about_lbox.open .content {
    -webkit-animation: slideInUp 1s both 1s;
    animation: slideInUp 1s both 1s; }
  .about_lbox.open .arrowDown01 {
    -webkit-animation: opacity_in 1s both 1s;
    animation: opacity_in 1s both 1s; }

.about_lbox.close {
  overflow-y: hidden;
  -webkit-animation: lb-out .5s both 1s;
  animation: lb-out .5s both 1s; }
  .about_lbox.close .title {
    -webkit-animation: slideInDownClose-fix 1s both !important;
    animation: slideInDownClose-fix 1s both !important; }
  .about_lbox.close .content {
    -webkit-animation: slideInDownClose 1s both;
    animation: slideInDownClose 1s both; }
  .about_lbox.close .arrowDown01 {
    -webkit-animation: opacity_out 1s both;
    animation: opacity_out 1s both; }
  .about_lbox.close .lightBox-lb {
    -webkit-animation: lb-out .5s both 1s;
    animation: lb-out .5s both 1s; }

.checkBox-lb {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999; }
  .checkBox-lb-close {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .checkBox-lb-inner {
    width: 540px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
    @media only screen and (max-width: 767px) {
      .checkBox-lb-inner {
        width: 100%; } }
    .checkBox-lb-inner .close-button {
      right: 50px;
      top: 40px; }

.checkBox-lb-inner.insetting {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.checkBox-lb-inner.outsetting {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.checkBox-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Century Gothic;
  font-size: 0.8125rem;
  letter-spacing: 0.025em;
  color: rgba(0, 0, 0, 0.9);
  padding-top: 90px;
  padding-bottom: 30px;
  border-bottom: 1px solid #a0a0a0; }
  .checkBox-title li {
    padding-right: 40px;
    padding-left: 40px;
    border-right: 1px solid #cecece; }
    @media only screen and (max-width: 767px) {
      .checkBox-title li {
        padding-right: 20px;
        padding-left: 20px; } }
    .checkBox-title li:first-child {
      padding-left: 95px; }
      @media only screen and (max-width: 767px) {
        .checkBox-title li:first-child {
          padding-left: 20px; } }
    .checkBox-title li:last-child {
      border: none;
      padding-right: 0; }
  .checkBox-title__p {
    cursor: pointer; }

.checkBox-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 65px;
  height: calc(100% - 134px);
  overflow: hidden;
  overflow-y: scroll;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .checkBox-inner {
      padding-left: 20px;
      padding-right: 20px; } }
  .checkBox-inner li {
    margin-bottom: 24px; }

.styled-checkbox {
  position: absolute;
  opacity: 0; }

.label-checkbox {
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  font-family: Century Gothic Bold;
  letter-spacing: 0.025em; }
  .label-checkbox__tick {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #a0a0a0;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .label-checkbox__tick .icon-tick {
      display: none;
      font-size: 0.75rem; }

input[type=checkbox]:checked + .label-checkbox .icon-tick {
  display: block; }

.media-lb-close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); }

.media-lb-inner {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 70%; }
  @media only screen and (max-width: 1300px) {
    .media-lb-inner {
      left: 0;
      padding: 0;
      width: 100%; } }

.media1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  .media1-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 390px;
    width: 50%; }
    @media only screen and (max-width: 1200px) {
      .media1-list {
        width: 100% !important; } }
    @media only screen and (max-width: 767px) {
      .media1-list {
        min-height: auto; } }
    .media1-list:hover .media1__hover {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
    .media1-list:hover .media1__href {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .media1-list:hover .media1__inner:after {
      -webkit-transform: scale(1.8);
      -ms-transform: scale(1.8);
      transform: scale(1.8); }
    .media1-list__href {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      @media only screen and (max-width: 767px) {
        .media1-list__href {
          -webkit-box-orient: vertical !important;
          -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
          flex-direction: column !important; } }
  .media1__img {
    overflow: hidden; }
  .media1__hover {
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-size: cover; }
  .media1__inner {
    background-size: cover; }
    .media1__inner:after {
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
  .media1--f1 .media1-list:nth-child(4n-1) .media1-list__href, .media1--f1 .media1-list:nth-child(4n) .media1-list__href {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .media1--f1 .media1-list:nth-child(4n-1) .media1__inner, .media1--f1 .media1-list:nth-child(4n) .media1__inner {
    position: relative; }
    .media1--f1 .media1-list:nth-child(4n-1) .media1__inner:after, .media1--f1 .media1-list:nth-child(4n) .media1__inner:after {
      content: '';
      position: absolute;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-right: 15px solid;
      border-right-color: inherit;
      left: -14px;
      height: 0;
      top: 50%;
      width: 0; }
      @media only screen and (max-width: 767px) {
        .media1--f1 .media1-list:nth-child(4n-1) .media1__inner:after, .media1--f1 .media1-list:nth-child(4n) .media1__inner:after {
          border-top: none;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-bottom: 15px solid;
          border-bottom-color: inherit;
          top: -12px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
  .media1--f1 .media1-list:nth-child(4n-2) .media1__inner, .media1--f1 .media1-list:nth-child(4n-3) .media1__inner {
    position: relative; }
    .media1--f1 .media1-list:nth-child(4n-2) .media1__inner:after, .media1--f1 .media1-list:nth-child(4n-3) .media1__inner:after {
      content: '';
      position: absolute;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-left: 15px solid;
      border-left-color: inherit;
      right: -14px;
      height: 0;
      top: 50%;
      width: 0; }
      @media only screen and (max-width: 767px) {
        .media1--f1 .media1-list:nth-child(4n-2) .media1__inner:after, .media1--f1 .media1-list:nth-child(4n-3) .media1__inner:after {
          border-top: none;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-bottom: 15px solid;
          border-bottom-color: inherit;
          top: -12px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
  @media only screen and (max-width: 767px) {
    .media1--f1 .media1-list:nth-child(4n) {
      margin-left: 6%; } }
  @media only screen and (max-width: 575px) {
    .media1--f1 .media1-list:nth-child(4n) {
      margin-left: 0; } }
  @media only screen and (max-width: 1200px) {
    .media1--f1 .media1-list:nth-child(4n) .media1-list__href {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }
  @media only screen and (max-width: 1200px) {
    .media1--f1 .media1-list:nth-child(4n) .media1__inner:after {
      border-right: none;
      border-left: 15px solid;
      border-left-color: inherit;
      right: -14px;
      left: auto; } }
  @media only screen and (max-width: 767px) {
    .media1--f1 .media1-list:nth-child(4n) .media1__inner:after {
      border-top: none;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 15px solid;
      border-bottom-color: inherit;
      top: -12px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  .media1--f1 .media1-list:nth-child(4n) .media1__img {
    margin-top: 30px;
    margin-bottom: -30px; }
    @media only screen and (max-width: 767px) {
      .media1--f1 .media1-list:nth-child(4n) .media1__img {
        margin-top: 0;
        margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .media1--f1 .media1-list:nth-child(4n-1) {
      margin-right: 6%; } }
  @media only screen and (max-width: 575px) {
    .media1--f1 .media1-list:nth-child(4n-1) {
      margin-right: 0; } }
  .media1--f1 .media1-list:nth-child(4n-1) .media1__inner {
    margin-top: 30px;
    margin-bottom: -30px; }
    @media only screen and (max-width: 767px) {
      .media1--f1 .media1-list:nth-child(4n-1) .media1__inner {
        margin-top: 0;
        margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .media1--f1 .media1-list:nth-child(4n-2) {
      margin-left: 6%; } }
  @media only screen and (max-width: 575px) {
    .media1--f1 .media1-list:nth-child(4n-2) {
      margin-left: 0; } }
  .media1--f1 .media1-list:nth-child(4n-2) .media1__inner {
    margin-top: 30px;
    margin-bottom: -30px; }
    @media only screen and (max-width: 1200px) {
      .media1--f1 .media1-list:nth-child(4n-2) .media1__inner {
        margin-top: 0;
        margin-bottom: 0; } }
  @media only screen and (max-width: 1200px) {
    .media1--f1 .media1-list:nth-child(4n-2) .media1__img {
      margin-top: 30px;
      margin-bottom: -30px; } }
  @media only screen and (max-width: 767px) {
    .media1--f1 .media1-list:nth-child(4n-2) .media1__img {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .media1--f1 .media1-list:nth-child(4n-3) {
      margin-right: 6%; } }
  @media only screen and (max-width: 575px) {
    .media1--f1 .media1-list:nth-child(4n-3) {
      margin-right: 0; } }
  @media only screen and (max-width: 1200px) {
    .media1--f1 .media1-list:nth-child(4n-3) .media1-list__href {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .media1--f1 .media1-list:nth-child(4n-3) .media1__img {
    margin-top: 30px;
    margin-bottom: -30px; }
    @media only screen and (max-width: 1200px) {
      .media1--f1 .media1-list:nth-child(4n-3) .media1__img {
        margin-top: 0;
        margin-bottom: 0; } }
  @media only screen and (max-width: 1200px) {
    .media1--f1 .media1-list:nth-child(4n-3) .media1__inner {
      margin-top: 30px;
      margin-bottom: -30px; } }
  @media only screen and (max-width: 767px) {
    .media1--f1 .media1-list:nth-child(4n-3) .media1__inner {
      margin-top: 0;
      margin-bottom: 0; } }
  @media only screen and (max-width: 1200px) {
    .media1--f1 .media1-list:nth-child(4n-3) .media1__inner:after {
      border-left: none;
      border-right: 15px solid;
      border-right-color: inherit;
      right: auto;
      left: -14px; } }
  @media only screen and (max-width: 767px) {
    .media1--f1 .media1-list:nth-child(4n-3) .media1__inner:after {
      border-top: none;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 15px solid;
      border-bottom-color: inherit;
      top: -12px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }
  .media1--f1 .media1-list:first-child {
    width: 75%; }
    @media only screen and (max-width: 767px) {
      .media1--f1 .media1-list:first-child {
        margin-right: 6%; } }
    @media only screen and (max-width: 575px) {
      .media1--f1 .media1-list:first-child {
        margin-right: 0; } }
    .media1--f1 .media1-list:first-child .media1-list__href {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .media1--f1 .media1-list:first-child .media1__img {
      width: 66.66667%;
      height: 100%;
      margin-top: 0; }
      @media only screen and (max-width: 767px) {
        .media1--f1 .media1-list:first-child .media1__img {
          height: 166px !important; } }
    .media1--f1 .media1-list:first-child .media1__inner {
      width: 33.33333%;
      margin-top: -30px;
      margin-bottom: -30px;
      position: relative; }
      @media only screen and (max-width: 1200px) {
        .media1--f1 .media1-list:first-child .media1__inner {
          margin-top: 0;
          margin-bottom: 0; } }
      .media1--f1 .media1-list:first-child .media1__inner:after {
        content: '';
        position: absolute;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 15px solid;
        border-right-color: inherit;
        border-left: none;
        left: -14px;
        height: 0;
        top: 50%;
        width: 0; }
        @media only screen and (max-width: 767px) {
          .media1--f1 .media1-list:first-child .media1__inner:after {
            border-top: none;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 15px solid;
            border-bottom-color: inherit;
            top: -12px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }
  .media1--f1 .media1-list:nth-child(2) {
    width: 25%; }
    .media1--f1 .media1-list:nth-child(2) .media1__list {
      overflow: hidden; }
      .media1--f1 .media1-list:nth-child(2) .media1__list:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); }
    @media only screen and (max-width: 767px) {
      .media1--f1 .media1-list:nth-child(2) {
        margin-left: 6%; } }
    @media only screen and (max-width: 575px) {
      .media1--f1 .media1-list:nth-child(2) {
        margin-left: 0; } }
    .media1--f1 .media1-list:nth-child(2) .media1__img {
      display: none; }
    .media1--f1 .media1-list:nth-child(2) .media1__list {
      margin-top: 30px; }
      @media only screen and (max-width: 767px) {
        .media1--f1 .media1-list:nth-child(2) .media1__list {
          margin-top: 0;
          padding: 20% 15%; } }
    .media1--f1 .media1-list:nth-child(2) .media1__inner {
      width: 100%;
      margin-top: 0; }
      .media1--f1 .media1-list:nth-child(2) .media1__inner:after {
        content: none; }
  .media1--f1 .media1-list:nth-child(3) .media1__inner {
    margin-top: 0; }
  .media1--f2 .media1-list:nth-child(4n-1) .media1__inner, .media1--f2 .media1-list:nth-child(4n) .media1__inner {
    position: relative; }
    .media1--f2 .media1-list:nth-child(4n-1) .media1__inner:after, .media1--f2 .media1-list:nth-child(4n) .media1__inner:after {
      content: '';
      position: absolute;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-left: 15px solid;
      border-left-color: inherit;
      right: -14px;
      height: 0;
      top: 50%;
      width: 0; }
      @media only screen and (max-width: 767px) {
        .media1--f2 .media1-list:nth-child(4n-1) .media1__inner:after, .media1--f2 .media1-list:nth-child(4n) .media1__inner:after {
          border-top: none;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-bottom: 15px solid;
          border-bottom-color: inherit;
          top: -12px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
  .media1--f2 .media1-list:nth-child(4n-3) .media1-list__href, .media1--f2 .media1-list:nth-child(4n-2) .media1-list__href {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .media1--f2 .media1-list:nth-child(4n-3) .media1__inner, .media1--f2 .media1-list:nth-child(4n-2) .media1__inner {
    position: relative; }
    .media1--f2 .media1-list:nth-child(4n-3) .media1__inner:after, .media1--f2 .media1-list:nth-child(4n-2) .media1__inner:after {
      content: '';
      position: absolute;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-right: 15px solid;
      border-right-color: inherit;
      left: -14px;
      height: 0;
      top: 50%;
      width: 0; }
      @media only screen and (max-width: 767px) {
        .media1--f2 .media1-list:nth-child(4n-3) .media1__inner:after, .media1--f2 .media1-list:nth-child(4n-2) .media1__inner:after {
          border-top: none;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-bottom: 15px solid;
          border-bottom-color: inherit;
          top: -12px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
  .media1--f2 .media1-list:nth-child(4n-3) .media1__inner {
    margin-top: 30px;
    margin-bottom: -30px; }
  .media1--f2 .media1-list:nth-child(4n-2) .media1__img {
    margin-bottom: -30px;
    margin-top: 30px; }
  .media1--f2 .media1-list:nth-child(4n-1) .media1__img {
    margin-bottom: -30px;
    margin-top: 30px; }
  .media1--f2 .media1-list:nth-child(4n) .media1__inner {
    margin-bottom: -30px;
    margin-top: 30px; }
  .media1--f2 .media1-list:first-child .media1__inner {
    margin-top: 0;
    margin-bottom: -30px; }
  @media only screen and (max-width: 1200px) {
    .media1--f2 .media1-list:nth-child(2n-1) .media1-list__href {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .media1--f2 .media1-list:nth-child(2n-1) .media1__img {
      margin-top: 0;
      margin-bottom: 0; }
    .media1--f2 .media1-list:nth-child(2n-1) .media1__inner {
      margin-top: 30px;
      margin-bottom: -30px; }
      .media1--f2 .media1-list:nth-child(2n-1) .media1__inner:after {
        right: auto;
        left: -14px;
        border-left: none;
        border-right: 15px solid;
        border-right-color: inherit; } }
  @media only screen and (max-width: 767px) {
    .media1--f2 .media1-list:nth-child(2n-1) {
      margin-right: 6%; }
      .media1--f2 .media1-list:nth-child(2n-1) .media1__inner {
        margin-top: 0;
        margin-bottom: 0; }
        .media1--f2 .media1-list:nth-child(2n-1) .media1__inner:after {
          right: auto;
          left: 50%;
          top: -14px;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-bottom: 15px solid;
          border-top: none;
          border-right-color: transparent;
          border-bottom-color: inherit; } }
  @media only screen and (max-width: 575px) {
    .media1--f2 .media1-list:nth-child(2n-1) {
      margin-right: 0; } }
  @media only screen and (max-width: 1200px) {
    .media1--f2 .media1-list:nth-child(2n) .media1-list__href {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .media1--f2 .media1-list:nth-child(2n) .media1__img {
      margin-top: 30px;
      margin-bottom: -30px; }
    .media1--f2 .media1-list:nth-child(2n) .media1__inner {
      margin-top: 0;
      margin-bottom: 0; }
      .media1--f2 .media1-list:nth-child(2n) .media1__inner:after {
        left: auto;
        right: -14px;
        border-right: none;
        border-left: 15px solid;
        border-left-color: inherit; } }
  @media only screen and (max-width: 767px) {
    .media1--f2 .media1-list:nth-child(2n) {
      margin-left: 6%; }
      .media1--f2 .media1-list:nth-child(2n) .media1__img {
        margin-top: 0;
        margin-bottom: 0; }
      .media1--f2 .media1-list:nth-child(2n) .media1__inner:after {
        right: auto;
        left: 50%;
        top: -14px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 15px solid;
        border-top: none;
        border-right-color: transparent;
        border-bottom-color: inherit; } }
  @media only screen and (max-width: 575px) {
    .media1--f2 .media1-list:nth-child(2n) {
      margin-left: 0; } }
  .media1--f2 .media1__list {
    padding-top: 80px; }
    @media only screen and (max-width: 767px) {
      .media1--f2 .media1__list {
        padding-top: 5%; } }
  .media1--f2 .media1__subtitle {
    margin-bottom: 40px; }
  .media1--noSubTitle .media1__list {
    margin-top: 50px; }
  .media1__list {
    max-width: 350px;
    width: 80%;
    margin: 0 auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .media1__list {
        width: 100%;
        padding: 5%;
        height: auto; } }
  .media1__img {
    width: 50%;
    background-size: cover;
    background-position: center center; }
    @media only screen and (max-width: 767px) {
      .media1__img {
        width: 100% !important;
        height: 305px !important; } }
  .media1__inner {
    display: block;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .media1__inner {
        width: 100% !important; } }
    .media1__inner--red {
      background-color: #d72f2f;
      border-color: #d72f2f; }
    .media1__inner--yellow {
      background-color: #c28e1f;
      border-color: #c28e1f; }
    .media1__inner--gray {
      background-color: #e6e6e6;
      border-color: #e6e6e6; }
      .media1__inner--gray .media1__title {
        color: #333333; }
      .media1__inner--gray .media1__subtitle {
        color: #333333; }
      .media1__inner--gray .media1__href {
        color: #333333; }
    .media1__inner--gradation01 {
      background: -webkit-gradient(linear, left top, left bottom, from(#e8564b), to(#ec884c));
      background: -webkit-linear-gradient(#e8564b, #ec884c);
      background: -o-linear-gradient(#e8564b, #ec884c);
      background: linear-gradient(#e8564b, #ec884c);
      border-color: #ea6f4b; }
      @media only screen and (max-width: 767px) {
        .media1__inner--gradation01 {
          border-color: #e8564b; } }
    .media1__inner--gradation02 {
      background: -webkit-gradient(linear, left top, left bottom, from(#0b3b6c), to(#0b888a));
      background: -webkit-linear-gradient(#0b3b6c, #0b888a);
      background: -o-linear-gradient(#0b3b6c, #0b888a);
      background: linear-gradient(#0b3b6c, #0b888a);
      border-color: #0b617b; }
      @media only screen and (max-width: 767px) {
        .media1__inner--gradation02 {
          border-color: #0b3b6c; } }
  .media1__title {
    font-family: 'Century Gothic Bold';
    font-size: 1.375rem;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 22px;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .media1__title {
        font-size: 1.125rem;
        line-height: 24px;
        margin-bottom: 20px; } }
  .media1__subtitle {
    font-family: 'Myriad Pro Light';
    font-size: 0.875rem;
    line-height: 20px;
    color: #fff;
    letter-spacing: 0.025em;
    margin-bottom: 60px;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .media1__subtitle {
        line-height: 18px;
        margin-bottom: 30px; } }
  .media1__href {
    font-family: 'Century Gothic';
    font-size: 0.875rem;
    letter-spacing: 0.01em;
    color: #fff;
    padding-top: 10px;
    max-width: 107px;
    border-top: 2px solid #e1d857;
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .media1__href {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); } }
    .media1__href--green {
      border-color: #178d98; }
  .media1__title + .media1__href {
    margin-top: 40px; }

.media2-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 1200px) {
    .media2-list {
      margin-bottom: 45px; } }
  .media2-list__title {
    font-family: Century Gothic bold, Microsoft JhengHei;
    font-weight: bold;
    font-size: 1.625rem;
    letter-spacing: 0.01em;
    margin-bottom: 18px;
    position: relative;
    color: #000; }
  .media2-list__subtitle {
    font-family: Century Gothic Bold;
    font-size: 1.25rem;
    letter-spacing: 0.01em;
    margin-bottom: 32px; }
  .media2-list__titleHr {
    margin: 0;
    border: 0; }
  .media2-list__p {
    font-family: Myriad Pro, Microsoft JhengHei;
    font-size: 0.875rem;
    line-height: 22px;
    letter-spacing: 0.025em;
    margin-bottom: 52px;
    color: rgba(0, 0, 0, 0.7);
    width: 100%; }
  .media2-list__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .media2-list__href {
    padding-right: 20px;
    border-right: 2px solid #83bec4;
    margin-right: 20px; }
    .media2-list__href a {
      color: #000;
      font-family: Microsoft JhengHei;
      font-size: 0.9375rem; }
    .media2-list__href:last-child {
      border: none;
      margin-right: 0;
      padding-right: 0; }
  .media2-list__img img {
    display: block;
    margin: 0 auto;
    width: 100%; }
  .media2-list__hr {
    border: none;
    width: 5px;
    height: 140px;
    background-color: #ddd; }

.media2--icon {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .media2--icon {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .media2--icon .media2-list {
    width: 33.33333%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media only screen and (max-width: 767px) {
      .media2--icon .media2-list {
        width: 100%; } }
    .media2--icon .media2-list__inner {
      text-align: center;
      margin: 0 auto;
      width: 85%; }
      .media2--icon .media2-list__inner:hover .media2-list__icon {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
    .media2--icon .media2-list__icon {
      font-size: 3.5rem;
      margin: 0 auto;
      margin-bottom: 30px;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      opacity: 0; }
    .media2--icon .media2-list__title {
      font-size: 1.5rem;
      margin-bottom: 10px;
      opacity: 0; }
    .media2--icon .media2-list__p {
      font-size: 0.9375rem;
      line-height: 20px;
      margin-bottom: 0;
      opacity: 0; }
    .media2--icon .media2-list__hr:nth-of-type(3n) {
      display: none; }
    @media only screen and (max-width: 767px) {
      .media2--icon .media2-list__hr {
        display: none; } }
  .media2--icon .media2-list.in .media2-list__icon {
    -webkit-animation: both 1s;
    animation: both 1s;
    -webkit-animation-name: opacity_in, fadeIn_50;
    animation-name: opacity_in, fadeIn_50; }
  .media2--icon .media2-list.in .media2-list__title, .media2--icon .media2-list.in .media2-list__p {
    -webkit-animation: both 1s .5s;
    animation: both 1s .5s;
    -webkit-animation-name: opacity_in, fadeUp_50;
    animation-name: opacity_in, fadeUp_50; }

.solution {
  max-width: 1330px;
  width: 90%;
  margin: 0 auto;
  margin-top: 140px;
  margin-bottom: 60px; }
  .solution .title {
    text-align: center;
    font-family: Century Gothic bold, Microsoft JhengHei;
    font-weight: bold;
    font-size: 2rem;
    line-height: 24px;
    letter-spacing: 0.025em;
    margin-bottom: 47px; }

.solution-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-right: -18px; }
  .solution-list .slick-list {
    width: 100%; }
  .solution-list .btn-prev, .solution-list .btn-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 50; }
    @media only screen and (max-width: 767px) {
      .solution-list .btn-prev, .solution-list .btn-next {
        width: 40px; }
        .solution-list .btn-prev:after, .solution-list .btn-next:after {
          width: 40px; } }
  .solution-list .btn-prev {
    left: -18px; }
    @media only screen and (max-width: 767px) {
      .solution-list .btn-prev {
        left: -12px; } }
  .solution-list .btn-next {
    right: -18px; }
    @media only screen and (max-width: 767px) {
      .solution-list .btn-next {
        right: -12px; } }
  .solution-list .d-flex {
    width: 100%; }

.solution .row--1b2s, .solution .row--2s1b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.solution__list {
  margin-right: 18px;
  margin-left: 18px;
  margin-bottom: 100px; }
  .solution__list a {
    outline: none; }
  .solution__list:hover .solution__img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .solution__list .d-block {
    overflow: hidden;
    margin-bottom: 16px; }
  .solution__list--big {
    width: calc(33.33333% - 36px); }

.solution__img {
  padding-bottom: 62.005%;
  background-size: cover;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.solution__inner {
  padding: 0 26px; }

.solution__title {
  font-family: Century Gothic Bold;
  font-size: 1.125rem;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #000;
  margin-bottom: 16px; }

.solution__subtitle {
  font-family: Century Gothic;
  font-size: 1rem;
  height: 16px;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.8); }

.solution__p {
  font-family: Myriad Pro;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: rgba(0, 0, 0, 0.7); }

@media (max-width: 1200px) {
  .solution__list {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 70px; }
  .solution__list--big {
    width: calc(33.33333% - 20px); } }

@media (max-width: 960px) {
  .solution__inner {
    padding: 0 18px; }
  .solution__title {
    font-size: 1.125rem; } }

@media (max-width: 767.9px) {
  .solution-list .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .solution {
    margin-top: 75px;
    margin-bottom: 75px; }
    .solution .title {
      font-size: 1.625rem; }
  .solution-list {
    margin-left: 0;
    margin-right: 0; }
  .solution__list {
    margin-bottom: 60px; }
    .solution__list--big {
      width: 90%; }
    .solution__list--small {
      max-width: 385px;
      width: 90%; }
  .solution__title {
    font-size: 1.125rem; } }

.card1-img img {
  display: block; }

.card1__name {
  font-family: Microsoft JhengHei;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin-bottom: 60px; }

.card1__title {
  font-family: Microsoft JhengHei;
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  color: rgba(0, 0, 0, 0.8);
  line-height: 21px;
  margin-bottom: 10px; }

.card1__subtitle {
  font-family: Century Gothic;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  color: rgba(0, 0, 0, 0.5);
  line-height: 23px;
  margin-bottom: 20px; }

.card1-list {
  font-family: Microsoft JhengHei;
  letter-spacing: 0.025em;
  color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }
  .card1-list:last-child {
    margin-bottom: 0; }
  .card1-list__title {
    font-weight: bold;
    font-size: 1rem;
    margin-right: 16px;
    line-height: 23px; }
  .card1-list__p {
    font-size: 0.875rem;
    line-height: 25px; }

.card1--about2_1 {
  max-width: 1200px;
  margin: 0 auto; }
  .card1--about2_1 .card1-img img {
    width: 100%; }

.card1--about2_3 {
  max-width: 865px;
  margin: 0 auto; }
  .card1--about2_3 .card1-img img {
    display: block;
    margin: 0 auto; }

.list01 {
  font-family: Century Gothic, Microsoft JhengHei;
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  color: rgba(0, 0, 0, 0.8);
  line-height: 25px;
  counter-reset: li; }
  .list01__li {
    font-weight: bold;
    position: relative;
    counter-increment: li;
    padding-left: 30px; }
    .list01__li:last-child {
      margin-bottom: 0 !important; }
    .list01__li:before {
      content: "(" counter(li) ")";
      position: absolute;
      font-family: Century Gothic Bold;
      top: 0;
      left: 0; }

.list02 {
  font-family: Century Gothic, Microsoft JhengHei;
  font-size: 0.9375rem;
  line-height: 25px;
  letter-spacing: 0.025em; }
  .list02__title {
    font-family: 'Century Gothic Bold';
    font-size: 1.5rem;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 16px; }
  .list02__li {
    position: relative;
    padding-left: 15px;
    font-weight: normal;
    font-family: 'Myriad Pro', 'Microsoft JhengHei'; }
    .list02__li:before {
      content: '';
      position: absolute;
      width: 4px;
      height: 4px;
      background-color: #178d98;
      border-radius: 50%;
      top: 10.5px;
      left: 4px; }

.list03 {
  counter-reset: li; }
  .list03 .list03__title {
    counter-increment: li;
    position: relative;
    padding-left: 30px; }
    .list03 .list03__title:before {
      content: counter(li) ".";
      position: absolute;
      font-family: Century Gothic Bold;
      top: 0;
      left: 0; }
  .list03__title {
    font-family: Century Gothic Bold ,Microsoft JhengHei;
    font-weight: bold;
    font-size: 1.375rem;
    letter-spacing: 0.02em;
    margin-bottom: 26px; }

.list04 {
  font-family: Myriad Pro;
  font-size: 1rem;
  line-height: 25px;
  letter-spacing: 0.025em; }
  .list04-li {
    margin-bottom: 20px; }
    .list04-li:last-child {
      margin-bottom: 0; }
    .list04-li__inner {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .list04-li a {
      color: rgba(0, 0, 0, 0.8); }
    .list04-li img {
      margin-right: 12px; }
  .list04__p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.list05 {
  width: 80%;
  margin-left: 1.5px;
  border-bottom: 1px solid #000000; }
  .list05-li {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    margin-right: 15%;
    border-bottom: 1px solid #c0c0c0; }
    .list05-li:last-child {
      border: none; }
    .list05-li p {
      font-family: Century Gothic;
      font-size: 0.875rem;
      line-height: 20px;
      letter-spacing: 0.01em;
      color: rgba(0, 0, 0, 0.8); }
    .list05-li-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .list05-li-row p {
        margin-right: 10px; }
      .list05-li-row span {
        font-family: Century Gothic Bold;
        font-size: 0.875rem;
        letter-spacing: 0.01em;
        line-height: 20px;
        color: rgba(0, 0, 0, 0.8);
        margin-right: 10px; }

.list06--num {
  counter-reset: li; }
  .list06--num li {
    font-family: Century Gothic;
    font-size: 0.875rem;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.8);
    counter-increment: li;
    position: relative;
    padding-left: 16px; }
    .list06--num li:before {
      content: counter(li) ".";
      position: absolute;
      font-family: Century Gothic Bold;
      font-style: italic;
      font-size: 0.875rem;
      line-height: 25px;
      letter-spacing: 0.01em;
      color: rgba(0, 0, 0, 0.8);
      top: 0;
      left: 0; }

.table01 {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000; }
  .table01__year {
    font-family: Century Gothic Bold;
    font-size: 2.375rem;
    letter-spacing: 0.025em;
    color: rgba(23, 141, 152, 0.8); }
  .table01-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    margin-left: 40px;
    border-bottom: 2px solid #000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .table01-title__p {
      font-family: Century Gothic Bold, Microsoft JhengHei;
      font-weight: bold;
      font-size: 1rem;
      letter-spacing: 0.025em;
      text-align: center; }
  .table01-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
    margin-left: 40px;
    border-bottom: 1px solid #999; }
    .table01-inner:last-child {
      border: none; }
    .table01-inner__list {
      font-family: Century Gothic Bold, Microsoft JhengHei; }
      .table01-inner__list img {
        width: 100%; }
    .table01-inner__p {
      width: 100%;
      line-height: 20px; }

.table02 {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; }
  .table02-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .table02-select__inner {
      margin-right: 30px;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .table02-select__inner {
          margin-right: 0;
          width: 50%;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          margin-bottom: 10px; } }
      @media only screen and (max-width: 460px) {
        .table02-select__inner {
          width: 100%; } }
      .table02-select__inner:last-child {
        margin-right: 0; }
      .table02-select__inner:nth-child(1) .table02-select-icon {
        background-color: #313131; }
        .table02-select__inner:nth-child(1) .table02-select-icon i {
          -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
          transform: scale(0.7); }
      .table02-select__inner:nth-child(2) .table02-select-icon {
        background-color: #e89337; }
      .table02-select__inner:nth-child(3) .table02-select-icon {
        background-color: #989695; }
      .table02-select__inner:nth-child(4) .table02-select-icon {
        background-color: #178d98; }
      .table02-select__inner input {
        border: none;
        outline: none;
        width: 140px;
        background-color: #f0f0f0;
        font-size: 0.8125rem;
        font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif; }
      .table02-select__inner:last-child {
        position: relative;
        margin-right: 0;
        height: 40px; }
        .table02-select__inner:last-child .table02-select-icon {
          position: absolute;
          top: 0;
          right: 0;
          margin: 0;
          border-radius: 0;
          width: 35px;
          height: 100%; }
        .table02-select__inner:last-child input {
          padding: 0 50px 0 10px;
          background-color: #d1d1d1;
          width: 100%;
          height: 100%; }
    .table02-select__href {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .table02-select-icon {
      width: 26px;
      height: 26px;
      border-radius: 50%;
      margin-right: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .table02-select-icon .icon-setting:before, .table02-select-icon .icon-search:before {
        color: #fff; }
      .table02-select-icon__download {
        height: 10px;
        width: 1px;
        background-color: #fff;
        position: relative; }
        .table02-select-icon__download:after {
          position: absolute;
          content: '';
          width: 5px;
          height: 5px;
          border-top: 1px solid #fff;
          border-right: 1px solid #fff;
          -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          transform: rotate(135deg);
          bottom: 0;
          left: 0;
          margin-left: -2px; }
    .table02-select__p {
      font-family: Century Gothic !important;
      font-size: 0.8125rem !important;
      letter-spacing: 0.01em !important;
      color: rgba(0, 0, 0, 0.9) !important;
      line-height: normal !important; }
  .table02-mask {
    position: absolute;
    width: 170px;
    height: 100%;
    top: 0;
    left: -170px;
    background-color: #f0f0f0;
    z-index: 1; }
    .table02-mask--select {
      background-color: #313131; }
    .table02-mask--fix {
      position: absolute;
      width: 170px;
      height: 88px;
      top: -90px;
      left: 0;
      background-color: #f0f0f0; }
  .table02-arrow {
    height: 20px;
    margin-left: 20px;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .table02-arrow .arrow1 {
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 7px solid #9f9f9f;
      cursor: pointer;
      margin-bottom: 2px; }
      .table02-arrow .arrow1:hover {
        border-bottom: 7px solid #000; }
    .table02-arrow .arrow1.show {
      border-bottom: 7px solid #000; }
    .table02-arrow .arrow2 {
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 7px solid #9f9f9f;
      cursor: pointer;
      margin-top: 2px; }
      .table02-arrow .arrow2:hover {
        border-top: 7px solid #000; }
    .table02-arrow .arrow2.show {
      border-top: 7px solid #000; }
  .table02 td {
    padding: 22px;
    padding-left: 35px;
    font-family: Century Gothic bold;
    font-size: 0.875rem;
    letter-spacing: 0.025em;
    vertical-align: middle;
    white-space: nowrap; }
    .table02 td a {
      color: #000; }
  .table02-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap; }
    .table02-title li {
      display: inline-block; }
      .table02-title li:hover {
        background-color: #d4d4d4; }
        .table02-title li:hover .table02-arrow, .table02-title li:hover .icon-search {
          visibility: visible; }
    .table02-title-scroll {
      max-height: 245px;
      overflow: scroll; }
    .table02-title-select {
      position: absolute;
      right: 0;
      left: 0;
      max-height: 245px;
      background-color: #3f3f3f;
      z-index: 1;
      display: none;
      overflow: scroll;
      top: 78px; }
      .table02-title-select li {
        line-height: 40px;
        color: #fff;
        margin: 0 20px;
        text-align: center;
        border-bottom: 1px solid #c6c6c6;
        cursor: pointer; }
        .table02-title-select li:last-child {
          border-bottom: none; }
    .table02-title__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-family: Century Gothic bold;
      font-size: 0.75rem;
      letter-spacing: 0.025em;
      padding: 20px 35px 20px 35px;
      height: 100%;
      line-height: 16px;
      position: relative; }
    .table02-title__select {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
      .table02-title__select li {
        min-width: auto !important; }
    .table02-title .icon-search {
      margin-left: 12px;
      font-size: 1rem;
      cursor: pointer;
      visibility: hidden; }
  .table02-title li.show {
    background-color: #d4d4d4; }
    .table02-title li.show .table02-arrow, .table02-title li.show .icon-search {
      visibility: visible; }
  .table02-title li.show2 {
    background-color: #d4d4d4; }
    .table02-title li.show2 .table02-arrow {
      visibility: visible; }
  .table02-inner {
    font-family: Century Gothic;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0.025em; }
    .table02-inner td {
      font-family: Century Gothic;
      font-size: 0.75rem;
      letter-spacing: 0.025em;
      line-height: 16px;
      position: relative; }
  .table02-body {
    max-width: calc(100% - 170px); }

.fixedTable-header {
  margin-left: 170px;
  position: relative; }
  .fixedTable-header--select {
    height: 60px;
    background-color: #313131;
    display: none; }
    .fixedTable-header--select .table02-inner td {
      visibility: hidden;
      padding: 0;
      background-color: #313131; }

.fixedTable-sidebar {
  width: 170px;
  position: relative;
  background-color: #f0f0f0; }
  .fixedTable-sidebar td {
    width: 170px; }
  .fixedTable-sidebar--main {
    z-index: 2; }
  .fixedTable-sidebar__title {
    position: absolute;
    top: -75px;
    z-index: 1;
    padding: 22px;
    padding-left: 35px;
    font-family: 'Century Gothic bold','Microsoft JhengHei';
    font-weight: bold;
    font-size: 0.9375rem;
    letter-spacing: 0.025em; }

.fixedTable-body {
  width: calc(100% - 170px);
  overflow: auto;
  position: relative; }

.fixedTable-sidebar, .fixedTable-body {
  float: left;
  max-height: 650px; }

.container03 {
  overflow: hidden; }

.select-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  position: relative;
  display: none; }
  .select-inner__p {
    cursor: pointer;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 30px;
    margin-right: 20px; }
  .select-inner .table02-arrow02 {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #178d98; }
    .select-inner .table02-arrow02--open {
      border-top: none;
      border-bottom: 5px solid #178d98; }
  .select-inner hr {
    margin: 0;
    border: none;
    border-right: 1px solid #505050;
    height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .select-inner hr:nth-of-type(1) {
      left: 0; }
    .select-inner hr:nth-of-type(2) {
      right: 0; }

.table03-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #000; }
  .table03-li:last-child {
    border: none; }

.table03-title, .table03-inner {
  padding: 35px 20px; }

.table03-title {
  width: 27%; }
  .table03-title__p {
    max-width: 235px;
    margin: 0 auto;
    font-family: Century Gothic Bold;
    font-size: 1.5rem;
    letter-spacing: 0.01em;
    line-height: 32px;
    margin-top: -4px; }

.table03-inner {
  width: 73%; }
  .table03-inner__p {
    max-width: 780px;
    margin: 0 auto;
    font-family: Myriad Pro;
    font-size: 1rem;
    line-height: 25px;
    letter-spacing: 0.025em;
    color: rgba(0, 0, 0, 0.8); }

.table04 {
  padding-right: 0;
  padding-left: 0; }
  .table04-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 810px;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #909090; }
    .table04-li:first-child {
      padding-top: 0; }
    .table04-li:last-child {
      border: none;
      padding-bottom: 0; }
    .table04-li-inner {
      border-bottom: 1px solid #000;
      padding: 35px 0; }
      .table04-li-inner:first-child {
        padding-top: 35px; }
      .table04-li-inner:last-child {
        padding-bottom: 35px; }
  .table04-title {
    width: 30%;
    padding-right: 20px; }
    .table04-title__p {
      font-family: Century Gothic Bold;
      font-size: 1rem;
      letter-spacing: 0.025em;
      line-height: 25px;
      max-width: 215px; }
  .table04-inner {
    width: 70%;
    padding-left: 20px; }
    .table04-inner .list02 {
      font-family: Myriad Pro;
      font-size: 1rem;
      color: rgba(0, 0, 0, 0.8); }
      .table04-inner .list02__li:before {
        top: 10.5px; }

.table05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  counter-reset: li; }
  .table05-li {
    width: calc(50% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
    margin-left: 5px;
    border-bottom: 1px solid #000;
    padding-top: 30px;
    padding-bottom: 30px;
    counter-increment: li; }
    .table05-li:nth-last-child(1) {
      border: none; }
    .table05-li:nth-last-child(2) {
      border: none; }
    .table05-li__block {
      width: 100%;
      max-width: 405px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 20px; }
    .table05-li__inner {
      margin-right: 20px;
      width: 100%; }
    .table05-li__title {
      font-family: Century Gothic Bold;
      font-size: 1.375rem;
      letter-spacing: 0.01em;
      position: relative;
      padding-left: 30px;
      line-height: 22px; }
      .table05-li__title:before {
        position: absolute;
        content: counter(li) ".";
        font-family: Century Gothic;
        font-style: italic;
        font-size: 1.375rem;
        letter-spacing: 0.10em;
        line-height: 28px;
        left: 0;
        top: -3px; }
    .table05-li__p {
      width: 100%;
      font-family: Myriad Pro;
      font-size: 0.9375rem;
      line-height: 20px;
      letter-spacing: 0.025em;
      color: rgba(0, 0, 0, 0.6);
      margin-top: 12px;
      min-height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .table05-li__p p {
          line-height: 22px; } }
    .table05-li-slide {
      display: none;
      margin-top: -30px;
      width: 100%; }
      .table05-li-slide__mask {
        width: 20%;
        margin-right: 1.5px;
        border-bottom: 1px solid #000000; }
  .table05__row {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px; }
    .table05__row .table05-li {
      border-bottom: 1px solid #9c9c9c;
      padding-left: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .table05__row .table05-li:first-child {
        padding-top: 0px; }
      .table05__row .table05-li:last-child {
        padding-bottom: 0;
        border-bottom: 0; }
      .table05__row .table05-li__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .table05__row .table05-li__title {
        width: 25%;
        padding-left: 0;
        margin-right: 30px;
        font-size: 1.25rem; }
        .table05__row .table05-li__title:before {
          content: none; }
      .table05__row .table05-li__p {
        width: 70%;
        padding-left: 30px;
        margin-top: 0;
        margin-right: 20px; }
      .table05__row .table05-li__href {
        margin-right: 20px; }

.table04--noBTitle {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000; }
  .table04--noBTitle .table04-li {
    max-width: none; }
    .table04--noBTitle .table04-li-inner {
      padding: 0;
      border: none; }
      .table04--noBTitle .table04-li-inner:last-child .table04-title {
        border: none; }
      .table04--noBTitle .table04-li-inner:last-child .table05-li:last-child .list05 {
        border: none !important; }
      .table04--noBTitle .table04-li-inner:last-child .table05-li:last-child .table05-li__title, .table04--noBTitle .table04-li-inner:last-child .table05-li:last-child .table05-li__p, .table04--noBTitle .table04-li-inner:last-child .table05-li:last-child .table05-li__href, .table04--noBTitle .table04-li-inner:last-child .table05-li:last-child .table05-li-slide__mask, .table04--noBTitle .table04-li-inner:last-child .table05-li:last-child .table05-li .list05 {
        border: none; }
  .table04--noBTitle .table04-title {
    font-size: 1.125rem;
    color: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20%;
    padding-right: 0;
    margin-right: 2.5px;
    border-bottom: 1px solid #909090;
    -webkit-transition: all 0s .4s;
    -o-transition: all 0s .4s;
    transition: all 0s .4s; }
  .table04--noBTitle .table04-title.show {
    border-bottom: 1px solid #000;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
  .table04--noBTitle .table05__row {
    width: 80%;
    padding: 0;
    margin-left: 2.5px; }
  .table04--noBTitle .table05-li {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .table04--noBTitle .table05-li__inner {
      -webkit-box-align: normal;
      -ms-flex-align: normal;
      align-items: normal;
      margin-right: 0;
      width: 100%; }
    .table04--noBTitle .table05-li__href {
      width: 15%;
      padding: 30px 0;
      margin-right: 0;
      border-bottom: 1px solid #909090;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .table04--noBTitle .table05-li__title {
      width: 20%;
      font-family: Century Gothic;
      font-size: 0.875rem;
      color: rgba(0, 0, 0, 0.9);
      margin-right: 1.5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid #909090;
      padding: 30px 10px;
      -webkit-transition: border 0s .4s;
      -o-transition: border 0s .4s;
      transition: border 0s .4s; }
    .table04--noBTitle .table05-li__title.none {
      border: none; }
    .table04--noBTitle .table05-li__p {
      width: 65%;
      font-family: Century Gothic;
      font-size: 0.875rem;
      color: rgba(0, 0, 0, 0.9);
      margin-left: 1.5px;
      margin-right: 0;
      padding: 30px 40px;
      border-bottom: 1px solid #909090;
      -webkit-transition: border 0s .4s;
      -o-transition: border 0s .4s;
      transition: border 0s .4s; }
    .table04--noBTitle .table05-li__p.none {
      border: none;
      font-size: 0.9375rem;
      font-family: Century Gothic Bold; }
    .table04--noBTitle .table05-li__href {
      -webkit-transition: border 0s .4s;
      -o-transition: border 0s .4s;
      transition: border 0s .4s; }
    .table04--noBTitle .table05-li__href.none {
      border: none; }
  .table04--noBTitle .table05 .list05 {
    border: none !important; }

.table04--select {
  border-top: 3px solid #000 !important;
  border-bottom: 3px solid #000 !important; }
  .table04--select .table05__row {
    width: 100%;
    border: none !important; }
  .table04--select .table05-li__title, .table04--select .table05-li__p, .table04--select .table05-li__href {
    border-bottom: 1px solid #909090 !important; }
  .table04--select .table05-li__title.none, .table04--select .table05-li__p.none, .table04--select .table05-li__href.none {
    border-bottom: none !important; }
  .table04--select .table04-title {
    display: none; }
  .table04--select .table04-li-inner:last-child .table05-li:last-child .table05-li__title, .table04--select .table04-li-inner:last-child .table05-li:last-child .table05-li__p, .table04--select .table04-li-inner:last-child .table05-li:last-child .table05-li__href {
    border-bottom: none !important; }
  .table04--select .table04-li {
    margin-bottom: 0 !important; }
    .table04--select .table04-li:after {
      content: none !important; }

.big-table {
  position: relative; }
  .big-table-title th {
    padding: 30px 15px 30px 25px;
    white-space: nowrap;
    font-family: 'Century Gothic Bold';
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0.025em;
    border-bottom: 1px solid #909090; }
    .big-table-title th:hover {
      background-color: #d4d4d4; }
    .big-table-title th:nth-of-type(1) {
      padding: 30px 40px;
      font-size: 0.875rem; }
  .big-table-title__p {
    margin-right: 20px;
    line-height: 16px; }
  .big-table-inner {
    white-space: nowrap;
    font-family: 'Century Gothic';
    font-size: 0.75rem;
    letter-spacing: 0.025em;
    line-height: 18px; }
    .big-table-inner td {
      padding: 30px 25px 30px 25px;
      border-bottom: 1px solid #909090; }
      .big-table-inner td:nth-of-type(1) {
        font-family: 'Century Gothic Bold';
        font-size: 0.875rem; }
  .big-table .d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .big-table-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px; }
    .big-table-arrow .arrow1 {
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 7px solid #9f9f9f;
      cursor: pointer;
      margin-bottom: 2px; }
    .big-table-arrow .arrow1.show {
      border-bottom: 7px solid #000; }
    .big-table-arrow .arrow2 {
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 7px solid #9f9f9f;
      cursor: pointer;
      margin-top: 2px; }
    .big-table-arrow .arrow2.show {
      border-top: 7px solid #000; }

.big-table {
  border-top: 4px solid #000; }
  .big-table .tbl {
    height: 778px; }
    .big-table .tbl .d-flex {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .big-table .tbl i {
      font-size: 1rem;
      cursor: pointer; }
  .big-table td {
    padding: 15px;
    white-space: nowrap;
    font-family: 'Century Gothic Bold';
    font-size: 0.75rem;
    margin: 0;
    letter-spacing: 0.025em;
    position: relative;
    border-bottom: 1px solid #909090;
    vertical-align: middle; }
    .big-table td:nth-of-type(1) a {
      color: #000;
      font-family: 'Century Gothic Bold';
      font-size: 0.75rem; }
  .big-table td.show {
    background-color: #d4d4d4; }
    .big-table td.show .select-inner__p, .big-table td.show hr {
      visibility: visible; }
  .big-table .select-inner__p {
    visibility: hidden; }
  .big-table hr {
    visibility: hidden; }

#gvMain td {
  font-family: 'Century Gothic' !important; }

#gvMain_Header .mask {
  position: absolute;
  height: 76px;
  left: 0;
  top: 78px;
  background-color: #313131;
  z-index: 1;
  display: none; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #gvMain_Header .mask {
      height: 77px; } }

#gvMain_Header .mask.show {
  display: block; }

#gvMain_Header_Fixed {
  overflow: visible !important; }

#gvMain_Header_Fixed_Grid {
  position: relative; }
  #gvMain_Header_Fixed_Grid td {
    border-bottom: 2px solid #000; }
    #gvMain_Header_Fixed_Grid td:hover {
      background-color: #d4d4d4; }
  #gvMain_Header_Fixed_Grid .select-inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -78px;
    height: 0;
    width: 100%;
    background-color: #313131; }

#gvMain_Header_Fixed_Grid.show {
  margin-bottom: 78px; }
  #gvMain_Header_Fixed_Grid.show .select-inner {
    height: 78px; }

#gvMain_Header_Fixed_Grid.black {
  position: relative; }

#gvMain_Header_Freeze {
  height: 100%; }

#gvMain_Header_Freeze_Grid {
  table-layout: fixed;
  background-color: #f0f0f0;
  height: calc(100% - 2px); }
  #gvMain_Header_Freeze_Grid td {
    border: none !important; }

#gvMain_Content_Fixed {
  width: 100% !important; }
  #gvMain_Content_Fixed td:first-child {
    font-size: 0.75rem; }

#gvMain_Content_Freeze {
  background-color: #f0f0f0; }

.GridViewScrollItemFreeze .gridViewScrollHelper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#gvMain_Content_Fixed {
  height: 621px !important; }

.img01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@-webkit-keyframes fadeIn_20 {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeIn_20 {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeIn_50 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeIn_50 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeOut_50 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); } }

@keyframes fadeOut_50 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); } }

@-webkit-keyframes fadeIn_100 {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeIn_100 {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInOut_100 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); } }

@keyframes fadeInOut_100 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); } }

@-webkit-keyframes fadeUp_50 {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeUp_50 {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeUp_100 {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeUp_100 {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeLeftIn_100p {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes fadeLeftIn_100p {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes fadeLeftOut_100p {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes fadeLeftOut_100p {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes fadeLeftIn_220p {
  0% {
    -webkit-transform: translateX(-220%);
    transform: translateX(-220%); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes fadeLeftIn_220p {
  0% {
    -webkit-transform: translateX(-220%);
    transform: translateX(-220%); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes fadeLeftOut_220p {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-220%);
    transform: translateX(-220%); } }

@keyframes fadeLeftOut_220p {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-220%);
    transform: translateX(-220%); } }

@-webkit-keyframes opacity_in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opacity_in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes opacity_out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes opacity_out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.btn--readMore {
  font-family: Century Gothic;
  font-size: 0.75rem;
  display: block;
  width: 152px;
  line-height: 31px;
  color: #fff;
  background-color: #363636;
  padding-left: 22px; }

.arrowDown01 {
  height: 60px;
  width: 60px;
  position: absolute;
  bottom: 45px;
  left: calc(50% - 48px);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0; }
  .arrowDown01:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #fff;
    right: 12px;
    top: 0; }
  .arrowDown01:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 0;
    bottom: 5px; }
  .arrowDown01 span {
    font-family: Century Gothic;
    font-size: 0.875rem;
    letter-spacing: 0.025em;
    color: #fff; }

.close-button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #656464;
  cursor: pointer;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .close-button__inner {
    position: relative;
    width: 10px;
    height: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .close-button__inner span {
      position: absolute;
      left: 0;
      width: 10px;
      height: 1px;
      background-color: #fafafa;
      display: block; }
      .close-button__inner span:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .close-button__inner span:last-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.back-btn01 {
  position: absolute;
  top: 0;
  width: 80px;
  bottom: 0;
  left: 0;
  background-color: #014c53;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .back-btn01 span {
    width: 30px;
    height: 1px;
    background-color: #fff;
    position: relative; }
    .back-btn01 span:before {
      content: '';
      position: absolute;
      width: 12px;
      height: 1px;
      background-color: #fff;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin-top: -4.5px;
      left: -1px; }

.arrow-right-btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #959595;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .arrow-right-btn span {
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -3px; }

.arrow-down-btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #959595;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .arrow-down-btn span {
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -3px; }
  .arrow-down-btn:hover {
    background-color: #178d98; }

.arrow-down-btn.up {
  background-color: #178d98; }
  .arrow-down-btn.up span {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 4px; }

.text {
  font-family: Century Gothic, Microsoft JhengHei; }
  .text-title {
    font-family: 'Century Gothic Bold', 'Microsoft JhengHei';
    font-weight: bold;
    margin-bottom: 40px; }
    .text-title__title {
      font-size: 2.625rem;
      letter-spacing: 0.01em;
      margin-bottom: 12px; }
    .text-title__p {
      font-size: 1.25rem;
      letter-spacing: 0.025em;
      color: rgba(0, 0, 0, 0.5); }
  .text-img-li {
    outline: none; }
  .text-img__img {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .text-img__img img {
      max-height: 520px; }
  .text-img__p {
    font-family: 'Myriad Pro';
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.6);
    text-align: center; }
  .text-ul {
    width: 100%; }
    .text-ul li:last-child {
      margin-bottom: 0; }
  .text__title {
    font-family: Microsoft JhengHei;
    font-weight: bold;
    font-size: 1.625rem;
    letter-spacing: 0.02em;
    text-align: center; }
  .text__cnSubtitle {
    font-family: Microsoft JhengHei;
    font-size: 1.625rem;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-top: 24px; }
  .text__enSubtitle {
    font-family: Century Gothic;
    font-size: 1.25rem;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.8);
    text-align: center; }
  .text__p {
    font-family: Century Gothic,Microsoft JhengHei;
    font-size: 0.9375rem;
    letter-spacing: 0.025em;
    color: rgba(0, 0, 0, 0.9);
    line-height: 25px;
    font-weight: normal; }
  .text__p2 {
    font-family: Myriad Pro,Microsoft JhengHei;
    font-size: 0.9375rem;
    letter-spacing: 0.025em;
    color: rgba(0, 0, 0, 0.9);
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 20px; }
  .text--white .text__title {
    color: #fff; }
  .text--white .text__p {
    color: rgba(255, 255, 255, 0.9); }

.select-btn {
  min-width: 360px;
  padding: 20px 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  position: relative; }
  @media only screen and (max-width: 1300px) {
    .select-btn {
      width: 300px; } }
  @media only screen and (max-width: 767px) {
    .select-btn {
      width: 100%; } }
  @media only screen and (max-width: 320px) {
    .select-btn {
      padding: 20px; } }
  .select-btn p {
    font-family: 'Century Gothic Bold';
    font-size: 1.0625rem;
    margin-right: 20px; }
  .select-btn hr {
    border: none;
    width: 22px;
    border-top: 1px solid #178d98;
    margin-right: 20px; }
  .select-btn span {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #178d98; }
  .select-btn input {
    border: none;
    outline: none;
    background-color: #e0e0e0;
    margin-right: 20px; }
  .select-btn label {
    cursor: pointer; }
  .select-btn--green {
    background-color: #bfd2d4; }
    .select-btn--green p {
      color: rgba(0, 0, 0, 0.8); }
    .select-btn--green .select-btn-inner {
      background-color: #bfd2d4; }
  .select-btn--gray {
    background-color: #e0e0e0; }
    .select-btn--gray p {
      color: rgba(0, 0, 0, 0.4); }
    .select-btn--gray .select-btn-inner {
      background-color: #e0e0e0; }
  .select-btn-inner {
    position: absolute;
    top: 57px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    display: none; }
    .select-btn-inner li {
      cursor: pointer;
      font-family: 'Century Gothic Bold';
      line-height: 30px;
      margin: 5px 0; }
      .select-btn-inner li:hover {
        font-size: 1.125rem; }

/************************************************************/
/*                        application                       */
/************************************************************/
.application-l-f {
  margin-top: 0 !important;
  z-index: auto !important; }

.application {
  width: 100%;
  margin-bottom: 190px;
  position: relative;
  z-index: 5; }
  .application .application-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .application .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    color: #fff;
    line-height: 1.5;
    position: relative;
    padding: 9% 4%; }
    .application .inner:hover > a {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .application .inner .title {
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 1.375rem;
      letter-spacing: 0.02em; }
    .application .inner p {
      font-family: Myriad Pro, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      color: #fff;
      overflow: hidden;
      letter-spacing: 0.025em; }
    .application .inner > a {
      display: block;
      border-top: 3px solid #e1d857;
      max-width: 6.875rem;
      padding-top: 7px;
      color: #fff;
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
      opacity: 0;
      -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
      transform: translateX(50px);
      letter-spacing: 0.01em; }
  .application .img {
    background-size: cover;
    background-position: center center; }
  .application .col-8 {
    margin-left: auto;
    background-color: #f0f0f0;
    padding-top: 170px;
    padding-bottom: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .application .col-8 .f-inner {
      min-width: 740px;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
      @media only screen and (max-width: 1200px) {
        .application .col-8 .f-inner {
          min-width: auto; } }
    .application .col-8 .title {
      font-size: 2.125rem;
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      margin-bottom: 24px;
      letter-spacing: 0.01em;
      opacity: 0; }
    .application .col-8 .subtitle {
      max-width: 545px;
      font-size: 1rem;
      font-family: Myriad Pro, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      color: rgba(0, 0, 0, 0.7);
      line-height: 24px;
      letter-spacing: 0.01em;
      opacity: 0; }
    .application .col-8 .f-inner > a {
      display: block;
      border-top: 3px solid #e1d857;
      max-width: 100px;
      padding-top: 7px;
      color: #000;
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      margin-left: 80%;
      letter-spacing: 0.01em;
      opacity: 0; }
      .application .col-8 .f-inner > a:hover {
        max-width: 120px; }
  .application .arrow {
    height: 100px;
    width: 1px;
    background-color: #000;
    position: absolute;
    left: 70%;
    bottom: -75px;
    margin-left: -1px;
    z-index: 2; }
    .application .arrow:after {
      content: '';
      position: absolute;
      width: 15px;
      height: 1px;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      right: -13px;
      bottom: 5px;
      background-color: #000; }
    .application .arrow:before {
      content: '';
      position: absolute;
      width: 1px;
      height: 55px;
      background-color: #fff; }
    .application .arrow span {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      color: #000000;
      font-size: 0.875rem;
      position: absolute;
      bottom: 0;
      right: 10px;
      letter-spacing: 0.025em;
      text-align: center;
      line-height: 1.1; }

@media (max-width: 1200px) {
  .application .application-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .application .col-8 .f-inner {
    width: 100%;
    -webkit-transform: translate(-30%, 0) !important;
    -ms-transform: translate(-30%, 0) !important;
    transform: translate(-30%, 0) !important; }
  .application .inner {
    padding: 3%; } }

@media (max-width: 768px) {
  .application .inner > a {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@media (min-width: 768px) and (max-width: 1200px) {
  .application section .application-b-l, .application section .application-b-r {
    width: 100%; }
  .application section .application-b-l .col-4-r {
    margin-bottom: 0;
    margin-top: 0; }
  .application section .application-b-r {
    height: auto; }
    .application section .application-b-r .col-12 {
      padding: 10% 20%; }
      .application section .application-b-r .col-12 h2 {
        margin-bottom: 16px; }
  .application section .application-l {
    width: 100%; }
  .application section .application-r {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .application section .application-r .col-6-l.inner:after {
      right: auto;
      left: -14px;
      border-left: none;
      border-right: 15px solid;
      border-right-color: inherit; }
    .application section .application-r .col-6-r.inner:after {
      left: auto;
      right: -14px;
      border-right: none;
      border-left: 15px solid;
      border-left-color: inherit; } }

@media (max-width: 767.9px) {
  .application {
    margin-bottom: 120px; }
    .application .col-8 .f-inner {
      width: 100%;
      padding: 0 20px;
      -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
      transform: translate(0, 0) !important; }
      .application .col-8 .f-inner > a {
        max-width: 120px;
        margin-left: auto; }
    .application section .application-b-l {
      width: 100%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .application section .application-b-l .col-8-l {
        width: 100%;
        height: 166px; }
      .application section .application-b-l .col-4-r {
        width: 100%;
        margin: 0; }
        .application section .application-b-l .col-4-r:after {
          border-top: none;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-bottom: 15px solid;
          border-bottom-color: inherit;
          left: 50%;
          top: 0;
          margin-left: -6px; }
    .application section .application-b-r {
      width: 100%;
      height: auto; }
    .application section .application-l, .application section .application-r, .application section .application-i-l, .application section .application-i-r {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .application section .application-l .col-6-l, .application section .application-l .col-6-r, .application section .application-r .col-6-l, .application section .application-r .col-6-r, .application section .application-i-l .col-6-l, .application section .application-i-l .col-6-r, .application section .application-i-r .col-6-l, .application section .application-i-r .col-6-r {
        margin: 0;
        width: 100%;
        height: 305px; }
      .application section .application-l .inner, .application section .application-r .inner, .application section .application-i-l .inner, .application section .application-i-r .inner {
        height: auto; }
      .application section .application-l .inner.img, .application section .application-r .inner.img, .application section .application-i-l .inner.img, .application section .application-i-r .inner.img {
        height: 305px; }
      .application section .application-l .col-6-r.inner:after, .application section .application-r .col-6-r.inner:after, .application section .application-i-l .col-6-r.inner:after, .application section .application-i-r .col-6-r.inner:after {
        border-top: none;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 15px solid;
        border-bottom-color: inherit;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .application section .application-l .col-6-l.inner:after, .application section .application-r .col-6-l.inner:after, .application section .application-i-l .col-6-l.inner:after, .application section .application-i-r .col-6-l.inner:after {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 15px solid;
        border-top-color: inherit;
        left: 50%;
        top: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 0; }
    .application section .application-l, .application section .application-i-l {
      height: auto;
      margin-left: 6%; }
    .application section .application-r, .application section .application-i-r {
      margin-right: 6%;
      height: auto; }
    .application .col-8 {
      width: 100%;
      background-color: #fff; }
      .application .col-8 .title {
        font-size: 1.75rem; }
      .application .col-8 .w-50 {
        width: 100%;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        padding-right: 6%;
        padding-left: 6%; }
        .application .col-8 .w-50 > a {
          font-size: 0.8125rem;
          max-width: 5.625rem; }
    .application .inner {
      padding: 5%; }
      .application .inner .title {
        font-size: 1.125rem;
        margin-bottom: 20px; }
      .application .inner .subtitle {
        font-size: 0.8125rem;
        margin-bottom: 30px; }
      .application .inner > a {
        font-size: 0.8125rem;
        max-width: 85px; } }

.application.in .f-inner .title {
  -webkit-animation: 1s both;
  animation: 1s both;
  -webkit-animation-name: fadeIn_50, opacity_in;
  animation-name: fadeIn_50, opacity_in; }

.application.in .f-inner .subtitle {
  -webkit-animation: 1s both .5s;
  animation: 1s both .5s;
  -webkit-animation-name: fadeIn_50, opacity_in;
  animation-name: fadeIn_50, opacity_in; }

.application.in .f-inner a {
  -webkit-animation: 1s both .8s;
  animation: 1s both .8s;
  -webkit-animation-name: fadeIn_50, opacity_in;
  animation-name: fadeIn_50, opacity_in; }

.media1__inner {
  opacity: 0; }

.media1__img {
  opacity: 0; }

.media1-list.in .media1__img, .media1-list.in .media1__inner {
  -webkit-animation: 1s both;
  animation: 1s both;
  -webkit-animation-name: fadeIn_50, opacity_in;
  animation-name: fadeIn_50, opacity_in; }

.media1-list.in .media1__title {
  -webkit-animation: 1s both .5s;
  animation: 1s both .5s;
  -webkit-animation-name: fadeIn_20, opacity_in;
  animation-name: fadeIn_20, opacity_in; }

.media1-list.in .media1__subtitle {
  -webkit-animation: 1s both .8s;
  animation: 1s both .8s;
  -webkit-animation-name: fadeIn_20, opacity_in;
  animation-name: fadeIn_20, opacity_in; }

@media only screen and (max-width: 767px) {
  .media1-list.in .media1__href {
    -webkit-animation: 1s both 1.2s;
    animation: 1s both 1.2s;
    -webkit-animation-name: fadeIn_20, opacity_in;
    animation-name: fadeIn_20, opacity_in; } }

/************************************************************/
/*                        products                          */
/************************************************************/
.products {
  width: 104%;
  margin-left: -6.4%;
  margin-bottom: 270px;
  height: 95vh;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.001;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  position: relative;
  z-index: 4; }
  .products .col-6:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .products .products-left {
    width: 55%;
    margin-right: 10%; }
    .products .products-left .title {
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 2.125rem;
      line-height: 36px;
      color: #fff;
      margin-bottom: 40px;
      line-height: 48px;
      letter-spacing: 0.0005em; }
    .products .products-left .subtitle {
      font-family: Myriad Pro, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 1rem;
      line-height: 24px;
      color: rgba(255, 255, 255, 0.5);
      margin-bottom: 70px;
      letter-spacing: 0.01em; }
    .products .products-left a {
      display: block;
      border-top: 3px solid #e1d857;
      max-width: 115px;
      padding-top: 7px;
      color: rgba(255, 255, 255, 0.8);
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      margin-left: 75%;
      letter-spacing: 0.01em; }
      .products .products-left a:hover {
        max-width: 130px; }
  .products .products-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .products .products-right li {
      width: 19.33333%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 19.33333%;
      flex: 0 0 19.33333%;
      margin: 3% 4%;
      opacity: 0; }
    .products .products-right li a:hover img {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
    .products .products-right p {
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 1.125rem;
      color: rgba(255, 255, 255, 0.8);
      text-align: center;
      letter-spacing: 0.025em;
      line-height: 20px; }
    .products .products-right a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100px;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      .products .products-right a img {
        max-width: 57px;
        margin-bottom: 16px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
  .products .arrow {
    height: 100px;
    width: 1px;
    background-color: #000;
    position: absolute;
    left: 50%;
    bottom: -50px;
    margin-left: 20px;
    z-index: 2; }
    .products .arrow:after {
      content: '';
      position: absolute;
      width: 15px;
      height: 1px;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      right: -13px;
      bottom: 5px;
      background-color: #000; }
    .products .arrow:before {
      content: '';
      position: absolute;
      width: 1px;
      height: 50px;
      background-color: #fff; }
    .products .arrow span {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      color: #000000;
      font-size: 0.875rem;
      position: absolute;
      bottom: 0;
      right: 10px;
      white-space: nowrap;
      letter-spacing: 0.025em; }

@media (max-width: 1280px) {
  .products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto; }
    .products .col-6 {
      width: 80%;
      margin-bottom: 50px; }
    .products .col-6:first-child {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .products .products-left {
      width: 80%;
      margin-top: 50px;
      margin-right: 0; }
    .products .products-right li {
      margin: 3% 7%; }
    .products .arrow {
      margin-left: 11px; } }

@media (max-width: 768px) {
  .products {
    width: 100%;
    margin-left: 0;
    margin-bottom: 135px; }
    .products .arrow {
      margin-left: -1px; } }

@media (min-width: 768px) {
  .products .products-slick {
    display: none; } }

@media (max-width: 767.9px) {
  .products {
    width: 100%;
    margin-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 135px;
    height: auto; }
    .products .products-slick {
      display: block; }
      .products .products-slick a {
        width: 35%;
        margin: 0 auto; }
    .products .col-6 {
      width: 100%;
      margin-bottom: 0; }
    .products .products-left {
      width: 90%;
      margin-top: 0; }
      .products .products-left .title {
        font-size: 1.75rem; }
      .products .products-left .subtitle {
        margin-bottom: 30px;
        font-size: 1rem; }
      .products .products-left a {
        margin-left: 30px;
        font-size: 0.8125rem; }
    .products .products-right li {
      width: 33.33333%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      margin: 150px 0; }
  .slick-prev {
    z-index: 2;
    left: 50px; }
  .slick-next {
    z-index: 2;
    right: 50px; } }

.products.in .products-left .title {
  -webkit-animation: 1s both .5s;
  animation: 1s both .5s;
  -webkit-animation-name: fadeIn_50, opacity_in;
  animation-name: fadeIn_50, opacity_in; }

.products.in .products-left .subtitle {
  -webkit-animation: 1s both 1s;
  animation: 1s both 1s;
  -webkit-animation-name: fadeIn_50, opacity_in;
  animation-name: fadeIn_50, opacity_in; }

.products.in .products-left a {
  -webkit-animation: 1s both 1.3s;
  animation: 1s both 1.3s;
  -webkit-animation-name: fadeIn_50, opacity_in;
  animation-name: fadeIn_50, opacity_in; }

.products-right li.fadeIn {
  -webkit-animation: 1s both;
  animation: 1s both;
  -webkit-animation-name: fadeIn_50, opacity_in;
  animation-name: fadeIn_50, opacity_in; }

/************************************************************/
/*                         aboutus                          */
/************************************************************/
.aboutus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 0;
  -webkit-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
  position: relative;
  z-index: 3; }
  .aboutus img {
    width: 100%;
    height: 100%; }
  .aboutus .video {
    z-index: 1;
    position: relative; }
    .aboutus .video .playbtn {
      position: absolute;
      width: 50px;
      height: 50px;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      top: 50%;
      left: 50%;
      margin-left: -25px;
      margin-top: -25px;
      cursor: pointer; }
      .aboutus .video .playbtn:after {
        content: '';
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 12px solid #014c53;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -3.5px;
        margin-top: -9px; }
    .aboutus .video p {
      display: none;
      font-size: 0.875rem;
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      color: rgba(255, 255, 255, 0.5); }
  .aboutus .inner-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #014c53;
    -webkit-transform: translate(-11%, -16%);
    -ms-transform: translate(-11%, -16%);
    transform: translate(-11%, -16%);
    padding: 10% 15% 10% 25%;
    margin-bottom: 7%;
    height: 76%; }
    .aboutus .inner-1 .title {
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 2.125rem;
      color: #ffffff;
      line-height: 46px;
      letter-spacing: 0.005em; }
    .aboutus .inner-1 .subtitle {
      font-family: Myriad Pro, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 1rem;
      color: rgba(255, 255, 255, 0.5);
      line-height: 24px;
      letter-spacing: 0.01em; }
    .aboutus .inner-1 a {
      display: block;
      border-top: 3px solid #e1d857;
      max-width: 115px;
      padding-top: 7px;
      color: rgba(255, 255, 255, 0.8);
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      margin-left: 70%;
      letter-spacing: 0.01em; }
      .aboutus .inner-1 a:hover {
        max-width: 135px; }
    .aboutus .inner-1 ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .aboutus .inner-1 ul li {
        padding-right: 15px;
        padding-left: 15px;
        font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
        font-size: 0.875rem; }
        .aboutus .inner-1 ul li a {
          color: rgba(255, 255, 255, 0.7);
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s;
          letter-spacing: 0.01em; }
        .aboutus .inner-1 ul li a:hover {
          color: #fff; }
      .aboutus .inner-1 ul li {
        border-right: 1px solid #e1d857; }
      .aboutus .inner-1 ul li:last-child {
        border-right: none;
        padding-right: 0; }
  .aboutus .bg-gray {
    width: 57%;
    background-color: #f0f0f0; }
    .aboutus .bg-gray p {
      margin-top: 8%;
      margin-left: 15%;
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 1.375rem;
      color: rgba(0, 0, 0, 0.9);
      letter-spacing: 0.025em; }
  .aboutus .img-1 {
    width: 43%;
    -webkit-transform: translate(-17%, -57.5%);
    -ms-transform: translate(-17%, -57.5%);
    transform: translate(-17%, -57.5%); }

@media (max-width: 1440px) {
  .aboutus .inner-1 {
    padding: 10% 10% 10% 20%; } }

@media (max-width: 1200px) {
  .aboutus {
    margin-bottom: 135px; }
    .aboutus .col-7, .aboutus .col-5 {
      width: 100%; }
    .aboutus .inner-1 {
      margin-left: 6%;
      margin-top: -1%;
      margin-bottom: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      height: auto;
      padding: 10% 15%; }
      .aboutus .inner-1 .title {
        margin-bottom: 40px;
        font-size: 1.75rem; }
      .aboutus .inner-1 .subtitle {
        margin-bottom: 20px; }
    .aboutus .menu {
      overflow: hidden;
      overflow-x: scroll; }
      .aboutus .menu ul {
        width: 130vw; }
      .aboutus .menu li {
        width: 33.33333%;
        text-align: center;
        font-size: 0.8125rem; }
    .aboutus .img-1 {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }

@media (max-width: 768px) {
  .aboutus .inner-1 {
    margin-left: 0;
    padding: 10% 5%; } }

@media (max-width: 767.9px) {
  .aboutus .video p {
    display: block;
    position: absolute;
    top: 70%;
    left: 50%;
    margin-left: -150px; }
  .aboutus .menu ul {
    width: 140vw; } }

.aboutus.in .video {
  -webkit-animation: 1s both .5s;
  animation: 1s both .5s;
  -webkit-animation-name: fadeIn_20, opacity_in;
  animation-name: fadeIn_20, opacity_in; }

.aboutus.in .inner-1 {
  -webkit-animation: 1s both .5s;
  animation: 1s both .5s;
  -webkit-animation-name: opacity_in;
  animation-name: opacity_in; }
  .aboutus.in .inner-1 .title {
    -webkit-animation: 1s both .5s;
    animation: 1s both .5s;
    -webkit-animation-name: fadeIn_20, opacity_in;
    animation-name: fadeIn_20, opacity_in; }
  .aboutus.in .inner-1 .subtitle {
    -webkit-animation: 1s both .8s;
    animation: 1s both .8s;
    -webkit-animation-name: fadeIn_20, opacity_in;
    animation-name: fadeIn_20, opacity_in; }
  .aboutus.in .inner-1 a {
    -webkit-animation: 1s both 1.3s;
    animation: 1s both 1.3s;
    -webkit-animation-name: fadeIn_20, opacity_in;
    animation-name: fadeIn_20, opacity_in; }
  .aboutus.in .inner-1 .menu {
    -webkit-animation: 1s both 1.3s;
    animation: 1s both 1.3s;
    -webkit-animation-name: fadeIn_20, opacity_in;
    animation-name: fadeIn_20, opacity_in; }

.aboutus.in .bg-gray p {
  -webkit-animation: 1s both 1.5s;
  animation: 1s both 1.5s;
  -webkit-animation-name: fadeIn_20, opacity_in;
  animation-name: fadeIn_20, opacity_in; }

.aboutus.in .img-1 {
  -webkit-animation: 1s both 1.5s;
  animation: 1s both 1.5s;
  -webkit-animation-name: opacity_in;
  animation-name: opacity_in; }

/************************************************************/
/*                           news                           */
/************************************************************/
.news {
  background-color: #313131;
  margin-left: -6.4%;
  padding-left: 15%;
  padding-top: 100px;
  padding-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  position: relative;
  z-index: 4;
  margin-top: -3%; }
  .news .row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .news .news-title {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .news .news-title .title {
      margin-bottom: 40px;
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 2.125rem;
      color: #fff;
      letter-spacing: 0.025em; }
    .news .news-title ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -20px; }
    .news .news-title li {
      padding-right: 20px;
      padding-left: 20px;
      border-right: 1px solid #5a5a5a; }
    .news .news-title li:last-child {
      border: none; }
    .news .news-title a {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.875rem;
      color: rgba(255, 255, 255, 0.6);
      letter-spacing: 0.025em; }
    .news .news-title a:hover {
      color: #e1d857; }
    .news .news-title .active {
      color: #e1d857; }
  .news .slick-list {
    width: 100%; }
  .news .slick-dots li {
    border: 0 !important; }
    .news .slick-dots li button:before {
      content: '●';
      font-size: 0.875rem; }
  .news .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0; }
    .news .news-list li {
      padding-left: 5vw;
      padding-right: 5vw;
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      outline: none;
      width: 50%;
      border-right: 1px solid #5a5a5a; }
    .news .news-list li:nth-child(2n+1) {
      border-right: 1px solid #5a5a5a; }
    .news .news-list .time {
      font-size: 0.8125rem;
      color: rgba(225, 216, 87, 0.6);
      margin-bottom: 30px;
      letter-spacing: 0.025em; }
    .news .news-list .title {
      color: rgba(255, 255, 255, 0.9);
      font-size: 1rem;
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      margin-bottom: 15px;
      letter-spacing: 0.05em;
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
    .news .news-list p {
      font-family: Myriad Pro, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.875rem;
      color: rgba(255, 255, 255, 0.5);
      margin-bottom: 45px;
      line-height: 18px;
      letter-spacing: 0.05em; }
    .news .news-list a {
      display: block;
      color: #fff;
      font-size: 0.75rem;
      padding-top: 8px;
      border-top: 3px solid #e1d857;
      max-width: 100px;
      margin-left: calc(100% - 100px);
      letter-spacing: 0.025em;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      .news .news-list a:hover {
        max-width: 110px; }
    .news .news-list .slick-dots li {
      width: auto; }
  .news .arrow {
    height: 100px;
    width: 1px;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: -50px; }
    .news .arrow:after {
      content: '';
      position: absolute;
      width: 15px;
      height: 1px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      right: -13px;
      top: 5px;
      background-color: #000; }
    .news .arrow:before {
      content: '';
      position: absolute;
      width: 1px;
      height: 50px;
      bottom: 0;
      background-color: #fff; }
    .news .arrow span {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      color: #000000;
      font-size: 0.875rem;
      position: absolute;
      top: 0;
      right: 10px; }

@media (min-width: 1200.1px) {
  .news .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    right: -5%;
    top: 0;
    bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .news .slick-dots li {
      padding-left: 0;
      padding-right: 0;
      margin-top: 5px;
      margin-bottom: 5px; }
      .news .slick-dots li button:before {
        color: #bbb5b5; }
    .news .slick-dots li.slick-active button:before {
      color: #fff; } }

@media (max-width: 1200px) {
  .news {
    margin-left: 0;
    padding-left: 0; }
    .news .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .news .news-list {
      margin-right: 0; }
    .news .news-title {
      margin: 0 auto;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 30px; }
    .news .col-9 {
      width: 100%; }
    .news .slick-dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: static;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px);
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .news .slick-dots li {
        padding: 0; }
        .news .slick-dots li button:before {
          color: #5a5a5a; }
      .news .slick-dots li.slick-active button:before {
        color: #fff; }
  .slick-dotted.slick-slider {
    margin-bottom: 0; } }

@media (max-width: 767.9px) {
  .news {
    padding-left: 6%;
    padding-right: 6%;
    margin-bottom: 130px; }
    .news .news-title {
      margin: 0;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-bottom: 20px; }
    .news .news-list li {
      padding: 60px 0;
      margin: 0 30px;
      border-right: 0; }
    .news .news-list li:nth-child(2n+1) {
      border-right: none;
      border-bottom: 1px solid #5a5a5a; }
    .news .news-list a {
      margin-left: auto;
      max-width: 100px; }
    .news .slick-dots {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
      .news .slick-dots li {
        padding: 0;
        margin: 0; }
    .news .arrow {
      height: 40px;
      top: auto;
      bottom: -80px;
      margin-left: -1px; }
      .news .arrow:before {
        height: 40px;
        background-color: #000; }
      .news .arrow span {
        top: auto;
        right: -14px;
        bottom: -20px; } }

.about_home .page_main_title {
  padding: 0;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .about_home .page_main_title {
      padding-top: 150px; } }

.about_home .media2--about {
  padding-bottom: 190px; }
  @media only screen and (max-width: 767px) {
    .about_home .media2--about {
      padding-bottom: 60px; } }
  .about_home .media2--about .media2 {
    max-width: 1295px;
    width: 100%;
    margin: 0 auto; }

.about_home .media2-list {
  opacity: 0;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s; }
  @media only screen and (max-width: 767px) {
    .about_home .media2-list__title {
      padding-bottom: 20px; } }
  .about_home .media2-list__title:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 3px;
    background-color: #178d98;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 10px; }
    @media only screen and (max-width: 767px) {
      .about_home .media2-list__title:after {
        left: 0;
        top: auto;
        bottom: 0;
        margin-left: 0; } }
  .about_home .media2-list-inner {
    opacity: 0;
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 1.5s .5s;
    -o-transition: all 1.5s .5s;
    transition: all 1.5s .5s;
    width: 50%; }
    @media only screen and (max-width: 1200px) {
      .about_home .media2-list-inner {
        width: 100%; } }
  .about_home .media2-list__titleHr {
    display: none; }
  .about_home .media2-list__inner {
    max-width: 370px;
    width: 90%;
    margin: 0 auto; }
    @media only screen and (max-width: 1200px) {
      .about_home .media2-list__inner {
        margin-top: 45px; } }
    .about_home .media2-list__inner--white .media2-list__title, .about_home .media2-list__inner--white .media2-list__subtitle {
      color: #fff; }
    .about_home .media2-list__inner--white .media2-list__title:after {
      content: none; }
    .about_home .media2-list__inner--white .media2-list__subtitle {
      margin-bottom: 18px; }
    .about_home .media2-list__inner--white .media2-list__titleHr {
      display: block;
      margin: 0;
      width: 70px;
      border: none;
      border-top: 3px solid #cfd3d7;
      margin-bottom: 24px; }
    .about_home .media2-list__inner--white .media2-list__p {
      color: rgba(255, 255, 255, 0.8); }
  .about_home .media2-list__img {
    opacity: 0;
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    width: 50%; }
    @media only screen and (max-width: 1200px) {
      .about_home .media2-list__img {
        width: 100%; } }
  .about_home .media2-list--bgImg {
    margin-bottom: 0;
    background-size: cover;
    height: 609px;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .about_home .media2-list--bgImg {
        max-height: 400px; } }
  @media only screen and (max-width: 1200px) {
    .about_home .media2-list:nth-child(2n-1) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .about_home .media2-list:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: -50px; }
    @media only screen and (max-width: 1200px) {
      .about_home .media2-list:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 0; } }
  @media only screen and (max-width: 767px) {
    .about_home .media2-list__p {
      margin-bottom: 32px; } }

.about_home .media2-list.fadeIn {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0); }
  .about_home .media2-list.fadeIn .media2-list-inner {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0); }
  .about_home .media2-list.fadeIn .media2-list__img {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

@media only screen and (max-width: 480px) {
  .about_home nav li {
    white-space: nowrap; } }

.about-01-01 .text__title {
  margin-bottom: 17px; }

.about-01-01 .text-general {
  max-width: 865px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 70px; }

.about-01-01 .text-bgImg {
  max-width: 1400px;
  margin: 0 auto;
  height: 470px;
  background-position: right; }
  @media only screen and (max-width: 767px) {
    .about-01-01 .text-bgImg {
      width: 100%; } }
  .about-01-01 .text-bgImg .text {
    max-width: 860px;
    margin-left: 270px;
    margin-right: 270px; }
    @media only screen and (max-width: 960px) {
      .about-01-01 .text-bgImg .text {
        margin: 0 auto; } }
  .about-01-01 .text-bgImg .text__p {
    font-size: 1.0625rem; }

.about-01-01 .content {
  margin-bottom: 0; }

.about-01-01 .container01 {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-bottom: 100px; }

.about-01-01 .container02 {
  background-color: #f0f0f0;
  margin-top: -150px;
  padding-top: 150px;
  padding-bottom: 170px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .about-01-01 .container02 {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .about-01-01 .container02__hr {
    position: absolute;
    top: 434px;
    left: 0;
    width: 100%;
    border-top: 2px solid #c2c2c2; }
    @media only screen and (max-width: 767px) {
      .about-01-01 .container02__hr {
        top: 386px; } }
  .about-01-01 .container02 .slick-list {
    width: 100%; }
  .about-01-01 .container02 .slick-slider {
    position: static; }
  .about-01-01 .container02 .text__title {
    margin-bottom: 60px; }
  .about-01-01 .container02__inner {
    max-width: 1415px;
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
  .about-01-01 .container02 .line01 {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .about-01-01 .container02 .line01 {
        display: none; } }
    .about-01-01 .container02 .line01--milestone {
      width: 20%; }
      @media only screen and (max-width: 767px) {
        .about-01-01 .container02 .line01--milestone {
          width: 100%; } }
      .about-01-01 .container02 .line01--milestone .line01__hr:after {
        background-color: #178d98; }
      .about-01-01 .container02 .line01--milestone .line01__year {
        font-size: 3rem;
        color: rgba(23, 141, 152, 0.8);
        margin-top: 10px;
        margin-bottom: 10px; }
      .about-01-01 .container02 .line01--milestone .line01__p {
        font-size: 1rem;
        font-weight: bold;
        color: #000; }
    .about-01-01 .container02 .line01-li {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-top: 194px;
      position: relative;
      outline: none; }
    .about-01-01 .container02 .line01__hr {
      width: 100%;
      border: none;
      border-top: 2px solid #7d7d7d;
      margin: 0;
      position: relative; }
      .about-01-01 .container02 .line01__hr:after {
        position: absolute;
        content: '';
        width: 9px;
        height: 9px;
        border-radius: 50%;
        border: 2px solid #178d98;
        background-color: #fff;
        top: -5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .about-01-01 .container02 .line01__img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .about-01-01 .container02 .line01__year {
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 1.25rem;
      letter-spacing: 0.025em;
      line-height: 50px;
      color: rgba(126, 127, 127, 0.7); }
    .about-01-01 .container02 .line01__p {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.9375rem;
      letter-spacing: 0.025em;
      color: rgba(0, 0, 0, 0.8);
      max-width: 180px;
      margin: 0 auto;
      text-align: center;
      line-height: 22px; }
  .about-01-01 .container02 .list02 {
    margin-left: -10px;
    width: 50%;
    margin-top: 8px;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.8); }

.about-01-01 .milestone-slick-prev, .about-01-01 .milestone-slick-next {
  position: absolute;
  width: 28px;
  height: 28px;
  outline: none;
  border: none;
  border-radius: 50%;
  background-color: #7d7d7d;
  z-index: 1;
  top: 181px;
  padding: 0;
  cursor: pointer; }

.about-01-01 .milestone-slick-next {
  left: 0; }
  .about-01-01 .milestone-slick-next:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    top: 50%;
    left: 53%;
    margin-top: -2px; }

.about-01-01 .milestone-slick-prev {
  right: 0; }
  .about-01-01 .milestone-slick-prev:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    top: 50%;
    left: 43%;
    margin-top: -2px; }

@media only screen and (max-width: 767px) {
  .about-01-02 .content {
    margin-bottom: 0; } }

.about-01-02 .text__title {
  margin-bottom: 110px; }
  @media only screen and (max-width: 767px) {
    .about-01-02 .text__title {
      margin-bottom: 40px; } }

.about-01-02 .card1--about1 {
  max-width: 1250px;
  margin: 0 auto; }
  .about-01-02 .card1--about1 .card1 {
    margin-bottom: 246px; }
    @media only screen and (max-width: 1200px) {
      .about-01-02 .card1--about1 .card1 {
        margin-bottom: 123px; } }
    @media only screen and (max-width: 767px) {
      .about-01-02 .card1--about1 .card1 {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        margin-bottom: 0 !important; } }
    .about-01-02 .card1--about1 .card1:nth-child(2n-1) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (max-width: 1200px) {
        .about-01-02 .card1--about1 .card1:nth-child(2n-1) {
          -webkit-transform: translateX(-60px);
          -ms-transform: translateX(-60px);
          transform: translateX(-60px); } }
      @media only screen and (max-width: 767px) {
        .about-01-02 .card1--about1 .card1:nth-child(2n-1) {
          background: #f0f0f0; } }
      .about-01-02 .card1--about1 .card1:nth-child(2n-1) .card1-img {
        -webkit-transform: translate(202.5px, -60px);
        -ms-transform: translate(202.5px, -60px);
        transform: translate(202.5px, -60px);
        z-index: 1; }
        @media only screen and (max-width: 1200px) {
          .about-01-02 .card1--about1 .card1:nth-child(2n-1) .card1-img {
            -webkit-transform: translate(101.25px, -60px);
            -ms-transform: translate(101.25px, -60px);
            transform: translate(101.25px, -60px);
            width: 45%; } }
        @media only screen and (max-width: 767px) {
          .about-01-02 .card1--about1 .card1:nth-child(2n-1) .card1-img {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none; } }
      .about-01-02 .card1--about1 .card1:nth-child(2n-1) .card1-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media only screen and (max-width: 1200px) {
          .about-01-02 .card1--about1 .card1:nth-child(2n-1) .card1-inner {
            -webkit-transform: translateX(20px);
            -ms-transform: translateX(20px);
            transform: translateX(20px); } }
        @media only screen and (max-width: 767px) {
          .about-01-02 .card1--about1 .card1:nth-child(2n-1) .card1-inner {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            background-color: #f0f0f0 !important; } }
        .about-01-02 .card1--about1 .card1:nth-child(2n-1) .card1-inner__inner {
          max-width: 400px;
          margin-left: 115px; }
          @media only screen and (max-width: 767px) {
            .about-01-02 .card1--about1 .card1:nth-child(2n-1) .card1-inner__inner {
              margin-left: 0;
              width: 90%; } }
      .about-01-02 .card1--about1 .card1:nth-child(2n-1) .card1__hr {
        margin-left: -380px;
        margin-right: -30px; }
        @media only screen and (max-width: 1200px) {
          .about-01-02 .card1--about1 .card1:nth-child(2n-1) .card1__hr {
            margin-right: -10px; } }
    .about-01-02 .card1--about1 .card1:nth-child(2n) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .about-01-02 .card1--about1 .card1:nth-child(2n) .card1-img {
        -webkit-transform: translate(-40px, -60px);
        -ms-transform: translate(-40px, -60px);
        transform: translate(-40px, -60px);
        z-index: 1; }
        @media only screen and (max-width: 1200px) {
          .about-01-02 .card1--about1 .card1:nth-child(2n) .card1-img {
            width: 45%; } }
        @media only screen and (max-width: 767px) {
          .about-01-02 .card1--about1 .card1:nth-child(2n) .card1-img {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none; } }
      .about-01-02 .card1--about1 .card1:nth-child(2n) .card1-inner {
        -webkit-transform: translateX(160px);
        -ms-transform: translateX(160px);
        transform: translateX(160px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media only screen and (max-width: 1200px) {
          .about-01-02 .card1--about1 .card1:nth-child(2n) .card1-inner {
            -webkit-transform: translateX(40px);
            -ms-transform: translateX(40px);
            transform: translateX(40px); } }
        @media only screen and (max-width: 767px) {
          .about-01-02 .card1--about1 .card1:nth-child(2n) .card1-inner {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            background-color: #fff !important; } }
        @media only screen and (max-width: 767px) {
          .about-01-02 .card1--about1 .card1:nth-child(2n) .card1-inner:last-child {
            padding: 40px 0px 130px 0px; } }
        .about-01-02 .card1--about1 .card1:nth-child(2n) .card1-inner__inner {
          max-width: 400px;
          margin-right: 150px;
          padding-left: 20px; }
          @media only screen and (max-width: 767px) {
            .about-01-02 .card1--about1 .card1:nth-child(2n) .card1-inner__inner {
              margin-right: 0;
              width: 90%; } }
      .about-01-02 .card1--about1 .card1:nth-child(2n) .card1__hr {
        margin-right: -380px;
        margin-left: -30px; }
        @media only screen and (max-width: 1200px) {
          .about-01-02 .card1--about1 .card1:nth-child(2n) .card1__hr {
            margin-left: -10px; } }
    .about-01-02 .card1--about1 .card1:last-child {
      margin-bottom: 0; }
    .about-01-02 .card1--about1 .card1-img {
      max-width: 405px; }
      @media only screen and (max-width: 767px) {
        .about-01-02 .card1--about1 .card1-img {
          width: 90% !important;
          margin: 0 auto; } }
    .about-01-02 .card1--about1 .card1-inner {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-height: 525px;
      background-color: #f0f0f0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 40px 0; }
      @media only screen and (max-width: 767px) {
        .about-01-02 .card1--about1 .card1-inner {
          width: 100% !important; } }
      .about-01-02 .card1--about1 .card1-inner:nth-child(1) {
        display: none !important; }
        @media only screen and (max-width: 767px) {
          .about-01-02 .card1--about1 .card1-inner:nth-child(1) {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            min-height: auto;
            padding: 40px 0;
            background-color: transparent; } }
        @media only screen and (max-width: 767px) {
          .about-01-02 .card1--about1 .card1-inner:nth-child(1) .card1__name {
            margin-bottom: 30px; } }
        @media only screen and (max-width: 767px) {
          .about-01-02 .card1--about1 .card1-inner:nth-child(1) .card1__subtitle {
            margin-bottom: 0; } }
      @media only screen and (max-width: 767px) {
        .about-01-02 .card1--about1 .card1-inner:nth-child(3) {
          min-height: 220px; } }
      @media only screen and (max-width: 767px) {
        .about-01-02 .card1--about1 .card1-inner:nth-child(3) .card1__name, .about-01-02 .card1--about1 .card1-inner:nth-child(3) .card1__title, .about-01-02 .card1--about1 .card1-inner:nth-child(3) .card1__subtitle, .about-01-02 .card1--about1 .card1-inner:nth-child(3) .card1__hr {
          display: none !important; } }
    .about-01-02 .card1--about1 .card1__hr {
      border: 0;
      margin: 0;
      margin-bottom: 50px;
      border-top: 1.01px solid #c0c0c0; }

.about-02-01 .text__title {
  margin-bottom: 45px; }

.about-02-01 .card1--about2_1 {
  width: 90%; }

.about-02-02 .text__title {
  margin-bottom: 35px; }

.about-02-02 .container01 {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%; }

@media only screen and (max-width: 767px) {
  .about-02-02 .table01--01 {
    border: none; } }

.about-02-02 .table01--01 .table01-title {
  border: none; }
  @media only screen and (max-width: 767px) {
    .about-02-02 .table01--01 .table01-title {
      display: none; } }
  .about-02-02 .table01--01 .table01-title__p {
    border-bottom: 2px solid #000;
    padding: 30px 10px; }
  .about-02-02 .table01--01 .table01-title__p:nth-child(1) {
    width: 23.5%; }
  .about-02-02 .table01--01 .table01-title__p:nth-child(2) {
    width: 13%; }
  .about-02-02 .table01--01 .table01-title__p:nth-child(3) {
    width: 30%;
    margin-right: 1.5px; }
  .about-02-02 .table01--01 .table01-title__p:nth-child(4) {
    width: 33.5%;
    margin-left: 1.5px; }

.about-02-02 .table01--01 .table01-inner {
  border: none;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .about-02-02 .table01--01 .table01-inner {
      padding: 10px 0;
      margin: 0;
      border: none;
      border-bottom: 2px solid #000;
      margin-bottom: 80px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .about-02-02 .table01--01 .table01-inner__list {
    border-bottom: 1px solid #999;
    padding: 30px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    line-height: 21px;
    font-size: 0.875rem; }
    @media only screen and (max-width: 767px) {
      .about-02-02 .table01--01 .table01-inner__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100% !important;
        margin: 0 !important;
        padding: 10px !important;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important; }
        .about-02-02 .table01--01 .table01-inner__list:last-child {
          border: none; } }
  .about-02-02 .table01--01 .table01-inner__list:nth-last-child(1) {
    width: 33.5%;
    margin-right: 1.5px; }
  .about-02-02 .table01--01 .table01-inner__list:nth-last-child(2) {
    width: 30%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 1.5px;
    padding: 30px 50px; }
    @media only screen and (max-width: 767px) {
      .about-02-02 .table01--01 .table01-inner__list:nth-last-child(2) {
        border-top: 4px solid #000; } }
  .about-02-02 .table01--01 .table01-inner__list:nth-last-child(3) {
    width: 13%; }
    @media only screen and (max-width: 767px) {
      .about-02-02 .table01--01 .table01-inner__list:nth-last-child(3) {
        display: none; } }
  .about-02-02 .table01--01 .table01-inner__list:nth-last-child(4) {
    width: 23.5%; }
    @media only screen and (max-width: 767px) {
      .about-02-02 .table01--01 .table01-inner__list:nth-last-child(4) {
        display: none; } }
  .about-02-02 .table01--01 .table01-inner__list:nth-last-child(5) {
    display: none; }
    @media only screen and (max-width: 767px) {
      .about-02-02 .table01--01 .table01-inner__list:nth-last-child(5) {
        display: block;
        padding: 0 !important;
        text-align: center;
        border: none;
        margin-bottom: 12px !important; } }
  .about-02-02 .table01--01 .table01-inner__list:nth-last-child(6) {
    display: none; }
    @media only screen and (max-width: 767px) {
      .about-02-02 .table01--01 .table01-inner__list:nth-last-child(6) {
        display: block;
        text-align: center;
        font-weight: 700;
        border: none;
        padding: 0 !important;
        font-size: 18px; } }
  .about-02-02 .table01--01 .table01-inner__ae {
    display: none; }
    @media only screen and (max-width: 767px) {
      .about-02-02 .table01--01 .table01-inner__ae {
        display: block;
        margin-bottom: 10px;
        width: 100%;
        text-align: left;
        font-weight: 700; } }
  .about-02-02 .table01--01 .table01-inner__education, .about-02-02 .table01--01 .table01-inner__experience {
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .about-02-02 .table01--01 .table01-inner__education, .about-02-02 .table01--01 .table01-inner__experience {
        width: 100%;
        text-align: left; } }
  @media only screen and (max-width: 767px) {
    .about-02-02 .table01--01 .table01-inner__p br {
      display: none; } }

.about-02-02 .container02 {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%; }
  .about-02-02 .container02 .text__title {
    margin-top: 20px; }

@media only screen and (max-width: 767px) {
  .about-02-02 .table01--02 {
    border: none; } }

.about-02-02 .table01--02 .table01-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 10px; }
  @media only screen and (max-width: 767px) {
    .about-02-02 .table01--02 .table01-title {
      display: none; } }
  .about-02-02 .table01--02 .table01-title__p:nth-child(1) {
    width: 15%; }
  .about-02-02 .table01--02 .table01-title__p:nth-child(2) {
    width: 7%; }
  .about-02-02 .table01--02 .table01-title__p:nth-child(3) {
    width: 78%; }
  .about-02-02 .table01--02 .table01-title__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: rgba(0, 0, 0, 0.6);
    line-height: 18px; }
    .about-02-02 .table01--02 .table01-title__subtitle span {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0 10px; }

.about-02-02 .table01--02 .table01-inner {
  padding: 30px 10px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .about-02-02 .table01--02 .table01-inner {
      padding: 0;
      padding-top: 40px;
      margin: 0;
      border: none;
      border-bottom: 2px solid #000;
      margin-bottom: 30px; }
      .about-02-02 .table01--02 .table01-inner:after {
        font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
        font-weight: bold;
        content: attr(data-name);
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        border-bottom: 4px solid #000;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 35%;
        text-align: center; } }
    @media only screen and (max-width: 767px) and (max-width: 460px) {
      .about-02-02 .table01--02 .table01-inner:after {
        padding-left: 30%; } }
    @media only screen and (max-width: 767px) and (max-width: 360px) {
      .about-02-02 .table01--02 .table01-inner:after {
        padding-left: 25%; } }
  @media only screen and (max-width: 767px) {
      .about-02-02 .table01--02 .table01-inner:before {
        font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
        font-weight: bold;
        content: attr(data-title);
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        border-bottom: 4px solid #000;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 35%;
        text-align: center; } }
    @media only screen and (max-width: 767px) and (max-width: 460px) {
      .about-02-02 .table01--02 .table01-inner:before {
        padding-right: 30%; } }
    @media only screen and (max-width: 767px) and (max-width: 360px) {
      .about-02-02 .table01--02 .table01-inner:before {
        padding-right: 25%; } }
  .about-02-02 .table01--02 .table01-inner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .about-02-02 .table01--02 .table01-inner__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative; }
        .about-02-02 .table01--02 .table01-inner__list:after {
          font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
          font-weight: bold;
          content: attr(data-tags);
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          border-bottom: 2px solid #000;
          padding-top: 10px;
          padding-bottom: 10px; } }
  .about-02-02 .table01--02 .table01-inner__list:nth-child(1) {
    width: 15%; }
    @media only screen and (max-width: 767px) {
      .about-02-02 .table01--02 .table01-inner__list:nth-child(1) {
        display: none; } }
  .about-02-02 .table01--02 .table01-inner__list:nth-child(2) {
    width: 7%; }
    @media only screen and (max-width: 767px) {
      .about-02-02 .table01--02 .table01-inner__list:nth-child(2) {
        display: none; } }
  .about-02-02 .table01--02 .table01-inner__list:nth-child(3) {
    width: 78%; }
    @media only screen and (max-width: 767px) {
      .about-02-02 .table01--02 .table01-inner__list:nth-child(3) {
        width: 100%;
        padding-top: 40px; } }
  .about-02-02 .table01--02 .table01-inner__tick {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px; }
    @media only screen and (max-width: 767px) {
      .about-02-02 .table01--02 .table01-inner__tick {
        display: none; } }
    .about-02-02 .table01--02 .table01-inner__tick i {
      display: none; }
  @media only screen and (max-width: 767px) {
    .about-02-02 .table01--02 .table01-inner__tick.hasTick {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      padding: 10px;
      border-bottom: 1px solid #999; }
      .about-02-02 .table01--02 .table01-inner__tick.hasTick:last-child {
        border: none; } }
  .about-02-02 .table01--02 .table01-inner__tickTitle {
    display: none;
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif; }
    @media only screen and (max-width: 767px) {
      .about-02-02 .table01--02 .table01-inner__tickTitle {
        display: block; } }
  .about-02-02 .table01--02 .table01-inner .hasTick i {
    display: block; }
    @media only screen and (max-width: 767px) {
      .about-02-02 .table01--02 .table01-inner .hasTick i {
        margin-right: 15%; } }

.about-02-02 .list02 {
  max-width: 865px;
  width: 90%;
  margin: 0 auto;
  margin-top: 52px; }
  .about-02-02 .list02__li {
    margin-left: -15px;
    font-weight: bold; }
  .about-02-02 .list02 .list01 {
    margin-top: 20px; }
    .about-02-02 .list02 .list01__li {
      font-weight: normal; }
      .about-02-02 .list02 .list01__li:before {
        font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif; }

.about-02-02 .container {
  margin-bottom: 120px; }
  .about-02-02 .container:last-child {
    margin-bottom: 0; }

.about-02-03 .content {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

.about-02-03 .text__title {
  margin-bottom: 35px; }

.about-02-03 .list01 {
  max-width: 865px;
  margin: 0 auto; }
  .about-02-03 .list01__li {
    margin-bottom: 15px; }

.about-03-01 .container {
  max-width: 865px;
  margin: 0 auto;
  width: 90%;
  border-bottom: 4px solid #000; }
  @media only screen and (max-width: 767px) {
    .about-03-01 .container {
      border: none; } }

.about-03-01 .text__title {
  margin-bottom: 30px; }

.about-03-01 .search_year {
  max-width: 360px;
  margin: 0 auto;
  margin-bottom: 60px;
  padding-left: 40px; }
  @media only screen and (max-width: 767px) {
    .about-03-01 .search_year {
      width: 290px;
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 40px; } }

.about-03-01 .table01 {
  border: none;
  position: relative;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-animation: all .5s;
  animation: all .5s;
  opacity: 0; }
  @media only screen and (max-width: 767px) {
    .about-03-01 .table01 {
      padding-top: 60px;
      margin-bottom: 40px;
      border-bottom: 2px solid #000 !important; }
      .about-03-01 .table01:last-child {
        margin-bottom: 0; } }
  .about-03-01 .table01__year {
    position: absolute;
    top: -23px;
    left: 0; }
    @media only screen and (max-width: 767px) {
      .about-03-01 .table01__year {
        top: 0;
        right: 0;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px; } }
  .about-03-01 .table01-inner {
    border: none;
    margin-right: 0;
    margin-left: 135px;
    padding-right: 40px; }
    @media only screen and (max-width: 767px) {
      .about-03-01 .table01-inner {
        margin-left: 0;
        padding-right: 0; } }
    .about-03-01 .table01-inner:last-child .table01-inner__p:last-child {
      border: none; }
    .about-03-01 .table01-inner:last-child .table01-inner__list {
      border: none; }
    .about-03-01 .table01-inner__list:nth-child(1) {
      width: 21%;
      border-bottom: 1px solid #999;
      margin-right: 1.5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .about-03-01 .table01-inner__list:nth-child(2) {
      width: 79%;
      margin-left: 1.5px; }
    .about-03-01 .table01-inner__list {
      letter-spacing: 0.025em; }
      .about-03-01 .table01-inner__list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .about-03-01 .table01-inner__title {
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 1.125rem;
      color: rgba(0, 0, 0, 0.7);
      text-align: center; }
    .about-03-01 .table01-inner__p {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.875rem;
      line-height: 21px;
      color: rgba(0, 0, 0, 0.9);
      padding-left: 60px;
      padding-right: 60px;
      padding-top: 15px;
      padding-bottom: 15px;
      min-height: 75px;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid #999; }
      @media only screen and (max-width: 767px) {
        .about-03-01 .table01-inner__p {
          padding: 10px; } }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .about-03-01 .table01-inner__p p {
          display: table-cell;
          min-height: 75px;
          vertical-align: middle;
          padding-top: 15px;
          padding-bottom: 15px; } }

.about-03-01 .table01 .table01-inner:nth-child(2) {
  border-top: 4px solid #000; }

.about-04-01 .content {
  margin-top: 0; }

.about-04-01 .container01 {
  max-width: 865px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .about-04-01 .container01 {
      margin-bottom: 60px; } }

.about-04-01 .container02 {
  max-width: 1700px;
  margin: 0 auto; }

.about-04-01 .text-block {
  padding-top: 100px;
  padding-bottom: 65px;
  background-color: #f0f0f0;
  margin-bottom: 90px; }
  @media only screen and (max-width: 767px) {
    .about-04-01 .text-block {
      margin-bottom: 60px; } }

.about-04-01 .text__p {
  margin-bottom: 32px; }
  .about-04-01 .text__p:last-child {
    margin-bottom: 0; }

.about-04-01 .img01 {
  max-width: 700px;
  margin: 0 auto; }
  .about-04-01 .img01 .col-6 {
    width: calc(50% - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px; }

.about-04-01 .list01__li {
  margin-bottom: 25px; }

.about-04-01 .list03 {
  margin-top: 30px; }
  .about-04-01 .list03__title--rwd {
    display: none; }
    @media only screen and (max-width: 767px) {
      .about-04-01 .list03__title--rwd {
        display: block;
        background-color: #f0f0f0;
        margin-bottom: 0;
        padding: 30px;
        padding-left: calc(30px + 5%); } }
    @media only screen and (max-width: 767px) {
      .about-04-01 .list03__title--rwd:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-left: 5%;
        padding-right: 5%; } }

.about-04-01 .img01 {
  margin-top: 60px; }

.about-04-01 .container01 {
  margin-bottom: 210px; }

.about-04-01 .card1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(90px);
  -ms-transform: translateX(90px);
  transform: translateX(90px); }
  @media only screen and (max-width: 960px) {
    .about-04-01 .card1 {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-align: normal;
      -ms-flex-align: normal;
      align-items: normal; } }
  .about-04-01 .card1-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f0f0f0;
    height: 555px; }
    @media only screen and (max-width: 960px) {
      .about-04-01 .card1-inner {
        min-height: 555px;
        height: auto; } }
    @media only screen and (max-width: 767px) {
      .about-04-01 .card1-inner {
        min-height: auto;
        padding-top: 40px;
        padding-bottom: 130px; } }
    .about-04-01 .card1-inner__inner {
      max-width: 500px;
      margin-right: 120px;
      width: 90%; }
      @media only screen and (max-width: 960px) {
        .about-04-01 .card1-inner__inner {
          margin-right: 0; } }
      @media only screen and (max-width: 767px) {
        .about-04-01 .card1-inner__inner .list03__title {
          display: none; } }
  .about-04-01 .card1-img {
    -webkit-transform: translate(-180px, -70px);
    -ms-transform: translate(-180px, -70px);
    transform: translate(-180px, -70px);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media only screen and (max-width: 1440px) {
      .about-04-01 .card1-img {
        -webkit-transform: translate(-180px, -140px);
        -ms-transform: translate(-180px, -140px);
        transform: translate(-180px, -140px); } }
    @media only screen and (max-width: 1200px) {
      .about-04-01 .card1-img {
        -webkit-transform: translate(-130px, -140px);
        -ms-transform: translate(-130px, -140px);
        transform: translate(-130px, -140px); } }
    @media only screen and (max-width: 960px) {
      .about-04-01 .card1-img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }

.about-05-01 .text__title {
  margin-bottom: 35px; }

.about-05-01 .container01 {
  max-width: 865px;
  width: 90%;
  margin: 0 auto; }

@media only screen and (max-width: 767px) {
  .about-05-01 .table01 {
    border: none; } }

@media only screen and (max-width: 767px) {
  .about-05-01 .table01-title {
    display: none; } }

.about-05-01 .table01-title__p {
  padding: 30px 10px; }

.about-05-01 .table01-title__p:first-child {
  width: 42%; }

.about-05-01 .table01-title__p:nth-child(2) {
  width: 80%; }

.about-05-01 .table01-title__p:last-child {
  width: 18%; }

@media only screen and (max-width: 767px) {
  .about-05-01 .table01-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    padding-top: 40px;
    margin: 0;
    margin-bottom: 60px;
    border: none;
    border-bottom: 2px solid #000;
    position: relative; }
    .about-05-01 .table01-inner:last-child {
      margin-bottom: 0; }
    .about-05-01 .table01-inner:after {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-weight: bold;
      content: attr(data-title);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      text-align: center;
      border-bottom: 4px solid #000;
      padding-top: 10px;
      padding-bottom: 10px; } }

.about-05-01 .table01-inner__list {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .about-05-01 .table01-inner__list {
      width: 100% !important;
      padding: 10px;
      border-bottom: 1px solid #999; } }
  @media only screen and (max-width: 767px) {
    .about-05-01 .table01-inner__list img {
      width: 80%;
      padding-left: 10%; } }
  @media only screen and (max-width: 767px) {
    .about-05-01 .table01-inner__list a {
      width: 80%; } }
  .about-05-01 .table01-inner__list a img {
    width: auto;
    display: block;
    margin-left: auto; }
    @media only screen and (max-width: 767px) {
      .about-05-01 .table01-inner__list a img {
        margin-right: 25%; } }
  .about-05-01 .table01-inner__list dl {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    letter-spacing: 0.025em;
    line-height: 21px; }
    @media only screen and (max-width: 767px) {
      .about-05-01 .table01-inner__list dl {
        width: 80%; } }
  .about-05-01 .table01-inner__list dt {
    font-weight: bold;
    font-size: 0.9375rem;
    margin-bottom: 5px; }
    @media only screen and (max-width: 767px) {
      .about-05-01 .table01-inner__list dt {
        display: none; } }
  .about-05-01 .table01-inner__list dd {
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.9); }
    @media only screen and (max-width: 767px) {
      .about-05-01 .table01-inner__list dd {
        padding-left: 10%; } }

.about-05-01 .table01-inner__list:first-child {
  width: 42%; }

.about-05-01 .table01-inner__list:nth-child(2) {
  width: 80%; }

.about-05-01 .table01-inner__list:last-child {
  width: 18%; }
  @media only screen and (max-width: 767px) {
    .about-05-01 .table01-inner__list:last-child {
      border: none; } }

.about-05-01 .table01-inner__tags {
  display: none; }
  @media only screen and (max-width: 767px) {
    .about-05-01 .table01-inner__tags {
      display: block;
      width: 20%;
      word-break: normal; } }

.about_lbox .content {
  overflow: hidden; }

@media only screen and (max-width: 767px) {
  .about_lbox .content {
    margin-top: 40px;
    margin-bottom: 130px; }
  .about_lbox .about-01-01 .content, .about_lbox .about-01-02 .content, .about_lbox .about-04-01 .content {
    margin-bottom: 0px; }
  .about_lbox .about-04-01 .content {
    margin-top: 0; }
  .about_lbox .about-04-01 .text-block {
    padding-top: 40px;
    padding-bottom: 40px; }
  .about_lbox .about-04-01 .container01 {
    margin-bottom: 80px; } }

.page_product .page_main {
  padding-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .page_product .page_main {
      padding-bottom: 130px;
      padding-top: 100px; } }

@media only screen and (max-width: 767px) {
  .page_product .page_main_title {
    padding-top: 50px; } }

.product .page_main {
  padding-bottom: 275px; }
  @media only screen and (max-width: 767px) {
    .product .page_main {
      padding-bottom: 60px; } }

.product .page_main_title h3 {
  font-family: Myriad Pro, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  font-size: 1rem;
  line-height: 22px;
  letter-spacing: 0.025em;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8); }

.productNavbar .navbar02 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10; }
  @media only screen and (max-width: 1300px) {
    .productNavbar .navbar02 {
      display: none; } }
  .productNavbar .navbar02 .tags {
    margin-right: 0 !important;
    padding: 0 30px;
    border-top: 6px solid #178d98; }
  .productNavbar .navbar02 .tags--white li a {
    color: #fff !important; }
    .productNavbar .navbar02 .tags--white li a:hover {
      color: #fff; }
  .productNavbar .navbar02 .tags--white li:first-child a {
    color: #fff !important;
    font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif; }

.product_detail .page_main_title {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%; }
  @media only screen and (max-width: 1200px) {
    .product_detail .page_main_title {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.product_detail .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  z-index: 10000;
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .product_detail .loading {
      -webkit-transition: all 2s;
      -o-transition: all 2s;
      transition: all 2s; } }
  .product_detail .loading p {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 2.25rem;
    letter-spacing: 0.05em; }

.product_detail .loading.out {
  opacity: 0; }

.product_home .mask-gray {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  height: 100px;
  background-color: #f0f0f0; }
  .product_home .mask-gray:nth-of-type(1) {
    top: 0; }
  .product_home .mask-gray:nth-of-type(2) {
    bottom: 0; }

.product_home .page_main {
  position: relative;
  background-color: #f0f0f0; }
  .product_home .page_main:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: calc(100% - 200px);
    background-color: #fff; }
  @media only screen and (max-width: 768px) {
    .product_home .page_main:after {
      display: none; } }

@media only screen and (max-width: 767px) {
  .product_home .media2--product {
    padding-bottom: 60px; } }

.product_home .media2--product .media2 {
  max-width: 1570px;
  width: 100%;
  margin: 0 auto; }

.product_home .media2-list {
  margin-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .product_home .media2-list {
      margin-bottom: 45px; } }
  .product_home .media2-list:nth-child(2n-1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    @media only screen and (max-width: 1200px) {
      .product_home .media2-list:nth-child(2n-1) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
  @media only screen and (max-width: 1200px) {
    .product_home .media2-list:nth-child(2n) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  .product_home .media2-list:last-child {
    margin-bottom: 0; }
  .product_home .media2-list-inner {
    width: 670px; }
    @media only screen and (max-width: 767px) {
      .product_home .media2-list-inner {
        width: auto; } }
  .product_home .media2-list__inner {
    max-width: 450px;
    margin: 0 auto;
    margin-top: 60px;
    width: 90%; }
    @media only screen and (max-width: 1200px) {
      .product_home .media2-list__inner {
        margin-top: 45px; } }
  .product_home .media2-list__titleHr {
    width: 96px;
    height: 3px;
    border: none;
    background-color: #178d98;
    margin-bottom: 36px;
    margin-right: auto; }
  .product_home .media2-list__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .product_home .media2-list__icon {
    font-size: 2.625rem;
    margin-right: 26px; }
  .product_home .media2-list__img {
    max-width: 900px; }
  @media only screen and (max-width: 767px) {
    .product_home .media2-list__p {
      margin-bottom: 32px; } }

.product_home .media2-list .media2-list-inner {
  opacity: 0;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: all 1.5s .5s;
  -o-transition: all 1.5s .5s;
  transition: all 1.5s .5s; }

.product_home .media2-list .media2-list__img {
  opacity: 0;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s; }

.product_home .media2-list.fadeIn {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0); }
  .product_home .media2-list.fadeIn .media2-list-inner {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0); }
  .product_home .media2-list.fadeIn .media2-list__img {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.product_home .btn--readMore {
  margin-left: auto;
  margin-right: 50px; }

.page_product .container02 {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 230px; }
  @media only screen and (max-width: 767px) {
    .page_product .container02 {
      padding-top: 110px; } }

.page_product .page_main_title {
  max-width: 1440px; }

.page_product .container03 {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  opacity: 0; }
  .page_product .container03:after {
    display: block;
    content: '';
    clear: both; }

.page_product .fixedTable-sidebar td, .page_product .fixedTable-body td {
  border-bottom: 1px solid #909090; }

.page_product .table-block__title {
  border-top: 4px solid #000;
  border-bottom: 2px solid #000; }

.page_product .container03.in {
  -webkit-animation: both 1s;
  animation: both 1s;
  -webkit-animation-name: fadeUp_100, opacity_in;
  animation-name: fadeUp_100, opacity_in; }

.product01_detail_item .banner.gradation01 {
  background-image: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#e95f55), to(#ed8e56)) !important;
  background: -webkit-linear-gradient(#e95f55, #ed8e56) !important;
  background: -o-linear-gradient(#e95f55, #ed8e56) !important;
  background: linear-gradient(#e95f55, #ed8e56) !important; }

.product01_detail_item .banner.gradation02 {
  background-image: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#188e90), to(#0b3b6c)) !important;
  background: -webkit-linear-gradient(#188e90, #0b3b6c) !important;
  background: -o-linear-gradient(#188e90, #0b3b6c) !important;
  background: linear-gradient(#188e90, #0b3b6c) !important; }

.product01_detail_item .banner.gradation03 {
  background-image: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#56c08c), to(#3d828e)) !important;
  background: -webkit-linear-gradient(#56c08c, #3d828e) !important;
  background: -o-linear-gradient(#56c08c, #3d828e) !important;
  background: linear-gradient(#56c08c, #3d828e) !important; }

.product01_detail_item .banner.gradation04 {
  background-image: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#2b71b9), to(#865cae)) !important;
  background: -webkit-linear-gradient(#2b71b9, #865cae) !important;
  background: -o-linear-gradient(#2b71b9, #865cae) !important;
  background: linear-gradient(#2b71b9, #865cae) !important; }

.product01_detail_item .page_main_title {
  max-width: 1200px; }

.product01_detail_item .container {
  max-width: 1200px;
  margin: 0 auto; }

.product01_detail_item .container04 {
  max-width: 1150px;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000; }
  @media only screen and (max-width: 1600px) {
    .product01_detail_item .container04 {
      width: 90%;
      margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .product01_detail_item .container04 {
      border: none; } }

@media only screen and (max-width: 767px) {
  .product01_detail_item .table03-li {
    border-bottom: 4px solid #000;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px; }
  .product01_detail_item .table03-title {
    border-bottom: 4px solid #000; }
    .product01_detail_item .table03-title__p {
      margin-top: 0;
      max-width: none; }
  .product01_detail_item .table03-title, .product01_detail_item .table03-inner {
    padding: 20px;
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .product01_detail_item nav ul {
    margin-left: 80px; }
  .product01_detail_item .page_title {
    padding-left: 0 !important;
    width: 90%;
    margin: 0 auto; }
  .product01_detail_item .table04 {
    padding: 0; }
    .product01_detail_item .table04-li {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0; }
    .product01_detail_item .table04-title__p {
      margin-top: 0;
      max-width: none; }
    .product01_detail_item .table04-title, .product01_detail_item .table04-inner {
      padding: 10px 20px;
      width: 100%; } }

.product01_detail_item .table03-title, .product01_detail_item .table03-inner, .product01_detail_item .table04-li {
  opacity: 0; }

.product01_detail_item .table03-title.in, .product01_detail_item .table03-inner.in, .product01_detail_item .table04-li.in {
  -webkit-animation: both 1s;
  animation: both 1s;
  -webkit-animation-name: fadeIn_50, opacity_in;
  animation-name: fadeIn_50, opacity_in; }

.product01_detail_technical nav .arrow {
  bottom: -37.5px !important; }

.product01_detail_technical .page_main_title {
  max-width: 1150px; }

.product01_detail_technical .container04 {
  max-width: 1150px;
  margin: 0 auto;
  width: 90%;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000; }

.product01_detail_technical .table05 {
  max-width: 1020px;
  margin: 0 auto;
  width: 90%; }

.product01_detail_technical .lb-close {
  position: static !important; }

.product01_detail_technical .privacy_lightbox .lb-close {
  position: absolute !important; }

.product01_detail_technical .lb-container {
  padding: 165px 220px 0;
  min-height: 100vh; }
  @media only screen and (max-width: 1400px) {
    .product01_detail_technical .lb-container {
      padding: 165px 60px 0; } }
  @media only screen and (max-width: 1300px) {
    .product01_detail_technical .lb-container {
      min-width: auto;
      width: 90%;
      margin: 0 auto;
      padding: 100px 0 0; } }

.product01_detail_technical .text-title + .table {
  margin-top: 130px; }

.product01_detail_technical .select {
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .product01_detail_technical .select .select-btn {
      min-width: auto; } }

.product01_detail_technical .table {
  margin-bottom: 70px; }
  .product01_detail_technical .table .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
    line-height: 30px; }
    @media only screen and (max-width: 767px) {
      .product01_detail_technical .table .title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 60px; } }
    .product01_detail_technical .table .title h3 {
      color: #2f2f2f;
      margin-right: 10px;
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif; }
    .product01_detail_technical .table .title p {
      color: #949494;
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif; }

.product01_detail_technical .table01-title {
  margin: 0; }

.product01_detail_technical .table01-inner {
  margin: 0; }

.product01_detail_technical .lb-close {
  opacity: 1 !important; }
  @media only screen and (max-width: 1300px) {
    .product01_detail_technical .lb-close {
      left: 0 !important; } }

@media only screen and (max-width: 767px) {
  .product01_detail_technical .table01--01 {
    border: none; } }

@media only screen and (max-width: 767px) {
  .product01_detail_technical .table01--01 .table01-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 2px solid #000;
    margin-bottom: 70px; } }

@media only screen and (max-width: 767px) {
  .product01_detail_technical .table01--01 .table01-inner--noTitle {
    padding-top: 20px; } }

@media only screen and (max-width: 767px) {
  .product01_detail_technical .table01--01 .table01-inner__p {
    width: auto;
    margin-left: auto;
    padding-left: 130px;
    text-align: right; } }

@media only screen and (max-width: 767px) {
  .product01_detail_technical .table01--01 .table01-inner__list {
    position: relative;
    border-bottom: 1px solid #999; }
    .product01_detail_technical .table01--01 .table01-inner__list:last-child {
      border: none; }
    .product01_detail_technical .table01--01 .table01-inner__list:after {
      position: absolute;
      content: attr(data-name);
      left: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

@media only screen and (max-width: 767px) {
  .product01_detail_technical .table01--01 .table01-inner__list a {
    margin-left: auto; } }

.product01_detail_technical .table01--01 .table01-title__p {
  padding: 30px 10px; }
  .product01_detail_technical .table01--01 .table01-title__p:nth-last-child(5) {
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5; }
    @media only screen and (max-width: 767px) {
      .product01_detail_technical .table01--01 .table01-title__p:nth-last-child(5) {
        display: none; } }
  .product01_detail_technical .table01--01 .table01-title__p:nth-last-child(4) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left; }
  .product01_detail_technical .table01--01 .table01-title__p:nth-last-child(3) {
    width: 15%; }
  .product01_detail_technical .table01--01 .table01-title__p:nth-last-child(2) {
    width: 15%; }
  .product01_detail_technical .table01--01 .table01-title__p:nth-last-child(1) {
    width: 15%; }

.product01_detail_technical .table01--01 .table01-inner__list {
  font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.9);
  padding: 15px 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .product01_detail_technical .table01--01 .table01-inner__list:first-child {
    display: none; }
    @media only screen and (max-width: 767px) {
      .product01_detail_technical .table01--01 .table01-inner__list:first-child {
        display: block;
        border-bottom: 4px solid #000;
        width: 100%; }
        .product01_detail_technical .table01--01 .table01-inner__list:first-child > .table01-inner__p {
          padding: 0;
          text-align: center;
          font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
          font-size: 1.125rem; } }
  .product01_detail_technical .table01--01 .table01-inner__list:nth-last-child(5) {
    width: 20%;
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
    font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif; }
    @media only screen and (max-width: 767px) {
      .product01_detail_technical .table01--01 .table01-inner__list:nth-last-child(5) {
        display: none; } }
  .product01_detail_technical .table01--01 .table01-inner__list:nth-last-child(4) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .product01_detail_technical .table01--01 .table01-inner__list:nth-last-child(4) {
        width: 100%; } }
  .product01_detail_technical .table01--01 .table01-inner__list:nth-last-child(3) {
    width: 15%; }
    @media only screen and (max-width: 767px) {
      .product01_detail_technical .table01--01 .table01-inner__list:nth-last-child(3) {
        width: 100%; } }
  .product01_detail_technical .table01--01 .table01-inner__list:nth-last-child(2) {
    width: 15%; }
    @media only screen and (max-width: 767px) {
      .product01_detail_technical .table01--01 .table01-inner__list:nth-last-child(2) {
        width: 100%; } }
  .product01_detail_technical .table01--01 .table01-inner__list:nth-last-child(1) {
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .product01_detail_technical .table01--01 .table01-inner__list:nth-last-child(1) {
        width: 100%; } }

@media only screen and (max-width: 767px) {
  .product01_detail_technical .table01--02 {
    border: none; } }

.product01_detail_technical .table01--02 .table01-title__p {
  padding: 30px 10px; }
  .product01_detail_technical .table01--02 .table01-title__p:nth-last-child(4) {
    width: 20%; }
  .product01_detail_technical .table01--02 .table01-title__p:nth-last-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left; }
  .product01_detail_technical .table01--02 .table01-title__p:nth-last-child(2) {
    width: 15%; }
  .product01_detail_technical .table01--02 .table01-title__p:nth-last-child(1) {
    width: 15%; }

@media only screen and (max-width: 767px) {
  .product01_detail_technical .table01--02 .table01-inner {
    padding-top: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 2px solid #000;
    margin-bottom: 70px; }
    .product01_detail_technical .table01--02 .table01-inner:after {
      position: absolute;
      content: attr(data-title);
      top: 0;
      left: 0;
      right: 0;
      text-align: center;
      padding-bottom: 20px;
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 1.125rem;
      border-bottom: 4px solid #000; } }

@media only screen and (max-width: 767px) {
  .product01_detail_technical .table01--02 .table01-inner__p {
    width: auto;
    margin-left: auto;
    padding-left: 130px;
    text-align: right; } }

.product01_detail_technical .table01--02 .table01-inner__list {
  font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.9);
  padding: 15px 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .product01_detail_technical .table01--02 .table01-inner__list {
      width: 100% !important;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative;
      border-bottom: 1px solid #999; }
      .product01_detail_technical .table01--02 .table01-inner__list:last-child {
        border: none; }
      .product01_detail_technical .table01--02 .table01-inner__list:after {
        position: absolute;
        content: attr(data-name);
        left: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
  @media only screen and (max-width: 767px) {
    .product01_detail_technical .table01--02 .table01-inner__list a {
      margin-left: auto; } }
  .product01_detail_technical .table01--02 .table01-inner__list:nth-last-child(4) {
    width: 20%;
    font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif; }
    @media only screen and (max-width: 767px) {
      .product01_detail_technical .table01--02 .table01-inner__list:nth-last-child(4) {
        display: none; } }
  .product01_detail_technical .table01--02 .table01-inner__list:nth-last-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left; }
  .product01_detail_technical .table01--02 .table01-inner__list:nth-last-child(2) {
    width: 15%; }
  .product01_detail_technical .table01--02 .table01-inner__list:nth-last-child(1) {
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

@media only screen and (max-width: 767px) {
  .product01_detail_technical .table05 {
    width: 100%; }
  .product01_detail_technical .table05-li {
    width: 100%; }
    .product01_detail_technical .table05-li:nth-last-child(2) {
      border-bottom: 1px solid #000; }
  .product01_detail_technical .table01-title {
    display: none; } }

.product01_detail_technical .table05-li {
  opacity: 0; }

.product01_detail_technical .table05-li.in {
  -webkit-animation: both 1s;
  animation: both 1s;
  -webkit-animation-name: opacity_in, fadeIn_50;
  animation-name: opacity_in, fadeIn_50; }

.product01_detail_tool nav .arrow {
  bottom: -37.5px !important; }

.product01_detail_tool .page_main_title {
  max-width: 1150px; }

.product01_detail_tool .container {
  max-width: 1150px;
  width: 90%;
  margin: 0 auto;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000; }
  @media only screen and (max-width: 767px) {
    .product01_detail_tool .container {
      border: none; } }

.product01_detail_tool .table03-title {
  width: 30%;
  opacity: 0; }
  .product01_detail_tool .table03-title__p {
    max-width: none; }

.product01_detail_tool .table03-inner {
  width: 70%;
  padding: 0 20px;
  padding-right: 0; }

.product01_detail_tool .table04-li-inner {
  opacity: 0; }

@media only screen and (max-width: 960px) {
  .product01_detail_tool .table05-li__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .product01_detail_tool .table05-li__title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6px; }
  .product01_detail_tool .table05-li__p {
    width: 100%;
    padding-left: 0;
    margin-right: 0; } }

@media only screen and (max-width: 767px) {
  .product01_detail_tool .table03-li {
    border-bottom: 4px solid #000;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px; }
    .product01_detail_tool .table03-li:last-child {
      margin-bottom: 0; }
  .product01_detail_tool .table03-title {
    border-bottom: 4px solid #000; }
    .product01_detail_tool .table03-title__p {
      margin-top: 0;
      max-width: none; }
  .product01_detail_tool .table03-title, .product01_detail_tool .table03-inner {
    padding: 20px;
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .product01_detail_tool nav ul {
    margin-left: 80px; }
  .product01_detail_tool .page_title {
    padding-left: 0 !important;
    width: 90%;
    margin: 0 auto; }
  .product01_detail_tool .table04 {
    padding: 0; }
    .product01_detail_tool .table04-li {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0;
      border-bottom: 2px solid #000; }
      .product01_detail_tool .table04-li:last-child {
        border-bottom: none; }
    .product01_detail_tool .table04-title {
      border-bottom: 1px solid #000; }
      .product01_detail_tool .table04-title__p {
        margin-top: 0;
        max-width: none; }
    .product01_detail_tool .table04-title, .product01_detail_tool .table04-inner {
      padding: 10px 20px;
      width: 100%; }
  .product01_detail_tool .table05__row {
    width: 100%;
    padding-right: 20px; }
  .product01_detail_tool .table05-li {
    padding-top: 20px !important;
    padding-bottom: 20px !important; } }

.product01_detail_tool .table03-title.in {
  -webkit-animation: both 1s;
  animation: both 1s;
  -webkit-animation-name: fadeIn_50, opacity_in;
  animation-name: fadeIn_50, opacity_in; }

.product01_detail_tool .table04-li-inner.in {
  -webkit-animation: both 1s;
  animation: both 1s;
  -webkit-animation-name: fadeIn_50, opacity_in;
  animation-name: fadeIn_50, opacity_in; }

.product01_detail_message nav .arrow {
  bottom: -37.5px !important; }

.product01_detail_message .page_main_title {
  max-width: 940px;
  padding-bottom: 20px; }

.product01_detail_message .container {
  max-width: 940px;
  margin: 0 auto;
  width: 90%; }

.product01_detail_message .table04-title, .product01_detail_message .table05-li {
  opacity: 0; }

@media only screen and (max-width: 767px) {
  .product01_detail_message .table04--noBTitle {
    border: none; }
  .product01_detail_message .table04-li {
    position: relative;
    margin-bottom: 70px; }
    .product01_detail_message .table04-li:after {
      content: attr(data-title);
      position: absolute;
      top: -40px;
      left: 0;
      right: 0;
      text-align: center;
      border-bottom: 4px solid #000;
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 1.5rem;
      line-height: 30px;
      padding-bottom: 10px; }
    .product01_detail_message .table04-li:last-child {
      margin-bottom: 0; }
  .product01_detail_message .table04-title {
    display: none; }
  .product01_detail_message .table05__row {
    width: 100%;
    margin: 0;
    border-bottom: 2px solid #000; }
  .product01_detail_message .table05-li__title {
    width: 30%; }
  .product01_detail_message .table05-li__p {
    padding: 30px 20px; }
  .product01_detail_message .table05-li-slide__mask {
    display: none; }
  .product01_detail_message .table05-li:last-child .table05-li__title, .product01_detail_message .table05-li:last-child .table05-li__p, .product01_detail_message .table05-li:last-child .table05-li__href {
    border: none; }
  .product01_detail_message .list05 {
    width: 100%; }
    .product01_detail_message .list05-li {
      margin-right: 0;
      padding: 15px 20px; } }

.product01_detail_message .table04-title.in {
  -webkit-animation: both 1s;
  animation: both 1s;
  -webkit-animation-name: fadeIn_50, opacity_in;
  animation-name: fadeIn_50, opacity_in; }

.product01_detail_message .table05-li.in {
  -webkit-animation: both 1s;
  animation: both 1s;
  -webkit-animation-name: fadeIn_50, opacity_in;
  animation-name: fadeIn_50, opacity_in; }

.product01_detail_message .select {
  max-width: 940px;
  margin: 0 auto;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .product01_detail_message .select {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .product01_detail_message .select .search_year {
    background-color: #e0e0e0;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .product01_detail_message .select .search_year {
        padding: 0 20px;
        width: 90%;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 767px) {
      .product01_detail_message .select .search_year .nice-select .list {
        left: -85px; } }
    @media only screen and (max-width: 767px) {
      .product01_detail_message .select .search_year hr {
        margin: 0 20px; } }
    .product01_detail_message .select .search_year label {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.875rem;
      color: rgba(0, 0, 0, 0.7); }
  .product01_detail_message .select-btn {
    min-width: auto;
    margin: 0 2px;
    cursor: initial;
    height: 60px; }
    @media only screen and (max-width: 767px) {
      .product01_detail_message .select-btn {
        width: 90%;
        margin: 0 auto; } }
    .product01_detail_message .select-btn label {
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background-color: #178d98;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .product01_detail_message .select-btn label .icon-search:before {
        color: #fff; }

.product01_tool_ajax .lb-container {
  min-width: 825px;
  max-width: 825px;
  margin: 0 auto;
  padding-top: 165px;
  min-height: 100vh; }
  @media only screen and (max-width: 1300px) {
    .product01_tool_ajax .lb-container {
      min-width: auto;
      width: 85%; } }

.product01_tool_ajax .text-ul, .product01_tool_ajax .list, .product01_tool_ajax .table {
  margin-bottom: 70px; }

.product01_tool_ajax .text-img {
  margin-bottom: 30px; }
  .product01_tool_ajax .text-img__img {
    min-height: 520px; }
    @media only screen and (max-width: 767px) {
      .product01_tool_ajax .text-img__img {
        min-height: auto; } }

.product01_tool_ajax .list02 {
  font-family: 'Myriad Pro', '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  font-size: 1rem;
  line-height: 22px;
  letter-spacing: 0.05em; }
  .product01_tool_ajax .list02__li {
    margin-bottom: 16px; }
    .product01_tool_ajax .list02__li:before {
      top: 8.5px; }
    .product01_tool_ajax .list02__li:last-child {
      margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  .product01_tool_ajax .table01 {
    border: none;
    margin-top: 40px; } }

.product01_tool_ajax .table01-title {
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .product01_tool_ajax .table01-title {
      display: none; } }
  .product01_tool_ajax .table01-title__p {
    padding: 30px 10px;
    width: 20%; }
    .product01_tool_ajax .table01-title__p:nth-child(2) {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      text-align: left; }
    .product01_tool_ajax .table01-title__p:nth-child(3) {
      width: 15%; }
    .product01_tool_ajax .table01-title__p:nth-child(4) {
      width: 15%; }
    .product01_tool_ajax .table01-title__p:nth-child(5) {
      width: 15%; }

.product01_tool_ajax .table01-inner {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .product01_tool_ajax .table01-inner {
      margin-bottom: 70px;
      padding-top: 40px;
      border-bottom: 2px solid #000; }
      .product01_tool_ajax .table01-inner:after {
        position: absolute;
        content: attr(data-title);
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        border-bottom: 4px solid #000;
        padding-bottom: 20px;
        font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
        font-weight: bold; } }
  @media only screen and (max-width: 767px) {
    .product01_tool_ajax .table01-inner__p {
      width: auto;
      margin-left: auto;
      padding-left: 130px; } }
  .product01_tool_ajax .table01-inner__list {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.9);
    padding: 15px 10px;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .product01_tool_ajax .table01-inner__list {
        width: 100% !important;
        border-bottom: 2px solid #999; }
        .product01_tool_ajax .table01-inner__list:last-child {
          border: none; }
        .product01_tool_ajax .table01-inner__list:after {
          content: attr(data-name);
          position: absolute;
          left: 15px; } }
    .product01_tool_ajax .table01-inner__list:nth-child(1) {
      width: 20%; }
      @media only screen and (max-width: 767px) {
        .product01_tool_ajax .table01-inner__list:nth-child(1) {
          display: none; } }
    .product01_tool_ajax .table01-inner__list:nth-child(2) {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      text-align: left; }
    .product01_tool_ajax .table01-inner__list:nth-child(3) {
      width: 15%; }
    .product01_tool_ajax .table01-inner__list:nth-child(4) {
      width: 15%; }
    .product01_tool_ajax .table01-inner__list:nth-child(5) {
      width: 15%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  @media only screen and (max-width: 767px) {
    .product01_tool_ajax .table01-inner a {
      margin-left: auto;
      margin-right: 20px; } }

.product01_tool_ajax .btn-prev, .product01_tool_ajax .btn-next {
  top: calc(50% - 35px); }

.product01_tool_ajax .btn-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media only screen and (max-width: 767px) {
    .product01_tool_ajax .btn-prev {
      left: 20px; } }

.product01_tool_ajax .btn-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }
  @media only screen and (max-width: 767px) {
    .product01_tool_ajax .btn-next {
      right: 20px; } }

.product01_tool_ajax .lb-close {
  position: static !important;
  left: calc(100% - 1242px) !important;
  opacity: 1 !important; }
  @media only screen and (max-width: 1300px) {
    .product01_tool_ajax .lb-close {
      left: 0 !important; } }

.product01_tool_ajax .privacy_lightbox .lb-close {
  position: absolute !important;
  left: 0 !important; }

.product02_detail01 .text-title__title {
  font-size: 2rem; }

.product02_detail01 nav .arrow {
  bottom: -37.5px !important; }

.product02_detail01 .ajaxnavbar {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff; }

.product02_detail01 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100vh; }

.product02_detail01 .img-scroll {
  width: 50%;
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3); }
  @media only screen and (max-width: 960px) {
    .product02_detail01 .img-scroll {
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      min-height: auto; } }
  .product02_detail01 .img-scroll img {
    display: block;
    font-size: 0; }

.product02_detail01 section {
  width: 100%; }

.product02_detail01 .container-inner {
  position: absolute;
  width: 50%;
  right: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 960px) {
    .product02_detail01 .container-inner {
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      position: static;
      height: auto; } }

@media only screen and (max-width: 960px) {
  .product02_detail01 .d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.product02_detail01 .container-inner + .toTop {
  display: none; }
  @media only screen and (max-width: 960px) {
    .product02_detail01 .container-inner + .toTop {
      display: block; } }

.product02_detail01 .container-txt {
  position: fixed;
  max-width: 470px;
  width: 80%;
  top: 30%;
  right: 15%;
  -webkit-transition: top .4s;
  -o-transition: top .4s;
  transition: top .4s; }
  @media only screen and (max-width: 960px) {
    .product02_detail01 .container-txt {
      position: static;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      padding: 120px 0;
      opacity: 1 !important; } }

.product02_detail01 .text-title {
  margin-bottom: 0; }
  .product02_detail01 .text-title__title {
    margin-bottom: 4.6875vw;
    opacity: 0; }
    @media only screen and (min-width: 1921px) {
      .product02_detail01 .text-title__title {
        margin-bottom: 90px; } }
    @media only screen and (max-width: 767px) {
      .product02_detail01 .text-title__title {
        margin-bottom: 50px;
        font-size: 2.125rem; } }
  .product02_detail01 .text-title__p {
    margin-bottom: 10px; }

.product02_detail01 .container-box {
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 5.2083333vw;
  position: relative; }
  @media only screen and (min-width: 1921px) {
    .product02_detail01 .container-box {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 960px) {
    .product02_detail01 .container-box {
      max-height: none;
      margin-bottom: 100px; } }

.product02_detail01 .text-inner__p {
  font-family: 'Myriad Pro', '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 25px;
  width: 100%;
  opacity: 0; }

.product02_detail01 .scrollMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0; }
  .product02_detail01 .scrollMore .icon-scroll {
    font-size: 2.625rem;
    margin-right: 10px; }
  .product02_detail01 .scrollMore p {
    font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.7); }

.product02_detail01 .container-img {
  width: 100%;
  padding-bottom: 47.82%;
  background-size: cover;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 960px) {
    .product02_detail01 .container-img {
      background-image: none !important;
      padding-bottom: 0; } }
  .product02_detail01 .container-img img {
    display: none; }
    @media only screen and (max-width: 960px) {
      .product02_detail01 .container-img img {
        display: block; } }

.product02_detail01 .img-txt {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 35%; }
  @media only screen and (max-width: 960px) {
    .product02_detail01 .img-txt {
      position: static;
      margin: 100px auto; } }
  .product02_detail01 .img-txt__title {
    font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-weight: bold;
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: 0.01em;
    margin-bottom: 40px; }
  .product02_detail01 .img-txt__p {
    font-family: 'Myriad Pro', '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0.025em;
    margin-bottom: 14px; }
  .product02_detail01 .img-txt--left {
    left: 12%; }
  .product02_detail01 .img-txt--right {
    right: 12%; }
  .product02_detail01 .img-txt--white .img-txt__title {
    color: #fff; }
    @media only screen and (max-width: 960px) {
      .product02_detail01 .img-txt--white .img-txt__title {
        color: #000; } }
  .product02_detail01 .img-txt--white .img-txt__p {
    color: rgba(255, 255, 255, 0.7); }
    @media only screen and (max-width: 960px) {
      .product02_detail01 .img-txt--white .img-txt__p {
        color: rgba(0, 0, 0, 0.7); } }
  .product02_detail01 .img-txt--white .list02__li {
    color: rgba(255, 255, 255, 0.7); }
    @media only screen and (max-width: 960px) {
      .product02_detail01 .img-txt--white .list02__li {
        color: rgba(0, 0, 0, 0.7); } }
    .product02_detail01 .img-txt--white .list02__li:before {
      background-color: #deef1b; }
  .product02_detail01 .img-txt--black .img-txt__title {
    color: #000; }
  .product02_detail01 .img-txt--black .img-txt__p {
    color: rgba(0, 0, 0, 0.7); }
  .product02_detail01 .img-txt--black .list02__li {
    color: rgba(0, 0, 0, 0.7); }

.product02_detail01 .bigImg {
  position: relative;
  text-align: center;
  z-index: 2; }
  .product02_detail01 .bigImg__title {
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 2rem;
    font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 0.01em; }
    @media only screen and (max-width: 960px) {
      .product02_detail01 .bigImg__title {
        position: static;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); } }
    .product02_detail01 .bigImg__title--white {
      color: #fff; }
      @media only screen and (max-width: 960px) {
        .product02_detail01 .bigImg__title--white {
          color: #000;
          margin-bottom: 10px; } }
    .product02_detail01 .bigImg__title--black {
      color: #000; }

.product02_detail01 .solution {
  position: relative;
  z-index: 2; }

@media only screen and (max-width: 960px) {
  .product02_detail01 section {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; } }

@media only screen and (max-width: 960px) {
  .product02_detail01 .toTop {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; } }

.product02_detail01 .nicescroll-rails {
  display: none !important; }

.product_lbox, .product02_lbox {
  position: fixed;
  top: 0;
  right: 0;
  height: 0;
  width: 100%;
  z-index: 9999;
  overflow-y: scroll !important; }
  .product_lbox .arrow, .product02_lbox .arrow {
    height: 70px;
    width: 1px;
    background-color: #000;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 88px; }
    .product_lbox .arrow:after, .product02_lbox .arrow:after {
      content: '';
      position: absolute;
      width: 15px;
      height: 1px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      right: -13px;
      top: 5px;
      background-color: #000; }
    .product_lbox .arrow span, .product02_lbox .arrow span {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      color: #000;
      font-size: 0.875rem;
      position: absolute;
      top: 0;
      right: 10px; }
  .product_lbox .list02, .product02_lbox .list02 {
    opacity: 0; }

.arrow-left {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #fff;
  z-index: 1;
  margin-left: -18px;
  opacity: 0; }
  @media only screen and (max-width: 960px) {
    .arrow-left {
      display: none; } }

.product_lbox {
  background-color: rgba(0, 0, 0, 0.5); }

.product02_lbox {
  background-color: #fff; }

.product_lbox .navbar02, .product02_lbox .navbar02 {
  opacity: 0;
  display: block;
  position: fixed;
  right: 0;
  z-index: 100; }
  @media only screen and (max-width: 767px) {
    .product_lbox .navbar02 .tags, .product02_lbox .navbar02 .tags {
      top: 0 !important; }
      .product_lbox .navbar02 .tags li, .product02_lbox .navbar02 .tags li {
        white-space: nowrap; }
      .product_lbox .navbar02 .tags li:nth-child(2), .product02_lbox .navbar02 .tags li:nth-child(2) {
        border-right: none; }
      .product_lbox .navbar02 .tags li:last-child, .product02_lbox .navbar02 .tags li:last-child {
        display: none; } }

.product_lbox .arrow-left, .product_lbox .text-title__p, .product_lbox .text-img, .product_lbox .text-ul, .product_lbox .list, .product_lbox .table, .product_lbox .img-scroll, .product_lbox .select-btn, .product_lbox .text-title__subTitle, .product02_lbox .arrow-left, .product02_lbox .text-title__p, .product02_lbox .text-img, .product02_lbox .text-ul, .product02_lbox .list, .product02_lbox .table, .product02_lbox .img-scroll, .product02_lbox .select-btn, .product02_lbox .text-title__subTitle {
  opacity: 0; }

.product_lbox.open .navbar02, .product02_lbox.open .navbar02 {
  -webkit-animation: slideInDown 1s both .5s;
  animation: slideInDown 1s both .5s; }

.product_lbox.open .arrow-left, .product02_lbox.open .arrow-left {
  -webkit-animation: opacity_in 1s both .5s !important;
  animation: opacity_in 1s both .5s !important; }

.product_lbox.open .container--detail02 article, .product02_lbox.open .container--detail02 article {
  -webkit-animation: slideInUp 1s both;
  animation: slideInUp 1s both; }
  .product_lbox.open .container--detail02 article:first-child, .product02_lbox.open .container--detail02 article:first-child {
    -webkit-animation: none;
    animation: none; }

.product_lbox.open h4, .product02_lbox.open h4 {
  -webkit-animation: both 1s 1s !important;
  animation: both 1s 1s !important;
  -webkit-animation-name: opacity_in, fadeIn_50 !important;
  animation-name: opacity_in, fadeIn_50 !important; }

.product_lbox.open .select-btn, .product02_lbox.open .select-btn {
  opacity: 1;
  -webkit-transition: opacity 1s 1.2s;
  -o-transition: opacity 1s 1.2s;
  transition: opacity 1s 1.2s; }

.product_lbox.open .text-title__p, .product02_lbox.open .text-title__p {
  -webkit-animation: both 1s 1.5s;
  animation: both 1s 1.5s;
  -webkit-animation-name: opacity_in, fadeIn_50;
  animation-name: opacity_in, fadeIn_50; }

.product_lbox.open .text-img, .product_lbox.open .text-ul, .product_lbox.open .list, .product_lbox.open .table, .product_lbox.open .title, .product_lbox.open .text-inner__p, .product_lbox.open .toTop, .product02_lbox.open .text-img, .product02_lbox.open .text-ul, .product02_lbox.open .list, .product02_lbox.open .table, .product02_lbox.open .title, .product02_lbox.open .text-inner__p, .product02_lbox.open .toTop {
  -webkit-animation: both 1s 1.5s !important;
  animation: both 1s 1.5s !important;
  -webkit-animation-name: opacity_in, fadeUp_50 !important;
  animation-name: opacity_in, fadeUp_50 !important; }

.product_lbox.open .img-scroll, .product02_lbox.open .img-scroll {
  -webkit-animation: both 2s .5s;
  animation: both 2s .5s;
  -webkit-animation-name: opacity_in;
  animation-name: opacity_in; }

.product_lbox.open .list02, .product_lbox.open .scrollMore, .product02_lbox.open .list02, .product02_lbox.open .scrollMore {
  -webkit-animation: both 1s 1.5s;
  animation: both 1s 1.5s;
  -webkit-animation-name: opacity_in, fadeUp_50;
  animation-name: opacity_in, fadeUp_50; }

.product_lbox.close article, .product_lbox.close .navbar02, .product_lbox.close h4, .product_lbox.close .text-title__p, .product_lbox.close .text-img, .product_lbox.close .text-ul, .product_lbox.close .list, .product_lbox.close .table, .product_lbox.close .select, .product_lbox.close .list02, .product_lbox.close .scrollMore, .product_lbox.close .img-scroll, .product_lbox.close .text-inner__p, .product_lbox.close .toTop, .product02_lbox.close article, .product02_lbox.close .navbar02, .product02_lbox.close h4, .product02_lbox.close .text-title__p, .product02_lbox.close .text-img, .product02_lbox.close .text-ul, .product02_lbox.close .list, .product02_lbox.close .table, .product02_lbox.close .select, .product02_lbox.close .list02, .product02_lbox.close .scrollMore, .product02_lbox.close .img-scroll, .product02_lbox.close .text-inner__p, .product02_lbox.close .toTop {
  -webkit-animation: both 1s !important;
  animation: both 1s !important;
  -webkit-animation-name: opacity_out, fadeOut_50 !important;
  animation-name: opacity_out, fadeOut_50 !important; }

.product_lbox.close .arrow-left, .product02_lbox.close .arrow-left {
  -webkit-animation: opacity_out 1s both !important;
  animation: opacity_out 1s both !important; }

.GridViewScrollItemFreeze td {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.ajaxnavbar {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff; }

@media only screen and (max-width: 575px) {
  #product01_detail .page_title h2, #product01_page .page_title h2 {
    font-size: 1.9rem !important; } }

.menu_lbox {
  overflow-y: scroll; }

.menu-close {
  position: fixed;
  width: 77px;
  height: 77px;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 10000;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .menu-close {
      width: 60px;
      height: 60px; } }
  .menu-close:hover .menu-close-inner {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .menu-close-inner {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }
    .menu-close-inner span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
      background-color: #fff; }
      .menu-close-inner span:first-child {
        width: 30px;
        height: 1px; }
      .menu-close-inner span:last-child {
        width: 1px;
        height: 30px; }

.menu-lb {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 9999; }
  .menu-lb-block {
    position: relative;
    width: 100%;
    height: 100%; }
  .menu-lb-close {
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%; }
  .menu-lb-inner {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .menu-lb-inner {
        width: 100%; } }
  .menu-lb .menu-logo {
    margin-top: 7vh;
    margin-bottom: 10vh; }
    @media only screen and (max-width: 767px) {
      .menu-lb .menu-logo {
        display: none;
        margin-top: 70px;
        margin-bottom: 5vh; } }
    .menu-lb .menu-logo .menu-img {
      background-image: url(../../assets/img/logo.png);
      width: 83px;
      height: 57px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px; }
      @media only screen and (max-width: 767px) {
        .menu-lb .menu-logo .menu-img {
          margin-right: 10px; } }
    .menu-lb .menu-logo span {
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 1.125rem;
      color: #005e67;
      vertical-align: middle; }
  .menu-lb .menu-left {
    max-width: 678px;
    background-color: #f0f0f0;
    height: 100%;
    padding-left: 10vw;
    padding-right: 8vw;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .menu-lb .menu-left {
        width: 100%;
        min-height: 100%;
        padding-left: 5vw;
        padding-right: 5vw; } }
    .menu-lb .menu-left-list {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 1.25rem;
      letter-spacing: 0.05em;
      margin-bottom: 20vh; }
      @media only screen and (max-width: 960px) {
        .menu-lb .menu-left-list {
          margin-bottom: 15vh; } }
      @media only screen and (max-width: 767px) {
        .menu-lb .menu-left-list {
          margin-top: 105px; } }
      @media only screen and (max-width: 375px) {
        .menu-lb .menu-left-list {
          margin-bottom: 3vh; } }
      .menu-lb .menu-left-list li {
        margin-bottom: 5vh;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        @media only screen and (max-width: 374px) {
          .menu-lb .menu-left-list li {
            margin-bottom: 3vh; } }
        .menu-lb .menu-left-list li:last-child {
          margin-bottom: 0; }
        .menu-lb .menu-left-list li:hover {
          -webkit-transform: translateX(20px);
          -ms-transform: translateX(20px);
          transform: translateX(20px); }
          .menu-lb .menu-left-list li:hover .menu-left-list__en {
            color: #000; }
      .menu-lb .menu-left-list a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .menu-lb .menu-left-list__cn {
        color: #000;
        margin-right: 20px; }
      .menu-lb .menu-left-list__en {
        font-size: 0.9375rem;
        color: #818181; }
      @media only screen and (max-width: 960px) {
        .menu-lb .menu-left-list .d-none {
          display: block !important; }
        .menu-lb .menu-left-list .all-none {
          display: none !important; } }
    .menu-lb .menu-left-list2 {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      letter-spacing: 0.05em;
      margin-bottom: 2vh; }
      .menu-lb .menu-left-list2 li {
        padding: 0 15px;
        border-right: 1px solid #909090; }
        .menu-lb .menu-left-list2 li a {
          font-size: 1rem;
          color: rgba(0, 0, 0, 0.9);
          position: relative;
          display: inline-block; }
          .menu-lb .menu-left-list2 li a:after {
            content: '';
            position: absolute;
            width: 0%;
            bottom: -10px;
            left: 50%;
            border-bottom: 2px solid #005e67;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-transition: width .3s;
            -o-transition: width .3s;
            transition: width .3s; }
          .menu-lb .menu-left-list2 li a:hover:after {
            width: 100%; }
        .menu-lb .menu-left-list2 li:first-child {
          padding-left: 0; }
        .menu-lb .menu-left-list2 li:last-child {
          padding-right: 0;
          border-right: none; }
    .menu-lb .menu-left-list3 {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .menu-lb .menu-left-list3 > li {
        margin-right: 40px; }
        .menu-lb .menu-left-list3 > li li.active a {
          color: #005e67; }
        .menu-lb .menu-left-list3 > li li:hover a {
          color: #005e67; }
        .menu-lb .menu-left-list3 > li a {
          color: rgba(0, 0, 0, 0.8);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s;
          font-size: 0.8125rem; }
        .menu-lb .menu-left-list3 > li span {
          cursor: pointer;
          -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s;
          font-size: 0.8125rem;
          letter-spacing: 0.025em; }
          .menu-lb .menu-left-list3 > li span:hover {
            color: #005e67; }
        .menu-lb .menu-left-list3 > li i {
          margin-right: 10px; }
        .menu-lb .menu-left-list3 > li:first-child i {
          font-size: 1.25rem; }
    .menu-lb .menu-left__Language {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: rgba(0, 0, 0, 0.8); }
      .menu-lb .menu-left__Language span {
        cursor: pointer; }
        .menu-lb .menu-left__Language span img {
          display: block;
          width: 100%; }
        .menu-lb .menu-left__Language span:first-child {
          width: 16px;
          margin-right: 10px; }
      .menu-lb .menu-left__Language ul {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .menu-lb .menu-left__Language ul li {
          margin-right: 10px; }
          .menu-lb .menu-left__Language ul li:last-child {
            margin-right: 0; }
  .menu-lb .menu-right {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 59, 83, 0.9)), to(rgba(13, 100, 108, 0.9)));
    background: -webkit-linear-gradient(rgba(1, 59, 83, 0.9), rgba(13, 100, 108, 0.9));
    background: -o-linear-gradient(rgba(1, 59, 83, 0.9), rgba(13, 100, 108, 0.9));
    background: linear-gradient(rgba(1, 59, 83, 0.9), rgba(13, 100, 108, 0.9));
    height: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
    overflow: auto;
    text-align: center; }
    @media only screen and (max-width: 960px) {
      .menu-lb .menu-right {
        display: none; } }
    .menu-lb .menu-right__title {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 1.5rem;
      letter-spacing: 0.05em;
      color: #ffffff;
      letter-spacing: 0.05em;
      margin-top: 9vh;
      margin-bottom: 11vh;
      text-align: center; }
    .menu-lb .menu-right-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px;
      max-width: 340px; }
      .menu-lb .menu-right-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: calc(50% - 30px);
        margin-right: 15px;
        margin-left: 15px;
        padding-bottom: 45px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        margin-bottom: 60px; }
        .menu-lb .menu-right-list li:nth-last-of-type(1), .menu-lb .menu-right-list li:nth-last-of-type(2) {
          border-bottom: none;
          margin-bottom: 0; }
      .menu-lb .menu-right-list a {
        text-align: center;
        color: rgba(255, 255, 255, 0.5);
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s; }
        .menu-lb .menu-right-list a:hover {
          color: #fff; }
          .menu-lb .menu-right-list a:hover .more {
            border: 1px solid #fff; }
            .menu-lb .menu-right-list a:hover .more:after, .menu-lb .menu-right-list a:hover .more:before {
              background-color: #fff; }
      .menu-lb .menu-right-list .icon, .menu-lb .menu-right-list .more {
        font-size: 2.5rem;
        -webkit-animation: opacity_in 1s both 1s !important;
        animation: opacity_in 1s both 1s !important; }
      .menu-lb .menu-right-list .more {
        width: 40px;
        height: 41px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.5);
        position: relative;
        margin: 0 auto;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s; }
        .menu-lb .menu-right-list .more:after {
          content: '';
          width: 1px;
          height: 14px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background-color: rgba(255, 255, 255, 0.5);
          -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s; }
        .menu-lb .menu-right-list .more:before {
          content: '';
          width: 14px;
          height: 1px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background-color: rgba(255, 255, 255, 0.5);
          -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s; }
      .menu-lb .menu-right-list p {
        font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
        font-size: 0.875rem;
        line-height: 18px;
        letter-spacing: 0.025em;
        margin: 0 auto;
        margin-top: 16px;
        width: 100%; }

.menu_lbox {
  position: static;
  background-color: transparent !important; }
  .menu_lbox .menu-lb-close {
    opacity: 0; }
  .menu_lbox .menu-left, .menu_lbox .menu-close {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .menu_lbox .menu-right {
    -webkit-transform: translateX(-220%);
    -ms-transform: translateX(-220%);
    transform: translateX(-220%); }

.menu_lbox.open .menu-lb-close {
  -webkit-animation: .8s both;
  animation: .8s both;
  -webkit-animation-name: opacity_in;
  animation-name: opacity_in; }

.menu_lbox.open .menu-left, .menu_lbox.open .menu-close {
  -webkit-animation: .8s both;
  animation: .8s both;
  -webkit-animation-name: fadeLeftIn_100p;
  animation-name: fadeLeftIn_100p; }

.menu_lbox.open .menu-right {
  -webkit-animation: 1.5s both .15s;
  animation: 1.5s both .15s;
  -webkit-animation-name: fadeLeftIn_220p;
  animation-name: fadeLeftIn_220p; }

.menu_lbox.close .menu-right, .menu_lbox.close .menu-close {
  -webkit-animation: 1.5s both;
  animation: 1.5s both;
  -webkit-animation-name: fadeLeftOut_220p;
  animation-name: fadeLeftOut_220p; }

.menu_lbox.close .menu-left {
  -webkit-animation: .8s both .5s;
  animation: .8s both .5s;
  -webkit-animation-name: fadeLeftOut_100p;
  animation-name: fadeLeftOut_100p; }

.search-lb-close {
  position: fixed;
  width: 77px;
  height: 77px;
  top: 0;
  left: 0;
  background-color: #d2d2d2;
  z-index: 10000;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .search-lb-close {
      width: 60px;
      height: 60px; } }
  .search-lb-close:hover .search-lb-close-inner {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .search-lb-close-inner {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }
    .search-lb-close-inner span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
      background-color: #256368; }
      .search-lb-close-inner span:first-child {
        width: 30px;
        height: 1px; }
      .search-lb-close-inner span:last-child {
        width: 1px;
        height: 30px; }

.search-lb {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999; }
  .search-lb-block {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    z-index: 10000; }
  .search-lb-inner {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 60%; }
    @media only screen and (max-width: 1300px) {
      .search-lb-inner {
        width: 100%; } }
  .search-lb .search-logo {
    padding-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap; }
    @media only screen and (max-width: 1400px) {
      .search-lb .search-logo {
        padding-top: 100px; } }
    @media only screen and (max-width: 767px) {
      .search-lb .search-logo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 70px; } }
    .search-lb .search-logo ~ .search-before {
      margin-top: 12vh; }
      @media only screen and (max-width: 767px) {
        .search-lb .search-logo ~ .search-before {
          margin-top: 5vh; } }
    .search-lb .search-logo ~ .search-after {
      margin-top: 8vh; }
    .search-lb .search-logo .search-img {
      background-image: url(../../assets/img/logo-white.png);
      width: 83px;
      height: 57px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px; }
      @media only screen and (max-width: 767px) {
        .search-lb .search-logo .search-img {
          margin-right: 10px; } }
    .search-lb .search-logo span {
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 1.125rem;
      color: #fff;
      vertical-align: middle; }
  .search-lb .search-reset {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 1rem;
    letter-spacing: 0.025em;
    color: #fff;
    margin-left: auto;
    cursor: pointer;
    position: relative;
    padding-left: 50px;
    display: none; }
    @media only screen and (max-width: 767px) {
      .search-lb .search-reset {
        margin-top: 10px; } }
    .search-lb .search-reset span {
      position: absolute;
      width: 35px;
      height: 2px;
      background-color: #fff;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .search-lb .search-reset span:before {
        content: '';
        position: absolute;
        width: 2px;
        height: 12px;
        background-color: #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 5px;
        top: -10px; }
  .search-lb .search-before .search-title__en {
    margin-bottom: 15vh; }
    @media only screen and (max-width: 767px) {
      .search-lb .search-before .search-title__en {
        margin-bottom: 5vh; } }
  .search-lb .search-after {
    display: none;
    padding-bottom: 70px; }
    .search-lb .search-after .search-title__en {
      margin-bottom: 8vh; }
  .search-lb .search-left {
    background: -webkit-gradient(linear, left top, left bottom, from(#0d646c), to(#013b53));
    background: -webkit-linear-gradient(#0d646c, #013b53);
    background: -o-linear-gradient(#0d646c, #013b53);
    background: linear-gradient(#0d646c, #013b53);
    width: 100%;
    min-height: 100%; }
    .search-lb .search-left-inner {
      max-width: 720px;
      margin: 0 auto;
      width: 90%; }
      .search-lb .search-left-inner dl {
        max-width: 560px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 0.9375rem;
        letter-spacing: 0.025em;
        color: rgba(255, 255, 255, 0.5); }
      .search-lb .search-left-inner dt {
        font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
        margin-right: 2px;
        white-space: nowrap; }
      .search-lb .search-left-inner dd a {
        font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
        color: rgba(255, 255, 255, 0.5);
        font-size: 0.9375rem;
        letter-spacing: 0.025em; }
        .search-lb .search-left-inner dd a:hover {
          color: #fff; }
        .search-lb .search-left-inner dd a:after {
          content: '、'; }
        .search-lb .search-left-inner dd a:last-child:after {
          content: '...'; }
  .search-lb .search-title__cn {
    font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: 0.015em;
    text-align: center;
    margin-bottom: 1vh; }
  .search-lb .search-title__en {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.6);
    text-align: center; }
  .search-lb .search-enter {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0.02em;
    color: #d5d5d5;
    text-align: center;
    margin-bottom: 50px; }
    .search-lb .search-enter span {
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-weight: bold;
      color: #f4f082;
      margin: 0 10px; }
  .search-lb .search-input-block {
    background-color: #3c7d85;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 30px;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 2vh; }
    @media only screen and (max-width: 767px) {
      .search-lb .search-input-block {
        padding: 12px 15px; } }
    .search-lb .search-input-block label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .search-lb .search-input-block hr {
      border: none;
      width: 1px;
      height: 30px;
      background-color: #77a4ab;
      margin: 0;
      margin-right: 30px; }
    .search-lb .search-input-block .icon-search {
      font-size: 1.125rem;
      color: #fff;
      cursor: pointer; }
  .search-lb .search-input {
    outline: none;
    border: none;
    background-color: transparent;
    font-size: 1rem;
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    letter-spacing: 0.025em;
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .search-lb .search-table {
    border-top: 4px solid #ccd8dd;
    border-bottom: 4px solid #ccd8dd; }
    .search-lb .search-table li {
      padding: 30px 50px 30px 80px;
      border-bottom: 1px solid #548b94; }
      @media only screen and (max-width: 767px) {
        .search-lb .search-table li {
          padding: 30px; } }
      .search-lb .search-table li:last-child {
        border-bottom: 0; }
      .search-lb .search-table li:hover {
        background-color: #2b6776; }
    .search-lb .search-table__title {
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-weight: bold;
      font-size: 1.25rem;
      line-height: 26px;
      letter-spacing: 0.025em;
      color: rgba(255, 255, 255, 0.8); }
    .search-lb .search-table__p {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.9375rem;
      line-height: 25px;
      letter-spacing: 0.025em;
      color: rgba(255, 255, 255, 0.5); }
  .search-lb .search-right {
    background-size: cover;
    height: 100%;
    width: 41%;
    position: absolute;
    top: 0;
    right: 0; }
  .search-lb .arrow {
    height: 70px;
    width: 1px;
    background-color: #fff;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 70px; }
    .search-lb .arrow:after {
      content: '';
      position: absolute;
      width: 15px;
      height: 1px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      right: -13px;
      top: 5px;
      background-color: #fff; }
    .search-lb .arrow span {
      font-family: Century Gothic;
      color: #fff;
      font-size: 0.9375rem;
      position: absolute;
      top: 0;
      right: 10px; }
  .search-lb input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .search-lb input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .search-lb input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .search-lb input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .search-lb input:focus::-webkit-input-placeholder {
    color: transparent; }
  .search-lb input:focus:-moz-placeholder {
    color: transparent; }
  .search-lb input:focus::-moz-placeholder {
    color: transparent; }
  .search-lb input:focus:-ms-input-placeholder {
    color: transparent; }

.search_lbox .search-lb-block, .search_lbox .search-right {
  height: 0%; }

.search_lbox .search-lb-close {
  opacity: 0; }

.search_lbox.open .search-lb-block, .search_lbox.open .search-right {
  -webkit-animation: lb-in .5s both;
  animation: lb-in .5s both; }

.search_lbox.open .search-lb-close {
  -webkit-animation: 1s both .5s;
  animation: 1s both .5s;
  -webkit-animation-name: opacity_in, fadeIn_100;
  animation-name: opacity_in, fadeIn_100; }

.search_lbox.close .search-before, .search_lbox.close .search-after, .search_lbox.close .search-lb-close, .search_lbox.close .search-logo {
  -webkit-animation: 1s both;
  animation: 1s both;
  -webkit-animation-name: fadeInOut_100, opacity_out;
  animation-name: fadeInOut_100, opacity_out; }

.search_lbox.close .search-lb-block, .search_lbox.close .search-right {
  -webkit-animation: lb-out .5s both 1s;
  animation: lb-out .5s both 1s; }

/************************************************************/
/************************共用********************************/
/************************************************************/
body {
  margin-left: 6%;
  overflow-x: hidden;
  zoom: 1;
  -webkit-animation: page-inner-tags 1s both;
  animation: page-inner-tags 1s both; }

.d-none {
  display: none !important; }
.all-none {
  display: none !important; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-12 {
  width: 100%; }

.flex-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important; }

.flex-2 {
  -webkit-box-flex: 2 !important;
  -ms-flex: 2 !important;
  flex: 2 !important; }

.flex-2-5 {
  -webkit-box-flex: 2.5 !important;
  -ms-flex: 2.5 !important;
  flex: 2.5 !important; }

.flex-3 {
  -webkit-box-flex: 3 !important;
  -ms-flex: 3 !important;
  flex: 3 !important; }

.flex-4 {
  -webkit-box-flex: 4 !important;
  -ms-flex: 4 !important;
  flex: 4 !important; }

.flex-5 {
  -webkit-box-flex: 5 !important;
  -ms-flex: 5 !important;
  flex: 5 !important; }

.flex-10 {
  -webkit-box-flex: 10 !important;
  -ms-flex: 10 !important;
  flex: 10 !important; }

.clear-fix {
  clear: both; }

.w-50 {
  width: 50%; }

.w-80 {
  width: 80%; }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.align-items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.pb-65 {
  padding-bottom: 65px; }

.pb-8 {
  padding-bottom: 80px; }

.mt-65 {
  margin-top: 65px; }

.op-0 {
  opacity: 0;
  -webkit-transform: translateY(-65px);
  -ms-transform: translateY(-65px);
  transform: translateY(-65px); }

.op-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.text-center {
  text-align: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .title-flex {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .title-flex h3 {
    color: #2f2f2f;
    margin-right: 24px; }
    @media only screen and (max-width: 767px) {
      .title-flex h3 {
        margin-right: 0; } }
    .title-flex h3 h3, .title-flex h3 p {
      font-size: 1.875rem; }

.border-none {
  border: none !important; }

.hamburger:hover .in-menu-80 {
  width: 100% !important; }

.hamburger-logo .border-t-2 {
  border-top: 1px solid #014c53;
  margin-bottom: 5px;
  width: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.hamburger-logo .border-t-2:nth-child(2) {
  width: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.hamburger-logo .border-t-2:last-child {
  margin-bottom: 0; }

.nav-float {
  position: fixed !important;
  top: 0;
  left: 6%;
  right: 0;
  z-index: 99; }

.nav-float-page {
  position: fixed !important;
  top: 65px;
  left: 0;
  right: 0;
  z-index: 99; }

.btn-prev, .btn-next {
  border: none;
  outline: none;
  padding: 0;
  position: absolute;
  display: block;
  width: 80px;
  height: 20px;
  background-color: transparent;
  cursor: pointer;
  z-index: 5; }

.btn-prev:after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background-color: #000; }

.btn-prev:before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #000;
  position: absolute;
  left: -1px;
  top: 6px; }

.btn-next:after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background-color: #000; }

.btn-next:before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #000;
  position: absolute;
  right: -1px;
  top: 6px; }

.playbtn {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  cursor: pointer; }
  .playbtn:after {
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #014c53;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3.5px;
    margin-top: -9px; }

.logo {
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0; }
  .logo a {
    font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 1.125rem;
    color: #fff;
    position: relative;
    line-height: 57px;
    letter-spacing: 0.01em; }
  .logo h1 {
    background-image: url(../../assets/img/logo.png);
    width: 83px;
    height: 57px;
    display: block;
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8); }
  .logo span {
    margin-left: 10px;
    line-height: 1.5; }
    @media only screen and (max-width: 767px) {
      .logo span {
        font-size: 0.875rem; } }

.logo.white h1 {
  -webkit-filter: none;
  filter: none;
  background-image: url(../../assets/img/logo-white.png); }

.in {
  opacity: 1 !important;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important; }

.in-logo {
  opacity: 1 !important;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

.in2 {
  opacity: 1 !important;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important; }

.in-menu-100 {
  width: 100% !important; }

.in-menu-80 {
  width: 80% !important; }

.in-side-menu {
  opacity: 1 !important;
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important; }

.loding-mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  overflow: hidden; }
  .loding-mask .white, .loding-mask .green {
    width: 50%; }
  .loding-mask .white {
    background-color: #ffffff;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s; }
  .loding-mask .green {
    background-color: #014c53;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s; }

.in-white {
  opacity: .5;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.in-green {
  opacity: .5;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.opacity-1 {
  opacity: 1; }

.lb-out {
  top: 100vh !important; }

@media (max-width: 767.9px) {
  .d-sm-none {
    display: none !important; }
  .col-sm-3 {
    width: 25% !important; }
  .col-sm-6 {
    width: 50% !important; }
  .col-sm-9 {
    width: 75% !important; }
  .col-sm-12 {
    width: 100% !important; } }

/************************************************************/
/*                        動畫                              */
/************************************************************/
@-webkit-keyframes video-ani {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes video-ani {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes news-list-ani {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes news-list-ani {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes page-inner-banner {
  0% {
    -webkit-filter: grayscale(0.5);
    filter: grayscale(0.5); }
  100% {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); } }

@keyframes page-inner-banner {
  0% {
    -webkit-filter: grayscale(0.5);
    filter: grayscale(0.5); }
  100% {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); } }

@-webkit-keyframes page-inner-tags {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes page-inner-tags {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes page-inner-tags-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes page-inner-tags-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes opacityIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opacityIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes page-inner-title {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -100px);
    transform: translate(-50%, -100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%, 0%);
    transform: translateY(-50%, 0%); } }

@keyframes page-inner-title {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -100px);
    transform: translate(-50%, -100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50%, 0%);
    transform: translateY(-50%, 0%); } }

@-webkit-keyframes page-inner-title-out {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50%, -100px);
    transform: translateY(-50%, -100px); } }

@keyframes page-inner-title-out {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50%, -100px);
    transform: translateY(-50%, -100px); } }

@-webkit-keyframes page-inner-content {
  0% {
    opacity: 0;
    -webkit-transform: translate(0%, -100px);
    transform: translate(0%, -100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%, 0%);
    transform: translateY(0%, 0%); } }

@keyframes page-inner-content {
  0% {
    opacity: 0;
    -webkit-transform: translate(0%, -100px);
    transform: translate(0%, -100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%, 0%);
    transform: translateY(0%, 0%); } }

@-webkit-keyframes page-inner-content-out {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0%, -100px);
    transform: translateY(0%, -100px); } }

@keyframes page-inner-content-out {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0%, -100px);
    transform: translateY(0%, -100px); } }

@-webkit-keyframes lb-in {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@keyframes lb-in {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@-webkit-keyframes lb-out {
  0% {
    height: 100%; }
  100% {
    height: 0; } }

@keyframes lb-out {
  0% {
    height: 100%; }
  100% {
    height: 0; } }

@-webkit-keyframes banner-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes banner-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes banner-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes banner-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes box-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes box-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes box-in-1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes box-in-1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes boximg-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes boximg-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes boximg-in-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes boximg-in-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

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

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

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

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

@-webkit-keyframes slideInDown-fix {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

@keyframes slideInDown-fix {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

@-webkit-keyframes slideInDownClose-fix {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%); } }

@keyframes slideInDownClose-fix {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%); } }

@-webkit-keyframes slideInDownClose {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%); } }

@keyframes slideInDownClose {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%); } }

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

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

@-webkit-keyframes slideInUp-2 {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@keyframes slideInUp-2 {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

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

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

/************************************************************/
/*                        header                            */
/************************************************************/
header {
  height: 100vh;
  position: relative;
  overflow: hidden; }
  header .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 50%;
    right: 3vw;
    width: auto;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto; }
  header .slick-dots li {
    margin: 5px; }
  header .slick-dots li.slick-active button:before {
    color: #000; }
  header .slick-dots li button:before {
    color: #000;
    content: '●';
    font-size: 1.3rem; }
  header .slick-dots li button:hover {
    color: #000; }
  @media only screen and (max-width: 768px) {
    header .slick-dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      top: auto;
      right: auto;
      left: 5%;
      bottom: 30%;
      width: auto;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    header .slick-dots li {
      margin: 5px; }
    header .slick-dots li.slick-active button:before {
      color: #000; }
    header .slick-dots li button:before {
      color: #000;
      content: '●';
      font-size: 1.3rem; }
    header .slick-dots li button:hover {
      color: #000; } }
  header .slider {
    width: 100%; }
  header .slider-img {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center -95px;
    position: relative; }
  header .row {
    margin-left: 5%;
    padding-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 5%;
    z-index: 5; }
    header .row .navbar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: auto; }
      header .row .navbar > .logo {
        margin-right: auto;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        header .row .navbar > .logo a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
      header .row .navbar > .logo-white a {
        color: #ffffff;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      header .row .navbar > .logo-black a {
        color: #000000;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      header .row .navbar .rtmenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
        font-size: 0.8125rem;
        opacity: 0;
        -webkit-transform: translateX(200%);
        -ms-transform: translateX(200%);
        transform: translateX(200%);
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s; }
      header .row .navbar .rtmenu-pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        header .row .navbar .rtmenu-pc i {
          margin-left: 10px; }
        header .row .navbar .rtmenu-pc span {
          width: 16px;
          margin-left: 10px;
          line-height: 16px; }
          header .row .navbar .rtmenu-pc span img {
            display: block;
            width: 100%; }
          header .row .navbar .rtmenu-pc span:first-child {
            height: 16px;
            background-size: cover; }
        header .row .navbar .rtmenu-pc div {
          padding: 0 10px;
          position: relative;
          display: inline; }
          header .row .navbar .rtmenu-pc div p {
            cursor: pointer;
            line-height: 18px; }
        header .row .navbar .rtmenu-pc-white p, header .row .navbar .rtmenu-pc-white a {
          color: #fff;
          -webkit-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
        header .row .navbar .rtmenu-pc-white svg {
          -webkit-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
          header .row .navbar .rtmenu-pc-white svg path {
            fill: #fff; }
        header .row .navbar .rtmenu-pc-black p, header .row .navbar .rtmenu-pc-black a {
          color: #000;
          -webkit-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
        header .row .navbar .rtmenu-pc-black svg {
          -webkit-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
          header .row .navbar .rtmenu-pc-black svg path {
            fill: #000; }
      header .row .navbar .change-language {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        line-height: 30px;
        margin-top: 20px;
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
        header .row .navbar .change-language:after {
          content: '';
          width: 1px;
          height: 15px;
          background-color: rgba(255, 255, 255, 0.5);
          position: absolute;
          top: -15px;
          left: 50%;
          margin-left: -1px; }
        header .row .navbar .change-language li {
          background-color: rgba(255, 255, 255, 0.8);
          border-left: 0px solid rgba(255, 255, 255, 0.5);
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
        header .row .navbar .change-language a {
          font-size: 0.8125rem;
          color: #014c53;
          letter-spacing: 1px;
          -webkit-transition: all 0s;
          -o-transition: all 0s;
          transition: all 0s; }
        header .row .navbar .change-language li:hover {
          border-left: 5px solid #014c53; }
      header .row .navbar hr {
        margin: 0;
        height: 15px;
        border: none;
        margin: 0 20px;
        border-right: 1px solid #fff; }
      header .row .navbar .rtmenu-phone {
        display: none; }
        header .row .navbar .rtmenu-phone .hamburger {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
          font-size: 0.75rem;
          color: #fff; }
        header .row .navbar .rtmenu-phone .hamburger-logo {
          width: 30px;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          margin-right: 10px; }
          header .row .navbar .rtmenu-phone .hamburger-logo .border-t-2 {
            border-top: 1px solid #fff !important; }
  header .headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000; }
  header .title {
    color: #ffffff;
    font-size: 2.8125rem;
    font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    line-height: 60px;
    margin-bottom: 2%;
    letter-spacing: 0.01em;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  header .title-white {
    color: #ffffff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  header .title-black {
    color: #000000;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  header .subtitle {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  header .subtitle-white, header .subtitle-black {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 1.125rem;
    width: 60%;
    line-height: 25px;
    letter-spacing: 0.05em;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  header .subtitle-white {
    color: #ffffff; }
  header .subtitle-black {
    color: #000000; }
  header .mask {
    height: 96px;
    background-color: #f0f0f0;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 1; }
  header .arrow {
    height: 100px;
    width: 1px;
    background-color: #000;
    position: absolute;
    left: 85%;
    bottom: 50px;
    z-index: 6; }
    header .arrow:after {
      content: '';
      position: absolute;
      width: 15px;
      height: 1px;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      right: -13px;
      bottom: 5px;
      background-color: #000; }
    header .arrow span {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      color: #000000;
      font-size: 0.875rem;
      position: absolute;
      bottom: 0;
      right: 10px;
      letter-spacing: 0.025em; }

.noRtmenu .rtmenu {
  display: none !important; }
  @media (max-width: 1300px) {
    .noRtmenu .rtmenu {
      display: block !important; } }

.menu-list {
  display: inline-block;
  width: 85%;
  max-width: 850px;
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
  background-color: #014c53;
  padding-left: 3.28125rem;
  padding-right: 3.28125rem;
  position: absolute;
  bottom: 0;
  z-index: 2; }
  @media (max-width: 768px) {
    .menu-list {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 575px) {
    .menu-list {
      width: 100%; } }
  .menu-list nav {
    position: relative; }
  .menu-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0.875rem; }
    .menu-list ul li {
      margin-top: 40px;
      margin-bottom: 40px;
      border-right: 1px solid #1b5b65;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 149px;
      height: 82px; }
      .menu-list ul li a {
        text-align: center;
        color: #ffffff; }
        .menu-list ul li a:hover i:before {
          color: #fff; }
      .menu-list ul li i {
        display: inline-block;
        height: 42px;
        font-size: 2.25rem;
        margin-bottom: 18px; }
        .menu-list ul li i:before {
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
      .menu-list ul li img {
        width: 36px;
        height: 42px;
        margin-bottom: 18px; }
      .menu-list ul li p {
        font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
        font-size: 0.875rem;
        letter-spacing: 0.025em; }
  .menu-list li:last-child {
    border: none; }
  @media (max-width: 767px) {
    .menu-list-cover {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 1;
      width: 28;
      height: 100%;
      background-color: #064349; }
      .menu-list-cover span {
        display: block;
        width: 13px;
        height: 13px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: translateX(-3px) rotate(-45deg);
        -ms-transform: translateX(-3px) rotate(-45deg);
        transform: translateX(-3px) rotate(-45deg); } }

.menu-news {
  display: none;
  margin-left: 2.1875rem; }
  .menu-news > p {
    font-size: 1rem;
    font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    color: #fff;
    letter-spacing: 0.025em;
    margin-bottom: 1.25rem; }

.menu-news-list {
  font-size: 0.875rem;
  width: 80%; }
  .menu-news-list span {
    font-family: Myriad Pro;
    font-style: italic;
    color: #e1d857;
    letter-spacing: 0.05em;
    margin-right: 20px; }
  .menu-news-list a {
    font-size: 0.875rem;
    font-family: Myriad Pro;
    font-weight: normal;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 3.6875rem;
    overflow: hidden;
    letter-spacing: 0.05em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%; }

.side-menu {
  position: fixed;
  height: 100vh;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 9999;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s; }
  .side-menu-topblock {
    position: relative;
    width: 100%;
    height: 100%; }
    .side-menu-topblock .menu-logo {
      position: absolute;
      z-index: 100;
      display: block;
      padding: 80px 0;
      overflow: hidden;
      opacity: 0;
      width: 100%;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      text-align: center; }
    .side-menu-topblock > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      cursor: pointer; }
    .side-menu-topblock .hamburger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.75rem;
      color: #014c53; }
      .side-menu-topblock .hamburger .hamburger-logo {
        width: 25px;
        margin-right: 12px; }
      .side-menu-topblock .hamburger span {
        font-size: 0.75rem;
        letter-spacing: 0.05em;
        font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
        font-weight: bold; }
  .side-menu .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 347.81px;
    background-color: #014c53;
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    border-right: 1px solid #27676d; }
    .side-menu .search hr {
      width: 30%;
      border: none;
      border-top: 1px solid #397379; }
    .side-menu .search a {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      color: #fff;
      font-size: 0.875rem;
      letter-spacing: 0.05em; }
    .side-menu .search-close {
      height: 162px; }
      .side-menu .search-close .col-12 {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        letter-spacing: 0.05em;
        position: relative; }
        .side-menu .search-close .col-12 i {
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          margin-bottom: 12px; }
      .side-menu .search-close a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .side-menu .search-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 328px;
      background-color: #014c53;
      width: 100%;
      color: rgba(255, 255, 255, 0.8);
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      border-right: 1px solid #27676d; }
      .side-menu .search-open hr {
        margin: 0 auto;
        width: 30%;
        border: none;
        border-top: 1px solid #397379; }
      .side-menu .search-open .col-12 {
        height: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative; }
        .side-menu .search-open .col-12 i {
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          margin-bottom: 12px; }
        .side-menu .search-open .col-12 span {
          vertical-align: middle; }
          .side-menu .search-open .col-12 span img {
            width: 100%;
            display: block; }
      .side-menu .search-open a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .side-menu .search-open a span {
          display: block;
          width: 20px;
          margin-bottom: 12px; }
          .side-menu .search-open a span img {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
      .side-menu .search-open p {
        letter-spacing: 0.05em; }

.nav-navbar {
  position: relative; }

@media (max-width: 1550px) {
  .menu-news {
    display: none; }
  .side-menu .search-open .col-12 {
    height: 45%; } }

@media (max-width: 1300px) {
  body {
    margin-left: 0px; }
  .side-menu {
    display: none; }
  header .row {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    header .row .navbar .rtmenu-pc {
      display: none; }
    header .row .navbar .rtmenu-phone {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  header .mask {
    height: 81px; }
  header .slider-img {
    background-position: center -80px; }
  .menu-list ul li {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px; }
  .menu-news {
    display: none; } }

@media (max-width: 1200px) {
  header .headline {
    width: 94%;
    margin-left: -5%;
    padding-right: 5%;
    padding-left: 5%; }
  header .subtitle-white, header .subtitle-black {
    width: 100%; }
  header .arrow {
    left: 93%; } }

@media (min-width: 768px) {
  .side-menu .search-open {
    display: none; } }

@media (max-width: 768px) {
  body {
    margin-left: 0px; }
  .side-menu {
    display: none; }
  header .row {
    padding-top: 10px; }
    header .row .navbar .rtmenu-pc {
      display: none; }
    header .row .navbar .rtmenu-phone {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  h1 {
    font-size: 0;
    line-height: 49px; }
    h1:after {
      content: '';
      background-image: url(../../assets/img/phone/logo.png);
      width: 72px;
      height: 49px;
      position: absolute;
      left: -100px; } }

@media (max-width: 767.9px) {
  header .slider-img {
    background-position: center center; }
  header .headline .title {
    font-size: 1.75rem;
    line-height: 36px; }
  header .headline .subtitle {
    font-size: 0.875rem;
    line-height: 18px;
    width: 100%; }
  header .mask {
    height: 81px;
    background-color: #fff; }
  header .arrow {
    height: 60px;
    left: 50%;
    bottom: -30px;
    margin-left: -1px; }
  .menu-list {
    padding: 0; }
    .menu-list nav {
      overflow: hidden;
      overflow-x: scroll; }
    .menu-list ul {
      width: 250vw;
      padding-right: 50px; }
      .menu-list ul li {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 40px; }
        .menu-list ul li p {
          font-size: 0.8125rem; } }

@media (max-height: 800px) {
  header .col-6 {
    width: 100%; } }

.float-navbar .row {
  padding-left: 5%;
  padding-right: 5%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .float-navbar .row .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .float-navbar .row .navbar > a {
      margin-right: auto;
      background-image: url(../../assets/img/phone/logo.png);
      width: 72px;
      height: 49px; }
    .float-navbar .row .navbar .rtmenu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #fff;
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.8125rem; }
    .float-navbar .row .navbar .rtmenu-phone .hamburger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.75rem;
      color: #014c53; }
    .float-navbar .row .navbar .rtmenu-phone .hamburger-logo {
      width: 25px;
      margin-right: 10px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

@media (min-width: 1300.1px) {
  .float-navbar {
    display: none; } }

@media (max-width: 1300px) {
  .float-navbar {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 65px; } }

/************************************************************/
/*                         footer                           */
/************************************************************/
footer {
  margin-top: 130px;
  padding-bottom: 70px;
  margin-left: -6.4%;
  padding-left: 15%;
  padding-right: 11%;
  margin-right: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%); }
  footer .footer-pc {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  footer .footer-logo > a {
    display: block;
    background-image: url(../../assets/img/footer-logo.png);
    width: 79px;
    height: 55px;
    margin-bottom: 10px; }
  footer .footer-logo h3 {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 0.75rem;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.7);
    letter-spacing: 0.01em; }
    footer .footer-logo h3 a {
      margin-left: 5px;
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.75rem;
      color: rgba(0, 0, 0, 0.7);
      letter-spacing: 0.01em; }
  footer .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%; }
    footer .footer-menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 1rem; }
    footer .footer-menu .footer-menu-up {
      margin-bottom: 15px;
      width: 80%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      footer .footer-menu .footer-menu-up hr {
        height: 16px;
        margin: 0;
        border: none;
        border-right: 1px solid #99bfc2; }
      footer .footer-menu .footer-menu-up a {
        color: rgba(0, 0, 0, 0.8);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        letter-spacing: 0.01em; }
      footer .footer-menu .footer-menu-up a:hover {
        color: rgba(0, 0, 0, 0.5); }
    footer .footer-menu .footer-menu-down {
      margin-top: 15px;
      width: 80%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      footer .footer-menu .footer-menu-down a {
        color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        letter-spacing: 0.01em; }
      footer .footer-menu .footer-menu-down a:hover {
        color: #000; }
  footer .external-link {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 1%; }
    footer .external-link ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    footer .external-link .external-link-up {
      margin-bottom: 16px; }
      footer .external-link .external-link-up a {
        color: #b2b2b2;
        padding-left: 15px;
        padding-right: 15px; }
      footer .external-link .external-link-up i {
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
      footer .external-link .external-link-up i:hover {
        color: #333333;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
    footer .external-link .external-link-down li:first-child {
      padding-right: 18px;
      border-right: 1px solid #99bfc2; }
    footer .external-link .external-link-down li:last-child {
      padding-left: 18px; }
    footer .external-link .external-link-down a {
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.875rem;
      color: rgba(0, 0, 0, 0.6);
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      letter-spacing: 0.01em; }
    footer .external-link .external-link-down a:hover {
      color: #000; }

@media (max-width: 1680px) {
  footer .footer-menu {
    width: 100%; } }

@media (max-width: 1200px) {
  footer {
    margin-bottom: 0;
    padding-left: 20%; }
    footer .footer-pc {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      footer .footer-pc .footer-menu {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      footer .footer-pc .external-link {
        margin-left: -6px; }
      footer .footer-pc .external-link-up {
        margin-left: -10px; }
    footer .footer-logo h3 {
      text-align: center; }
    footer .col-4 {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 50px; }
    footer .external-link-up {
      margin-left: -15px; }
    footer .external-link-down {
      margin-left: 5px; } }

@media (min-width: 768px) {
  footer {
    margin-right: 0; }
  .footer-phone {
    display: none; } }

@media (max-width: 767.9px) {
  footer {
    padding: 0;
    margin: 0;
    padding-left: 2%;
    padding-right: 2%; }
    footer .footer-phone {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      margin-bottom: 16px; }
      footer .footer-phone hr {
        border: none;
        border-right: 1px solid #99bfc2; }
      footer .footer-phone .col-6, footer .footer-phone .col-12 {
        margin-bottom: 20px; }
      footer .footer-phone .col-12:first-child {
        margin-bottom: 0; }
    footer .footer-menu-up {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      footer .footer-menu-up a {
        font-size: 0.875rem;
        color: rgba(0, 0, 0, 0.8);
        line-height: 36px;
        font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif; }
    footer .external-link {
      margin-left: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      footer .external-link li {
        margin-left: 30px; }
      footer .external-link li:first-child {
        margin-left: 0; }
      footer .external-link a {
        color: #b2b2b2;
        line-height: 36px; }
    footer .footer-menu-down {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      footer .footer-menu-down a {
        font-size: 0.875rem;
        line-height: 36px;
        color: rgba(0, 0, 0, 0.8); }
    footer .footer-phone-logo {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
      footer .footer-phone-logo img {
        width: 79px;
        height: 55px; }
    footer .like-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    footer .footer-message {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 10px; }
      footer .footer-message li {
        padding-right: 15px; }
      footer .footer-message li:first-child {
        border-right: 1px solid #99bfc2; }
      footer .footer-message li:last-child {
        padding-left: 15px;
        padding-right: 0; }
      footer .footer-message a {
        color: rgba(0, 0, 0, 0.5);
        font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
        font-size: 0.75rem; }
    footer .footer-copyright {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: rgba(0, 0, 0, 0.45);
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.6875rem; }
      footer .footer-copyright a {
        margin-left: 5px;
        color: rgba(0, 0, 0, 0.45);
        font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
        font-size: 0.6875rem; } }

@media (max-width: 575px) {
  footer .footer-phone .footer-menu-up hr {
    border: none !important; }
  footer .footer-phone .footer-menu-up a {
    line-height: normal; } }

.video-lightbox {
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .video-lightbox .video-close {
    position: fixed;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background-color: #014c53;
    cursor: pointer; }
  .video-lightbox .video-close:hover span:nth-child(1) {
    -webkit-transform: rotate(45deg) scale(1.1);
    -ms-transform: rotate(45deg) scale(1.1);
    transform: rotate(45deg) scale(1.1); }
  .video-lightbox .video-close:hover span:nth-child(2) {
    -webkit-transform: rotate(-45deg) scale(1.1);
    -ms-transform: rotate(-45deg) scale(1.1);
    transform: rotate(-45deg) scale(1.1); }
  .video-lightbox .close {
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .video-lightbox .close:hover {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .video-lightbox .close span {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -15px;
      width: 30px;
      height: 1px;
      display: block;
      background-color: #fff;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    .video-lightbox .close span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .video-lightbox .close span:nth-child(2) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .video-lightbox iframe {
    -webkit-animation-name: video-ani;
    animation-name: video-ani;
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }

.video-ani {
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }

/************************************************************/
/*                         共用                             */
/************************************************************/
.search_year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  background-color: #d8d8d8;
  margin-bottom: 12px;
  padding-right: 40px;
  padding-left: 40px; }
  .search_year label {
    font-family: Microsoft JhengHei;
    font-size: 0.875rem;
    letter-spacing: 0.025em;
    color: rgba(0, 0, 0, 0.9); }
  .search_year hr {
    margin: 0 40px;
    width: 23px;
    height: 1px;
    border: none;
    border-top: 1px solid #178d98; }
  .search_year .nice-select {
    font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    background-color: transparent;
    border: none;
    outline: none;
    padding-left: 0;
    padding-right: 40px; }
    .search_year .nice-select:after {
      border-right: 6px solid transparent;
      border-left: 6px solid transparent;
      border-bottom: none;
      border-top: 6px solid #178d98;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      margin-top: -3px; }
  .search_year .nice-select.open:after {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: none;
    border-bottom: 6px solid #178d98;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

.nice-select .list {
  height: 160px;
  overflow-y: scroll;
  width: 185px;
  left: -80%;
  top: 47px;
  scrollbar-base-color: #d8d8d8; }
  .nice-select .list::-webkit-scrollbar {
    width: 5px; }
  .nice-select .list::-webkit-scrollbar-thumb {
    background-color: #d8d8d8; }

.nice-select .option {
  text-align: center; }

.page header {
  height: auto; }

.page .page_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding-left: 16%;
  padding-top: 150px; }
  @media only screen and (max-width: 767px) {
    .page .page_title {
      padding-left: 0;
      width: 90%;
      margin: 0 auto; } }
  .page .page_title h2 {
    font-family: 'Century Gothic Bold', 'Microsoft JhengHei';
    font-size: 2.8125rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 26px; }
    .page .page_title h2 span {
      font-size: 2.1875rem;
      letter-spacing: 0.05em; }
  .page .page_title p {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 1.625rem;
    letter-spacing: 0.01em;
    color: #fff; }
  .page .page_title .page_title_p2 {
    font-family: Myriad Pro;
    font-size: 1rem;
    line-height: 22px;
    letter-spacing: 0.025em;
    max-width: 500px; }
  .page .page_title--black h2 {
    color: #000; }
  .page .page_title--black p {
    color: rgba(0, 0, 0, 0.6); }

.page nav {
  background-color: #363636;
  position: relative; }
  .page nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 32px; }
  .page nav li {
    padding-left: 35px;
    padding-right: 35px;
    border-right: 1px solid #266267;
    white-space: nowrap; }
    .page nav li a {
      font-size: 0.9375rem;
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      color: #fff;
      letter-spacing: 0.05em;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      position: relative; }
      .page nav li a:after {
        content: '';
        position: absolute;
        width: 0%;
        height: 2px;
        left: 50%;
        bottom: -10px;
        background-color: #fff;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
      @media (min-width: 1024px) {
        .page nav li a:hover:after {
          width: 100%; } }
  .page nav li:last-child {
    padding-left: 35px;
    border-right: none; }
  .page nav .active:after {
    width: 100%; }
  .page nav .arrow {
    height: 75px;
    width: 1px;
    background-color: #000;
    position: absolute;
    left: 90%;
    bottom: -50%;
    z-index: 6; }
    .page nav .arrow:after {
      content: '';
      position: absolute;
      width: 15px;
      height: 1px;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      right: -13px;
      bottom: 5px;
      background-color: #000; }
    .page nav .arrow span {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      color: #000000;
      font-size: 0.875rem;
      position: absolute;
      bottom: 0;
      right: 10px;
      letter-spacing: 0.025em; }

.page .nav-fix {
  position: fixed;
  top: 0;
  left: 6%;
  right: 0;
  z-index: 10; }
  @media (max-width: 1300px) {
    .page .nav-fix {
      margin-top: 65px;
      left: 0; } }

.page .search {
  border: none !important; }

.page .navbar {
  float: right; }
  .page .navbar .tags {
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .page .navbar .tags a {
      font-family: 'Century Gothic Bold', 'Microsoft JhengHei';
      font-size: 0.8125rem;
      letter-spacing: 0.025em;
      color: #fff;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      .page .navbar .tags a:hover {
        color: #fff; }
    .page .navbar .tags li:first-child a {
      color: #fff;
      font-weight: bold; }
    .page .navbar .tags li:nth-child(1) {
      padding-right: 12px; }
    .page .navbar .tags li {
      padding: 0 12px;
      border-right: 1px solid #146b73; }
    .page .navbar .tags li:last-child {
      border-right: none; }
  .page .navbar .external-link {
    height: 77px;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 34px; }
    .page .navbar .external-link a {
      color: #b2b2b2;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .page .navbar .external-link a:hover {
        color: #fff; }
    .page .navbar .external-link li:nth-child(2) {
      margin: 0 40px; }

.page .rt-bg {
  position: absolute;
  width: 183px;
  height: 6px;
  background-color: #014c53;
  right: 0;
  top: 0; }

.page_main {
  background-color: #f0f0f0;
  position: relative; }
  .page_main .arrow {
    height: 80px;
    width: 1px;
    background-color: #000;
    position: absolute;
    left: 50%;
    bottom: -40px;
    margin-left: -1px;
    z-index: 1; }
    .page_main .arrow:after {
      content: '';
      position: absolute;
      width: 15px;
      height: 1px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      right: -13px;
      top: 5px;
      background-color: #000; }
    .page_main .arrow span {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      color: #000000;
      font-size: 0.875rem;
      position: absolute;
      top: 0;
      right: 10px; }

.page_main_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 60px 0;
  max-width: 1240px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  .page_main_title h3 {
    font-family: Microsoft JhengHei;
    font-weight: bold;
    font-size: 1.75rem;
    letter-spacing: 0.025em; }
  .page_main_title span {
    font-size: 1.125rem; }
  .page_main_title p {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 1.875rem;
    line-height: 60px;
    letter-spacing: 0.025em;
    color: #949494; }

.page-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #313131;
  padding: 90px 12% 60px 12%;
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: auto;
  opacity: 0;
  -webkit-animation: opacityIn 1s 2s both;
  animation: opacityIn 1s 2s both; }
  .page-footer .footer-logo > a {
    display: block;
    background-image: url(../../assets/img/footer-logo2.png);
    width: 79px;
    height: 55px;
    margin-bottom: 10px;
    opacity: .8; }
  .page-footer .footer-logo h3 {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.3); }
    .page-footer .footer-logo h3 a {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.75rem;
      line-height: 16px;
      letter-spacing: 0.01em;
      color: rgba(255, 255, 255, 0.3);
      margin-left: 5px; }
    .page-footer .footer-logo h3 span {
      margin-left: 3px; }
  .page-footer .footer-message {
    text-align: center; }
    .page-footer .footer-message p:first-child {
      font-family: Microsoft JhengHei;
      font-size: 0.875rem;
      letter-spacing: 0.01em;
      color: rgba(255, 255, 255, 0.5);
      margin-bottom: 16px; }
    .page-footer .footer-message p:last-child {
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 1.5rem;
      letter-spacing: 0.005em;
      color: rgba(255, 255, 255, 0.8); }
  .page-footer .footer-mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .page-footer .footer-mail p {
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.875rem;
      letter-spacing: 0.01em;
      color: rgba(45, 203, 216, 0.8);
      margin-right: 7px;
      margin-bottom: 0; }
    .page-footer .footer-mail a {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.875rem;
      letter-spacing: 0.01em;
      color: rgba(255, 255, 255, 0.6); }
  .page-footer .arrow {
    height: 80px;
    width: 1px;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: -40px;
    margin-left: -2px;
    z-index: 9999; }
    .page-footer .arrow:after {
      content: '';
      position: absolute;
      width: 15px;
      height: 1px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      right: -13px;
      top: 5px;
      background-color: #000; }
    .page-footer .arrow:before {
      content: '';
      position: absolute;
      width: 1px;
      height: 40px;
      background-color: #fff;
      bottom: 0; }
    .page-footer .arrow span {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      color: #000000;
      font-size: 0.875rem;
      position: absolute;
      top: 0;
      right: 10px; }

@media (max-width: 1200px) {
  .page_main_title .search_year {
    padding-left: 40px; } }

@media (max-width: 960px) {
  .page-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 90px 12% 40px 12%; }
    .page-footer .col-4 {
      width: auto;
      margin-bottom: 20px; }
    .page-footer .col-4:nth-child(1) {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-top: 20px; }
      .page-footer .col-4:nth-child(1) a {
        margin-left: auto;
        margin-right: auto; }
    .page-footer .col-4:nth-child(2) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1; }
    .page-footer .col-4:nth-child(3) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      .page-footer .col-4:nth-child(3) p {
        margin-right: 5px; } }

@media (max-width: 767.9px) {
  .page .page_title {
    padding-top: 50px; }
  .page .banner {
    background-size: cover;
    height: calc(100vh - 80px) !important; }
  .page nav {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3; }
    .page nav .arrow {
      display: none; }
    .page nav li {
      padding-left: 15px;
      padding-right: 15px; }
    .page nav li:last-child {
      padding-left: 15px; }
  .page .navbar .tags, .page .navbar .rt-bg {
    display: none; }
  .page .footer-phone {
    padding-top: 80px; }
  .page_main_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 150px 0 35px 0; }
    .page_main_title .title {
      margin-bottom: 20px; }
    .page_main_title .search_year {
      padding-right: 20px;
      padding-left: 20px; }
  .page_main {
    padding-bottom: 40px; } }

@media (max-width: 460px) {
  .page-footer {
    padding: 90px 12% 60px 12%; }
    .page-footer .footer-logo h3 {
      white-space: nowrap; }
  .page_main_title .nice-select .list {
    width: 100px;
    left: -20%; } }

.page-ajax .banner {
  position: relative;
  z-index: 1; }
  .page-ajax .banner .tags {
    opacity: 0;
    -webkit-animation: page-inner-tags 1s;
    animation: page-inner-tags 1s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .page-ajax .banner .title {
    -webkit-animation: page-inner-title 1s;
    animation: page-inner-title 1s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

.page-ajax .content {
  -webkit-animation: page-inner-content 1s;
  animation: page-inner-content 1s;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/************************************************************/
/*                         news page                        */
/************************************************************/
.page_news_content {
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .page_news_content .box {
    width: calc(33.33333% - 90px);
    margin-right: 45px;
    margin-left: 45px;
    background-color: #fbfbfb;
    -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 140px;
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px); }
    .page_news_content .box a {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1; }
    .page_news_content .box:hover .more {
      opacity: 1;
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(20px); }
    .page_news_content .box .date {
      margin: 47px auto 37px auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 70%;
      padding-top: 83px;
      padding-bottom: 48px; }
    .page_news_content .box .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .page_news_content .box .title {
      text-align: center; }
    .page_news_content .box .gradation_1, .page_news_content .box .gradation_2, .page_news_content .box .gradation_3, .page_news_content .box .gradation_4 {
      width: 80%; }
      .page_news_content .box .gradation_1 .year, .page_news_content .box .gradation_1 .classify, .page_news_content .box .gradation_2 .year, .page_news_content .box .gradation_2 .classify, .page_news_content .box .gradation_3 .year, .page_news_content .box .gradation_3 .classify, .page_news_content .box .gradation_4 .year, .page_news_content .box .gradation_4 .classify {
        font-style: italic;
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.65); }
      .page_news_content .box .gradation_1 .year, .page_news_content .box .gradation_2 .year, .page_news_content .box .gradation_3 .year, .page_news_content .box .gradation_4 .year {
        margin-bottom: 10px; }
    .page_news_content .box .gradation_1 {
      background: -webkit-gradient(linear, left top, left bottom, from(#e95f55), to(#ed8e56));
      background: -webkit-linear-gradient(#e95f55, #ed8e56);
      background: -o-linear-gradient(#e95f55, #ed8e56);
      background: linear-gradient(#e95f55, #ed8e56); }
    .page_news_content .box .gradation_2 {
      background: -webkit-gradient(linear, left top, left bottom, from(#0b3b6c), to(#188e90));
      background: -webkit-linear-gradient(#0b3b6c, #188e90);
      background: -o-linear-gradient(#0b3b6c, #188e90);
      background: linear-gradient(#0b3b6c, #188e90); }
    .page_news_content .box .gradation_3 {
      background: -webkit-gradient(linear, left top, left bottom, from(#56c08c), to(#3d828e));
      background: -webkit-linear-gradient(#56c08c, #3d828e);
      background: -o-linear-gradient(#56c08c, #3d828e);
      background: linear-gradient(#56c08c, #3d828e); }
    .page_news_content .box .gradation_4 {
      background: -webkit-gradient(linear, left top, left bottom, from(#2b71b9), to(#865cae));
      background: -webkit-linear-gradient(#2b71b9, #865cae);
      background: -o-linear-gradient(#2b71b9, #865cae);
      background: linear-gradient(#2b71b9, #865cae); }
    .page_news_content .box p {
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      color: #fff; }
    .page_news_content .box .month {
      font-size: 1.4375rem;
      line-height: 27px;
      letter-spacing: 0.025em;
      text-transform: uppercase;
      margin-bottom: 14px; }
    .page_news_content .box .day {
      font-size: 2.875rem;
      line-height: 37px;
      margin-bottom: 35px; }
    .page_news_content .box .tags {
      padding-left: 30px;
      border-left: 1px solid rgba(255, 255, 255, 0.3); }
    .page_news_content .box h4 {
      width: 80%;
      margin: 0 auto;
      font-family: Microsoft JhengHei;
      font-weight: bold;
      font-size: 0.9375rem;
      line-height: 25px;
      letter-spacing: 0.025em;
      margin-bottom: 82px; }
    .page_news_content .box .more {
      display: block;
      width: 152px;
      padding-left: 22px;
      margin-left: auto;
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.75rem;
      line-height: 31px;
      letter-spacing: 0.025em;
      color: #fff;
      background-color: #363636;
      position: absolute;
      bottom: 30px;
      right: 0;
      opacity: 0;
      -webkit-transform: translateX(5%);
      -ms-transform: translateX(5%);
      transform: translateX(5%);
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
  .page_news_content .box.h-img .block {
    width: 50%; }
  .page_news_content .box.h-img .date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 21px;
    padding: 0; }
  .page_news_content .box.h-img .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .page_news_content .box.h-img p {
    color: #178d98; }
  .page_news_content .box.h-img .title {
    padding-right: 35px;
    border-right: 1px solid rgba(0, 0, 0, 0.3); }
  .page_news_content .box.h-img .month {
    margin-bottom: 10px;
    font-size: 0.9375rem;
    line-height: 8px; }
  .page_news_content .box.h-img .day {
    font-size: 1.875rem;
    line-height: 24px;
    margin-bottom: 0; }
  .page_news_content .box.h-img .box-hover {
    width: 80%;
    margin: 0 auto;
    overflow: hidden; }
  .page_news_content .box.h-img:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .page_news_content .box.h-img img {
    width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: block; }
  .page_news_content .box.h-img h4 {
    margin-top: 37px; }
  .page_news_content .box.h-img .tags {
    border: none; }
    .page_news_content .box.h-img .tags p {
      color: rgba(0, 0, 0, 0.5);
      font-style: italic;
      font-size: 0.875rem;
      letter-spacing: 0.025em; }
  .page_news_content .box.show .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .page_news_content .box.show p {
    color: #fff; }
  .page_news_content .box.show .title {
    margin-right: 35px; }
  .page_news_content .box.show .month {
    margin-bottom: 10px;
    font-size: 0.9375rem;
    line-height: 8px; }
  .page_news_content .box.show .day {
    font-size: 1.875rem;
    line-height: 24px;
    margin-bottom: 0; }
  .page_news_content .box.show .w-80 {
    margin-bottom: 37px; }
  .page_news_content .box.show img {
    display: block;
    margin: 0 auto;
    max-height: 100px; }
  .page_news_content .box.show .tags {
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
    .page_news_content .box.show .tags p {
      color: rgba(255, 255, 255, 0.5); }

@media (max-width: 1500px) {
  .page_news_content .box {
    margin-right: 30px;
    margin-left: 30px;
    width: calc(33.33333% - 60px); } }

@media (max-width: 1200px) {
  .page_news_content .box {
    width: calc(50% - 60px);
    margin-bottom: 100px; } }

@media (max-width: 767.9px) {
  .page_news_content .box {
    width: 100%;
    margin-bottom: 70px; } }

.news-lb {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .news-lb .w-100 {
    width: 100%; }
  .news-lb .news-close {
    position: absolute;
    left: 0;
    top: 0;
    width: 77px;
    height: 77px;
    background-color: #014c53;
    cursor: pointer; }
  .news-lb .news-close:hover span:nth-child(1) {
    -webkit-transform: rotate(45deg) scale(1.1);
    -ms-transform: rotate(45deg) scale(1.1);
    transform: rotate(45deg) scale(1.1); }
  .news-lb .news-close:hover span:nth-child(2) {
    -webkit-transform: rotate(-45deg) scale(1.1);
    -ms-transform: rotate(-45deg) scale(1.1);
    transform: rotate(-45deg) scale(1.1); }
  .news-lb .page-close {
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .news-lb .page-close:hover {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .news-lb .page-close span {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -15px;
      width: 30px;
      height: 1px;
      display: block;
      background-color: #fff;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    .news-lb .page-close span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .news-lb .page-close span:nth-child(2) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .news-lb .btn-prev {
    left: -40px;
    top: 50%;
    margin-top: -10px; }
  .news-lb .btn-next {
    right: -40px;
    top: 50%;
    margin-top: -10px; }
  .news-lb .slick-dots {
    bottom: -35px; }
  .news-lb .slick-dots li button:before {
    opacity: 1;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #a1c4c7;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px; }
  .news-lb .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #146b73; }
  .news-lb .content {
    width: 50%;
    margin: 0 auto;
    margin-top: 135px;
    margin-bottom: 175px; }
    .news-lb .content .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      width: 100%;
      margin-bottom: 38px; }
    .news-lb .content .date {
      text-align: center;
      color: #178d98;
      margin-right: 40px; }
    .news-lb .content .month {
      text-transform: uppercase;
      font-size: 1.0625rem; }
    .news-lb .content .day {
      font-size: 2.25rem; }
    .news-lb .content h4 {
      font-family: Microsoft JhengHei;
      font-weight: bold;
      font-size: 1.5rem;
      letter-spacing: 0.01em;
      line-height: 38px; }
    .news-lb .content .img {
      margin-bottom: 80px; }
      .news-lb .content .img p {
        font-family: Microsoft JhengHei;
        font-size: 0.9375rem;
        line-height: 25px;
        letter-spacing: 0.025em;
        color: rgba(0, 0, 0, 0.9);
        margin-top: 80px; }
      .news-lb .content .img .img-list li {
        position: relative; }
      .news-lb .content .img .img-list img {
        display: block;
        width: 100%; }
      .news-lb .content .img .img-list .playbtn {
        top: 55%; }
      .news-lb .content .img .img-list span {
        margin-top: 16px;
        display: block;
        text-align: center;
        font-family: Myriad Pro, Microsoft JhengHei;
        font-size: 0.875rem; }
    .news-lb .content .inner {
      font-family: Microsoft JhengHei; }
      .news-lb .content .inner li {
        margin-bottom: 85px; }
      .news-lb .content .inner h5 {
        font-weight: bold;
        font-size: 1.25rem;
        line-height: 30px;
        letter-spacing: 0.01em;
        color: rgba(0, 0, 0, 0.9);
        margin-bottom: 12px; }
      .news-lb .content .inner p {
        font-family: Myriad Pro, Microsoft JhengHei;
        font-size: 0.9375rem;
        line-height: 25px;
        letter-spacing: 0.02em;
        color: rgba(0, 0, 0, 0.8); }
    .news-lb .content .h-img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .news-lb .content .h-img .block {
        width: 48%; }
    .news-lb .content .h-img-2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .news-lb .content .h-img-2 .block {
        width: 48%; }
        .news-lb .content .h-img-2 .block p {
          text-align: center;
          margin-top: 10px;
          font-size: 0.875rem; }
    .news-lb .content .h-img-2-1 .block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%; }
    .news-lb .content .h-img-2-1 img {
      width: 50%; }
    .news-lb .content .h-img-2-1 p {
      width: 40%;
      font-size: 0.875rem; }
    .news-lb .content .exhibitor {
      display: none; }
    .news-lb .content .show {
      display: none;
      width: 50%;
      margin: 0 auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .news-lb .content .show p {
        font-family: Microsoft JhengHei;
        font-weight: bold;
        font-size: 1.25rem;
        letter-spacing: 0.01em;
        color: black;
        margin-bottom: 30px; }
      .news-lb .content .show li {
        font-family: Microsoft JhengHei;
        font-size: 0.9375rem;
        line-height: 30px;
        letter-spacing: 0.025em;
        color: rgba(0, 0, 0, 0.8); }
        .news-lb .content .show li span {
          font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
          text-transform: capitalize; }
  .news-lb .video-lightbox {
    display: none; }
    .news-lb .video-lightbox .video-close {
      left: 5.8%;
      width: 62px;
      height: 62px; }

.news-lb.open {
  opacity: 1;
  -webkit-animation: lb-in .5s both;
  animation: lb-in .5s both; }
  .news-lb.open .news-close, .news-lb.open .tags, .news-lb.open .external-link {
    -webkit-animation: slideInDown 1s both .5s;
    animation: slideInDown 1s both .5s; }
  .news-lb.open .mask {
    -webkit-animation: opacityIn 2s both .5s;
    animation: opacityIn 2s both .5s; }
  .news-lb.open .title {
    -webkit-animation: slideInDown 1s both 1s;
    animation: slideInDown 1s both 1s; }
  .news-lb.open .img, .news-lb.open .show, .news-lb.open .inner {
    -webkit-animation: slideInUp 1s both 1.5s;
    animation: slideInUp 1s both 1.5s; }

.news-lb.close {
  -webkit-animation: lb-out .5s both 1s;
  animation: lb-out .5s both 1s; }
  .news-lb.close .news-close, .news-lb.close .tags, .news-lb.close .external-link {
    -webkit-animation: slideInDownClose 1s both;
    animation: slideInDownClose 1s both; }
  .news-lb.close .mask {
    -webkit-animation: slideInDownClose 1s both;
    animation: slideInDownClose 1s both; }
  .news-lb.close .title {
    -webkit-animation: slideInDownClose 1s both;
    animation: slideInDownClose 1s both; }
  .news-lb.close .img, .news-lb.close .show, .news-lb.close .inner {
    -webkit-animation: slideInDownClose 1s both;
    animation: slideInDownClose 1s both; }

.no-img .img-list {
  display: none !important; }

.exhibitor-content .exhibitor {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin: 0 auto;
  height: 430px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#0b3b6c), to(#188e90));
  background: -webkit-linear-gradient(#0b3b6c, #188e90);
  background: -o-linear-gradient(#0b3b6c, #188e90);
  background: linear-gradient(#0b3b6c, #188e90); }
  .exhibitor-content .exhibitor img {
    width: 30%; }

.exhibitor-content .inner {
  display: none; }

.exhibitor-content .img .img-list, .exhibitor-content .img p {
  display: none; }

.exhibitor-content .show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.exhibitor-content .news-footer .col-6:last-child {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  width: 40%; }

.exhibitor-content .news-footer .w-50 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  margin-left: auto; }

@media (max-width: 1300px) {
  .news-lb .content {
    width: 75%; } }

@media (max-width: 960px) {
  .news-lb .content {
    margin-bottom: 105px; }
    .news-lb .content .inner li {
      margin-bottom: 50px; }
    .news-lb .content .img {
      margin-bottom: 50px; }
    .news-lb .content .h-img-2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .news-lb .content .h-img-2 .block {
        width: 100%;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      .news-lb .content .h-img-2 img {
        width: 50%; }
      .news-lb .content .h-img-2 p {
        width: 40%; }
  .exhibitor-content .content {
    width: 80%; }
    .exhibitor-content .content .show {
      width: 70%; }
  .exhibitor-content .news-footer .col-6:last-child {
    margin: 0 auto;
    margin-bottom: 50px;
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .exhibitor-content .news-footer .col-6:last-child > p {
      margin-bottom: 20px; } }

@media (max-width: 767.9px) {
  .news-lb .mask {
    display: none; }
  .news-lb .news-close {
    width: 60px;
    height: 60px;
    left: 0; }
  .news-lb .img-list {
    margin-left: -5.64%;
    margin-right: -5.64%; }
  .news-lb .content {
    width: 90%;
    margin-top: 100px;
    margin-bottom: 100px; }
    .news-lb .content .title {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .news-lb .content .date {
      margin-right: 0;
      margin-bottom: 10px; }
    .news-lb .content .img {
      margin-bottom: 40px; }
      .news-lb .content .img p {
        margin-top: 50px; }
    .news-lb .content .inner li {
      margin-bottom: 40px; }
    .news-lb .content .h-img {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .news-lb .content .h-img .block {
        width: 100%;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .news-lb .content .h-img img {
        width: auto; }
      .news-lb .content .h-img p {
        width: 100%; }
    .news-lb .content .h-img-2 .block, .news-lb .content .h-img-2-1 .block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .news-lb .content .h-img-2 img, .news-lb .content .h-img-2-1 img {
      width: auto; }
    .news-lb .content .h-img-2 p, .news-lb .content .h-img-2-1 p {
      width: 100%;
      text-align: center;
      margin-top: 10px; }
  .news-lb .video-lightbox .video-close {
    left: 0; }
  .exhibitor-content .content .show {
    width: 80%; } }

@media (max-width: 460px) {
  .page_news_content .box:hover .more {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  .exhibitor-content .content .show {
    width: 95%; }
  .news-lb .content .h-img-2 .block p, .news-lb .content .h-img-2-1 .block p {
    font-size: 0.75rem; } }

.news-footer {
  margin: 0 auto;
  position: relative;
  padding-top: 70px;
  padding-bottom: 140px; }
  .news-footer .w-50 {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .news-footer .col-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .news-footer .col-6 > p {
      font-family: Microsoft JhengHei;
      font-weight: bold;
      font-size: 1.125rem;
      letter-spacing: 0.01em;
      color: rgba(0, 0, 0, 0.9);
      margin-bottom: 30px; }
    .news-footer .col-6 li {
      font-family: Microsoft JhengHei;
      font-size: 0.9375rem;
      line-height: 30px;
      letter-spacing: 0.025em;
      color: rgba(0, 0, 0, 0.6); }
      .news-footer .col-6 li span {
        font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
        text-transform: capitalize; }
  .news-footer .col-6:last-child {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px); }
  .news-footer .related {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .news-footer .related li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 15px 0; }
    .news-footer .related hr {
      margin-top: 0;
      margin-bottom: 0;
      border: 0;
      border-right: 1px solid #ccc; }
    .news-footer .related a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.875rem;
      letter-spacing: 0.01em;
      color: rgba(0, 0, 0, 0.6);
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
      .news-footer .related a:hover {
        color: #000; }
    .news-footer .related img {
      width: 40px;
      margin-bottom: 20px; }
    .news-footer .related p {
      line-height: 1; }

@media (max-width: 1300px) {
  .news-footer .w-50 {
    width: 75%; }
  .news-footer .col-6:last-child {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px); } }

@media (max-width: 1200px) {
  .news-footer .w-50 {
    width: 80%; } }

@media (max-width: 960px) {
  .news-footer {
    padding-bottom: 60px; }
    .news-footer .w-50 {
      width: 60%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .news-footer .col-6 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      margin-bottom: 50px; }
      .news-footer .col-6 > p {
        margin-bottom: 0; }
      .news-footer .col-6 ul {
        width: 70%; }
      .news-footer .col-6 li span {
        white-space: nowrap; }
    .news-footer .col-6:last-child {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); } }

@media (max-width: 767.9px) {
  .news-footer .mask-2 {
    width: 100%; }
  .news-footer .w-50 {
    width: 90%; }
  .news-footer .col-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .news-footer .col-6 ul {
      width: 100%; }
    .news-footer .col-6 li {
      white-space: nowrap; }
    .news-footer .col-6 > p {
      margin-bottom: 20px; }
  .news-footer .col-6:last-child > p {
    margin-bottom: 30px !important; }
  .news-footer .related img {
    margin-bottom: 10px; } }

.page .lb-close {
  position: fixed;
  top: 0;
  width: 77px;
  height: 77px;
  background-color: #014c53;
  cursor: pointer;
  z-index: 50;
  opacity: 0; }
  @media only screen and (max-width: 767px) {
    .page .lb-close {
      left: 0;
      width: 60px;
      height: 60px; } }

.page .lb:hover span:nth-child(1) {
  -webkit-transform: rotate(45deg) scale(1.1);
  -ms-transform: rotate(45deg) scale(1.1);
  transform: rotate(45deg) scale(1.1); }

.page .lb:hover span:nth-child(2) {
  -webkit-transform: rotate(-45deg) scale(1.1);
  -ms-transform: rotate(-45deg) scale(1.1);
  transform: rotate(-45deg) scale(1.1); }

.page .page-close {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }
  .page .page-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .page .page-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 1px;
    display: block;
    background-color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
  .page .page-close span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .page .page-close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/************************************************************/
/*                     investor page                        */
/************************************************************/
.investor-lb {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
  opacity: 0; }
  .investor-lb .banner .tags {
    -webkit-animation: none;
    animation: none; }

.investor_inner {
  margin-left: 0; }

.page_investor_content {
  padding: 0 10%;
  padding-bottom: 100px;
  overflow: hidden; }
  .page_investor_content .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 125px; }
    .page_investor_content .col-12 .inner {
      width: 635px;
      padding-left: 100px;
      padding-right: 165px;
      margin-bottom: -20px;
      opacity: 0; }
    .page_investor_content .col-12 h4 {
      font-family: 微軟正黑體;
      font-weight: bold;
      font-size: 1.5625rem;
      letter-spacing: 0.01em;
      position: relative;
      margin-left: 50px;
      margin-bottom: 15px; }
      .page_investor_content .col-12 h4:after {
        content: '';
        display: block;
        width: 65px;
        height: 3px;
        background-color: #178d98;
        position: absolute;
        top: 50%;
        margin-top: -1.5px;
        left: -82.5px; }
    .page_investor_content .col-12 .subtitle {
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 1.25rem;
      letter-spacing: 0.01em;
      margin-bottom: 46px; }
    .page_investor_content .col-12 p {
      font-family: 微軟正黑體;
      font-size: 0.875rem;
      line-height: 22px;
      letter-spacing: 0.025em;
      opacity: .7;
      margin-bottom: 62px; }
    .page_investor_content .col-12 ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: -15px; }
    .page_investor_content .col-12 li {
      padding-right: 15px;
      padding-left: 15px;
      margin-bottom: 20px;
      border-right: 2px solid #83bec4; }
    .page_investor_content .col-12 li:last-child {
      border-right: none; }
    .page_investor_content .col-12 a {
      font-family: 微軟正黑體;
      font-size: 0.9375rem;
      line-height: 20px;
      letter-spacing: 0.025em;
      color: #000;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    .page_investor_content .col-12 a:hover {
      opacity: .7; }
    .page_investor_content .col-12 .d-block {
      opacity: 0; }
    .page_investor_content .col-12 img {
      display: block;
      width: 100%; }
  .page_investor_content .col-12:nth-child(2n-1) .inner {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px); }
  .page_investor_content .col-12:nth-child(2n-1) .d-block {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px); }
  .page_investor_content .col-12:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .page_investor_content .col-12:nth-child(2n) .inner {
      width: 590px;
      padding: 0;
      padding-left: 15%;
      -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
      transform: translateX(100px); }
    .page_investor_content .col-12:nth-child(2n) .d-block {
      -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
      transform: translateX(-100px); }
  .page_investor_content .col-12:nth-child(3) {
    margin-bottom: 0; }

.investor-lb.open {
  opacity: 1;
  -webkit-animation: lb-in .5s both;
  animation: lb-in .5s both; }
  .investor-lb.open .banner {
    -webkit-animation: banner-in 1s both .5s;
    animation: banner-in 1s both .5s; }
    .investor-lb.open .banner .lb-close {
      -webkit-animation: slideInDown 1s both .5s;
      animation: slideInDown 1s both .5s; }
    .investor-lb.open .banner .tags {
      -webkit-animation: slideInDown 1s both .5s;
      animation: slideInDown 1s both .5s; }
    .investor-lb.open .banner .title {
      -webkit-animation: slideInDown-fix 1s both 1s;
      animation: slideInDown-fix 1s both 1s; }
  .investor-lb.open .content {
    -webkit-animation: slideInUp 1s both 1s;
    animation: slideInUp 1s both 1s; }

.investor-lb.close {
  -webkit-animation: lb-out .5s both 1s;
  animation: lb-out .5s both 1s; }
  .investor-lb.close .content {
    -webkit-animation: slideInDownClose 1s both;
    animation: slideInDownClose 1s both; }
  .investor-lb.close .banner {
    -webkit-animation: banner-out 1s both;
    animation: banner-out 1s both; }
    .investor-lb.close .banner .tags, .investor-lb.close .banner .lb-close {
      -webkit-animation: slideInDownClose 1s both;
      animation: slideInDownClose 1s both; }
    .investor-lb.close .banner .title {
      -webkit-animation: slideInDownClose-fix 1s both;
      animation: slideInDownClose-fix 1s both; }

@media (max-width: 1600px) {
  .page_investor_content .col-12:nth-child(2n-1) .inner {
    padding-right: 9%; }
  .page_investor_content .col-12:nth-child(2n) .inner {
    padding-left: 9%; } }

@media (max-width: 1200px) {
  .page_investor_content .col-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 85px; }
    .page_investor_content .col-12 .inner {
      width: 90%;
      margin: 0 auto;
      margin-top: 30px;
      padding: 0 !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .page_investor_content .col-12 h4 {
      width: 100%; }
    .page_investor_content .col-12 .subtitle {
      width: 100%;
      margin-bottom: 30px; }
    .page_investor_content .col-12 p {
      width: 50%;
      margin-right: auto;
      margin-bottom: 0; }
    .page_investor_content .col-12 ul {
      position: absolute;
      right: 0;
      top: 0;
      width: 40%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-left: 0; }
    .page_investor_content .col-12 li {
      padding: 0 !important;
      border: none !important;
      position: relative !important; }
      .page_investor_content .col-12 li:after {
        content: '';
        position: absolute;
        width: 7px;
        height: 1px;
        background-color: #000;
        top: 42%;
        left: -15px;
        margin-top: -1.5px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .page_investor_content .col-12 li:before {
        content: '';
        position: absolute;
        width: 7px;
        height: 1px;
        background-color: #000;
        top: 62%;
        left: -15px;
        margin-top: -1.5px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .page_investor_content .col-12:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .page_investor_content .col-12:nth-child(2n) .inner {
      width: 90%; } }

@media (max-width: 767.9px) {
  .page_investor_content {
    padding: 0;
    padding-bottom: 50px;
    overflow: hidden; }
    .page_investor_content .col-12 {
      margin-bottom: 60px; }
      .page_investor_content .col-12 p {
        width: 100%;
        margin-bottom: 20px; }
      .page_investor_content .col-12 ul {
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      .page_investor_content .col-12 li {
        width: 33.33333%; } }

@media (max-width: 560px) {
  .page_investor_content .col-12 .inner {
    width: 80%; }
  .page_investor_content .col-12 li {
    width: 100%; }
  .page_investor_content .col-12:nth-child(2n) .inner {
    width: 80%; } }

/************************************************************/
/*                     investor 首頁                        */
/************************************************************/
/************************************************************/
/*                     investor 內頁                        */
/************************************************************/
.investor-ajax .lb-close {
  left: 0;
  width: 77px;
  height: 77px; }

.investor-ajax .navbar .tags {
  margin-right: 33px; }
  .investor-ajax .navbar .tags li:first-child a {
    color: #fff !important; }
  .investor-ajax .navbar .tags a {
    color: #fff !important; }
    .investor-ajax .navbar .tags a:hover {
      color: #fff !important; }

.investor-ajax .rt-bg {
  width: 317px; }

.investor-lb .rt-bg {
  display: none; }

.investor-lb .navbar .tags {
  margin-right: 0;
  padding: 0 20px;
  border-top: 6px solid #014c53; }

.investor-lb .banner {
  width: 100%;
  height: 545px;
  background-size: cover;
  background-position: center center;
  position: relative;
  -webkit-animation: banner-in 1.5s both;
  animation: banner-in 1.5s both;
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }
  .investor-lb .banner .title {
    font-family: 微軟正黑體;
    font-weight: bold;
    font-size: 2.25rem;
    letter-spacing: 0.025em;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 80%;
    text-align: center;
    line-height: 1.3; }

.investor-lb .content {
  width: 45%;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 170px; }

.investor-lb h4 {
  font-family: 微軟正黑體;
  font-weight: bold;
  text-align: center;
  font-size: 1.625rem;
  letter-spacing: 0.02em;
  margin-bottom: 30px; }

.investor-lb .search_year {
  width: 360px;
  margin: 0 auto;
  margin-bottom: 60px; }

.investor-lb .table-title {
  font-family: 'Century Gothic Bold','Microsoft JhengHei';
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 25px; }

.investor-lb .table {
  margin-left: -40px;
  margin-right: -40px;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  margin-bottom: 42px; }

.investor-lb .row-title {
  margin-right: 40px;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 20px 0; }
  .investor-lb .row-title p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 0.025em;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .investor-lb .row-title span {
    opacity: .4;
    font-size: 0.8125rem;
    letter-spacing: 0.02em;
    margin-top: 7px; }
  .investor-lb .row-title li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center; }

.investor-lb .row-footer {
  margin-left: 40px;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 18px 0;
  border-top: 2px solid #000; }
  .investor-lb .row-footer p {
    width: 20%;
    text-align: center;
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 0.875rem; }
  .investor-lb .row-footer p:first-child {
    font-weight: bold; }
  .investor-lb .row-footer p:last-child {
    visibility: hidden; }

.investor-lb .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 40px;
  margin-left: 40px;
  border-top: 2px solid #000; }
  .investor-lb .inner li:last-child ul {
    border: none; }
  .investor-lb .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 0.875rem;
    padding: 10px 0;
    border-bottom: 1px solid #999; }
    .investor-lb .inner ul li {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      text-align: center; }
      .investor-lb .inner ul li img {
        width: 22px; }

.investor-lb .description {
  margin-right: 7%;
  margin-left: 7%;
  font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.025em;
  color: rgba(0, 0, 0, 0.8);
  line-height: 22px; }
  .investor-lb .description li span {
    position: relative; }
    .investor-lb .description li span:after {
      content: '';
      position: absolute;
      width: 4px;
      height: 4px;
      background-color: #178d98;
      border-radius: 50%;
      top: 8px;
      left: -10px;
      margin-top: -2px; }

@media (max-width: 1300px) {
  .investor-lb .content {
    width: 80% !important; } }

@media (max-width: 767.9px) {
  .investor-ajax .lb-close {
    width: 60px;
    height: 60px; }
  .investor-ajax .navbar .tags {
    top: 0; }
  .investor-lb .nice-select .list {
    width: 155px; }
  .investor-lb .search_year {
    width: 290px;
    padding-left: 20px;
    padding-right: 20px; }
  .investor-lb .banner {
    height: 80vh !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .investor-lb .banner .title {
      padding-top: 0px; }
  .investor-lb .content {
    margin-bottom: 130px; } }

@media (max-width: 460px) {
  .investor-lb .content {
    width: 90% !important; }
  .investor-ajax .rt-bg {
    width: 210px; }
  .investor-ajax .navbar .tags {
    top: 0px !important;
    height: 45px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .investor-ajax .navbar .tags li:nth-child(2) {
      padding-right: 0;
      border-right: none; }
    .investor-ajax .navbar .tags li:nth-child(3) {
      display: none; } }

.investor-finance-01-lb .month {
  display: none; }

.investor-finance-01-lb ul li p {
  font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif; }
  .investor-finance-01-lb ul li p span {
    opacity: .4;
    font-size: 0.8125rem;
    letter-spacing: 0.02em;
    margin-top: 7px; }

.investor-finance-01-lb ul li p:first-child {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left; }

.investor-finance-01-lb ul li p:last-child {
  display: block; }

@media (max-width: 767.9px) {
  .investor-finance-01-lb .inner {
    margin: 0; }
  .investor-finance-01-lb .table {
    margin: 0;
    border: none; }
  .investor-finance-01-lb .row-title {
    display: none; }
  .investor-finance-01-lb .inner {
    border: none; }
    .investor-finance-01-lb .inner > li {
      margin-bottom: 70px; }
    .investor-finance-01-lb .inner > li:last-child {
      margin-bottom: 0; }
    .investor-finance-01-lb .inner .month {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      display: block;
      text-align: center;
      border-bottom: 4px solid #000;
      padding-bottom: 10px;
      font-weight: bold; }
    .investor-finance-01-lb .inner ul {
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-bottom: 2px solid #000; }
      .investor-finance-01-lb .inner ul li:first-child {
        display: none; }
      .investor-finance-01-lb .inner ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 13px 0;
        border-bottom: 1px solid #999; }
        .investor-finance-01-lb .inner ul li p:first-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-weight: bold;
          padding-left: 20px; }
        .investor-finance-01-lb .inner ul li p:last-child {
          padding-right: 20px; }
        .investor-finance-01-lb .inner ul li a {
          padding-right: 20px; }
      .investor-finance-01-lb .inner ul li:last-child {
        border: none; }
  .investor-finance-01-lb .row-footer {
    margin: 0;
    padding-bottom: 25px; }
    .investor-finance-01-lb .row-footer p:last-child {
      display: none; } }

.investor-finance-02-lb .content {
  width: 40%; }

.investor-finance-02-lb .inner .year {
  display: none; }

.investor-finance-02-lb .inner ul {
  padding: 16px 0; }
  .investor-finance-02-lb .inner ul li p {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif; }
    .investor-finance-02-lb .inner ul li p span {
      opacity: .4;
      font-size: 0.8125rem;
      letter-spacing: 0.02em;
      margin-top: 7px; }
  .investor-finance-02-lb .inner ul li p:first-child {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left; }
  .investor-finance-02-lb .inner ul li p:last-child {
    display: block; }

@media (max-width: 767.9px) {
  .investor-finance-02-lb .table {
    margin: 0;
    border: none; }
  .investor-finance-02-lb .row-title {
    display: none; }
  .investor-finance-02-lb .inner {
    margin: 0;
    border: none; }
    .investor-finance-02-lb .inner > li {
      margin-bottom: 70px; }
    .investor-finance-02-lb .inner > li:last-child {
      margin-bottom: 0;
      border-bottom: 2px solid #000; }
    .investor-finance-02-lb .inner .year {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      display: block;
      text-align: center;
      border-bottom: 4px solid #000;
      padding-bottom: 10px;
      font-weight: bold; }
    .investor-finance-02-lb .inner ul {
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-bottom: 2px solid #000; }
      .investor-finance-02-lb .inner ul li:first-child {
        display: none; }
      .investor-finance-02-lb .inner ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 13px 0;
        border-bottom: 1px solid #999; }
        .investor-finance-02-lb .inner ul li p:first-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-weight: bold;
          padding-left: 20px; }
        .investor-finance-02-lb .inner ul li p:last-child {
          padding-right: 20px; }
        .investor-finance-02-lb .inner ul li a {
          padding-right: 60px; }
      .investor-finance-02-lb .inner ul li:last-child {
        border: none; } }

.investor-shareholder-01-lb .flex-2 {
  font-family: 微軟正黑體;
  letter-spacing: 0.025em; }

.investor-shareholder-01-lb .inner a {
  font-family: 微軟正黑體;
  font-weight: bold;
  font-size: 0.875rem;
  color: #178d98; }

.investor-shareholder-01-lb .inner ul li:nth-child(3) img {
  width: 18px; }

.investor-shareholder-01-lb .inner .year {
  display: none; }

.investor-shareholder-01-lb .inner ul {
  padding: 14px 0; }
  .investor-shareholder-01-lb .inner ul li p {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif; }
    .investor-shareholder-01-lb .inner ul li p span {
      opacity: .4;
      font-size: 0.8125rem;
      letter-spacing: 0.02em;
      margin-top: 7px; }
  .investor-shareholder-01-lb .inner ul li p:first-child {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left; }
  .investor-shareholder-01-lb .inner ul li p:last-child {
    display: block; }

@media (max-width: 767.9px) {
  .investor-shareholder-01-lb .table {
    margin: 0;
    border: none; }
  .investor-shareholder-01-lb .row-title {
    display: none; }
  .investor-shareholder-01-lb .inner {
    margin: 0;
    border: none; }
    .investor-shareholder-01-lb .inner > li {
      margin-bottom: 70px; }
    .investor-shareholder-01-lb .inner > li:last-child {
      margin-bottom: 0;
      border-bottom: 2px solid #000; }
    .investor-shareholder-01-lb .inner .year {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      display: block;
      text-align: center;
      border-bottom: 4px solid #000;
      padding-bottom: 10px;
      font-weight: bold; }
    .investor-shareholder-01-lb .inner ul {
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-bottom: 2px solid #000; }
      .investor-shareholder-01-lb .inner ul li:first-child {
        display: none; }
      .investor-shareholder-01-lb .inner ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 13px 0;
        border-bottom: 1px solid #999; }
        .investor-shareholder-01-lb .inner ul li p:first-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-weight: bold;
          padding-left: 20px; }
        .investor-shareholder-01-lb .inner ul li p:last-child {
          padding-right: 20px; }
        .investor-shareholder-01-lb .inner ul li a {
          padding-right: 60px; }
      .investor-shareholder-01-lb .inner ul li:last-child {
        border: none; } }

.investor-shareholder-02-lb .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .investor-shareholder-02-lb .d-flex p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    line-height: 20px;
    font-family: 微軟正黑體;
    margin-top: 7px; }
    .investor-shareholder-02-lb .d-flex p span {
      display: block;
      margin-top: 0; }
    .investor-shareholder-02-lb .d-flex p span:first-child {
      font-size: 1rem; }

.investor-shareholder-02-lb .table {
  position: relative; }

.investor-shareholder-02-lb .col-mask {
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #fff; }

.investor-shareholder-02-lb .col-mask-1 {
  top: 0;
  left: 50%;
  margin-left: -1.5px; }

.investor-shareholder-02-lb .col-mask-2 {
  top: 0;
  left: 81%;
  margin-left: -1.5px; }

.investor-shareholder-02-lb .inner .year {
  display: none; }

.investor-shareholder-02-lb .inner .title-1, .investor-shareholder-02-lb .inner .title-2 {
  display: none; }

.investor-shareholder-02-lb .inner ul {
  padding: 20px 0; }
  .investor-shareholder-02-lb .inner ul li p {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif; }
    .investor-shareholder-02-lb .inner ul li p span {
      opacity: .4;
      font-size: 0.8125rem;
      letter-spacing: 0.02em;
      margin-top: 7px; }
  .investor-shareholder-02-lb .inner ul li p:first-child {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left; }
  .investor-shareholder-02-lb .inner ul li p:last-child {
    display: block; }

@media (max-width: 1400px) {
  .investor-shareholder-02-lb .col-mask-2 {
    left: 79%; } }

@media (max-width: 767.9px) {
  .investor-shareholder-02-lb .col-mask {
    display: none; }
  .investor-shareholder-02-lb .table {
    margin: 0;
    border: none; }
  .investor-shareholder-02-lb .row-title {
    display: none; }
  .investor-shareholder-02-lb .inner {
    margin: 0;
    border: none; }
    .investor-shareholder-02-lb .inner > li {
      margin-bottom: 70px; }
    .investor-shareholder-02-lb .inner > li:last-child {
      margin-bottom: 0;
      border-bottom: 2px solid #000; }
    .investor-shareholder-02-lb .inner .year {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      display: block;
      text-align: center;
      border-bottom: 4px solid #000;
      padding-bottom: 10px;
      font-weight: bold; }
    .investor-shareholder-02-lb .inner .title-1, .investor-shareholder-02-lb .inner .title-2 {
      display: block;
      border-bottom: 2px solid #000;
      font-weight: bold; }
    .investor-shareholder-02-lb .inner ul {
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-bottom: 2px solid #000; }
      .investor-shareholder-02-lb .inner ul li:first-child {
        display: none; }
      .investor-shareholder-02-lb .inner ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 13px 0;
        border-bottom: 1px solid #999; }
        .investor-shareholder-02-lb .inner ul li p:first-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-weight: bold;
          padding-left: 20px; }
        .investor-shareholder-02-lb .inner ul li p:last-child {
          padding-right: 20px; }
        .investor-shareholder-02-lb .inner ul li img {
          margin-right: 20px; }
      .investor-shareholder-02-lb .inner ul li:nth-child(4), .investor-shareholder-02-lb .inner ul li:nth-child(7) {
        border-bottom: 1px solid #000; }
      .investor-shareholder-02-lb .inner ul li:last-child {
        border: none; } }

.investor-shareholder-03-lb .content {
  width: 40%; }

.investor-shareholder-03-lb .inner .year {
  display: none; }

.investor-shareholder-03-lb .inner ul {
  padding: 16px 0; }
  .investor-shareholder-03-lb .inner ul li p {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif; }
    .investor-shareholder-03-lb .inner ul li p span {
      opacity: .4;
      font-size: 0.8125rem;
      letter-spacing: 0.02em;
      margin-top: 7px; }
  .investor-shareholder-03-lb .inner ul li p:first-child {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left; }
  .investor-shareholder-03-lb .inner ul li p:last-child {
    display: block; }

@media (max-width: 767.9px) {
  .investor-shareholder-03-lb .table {
    margin: 0;
    border: none; }
  .investor-shareholder-03-lb .row-title {
    display: none; }
  .investor-shareholder-03-lb .inner {
    margin: 0;
    border: none; }
    .investor-shareholder-03-lb .inner > li {
      margin-bottom: 70px; }
    .investor-shareholder-03-lb .inner > li:last-child {
      margin-bottom: 0;
      border-bottom: 2px solid #000; }
    .investor-shareholder-03-lb .inner .year {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      display: block;
      text-align: center;
      border-bottom: 4px solid #000;
      padding-bottom: 10px;
      font-weight: bold; }
    .investor-shareholder-03-lb .inner ul {
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-bottom: 2px solid #000; }
      .investor-shareholder-03-lb .inner ul li:first-child {
        display: none; }
      .investor-shareholder-03-lb .inner ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 13px 0;
        border-bottom: 1px solid #999; }
        .investor-shareholder-03-lb .inner ul li p:first-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-weight: bold;
          padding-left: 20px; }
        .investor-shareholder-03-lb .inner ul li p:last-child {
          padding-right: 20px; }
        .investor-shareholder-03-lb .inner ul li a {
          padding-right: 60px; }
      .investor-shareholder-03-lb .inner ul li:last-child {
        border: none; } }

.investor-investor-01-lb .content {
  width: 30% !important;
  margin-bottom: 270px; }
  .investor-investor-01-lb .content p {
    font-family: 微軟正黑體;
    font-size: 0.9375rem;
    line-height: 22px;
    letter-spacing: 0.02em;
    opacity: .9;
    text-align: center;
    margin-bottom: 54px; }

.investor-investor-01-lb .inner {
  border: none; }
  .investor-investor-01-lb .inner .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #999;
    padding: 20px 0; }

.investor-investor-01-lb form {
  font-family: 微軟正黑體;
  position: relative; }

.investor-investor-01-lb label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin-left: 8%;
  position: relative; }
  .investor-investor-01-lb label:after {
    content: '*';
    font-size: 16px;
    position: absolute;
    color: red;
    top: -5px;
    left: -15px; }

.investor-investor-01-lb input, .investor-investor-01-lb .nice-select {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  border: none;
  outline: none;
  font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  font-size: 0.9375rem; }

.investor-investor-01-lb input:focus::-webkit-input-placeholder {
  color: transparent; }

.investor-investor-01-lb input:focus:-moz-placeholder {
  color: transparent; }

.investor-investor-01-lb input:focus::-moz-placeholder {
  color: transparent; }

.investor-investor-01-lb input:focus:-ms-input-placeholder {
  color: transparent; }

.investor-investor-01-lb .nice-select {
  height: auto;
  line-height: normal; }
  .investor-investor-01-lb .nice-select .list {
    display: block;
    padding: 0;
    top: 36px;
    left: 0;
    right: 0;
    width: auto;
    border-radius: 0;
    background-color: #313131; }
    .investor-investor-01-lb .nice-select .list li:first-child {
      display: none; }
  .investor-investor-01-lb .nice-select .option {
    color: rgba(255, 255, 255, 0.5); }
  .investor-investor-01-lb .nice-select .option:hover {
    background-color: #313131;
    color: #27aab6; }
  .investor-investor-01-lb .nice-select .option.selected.focus {
    background-color: #313131; }

.investor-investor-01-lb .confirm {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -175px; }
  .investor-investor-01-lb .confirm button {
    border: none;
    outline: none; }
  .investor-investor-01-lb .confirm .btn {
    display: inline-block;
    width: 49.8%;
    line-height: 45px;
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.025em;
    color: rgba(255, 255, 255, 0.9);
    text-align: center; }
  .investor-investor-01-lb .confirm .btn-reset {
    background-color: #959595; }
  .investor-investor-01-lb .confirm .btn-sent {
    background-color: #014c53;
    float: right; }

.investor-investor-01-lb .description a {
  margin-left: 5px;
  font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  color: #178d98; }

@media (max-width: 1200px) {
  .investor-investor-01-lb .content {
    width: 60% !important; } }

@media (max-width: 767.9px) {
  .investor-investor-01-lb .content {
    width: 90% !important;
    margin-bottom: 215px; }
  .investor-investor-01-lb .table {
    margin: 0;
    margin-bottom: 42px; }
  .investor-investor-01-lb .inner {
    margin: 0; }
    .investor-investor-01-lb .inner .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-bottom: 15px; }
  .investor-investor-01-lb label {
    margin-bottom: 15px; }
  .investor-investor-01-lb input, .investor-investor-01-lb .nice-select {
    padding: 0;
    margin-left: 8%; }
  .investor-investor-01-lb .nice-select .list {
    top: 32px; } }

.investor-investor-02-lb .content {
  width: 40%; }
  .investor-investor-02-lb .content > p {
    font-family: 微軟正黑體;
    font-size: 0.9375rem;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 86px;
    line-height: 22px; }

.investor-investor-02-lb .inner {
  border: none; }
  .investor-investor-02-lb .inner ul {
    padding: 40px 0; }
    .investor-investor-02-lb .inner ul li p {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif; }
    .investor-investor-02-lb .inner ul li:nth-child(1) {
      font-size: 1rem;
      font-weight: bold;
      text-align: left;
      padding-left: 5%; }
    .investor-investor-02-lb .inner ul li:nth-child(2) {
      text-align: left;
      padding-left: 50px; }
      .investor-investor-02-lb .inner ul li:nth-child(2) p:nth-child(1) {
        font-size: 0.9375rem;
        font-weight: bold;
        opacity: .9; }
      .investor-investor-02-lb .inner ul li:nth-child(2) p {
        font-size: 0.875rem;
        letter-spacing: 0.025em;
        color: #000;
        opacity: .9;
        margin-bottom: 16px; }
      .investor-investor-02-lb .inner ul li:nth-child(2) p:last-child {
        margin-bottom: 0; }
      .investor-investor-02-lb .inner ul li:nth-child(2) span:first-child {
        font-size: 0.875rem;
        letter-spacing: 0.025em;
        color: #868686;
        opacity: .9;
        margin-right: 5px; }

.investor-investor-02-lb .inner .title {
  display: none; }
  .investor-investor-02-lb .inner .title li p {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif; }
    .investor-investor-02-lb .inner .title li p span {
      opacity: .4;
      font-size: 0.8125rem;
      letter-spacing: 0.02em;
      margin-top: 7px; }
  .investor-investor-02-lb .inner .title li p:first-child {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left; }
  .investor-investor-02-lb .inner .title li p:last-child {
    display: block; }

@media (max-width: 767.9px) {
  .investor-investor-02-lb .table {
    margin: 0;
    border: none; }
  .investor-investor-02-lb .row-title {
    display: none; }
  .investor-investor-02-lb .inner {
    margin: 0;
    border: none; }
    .investor-investor-02-lb .inner > li {
      margin-bottom: 70px; }
    .investor-investor-02-lb .inner > li:last-child {
      margin-bottom: 0;
      border-bottom: 2px solid #000; }
    .investor-investor-02-lb .inner .title {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      display: block;
      text-align: center;
      border-bottom: 4px solid #000;
      padding-bottom: 10px;
      font-weight: bold; }
    .investor-investor-02-lb .inner ul {
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-bottom: 2px solid #000; }
      .investor-investor-02-lb .inner ul li:first-child {
        display: none; }
      .investor-investor-02-lb .inner ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%; }
        .investor-investor-02-lb .inner ul li p {
          width: 100%;
          border-bottom: 1px solid #999;
          padding-bottom: 10px; }
        .investor-investor-02-lb .inner ul li p:first-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-weight: bold;
          width: 100%;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          border-bottom: 2px solid #999; }
        .investor-investor-02-lb .inner ul li p:last-child {
          border: none;
          padding-bottom: 0; }
      .investor-investor-02-lb .inner ul li:nth-child(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .investor-investor-02-lb .inner ul li:nth-child(2) span {
          float: left; }
        .investor-investor-02-lb .inner ul li:nth-child(2) span:last-child {
          line-height: 16px; }
        .investor-investor-02-lb .inner ul li:nth-child(2) p {
          padding-left: 20px;
          padding-top: 13px;
          padding-bottom: 13px;
          margin-bottom: 0; }
        .investor-investor-02-lb .inner ul li:nth-child(2) p:first-child {
          padding-left: 0; }
      .investor-investor-02-lb .inner ul li:last-child {
        border: none;
        position: absolute;
        margin-left: 10px; } }

/************************************************************/
/*                     csr page                             */
/************************************************************/
.csr_home .banner {
  background-size: cover;
  background-position: right; }

.csr_inner {
  margin-left: 0; }

.page_csr_content {
  max-width: 1060px;
  width: 90vw;
  margin: 0 auto;
  padding-bottom: 200px;
  overflow: hidden; }
  .page_csr_content .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px; }
    .page_csr_content .col-12 .inner {
      width: 599px;
      margin-bottom: -20px; }
    .page_csr_content .col-12 h4 {
      font-family: 微軟正黑體;
      font-weight: bold;
      font-size: 1.5625rem;
      letter-spacing: 0.01em;
      position: relative;
      margin-left: 50px;
      margin-bottom: 15px;
      line-height: 1.5; }
      .page_csr_content .col-12 h4:after {
        content: '';
        display: block;
        width: 65px;
        height: 3px;
        background-color: #178d98;
        position: absolute;
        top: 50%;
        margin-top: -1.5px;
        left: -82.5px; }
    .page_csr_content .col-12 .subtitle {
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 1.25rem;
      letter-spacing: 0.01em;
      margin-bottom: 46px;
      opacity: 1; }
    .page_csr_content .col-12 p {
      font-family: 微軟正黑體;
      font-size: 0.875rem;
      line-height: 22px;
      letter-spacing: 0.025em;
      opacity: .7;
      margin-bottom: 62px; }
    .page_csr_content .col-12 ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .page_csr_content .col-12 li {
      padding-right: 17px;
      padding-left: 17px;
      margin-bottom: 20px;
      border-right: 2px solid #83bec4; }
    .page_csr_content .col-12 li:last-child {
      border-right: none; }
    .page_csr_content .col-12 a {
      font-family: 微軟正黑體;
      font-size: 0.9375rem;
      line-height: 20px;
      letter-spacing: 0.025em;
      color: #000;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    .page_csr_content .col-12 a:hover {
      opacity: .7; }
    .page_csr_content .col-12 img {
      display: block;
      width: 100%; }
  .page_csr_content .col-12:nth-child(2n-1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .page_csr_content .col-12:nth-child(2n-1) .d-block {
      -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 0; }
    .page_csr_content .col-12:nth-child(2n-1) .inner {
      padding-left: 16%;
      -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
      transform: translateX(100px);
      opacity: 0; }
  .page_csr_content .col-12:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .page_csr_content .col-12:nth-child(2n) .d-block {
      -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
      transform: translateX(100px);
      opacity: 0; }
    .page_csr_content .col-12:nth-child(2n) .inner {
      -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 0;
      margin-left: 35px; }
      .page_csr_content .col-12:nth-child(2n) .inner p {
        padding-right: 16%; }
  .page_csr_content .col-12:nth-child(6) {
    margin-bottom: 0px; }

.mCSB_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 12px !important; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0 !important;
  padding-bottom: 30px !important; }

@media (max-width: 1200px) {
  .page_csr_content .col-12 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    margin-bottom: 85px; }
    .page_csr_content .col-12 .inner {
      margin: 0 auto;
      margin-top: 30px;
      padding: 0 !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative;
      margin-left: auto !important; }
    .page_csr_content .col-12 h4 {
      width: calc(100% - 220px); }
    .page_csr_content .col-12 .subtitle {
      width: 55%;
      margin-bottom: 30px; }
    .page_csr_content .col-12 p {
      width: 50%;
      margin-right: auto;
      margin-bottom: 0; }
    .page_csr_content .col-12 ul {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .page_csr_content .col-12 li {
      padding: 0 !important;
      border: none !important;
      position: relative !important; }
      .page_csr_content .col-12 li:after {
        content: '';
        position: absolute;
        width: 7px;
        height: 1px;
        background-color: #000;
        top: 50%;
        left: -15px;
        margin-top: -2px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg); }
      .page_csr_content .col-12 li:before {
        content: '';
        position: absolute;
        width: 7px;
        height: 1px;
        background-color: #000;
        top: 50%;
        left: -15px;
        margin-top: 2px;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg); }
  .page_csr_content .col-12:nth-child(2n) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
    .page_csr_content .col-12:nth-child(2n) .inner p {
      padding-right: 0; } }

@media (max-width: 767.9px) {
  .csr_home nav li {
    padding-left: 35px;
    padding-right: 35px; }
  .page_csr_content {
    padding: 0;
    padding-bottom: 50px;
    overflow: hidden; }
    .page_csr_content .col-12 {
      margin-bottom: 60px; }
      .page_csr_content .col-12 .inner {
        width: 80%; }
      .page_csr_content .col-12 h4 {
        width: 100%; }
      .page_csr_content .col-12 p {
        width: 100%;
        margin-bottom: 20px; }
      .page_csr_content .col-12 .subtitle {
        width: 100%; }
      .page_csr_content .col-12 ul {
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      .page_csr_content .col-12 li {
        width: 100%; } }

/************************************************************/
/*                     csr 內頁                              */
/************************************************************/
.csr-ajax .lb-close {
  left: 0;
  width: 77px;
  height: 77px;
  z-index: 1; }

.csr-ajax .navbar .tags {
  margin-right: 33px; }
  .csr-ajax .navbar .tags li:first-child a {
    color: #fff !important; }
  .csr-ajax .navbar .tags a {
    color: #fff !important; }
    .csr-ajax .navbar .tags a:hover {
      color: #fff !important; }

.csr-ajax .rt-bg {
  width: 350px; }

.csr-lb {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
  -webkit-animation: lb-in 1s both;
  animation: lb-in 1s both;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
  .csr-lb .rt-bg {
    display: none; }
  .csr-lb .navbar .tags {
    margin-right: 0;
    padding: 0 20px;
    border-top: 6px solid #014c53; }
  .csr-lb .banner {
    width: 100%;
    height: 545px;
    background-size: cover;
    background-position: center center;
    position: relative; }
    .csr-lb .banner .title {
      font-family: 微軟正黑體;
      font-weight: bold;
      font-size: 2.25rem;
      letter-spacing: 0.025em;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      text-align: center;
      width: 100%; }
  .csr-lb .content {
    width: 45%;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 190px; }
  .csr-lb h4 {
    font-family: 微軟正黑體;
    font-weight: bold;
    text-align: center;
    font-size: 1.625rem;
    letter-spacing: 0.02em;
    margin-bottom: 30px; }
  .csr-lb .search_year {
    width: 360px;
    margin: 0 auto;
    margin-bottom: 60px; }
  .csr-lb .table {
    margin-left: -40px;
    margin-right: -40px;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    margin-bottom: 42px; }
  .csr-lb .row-title {
    margin-right: 40px;
    margin-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 20px 0; }
    .csr-lb .row-title p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-weight: bold;
      letter-spacing: 0.025em;
      width: 210px; }
    .csr-lb .row-title .flex-2-5 {
      padding-left: 60px !important; }
    .csr-lb .row-title span {
      opacity: .4;
      font-size: 0.8125rem;
      letter-spacing: 0.02em;
      margin-top: 7px; }
    .csr-lb .row-title li {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      text-align: center; }
  .csr-lb .row-footer {
    margin-left: 40px;
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 18px 0;
    border-top: 2px solid #000; }
    .csr-lb .row-footer p {
      width: 20%;
      text-align: center;
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.875rem; }
    .csr-lb .row-footer p:first-child {
      font-weight: bold; }
    .csr-lb .row-footer p:last-child {
      visibility: hidden; }
  .csr-lb .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 40px;
    margin-left: 40px;
    border-top: 2px solid #000; }
    .csr-lb .inner li:last-child ul {
      border: none; }
    .csr-lb .inner ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.875rem;
      padding: 10px 0;
      border-bottom: 1px solid #999; }
      .csr-lb .inner ul li {
        font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
        width: 210px;
        text-align: center;
        line-height: 1.5; }
        .csr-lb .inner ul li img {
          width: 22px; }
  .csr-lb .description {
    margin-right: 7%;
    margin-left: 7%;
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 0.8125rem;
    letter-spacing: 0.025em;
    color: rgba(0, 0, 0, 0.8);
    line-height: 22px; }
    .csr-lb .description li span {
      position: relative; }
      .csr-lb .description li span:after {
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        background-color: #178d98;
        border-radius: 50%;
        top: 8px;
        left: -10px;
        margin-top: -2px; }

.csr-06-02 .inner ul li {
  margin-right: 10px; }

.csr-lb.open {
  opacity: 1;
  -webkit-animation: lb-in .5s both;
  animation: lb-in .5s both; }
  .csr-lb.open .banner {
    -webkit-animation: banner-in 1s both .5s;
    animation: banner-in 1s both .5s; }
    .csr-lb.open .banner .lb-close {
      -webkit-animation: slideInDown 1s both .5s;
      animation: slideInDown 1s both .5s; }
    .csr-lb.open .banner .tags {
      -webkit-animation: slideInDown 1s both .5s;
      animation: slideInDown 1s both .5s; }
    .csr-lb.open .banner .title {
      -webkit-animation: slideInDown-fix 1s both 1s;
      animation: slideInDown-fix 1s both 1s; }
  .csr-lb.open nav {
    -webkit-animation: slideInDown 1s both .5s;
    animation: slideInDown 1s both .5s; }
  .csr-lb.open .content {
    -webkit-animation: slideInUp 1s both 1s;
    animation: slideInUp 1s both 1s; }

.csr-lb.close {
  -webkit-animation: lb-out .5s both 1s;
  animation: lb-out .5s both 1s; }
  .csr-lb.close .content {
    -webkit-animation: slideInDownClose 1s both;
    animation: slideInDownClose 1s both; }
  .csr-lb.close .banner {
    -webkit-animation: banner-out 1s both;
    animation: banner-out 1s both; }
    .csr-lb.close .banner .tags, .csr-lb.close .banner .lb-close {
      -webkit-animation: slideInDownClose 1s both;
      animation: slideInDownClose 1s both; }
    .csr-lb.close .banner .title {
      -webkit-animation: slideInDownClose-fix 1s both;
      animation: slideInDownClose-fix 1s both; }
  .csr-lb.close nav {
    -webkit-animation: slideInDownClose 1s both;
    animation: slideInDownClose 1s both; }

/* 20210107_修改 */
@media (max-width: 1300px) {
  .csr-lb:not([class*='about']) .content {
    width: 80% !important; } }

@media (max-width: 767.9px) {
  .csr-ajax .lb-close {
    width: 60px;
    height: 60px; }
  .csr-ajax .navbar .tags {
    top: 0; }
  .csr-lb .nice-select .list {
    width: 155px; }
  .csr-lb .search_year {
    width: 290px;
    padding-left: 20px;
    padding-right: 20px; }
  .csr-lb .banner {
    height: 80vh !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .csr-lb .banner .title {
      padding-top: 0px;
      font-size: 1.875rem; }
  .csr-lb .content {
    margin-bottom: 130px; } }

/* 20210107_修改 */
@media (max-width: 767.9px) {
  .csr-lb:not([class*='about']) .content {
    width: 90% !important; }
  .csr-ajax .rt-bg {
    width: 210px; }
  .csr-ajax .navbar .tags {
    top: 0 !important;
    height: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .csr-ajax .navbar .tags li:nth-child(2) {
      padding-right: 0;
      border-right: none; }
    .csr-ajax .navbar .tags li:nth-child(3) {
      display: none; } }

.csr-01-01 .content {
  width: 40%; }

.csr-01-01 .inner .year {
  display: none; }

.csr-01-01 .inner ul {
  padding: 16px 0; }
  .csr-01-01 .inner ul li p {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif; }
    .csr-01-01 .inner ul li p span {
      opacity: .4;
      font-size: 0.8125rem;
      letter-spacing: 0.02em;
      margin-top: 7px; }
  .csr-01-01 .inner ul li p:first-child {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left; }
  .csr-01-01 .inner ul li p:last-child {
    display: block; }

@media (max-width: 767.9px) {
  .csr-01-01 .table {
    margin: 0;
    border: none; }
  .csr-01-01 .row-title {
    display: none; }
  .csr-01-01 .inner {
    margin: 0;
    border: none; }
    .csr-01-01 .inner > li {
      margin-bottom: 70px; }
    .csr-01-01 .inner > li:last-child {
      margin-bottom: 0;
      border-bottom: 2px solid #000; }
    .csr-01-01 .inner .year {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      display: block;
      text-align: center;
      border-bottom: 4px solid #000;
      padding-bottom: 10px;
      font-weight: bold; }
    .csr-01-01 .inner ul {
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-bottom: 2px solid #000; }
      .csr-01-01 .inner ul li:first-child {
        display: none; }
      .csr-01-01 .inner ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 13px 0;
        border-bottom: 1px solid #999; }
        .csr-01-01 .inner ul li p:first-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-weight: bold;
          padding-left: 20px; }
        .csr-01-01 .inner ul li p:last-child {
          padding-right: 20px; }
        .csr-01-01 .inner ul li a {
          padding-right: 60px; }
      .csr-01-01 .inner ul li:last-child {
        border: none; } }

@media (max-width: 460px) {
  .csr-01-01 .rt-bg {
    width: 280px; } }

.csr-01-02 .content {
  width: 50%; }
  .csr-01-02 .content p {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 0.9375rem;
    line-height: 25px;
    letter-spacing: 0.025em;
    opacity: .9;
    margin-bottom: 130px; }
  .csr-01-02 .content h5 {
    font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-weight: bold;
    font-size: 1.625rem;
    letter-spacing: 0.02em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; }
  .csr-01-02 .content span {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 0.9375rem;
    opacity: .6;
    font-weight: normal;
    margin-top: 10px; }
  .csr-01-02 .content img {
    display: block;
    margin: 0 auto; }

@media (max-width: 460px) {
  .csr-01-02 .rt-bg {
    width: 280px; } }

.csr-02-01 .content {
  width: 40%; }

.csr-02-01 .inner .num {
  display: none; }

.csr-02-01 .inner ul {
  padding: 16px 0; }
  .csr-02-01 .inner ul li p {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif; }
    .csr-02-01 .inner ul li p span {
      opacity: .4;
      font-size: 0.8125rem;
      letter-spacing: 0.02em;
      margin-top: 7px; }
  .csr-02-01 .inner ul li p:first-child {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left; }
  .csr-02-01 .inner ul li p:last-child {
    display: block; }

@media (max-width: 767.9px) {
  .csr-02-01 .table {
    margin: 0;
    border: none; }
  .csr-02-01 .row-title {
    display: none; }
  .csr-02-01 .inner {
    margin: 0;
    border: none; }
    .csr-02-01 .inner > li {
      margin-bottom: 70px; }
    .csr-02-01 .inner > li:last-child {
      margin-bottom: 0;
      border-bottom: 2px solid #000; }
    .csr-02-01 .inner .num {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      display: block;
      text-align: center;
      border-bottom: 4px solid #000;
      padding-bottom: 10px;
      font-weight: bold; }
    .csr-02-01 .inner ul {
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-bottom: 2px solid #000; }
      .csr-02-01 .inner ul li:first-child {
        display: none; }
      .csr-02-01 .inner ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 13px 0;
        border-bottom: 1px solid #999; }
        .csr-02-01 .inner ul li p:first-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-weight: bold;
          padding-left: 20px; }
        .csr-02-01 .inner ul li p:last-child {
          padding-right: 20px; }
        .csr-02-01 .inner ul li a {
          padding-right: 60px; }
      .csr-02-01 .inner ul li:last-child {
        border: none; } }

.csr-02-02 .content {
  width: 100%;
  margin-bottom: 0; }
  .csr-02-02 .content .col-12 {
    padding-bottom: 120px; }
  .csr-02-02 .content .col-12:last-child {
    padding-bottom: 190px; }
  .csr-02-02 .content h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    font-size: 1.625rem; }
    .csr-02-02 .content h4 span {
      font-size: 1rem;
      margin-top: 10px; }
  .csr-02-02 .content .list-2 {
    max-width: 750px;
    margin: 0 auto;
    width: 80%; }
    .csr-02-02 .content .list-2 > ul {
      counter-reset: li; }
      .csr-02-02 .content .list-2 > ul > li {
        font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
        font-weight: bold;
        font-size: 0.9375rem;
        line-height: 25px;
        letter-spacing: 0.025em;
        opacity: .9;
        counter-increment: li;
        position: relative;
        padding-left: 30px;
        margin-bottom: 30px; }
        .csr-02-02 .content .list-2 > ul > li:after {
          content: "(" counter(li) ")";
          font-weight: bold;
          position: absolute;
          left: 0;
          top: 0;
          letter-spacing: 0.1em; }
        .csr-02-02 .content .list-2 > ul > li li {
          position: relative;
          padding-left: 16px;
          font-weight: normal; }
          .csr-02-02 .content .list-2 > ul > li li:after {
            content: '';
            position: absolute;
            width: 4px;
            height: 4px;
            background-color: #178d98;
            top: 12px;
            left: 4px;
            margin-top: -2px;
            border-radius: 50%; }
      .csr-02-02 .content .list-2 > ul > li:last-child {
        margin-bottom: 0; }
  .csr-02-02 .content .bg-white {
    padding-top: 95px; }
    .csr-02-02 .content .bg-white:last-child {
      padding-top: 0; }
    .csr-02-02 .content .bg-white .table, .csr-02-02 .content .bg-white .description {
      max-width: 850px;
      margin: 0 auto; }
    .csr-02-02 .content .bg-white .description {
      max-width: 500px;
      margin: 0 auto;
      margin-top: 40px;
      width: 85vw; }
  .csr-02-02 .content .member {
    padding-top: 0px; }
  .csr-02-02 .content .list-all {
    counter-reset: li; }
    .csr-02-02 .content .list-all > li {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-weight: bold;
      letter-spacing: 0.025em;
      opacity: .9;
      text-align: center;
      margin-bottom: 120px; }
    .csr-02-02 .content .list-all > li:last-child {
      margin-bottom: 0; }
  .csr-02-02 .content h5 {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 24px;
    letter-spacing: 0.02em;
    display: inline-block;
    margin-bottom: 30px; }
  .csr-02-02 .content .search_year {
    margin-bottom: 30px; }

.csr-02-02 .row-title {
  padding: 30px 0;
  text-align: center; }

.csr-02-02 .table-inner-list {
  position: relative; }
  .csr-02-02 .table-inner-list .col-mask {
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #fff; }
  .csr-02-02 .table-inner-list .col-mask-35 {
    top: 0;
    left: 35%;
    margin-left: -1.5px; }
  .csr-02-02 .table-inner-list .col-mask-25 {
    top: 0;
    left: 25%;
    margin-left: -1.5px; }

.csr-02-02 .inner {
  font-weight: normal; }
  .csr-02-02 .inner .name, .csr-02-02 .inner .year {
    display: none; }
  .csr-02-02 .inner ul {
    padding: 16px 0; }
    .csr-02-02 .inner ul li {
      font-weight: normal; }
      .csr-02-02 .inner ul li .tick {
        font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
        color: #198d98; }
        .csr-02-02 .inner ul li .tick span {
          color: #000;
          opacity: .9;
          font-size: 0.875rem;
          margin-left: 7px; }
      .csr-02-02 .inner ul li .tick.untick {
        color: #a2d1d6; }
      .csr-02-02 .inner ul li p:first-child {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left; }
      .csr-02-02 .inner ul li p:last-child {
        display: block; }
  .csr-02-02 .inner .inner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    border: none !important; }
    .csr-02-02 .inner .inner-list li {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      list-style-type: decimal;
      line-height: 22px;
      text-align: left;
      padding-top: 21px; }
    .csr-02-02 .inner .inner-list li:first-child {
      padding-top: 0; }

.csr-02-02 .list02 {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 850px;
  width: 90%;
  text-align: left; }

@media (max-width: 1300px) {
  .csr-02-02 .content {
    width: 100% !important; } }

@media (max-width: 960px) {
  .csr-02-02 .content .bg-white .table {
    max-width: 700px; } }

@media (max-width: 767.9px) {
  .csr-02-02 .content .list-2 {
    max-width: none;
    width: 90%; }
  .csr-02-02 .content .bg-white .table {
    max-width: none;
    width: 90%; }
  .csr-02-02 .content h5 {
    width: 65%;
    margin: 0 auto;
    margin-left: 5%;
    margin-bottom: 20px; }
  .csr-02-02 .content .col-12:last-child {
    padding-bottom: 130px; }
  .csr-02-02 .table {
    margin: 0;
    border: none; }
  .csr-02-02 .row-title {
    display: none; }
  .csr-02-02 .inner {
    margin: 0;
    border: none; }
    .csr-02-02 .inner > li {
      margin-bottom: 70px; }
    .csr-02-02 .inner > li:last-child {
      margin-bottom: 0;
      border-bottom: 2px solid #000; }
    .csr-02-02 .inner .name, .csr-02-02 .inner .year {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      display: block;
      text-align: center;
      border-bottom: 4px solid #000;
      padding-bottom: 10px;
      font-weight: bold; }
    .csr-02-02 .inner ul {
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-bottom: 2px solid #000; }
      .csr-02-02 .inner ul li:first-child {
        display: none; }
      .csr-02-02 .inner ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 13px 0;
        border-bottom: 1px solid #999; }
        .csr-02-02 .inner ul li p:first-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-weight: bold;
          padding-left: 20px;
          color: #000; }
        .csr-02-02 .inner ul li p:last-child {
          padding-right: 20px; }
        .csr-02-02 .inner ul li a {
          padding-right: 60px; }
      .csr-02-02 .inner ul li:last-child {
        border: none; }
    .csr-02-02 .inner .inner-list {
      padding-left: 50px; }
  .csr-02-02 .table-inner-list .col-mask {
    display: none; }
  .csr-02-02 .table-inner-list-2 ul {
    width: 100%; }
    .csr-02-02 .table-inner-list-2 ul li:first-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .csr-02-02 .table-inner-list-2 ul ul {
      border-top: 2px solid #000; }
  .csr-02-02 .table-inner-list-2 li:last-child ul {
    border-top: 2px solid #000; }
  .csr-02-02 .table-inner-list-2 li:last-child .flex-4 {
    border-top: none; }
  .csr-02-02 .table-inner-list-2 .inner-list.flex-4 {
    padding-left: 50px !important; }
  .csr-02-02 .inner-list {
    margin-left: auto !important;
    margin-right: 0 !important; }
    .csr-02-02 .inner-list li {
      display: list-item !important;
      border-bottom: none !important;
      padding: 0 20px 0 0 !important;
      line-height: 20px; } }

.csr-02-03 .content {
  width: 40%; }
  .csr-02-03 .content h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .csr-02-03 .content span {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 0.9375rem;
    opacity: .9;
    font-weight: normal;
    margin-top: 24px; }

.csr-02-03 .inner .title {
  display: none; }

.csr-02-03 .inner ul {
  padding: 16px 0; }
  .csr-02-03 .inner ul li p {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif; }
    .csr-02-03 .inner ul li p span {
      opacity: .4;
      font-size: 0.8125rem;
      letter-spacing: 0.02em;
      margin-top: 7px; }
  .csr-02-03 .inner ul li p:first-child {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left; }
  .csr-02-03 .inner ul li p:last-child {
    display: block; }

@media (max-width: 767.9px) {
  .csr-02-03 .table {
    margin: 0;
    border: none; }
  .csr-02-03 .row-title {
    display: none; }
  .csr-02-03 .inner {
    margin: 0;
    border: none; }
    .csr-02-03 .inner > li {
      margin-bottom: 70px; }
    .csr-02-03 .inner > li:last-child {
      margin-bottom: 0;
      border-bottom: 2px solid #000; }
    .csr-02-03 .inner .title {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      display: block;
      text-align: center;
      border-bottom: 4px solid #000;
      padding-bottom: 10px;
      font-weight: bold; }
    .csr-02-03 .inner ul {
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-bottom: 2px solid #000; }
      .csr-02-03 .inner ul li:first-child {
        display: none; }
      .csr-02-03 .inner ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 13px 0;
        border-bottom: 1px solid #999; }
        .csr-02-03 .inner ul li p:first-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-weight: bold;
          padding-left: 20px; }
        .csr-02-03 .inner ul li p:last-child {
          padding-right: 20px; }
        .csr-02-03 .inner ul li a {
          padding-right: 60px; }
      .csr-02-03 .inner ul li:last-child {
        border: none; } }

.csr-02-04 .content {
  max-width: 750px;
  width: 90vw; }
  .csr-02-04 .content ul {
    counter-reset: li; }
  .csr-02-04 .content li {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 0.9375rem;
    line-height: 25px;
    letter-spacing: 0.025em;
    opacity: .9;
    counter-increment: li;
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px; }
    .csr-02-04 .content li:after {
      content: "(" counter(li) ")";
      font-weight: bold;
      position: absolute;
      left: 0;
      top: 0;
      letter-spacing: 0.1em; }
  .csr-02-04 .content li:last-child {
    margin-bottom: 0; }

/* ERIC */
.csr-02-05 .m600 {
  max-width: 600px;
  margin: 20px auto 0; }

.csr-02-05 .mb60 {
  margin-bottom: 60px; }

.csr-02-05 .mt60 {
  margin-top: 60px; }

.csr-02-05 .content {
  margin: 100px auto 190px;
  max-width: 1100px;
  width: 100%; }
  .csr-02-05 .content .col-12 > p {
    margin: 0 auto;
    max-width: 750px;
    width: 100%;
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 0.9375rem;
    line-height: 25px;
    letter-spacing: 0.025em;
    opacity: .9; }
    .csr-02-05 .content .col-12 > p > span {
      display: block;
      font-weight: 700; }
  .csr-02-05 .content .col-12 {
    margin: 0 auto 130px; }
  .csr-02-05 .content a[data-lightbox="image-1"] {
    display: block;
    text-align: center; }

.csr-02-05 table {
  margin-top: 20px;
  width: 100%;
  position: relative;
  font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif; }
  .csr-02-05 table:after {
    content: '';
    position: absolute;
    width: 1170px;
    height: 4px;
    background-color: #000000;
    top: 0;
    left: 50%;
    margin-left: -585px; }
  .csr-02-05 table:before {
    content: '';
    position: absolute;
    width: 1170px;
    height: 4px;
    background-color: #000000;
    bottom: 0;
    left: 50%;
    margin-left: -585px; }
  .csr-02-05 table .fix {
    min-width: 200px; }
    .csr-02-05 table .fix p {
      text-align: center; }
  .csr-02-05 table .table_phone {
    display: none; }
  .csr-02-05 table tbody {
    border-bottom: 1px solid #333; }
    .csr-02-05 table tbody tr:last-child .mask:after {
      content: none; }
  .csr-02-05 table tr, .csr-02-05 table td {
    vertical-align: middle; }
  .csr-02-05 table tr:last-child td {
    border-bottom: none; }
  .csr-02-05 table .border-none {
    border: none; }
  .csr-02-05 table th {
    text-align: center;
    line-height: 1.2;
    height: 75px;
    border-bottom: 2px solid #000;
    font-size: 1rem;
    letter-spacing: 0.025em;
    font-weight: bold;
    vertical-align: middle;
    padding: 10px 5px; }
  .csr-02-05 table td {
    text-align: center;
    padding: 20px 0;
    line-height: 21px;
    font-size: 0.875rem;
    border-bottom: 1px solid #333; }
    .csr-02-05 table td > ul, .csr-02-05 table td > p {
      text-align: left;
      padding: 0 35px; }
  .csr-02-05 table .inner_communication span {
    font-weight: bold; }
  .csr-02-05 table .inner_communication li {
    margin-bottom: 30px; }
  .csr-02-05 table .inner_communication li:last-child {
    margin-bottom: 0; }
  .csr-02-05 table .inner_respond span {
    float: left;
    font-weight: bold; }
  .csr-02-05 table .inner_respond li {
    margin-bottom: 30px; }
  .csr-02-05 table .inner_respond li:last-child {
    margin-bottom: 0; }
  .csr-02-05 table .inner_respond div {
    margin-left: 70px; }
  .csr-02-05 table .inner_concern span {
    margin-right: 15px;
    position: relative;
    float: left; }
    .csr-02-05 table .inner_concern span:after {
      position: absolute;
      content: '-';
      top: 0;
      right: -9.5px; }
  .csr-02-05 table .inner_concern div p {
    display: inline;
    position: relative;
    margin-right: 10px; }
    .csr-02-05 table .inner_concern div p:after {
      position: absolute;
      content: '-';
      right: -9.5px; }
  .csr-02-05 table .inner_concern div p:last-child:after {
    content: none; }

@media (max-width: 1199.9px) {
  .csr-02-05 table {
    display: block; }
    .csr-02-05 table:after, .csr-02-05 table:before {
      content: none; }
    .csr-02-05 table .fix p {
      text-align: left; }
      .csr-02-05 table .fix p br {
        display: none; }
    .csr-02-05 table .table_pc {
      display: none; }
    .csr-02-05 table .table_phone {
      display: table-column-group; }
    .csr-02-05 table thead {
      display: none; }
    .csr-02-05 table .inner-title {
      display: none; }
    .csr-02-05 table tbody {
      display: block;
      border-bottom: none;
      position: relative;
      margin-bottom: 120px; }
      .csr-02-05 table tbody:before {
        position: absolute;
        content: attr(data-title);
        top: 0;
        left: 0;
        right: 0;
        margin-top: -30px;
        width: 100%;
        white-space: nowrap;
        font-weight: bold;
        color: #1a1a1a;
        text-align: center;
        font-size: 1.625rem; }
    .csr-02-05 table tbody:last-child {
      margin-bottom: 0; }
      .csr-02-05 table tbody:last-child tr:last-child {
        margin-bottom: 0; }
    .csr-02-05 table tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 40px; }
    .csr-02-05 table td {
      width: 100%;
      display: block;
      position: relative;
      text-align: left;
      padding-left: 20px;
      padding-right: 20px;
      border-bottom: 1px solid #333 !important; }
      .csr-02-05 table td:before {
        content: attr(data-title);
        text-align: left;
        font-weight: bold;
        color: #1a1a1a;
        margin-bottom: 10px;
        display: block; }
      .csr-02-05 table td:last-child {
        border-bottom: 2px solid #000 !important; }
      .csr-02-05 table td ul, .csr-02-05 table td p {
        padding: 0; }
    .csr-02-05 table .person {
      border-bottom: 4px solid #000 !important;
      text-align: center;
      font-size: 1rem;
      font-weight: bold;
      padding: 10px 20%; }
    .csr-02-05 table .inner_respond li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .csr-02-05 table .inner_respond div {
      margin-left: 0; } }

/* ERIC */
.csr-03-01 .content {
  max-width: 750px; }

.csr-03-01 .table {
  margin-bottom: 80px;
  position: relative; }
  .csr-03-01 .table .col-mask {
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #fff; }
  .csr-03-01 .table .col-mask-30 {
    top: 0;
    left: 240px; }

.csr-03-01 .inner {
  display: block;
  border-top: none; }
  .csr-03-01 .inner .title {
    display: none; }
  .csr-03-01 .inner ul {
    padding: 16px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .csr-03-01 .inner ul li:first-child {
      font-weight: bold; }
    .csr-03-01 .inner ul li p {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      line-height: 21px;
      opacity: .8; }
      .csr-03-01 .inner ul li p span {
        opacity: .4;
        font-size: 0.8125rem;
        letter-spacing: 0.02em;
        margin-top: 7px; }
    .csr-03-01 .inner ul li p:first-child {
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: left; }
    .csr-03-01 .inner ul li p:last-child {
      display: block; }

.csr-03-01 .iso {
  margin-bottom: 180px; }
  .csr-03-01 .iso .d-flex {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .csr-03-01 .iso h5 {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 1rem;
    letter-spacing: 0.025em;
    opacity: .9;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    line-height: 22px; }
  .csr-03-01 .iso img {
    width: 49%; }
  .csr-03-01 .iso img:last-child {
    float: right; }

.csr-03-01 .list-1 {
  margin-bottom: 170px; }
  .csr-03-01 .list-1 h4 {
    margin-bottom: 26px; }
  .csr-03-01 .list-1 li {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    position: relative;
    padding-left: 16px;
    font-size: 0.9375rem;
    letter-spacing: 0.025em;
    line-height: 25px;
    font-weight: normal;
    text-align: left; }
    .csr-03-01 .list-1 li:after {
      content: '';
      position: absolute;
      width: 4px;
      height: 4px;
      background-color: #178d98;
      top: 12px;
      left: 4px;
      margin-top: -2px;
      border-radius: 50%; }

.csr-03-01 .list-2 > ul {
  counter-reset: li; }
  .csr-03-01 .list-2 > ul > li {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-weight: bold;
    font-size: 0.9375rem;
    line-height: 25px;
    letter-spacing: 0.025em;
    opacity: .9;
    counter-increment: li;
    position: relative;
    padding-left: 30px;
    margin-bottom: 95px; }
    .csr-03-01 .list-2 > ul > li:after {
      content: "(" counter(li) ")";
      font-weight: bold;
      position: absolute;
      left: 0;
      top: 0;
      letter-spacing: 0.1em; }
    .csr-03-01 .list-2 > ul > li li {
      position: relative;
      padding-left: 16px;
      font-weight: normal; }
      .csr-03-01 .list-2 > ul > li li:after {
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        background-color: #178d98;
        top: 12px;
        left: 4px;
        margin-top: -2px;
        border-radius: 50%; }
    .csr-03-01 .list-2 > ul > li .img-1-r {
      max-width: 233px; }
  .csr-03-01 .list-2 > ul > li:last-child {
    margin-bottom: 250px; }
  .csr-03-01 .list-2 > ul .inner-row {
    padding-right: 233px; }
  .csr-03-01 .list-2 > ul .img:after {
    content: none; }

.csr-03-01 .img-1, .csr-03-01 .img-2, .csr-03-01 .img-many {
  margin-top: 30px; }

.csr-03-01 .img-1:after {
  content: none !important; }

.csr-03-01 .img-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .csr-03-01 .img-2 .d-flex {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 10px; }
    .csr-03-01 .img-2 .d-flex img {
      width: 43px;
      height: 43px; }
    .csr-03-01 .img-2 .d-flex .img-small-1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .csr-03-01 .img-2 .d-flex .img-small-2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .csr-03-01 .img-2 .d-flex .img-small-2 img:first-child {
        width: 30px; }
  .csr-03-01 .img-2 .d-block {
    width: 50%;
    margin-bottom: 10px; }
    .csr-03-01 .img-2 .d-block > img {
      display: block;
      margin: 0 auto; }

.csr-03-01 .img-2:after {
  content: none !important; }

.csr-03-01 .img-many .d-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .csr-03-01 .img-many .d-block a {
    display: block;
    width: calc(33.33333% - 7px);
    margin-left: 3.5px;
    margin-right: 3.5px; }

.csr-03-01 .img-many:after {
  content: none !important; }

.csr-03-01 .img-1-r {
  position: absolute !important;
  top: -50px;
  right: 0; }

.csr-03-01 .img-1-r:after {
  content: none !important; }

.csr-03-01 .green-footer {
  background-color: #f0f0f0;
  padding: 110px 0 190px 0; }
  .csr-03-01 .green-footer .green-inner {
    max-width: 500px;
    width: 90%;
    margin: 0 auto; }
  .csr-03-01 .green-footer img {
    display: block;
    margin: 0 auto; }
  .csr-03-01 .green-footer p {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    opacity: .9;
    line-height: 28px;
    text-align: center; }

@media (max-width: 960px) {
  .csr-03-01 .content {
    width: 90% !important; }
  .csr-03-01 .table {
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 767.9px) {
  .csr-03-01 .table {
    margin-left: 0;
    margin-right: 0; }
    .csr-03-01 .table .col-mask-30 {
      display: none; }
  .csr-03-01 .inner {
    margin: 0; }
    .csr-03-01 .inner ul li:first-child {
      text-align: center;
      width: 100%;
      margin-bottom: 10px; }
    .csr-03-01 .inner ul li:last-child {
      padding-right: 20px;
      width: 100%; }
  .csr-03-01 .img-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0 !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .csr-03-01 .img-2 .d-block {
      width: 100%; }
  .csr-03-01 .img-many .d-flex {
    margin-right: 0; }
    .csr-03-01 .img-many .d-flex a {
      width: 49.7%; }
    .csr-03-01 .img-many .d-flex a:nth-child(2n) {
      margin-right: 0; }
  .csr-03-01 .img-1-r {
    padding-left: 0 !important;
    position: relative !important;
    top: 10px; }
    .csr-03-01 .img-1-r img {
      display: block;
      margin: 0 auto; }
  .csr-03-01 .list-2 > ul > li:last-child {
    margin-bottom: 0;
    padding-right: 0; }
  .csr-03-01 .green-footer {
    padding-bottom: 130px; } }

@media (max-width: 460px) {
  .csr-03-01 .rt-bg {
    width: 230px; }
  .csr-03-01 .col-12 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 90px; }
  .csr-03-01 .green-footer img {
    width: 80%; } }

.csr-03-02 .content {
  max-width: 750px;
  width: 90vw; }

.csr-03-02 .col-12 {
  margin-bottom: 140px; }
  .csr-03-02 .col-12 li {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    position: relative;
    padding-left: 16px;
    font-weight: normal;
    font-size: 0.9375rem;
    letter-spacing: 0.025em;
    line-height: 25px;
    opacity: .9; }
    .csr-03-02 .col-12 li:after {
      content: '';
      position: absolute;
      width: 4px;
      height: 4px;
      background-color: #178d98;
      top: 12px;
      left: 4px;
      margin-top: -2px;
      border-radius: 50%; }

.csr-03-02 .col-12:last-child {
  margin-bottom: 0; }

.csr-03-03 .content {
  max-width: 750px;
  width: 90vw; }

.csr-03-03 .table {
  position: relative; }
  .csr-03-03 .table .col-mask {
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #fff; }
  .csr-03-03 .table .col-mask-30 {
    top: 0;
    left: 245px; }

.csr-03-03 .inner {
  display: block;
  border-top: none; }
  .csr-03-03 .inner .title {
    display: none; }
  .csr-03-03 .inner ul {
    padding: 26px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .csr-03-03 .inner ul li p {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      line-height: 21px; }
      .csr-03-03 .inner ul li p span {
        opacity: .4;
        font-size: 0.875rem;
        letter-spacing: 0.02em;
        margin-top: 7px; }
    .csr-03-03 .inner ul li p:first-child {
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: left; }
    .csr-03-03 .inner ul li p:last-child {
      display: block; }
    .csr-03-03 .inner ul li:first-child {
      font-weight: bold;
      font-size: 1rem;
      padding: 0 10px; }

.csr-03-03 .iso {
  margin-bottom: 180px; }
  .csr-03-03 .iso .d-flex {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .csr-03-03 .iso h5 {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 1rem;
    letter-spacing: 0.025em;
    opacity: .9;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    line-height: 22px; }
  .csr-03-03 .iso img {
    width: 49%; }
  .csr-03-03 .iso img:last-child {
    float: right; }

.csr-03-03 .list-1 {
  margin-bottom: 120px; }
  .csr-03-03 .list-1 h4 {
    margin-bottom: 26px; }
  .csr-03-03 .list-1 li {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    position: relative;
    padding-left: 16px;
    font-size: 0.9375rem;
    letter-spacing: 0.025em;
    line-height: 25px;
    font-weight: normal;
    text-align: left; }
    .csr-03-03 .list-1 li:after {
      content: '';
      position: absolute;
      width: 4px;
      height: 4px;
      background-color: #178d98;
      top: 12px;
      left: 4px;
      margin-top: -2px;
      border-radius: 50%; }
  .csr-03-03 .list-1 .h-img {
    margin-top: 20px;
    margin-bottom: 20px; }
    .csr-03-03 .list-1 .h-img img {
      margin-right: 5px;
      width: 48%; }
  .csr-03-03 .list-1 .h-img-no-width {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 70%;
    margin-left: auto;
    margin-right: auto; }
    .csr-03-03 .list-1 .h-img-no-width img {
      width: 47.5%;
      margin-right: 5px; }

.csr-03-03 .list-1-1 {
  list-style-type: decimal; }

.csr-03-03 .list-1-1 li {
  padding-left: 0;
  margin-left: 32px; }

.csr-03-03 .list-1-1 li:after {
  content: none; }

@media (max-width: 960px) {
  .csr-03-03 .iso, .csr-03-03 .list-1 {
    margin-bottom: 85px; } }

@media (max-width: 767.9px) {
  .csr-03-03 .table {
    margin-left: 0;
    margin-right: 0; }
    .csr-03-03 .table .inner {
      margin: 0; }
      .csr-03-03 .table .inner ul li:first-child {
        text-align: center;
        padding: 0;
        margin-bottom: 10px;
        width: 100%; }
      .csr-03-03 .table .inner ul li:last-child {
        padding-right: 20px;
        width: 100%; }
    .csr-03-03 .table .col-mask-30 {
      display: none; } }

@media (max-width: 460px) {
  .csr-03-03 .list-1 .h-img-no-width {
    width: 95%; } }

@media (max-width: 375px) {
  .csr-03-03 .inner {
    margin-right: 10px;
    margin-left: 10px; } }

.csr-04-01 .content {
  max-width: 915px;
  width: 100%; }

.csr-04-01 p {
  font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 25px;
  letter-spacing: 0.025em;
  opacity: .9;
  margin-bottom: 30px; }

.csr-04-01 p:last-child {
  margin-bottom: 0; }

.csr-04-01 h5 {
  font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 28px;
  letter-spacing: 0.02em;
  margin: 0 auto;
  width: 90%;
  margin-top: 100px;
  margin-bottom: 30px;
  text-align: center; }

.csr-04-01 .btn-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.csr-04-01 .btn {
  width: 146px;
  padding-top: 47px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 3px; }
  .csr-04-01 .btn img {
    margin-bottom: 26px; }
  .csr-04-01 .btn p {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.025em;
    color: #fff;
    padding: 0 15px;
    text-align: center;
    width: 100%; }

.csr-04-01 .btn-mail {
  background-color: #959595;
  margin-left: 3px;
  margin-right: 3px; }

.csr-04-01 .btn-quest {
  background-color: #014c53;
  margin-left: 3px;
  margin-right: 3px; }

.csr-04-01 .btn-consent {
  width: 298px;
  margin-left: 3px;
  margin-right: 3px;
  background-color: #014c53; }

@media (max-width: 767px) {
  .csr-04-01 .btn {
    width: 138px; }
  .csr-04-01 .btn-consent {
    width: 283px; } }

.csr-04-01-01 .content {
  max-width: 1160px;
  width: 90vw; }

.csr-04-01-01 .banner {
  height: 400px; }
  .csr-04-01-01 .banner .navbar .tags li:first-child a {
    opacity: .9; }
  .csr-04-01-01 .banner .navbar .tags li a {
    color: #000000;
    opacity: .8; }
  .csr-04-01-01 .banner .title {
    padding-top: 170px;
    color: #000;
    margin-bottom: 36px;
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    white-space: pre-wrap; }
  .csr-04-01-01 .banner .subtitle {
    margin: 0 auto;
    max-width: 750px;
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 0.9375rem;
    text-align: center;
    line-height: 25px;
    letter-spacing: 0.025em;
    opacity: .9; }

.csr-04-01-01 .content .list-all {
  counter-reset: li; }
  .csr-04-01-01 .content .list-all > li {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 0.025em;
    opacity: .9;
    text-align: center;
    margin-bottom: 120px; }
  .csr-04-01-01 .content .list-all > li:last-child {
    margin-bottom: 0; }
  .csr-04-01-01 .content .list-all > .code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 690px;
    width: 100%;
    margin: 0 auto 100px;
    padding: 20px;
    border-bottom: 4px solid #000; }
    .csr-04-01-01 .content .list-all > .code label {
      margin-right: 35px; }
      .csr-04-01-01 .content .list-all > .code label::after {
        content: '*';
        font-size: 16px;
        position: absolute;
        color: red;
        top: -5px;
        left: -15px; }
    .csr-04-01-01 .content .list-all > .code input {
      margin-right: 30px;
      border: none;
      outline: none;
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.9375rem;
      background: transparent;
      width: 50%; }
  @media (max-width: 575px) {
    .csr-04-01-01 .content .list-all > .code {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .csr-04-01-01 .content .list-all > .code label {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
        text-align: left; }
      .csr-04-01-01 .content .list-all > .code input {
        width: 100%; }
      .csr-04-01-01 .content .list-all > .code .changeCap {
        margin-top: 20px;
        width: 100%;
        text-align: left; } }

.csr-04-01-01 .content h5 {
  font-family: 微軟正黑體;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  line-height: 22px;
  display: inline-block;
  margin-bottom: 10px;
  counter-increment: li;
  position: relative; }
  .csr-04-01-01 .content h5:after {
    content: "(" counter(li, cjk-ideographic) ")";
    font-weight: bold;
    position: absolute;
    left: -55px;
    top: 0;
    letter-spacing: 0.1em; }

.csr-04-01-01 .content .error {
  font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.022em;
  color: #8b8888;
  margin-bottom: 20px; }

.csr-04-01-01 .content .no-title {
  border-top: none; }

.csr-04-01-01 .content .row-title {
  padding: 30px 0; }

.csr-04-01-01 .table-inner-list {
  position: relative; }
  .csr-04-01-01 .table-inner-list ul {
    padding: 10px 0 !important; }
  .csr-04-01-01 .table-inner-list .col-mask {
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #f0f0f0; }
  .csr-04-01-01 .table-inner-list .col-mask-35 {
    top: 0;
    left: 35%;
    margin-left: -1.5px; }
  .csr-04-01-01 .table-inner-list .col-mask-25 {
    top: 0;
    left: 25%;
    margin-left: -1.5px; }

.csr-04-01-01 .inner {
  font-weight: normal;
  display: block; }
  .csr-04-01-01 .inner .name, .csr-04-01-01 .inner .year, .csr-04-01-01 .inner .num {
    display: none; }
  .csr-04-01-01 .inner ul {
    padding: 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .csr-04-01-01 .inner ul li {
      font-weight: normal;
      text-align: left;
      padding: 16px 0; }
      .csr-04-01-01 .inner ul li p {
        font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
        color: #178d98; }
        .csr-04-01-01 .inner ul li p span {
          color: #000;
          opacity: .9;
          font-size: 0.875rem;
          margin-left: 7px; }
      .csr-04-01-01 .inner ul li p:first-child {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left; }
      .csr-04-01-01 .inner ul li p:last-child {
        display: block; }
  .csr-04-01-01 .inner .inner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    margin: 0 20%; }
    .csr-04-01-01 .inner .inner-list li {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      list-style-type: decimal;
      text-align: left;
      padding-top: 21px; }
    .csr-04-01-01 .inner .inner-list li:first-child {
      padding-top: 0; }

.csr-04-01-01 .radio ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.csr-04-01-01 .radio li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25% !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
  padding-bottom: 16px;
  padding-left: 20px;
  padding: 0 !important; }

.csr-04-01-01 label {
  position: relative; }
  .csr-04-01-01 label span {
    display: inline-block;
    padding-left: 30px; }
  .csr-04-01-01 label .circle {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #3a9ea8;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .csr-04-01-01 label input {
    opacity: 0;
    position: absolute; }
    .csr-04-01-01 label input[type=radio]:checked + .circle {
      background: #3a9ea8; }

.csr-04-01-01 .relationship {
  max-width: 650px;
  margin: 0 auto; }

.csr-04-01-01 .question {
  max-width: 1160px;
  margin: 0 auto; }
  .csr-04-01-01 .question .inner > li > ul > li:first-of-type {
    text-align: center;
    width: 210px; }
  .csr-04-01-01 .question .inner > li > ul > .flex-4 {
    text-align: center;
    line-height: 21px; }
  .csr-04-01-01 .question .table {
    position: relative; }
  .csr-04-01-01 .question .col-mask {
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #fff;
    left: 66%;
    display: none; }
  .csr-04-01-01 .question .flex-4 {
    width: 155px; }
  .csr-04-01-01 .question .flex-2-5 {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
    min-width: 480px;
    position: relative;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .csr-04-01-01 .question .flex-2-5 ul {
      padding: 0;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .csr-04-01-01 .question .flex-2-5 li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 6px 0 0;
      width: 100%; }
    .csr-04-01-01 .question .flex-2-5:after {
      display: block;
      content: '';
      position: absolute;
      top: -3px;
      left: 0px;
      height: calc(100% + 3px);
      background-color: #fff;
      width: 3px; }

.csr-04-01-01 .ask {
  max-width: 610px;
  margin: 0 auto;
  font-size: 1rem; }
  .csr-04-01-01 .ask textarea {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    border: none;
    outline: none;
    resize: none;
    margin: 30px auto;
    width: 80%;
    height: 120px; }
    .csr-04-01-01 .ask textarea:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.5);
      font-size: 0.875rem; }
    .csr-04-01-01 .ask textarea::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.5);
      font-size: 0.875rem; }
    .csr-04-01-01 .ask textarea::-moz-placeholder {
      color: rgba(0, 0, 0, 0.5);
      font-size: 0.875rem; }

.csr-04-01-01 .sent button {
  font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  width: 240px;
  height: 45px;
  border: none;
  color: rgba(255, 255, 255, 0.9);
  outline: none; }

.csr-04-01-01 .sent .reset {
  background-color: #959595; }

.csr-04-01-01 .sent .ok {
  background-color: #014c53; }

.csr-04-01-01.open {
  opacity: 1;
  -webkit-animation: lb-in .5s both;
  animation: lb-in .5s both; }
  .csr-04-01-01.open .banner {
    -webkit-animation: banner-in 1s both .5s;
    animation: banner-in 1s both .5s; }
    .csr-04-01-01.open .banner .lb-close {
      -webkit-animation: slideInDown 1s both .5s;
      animation: slideInDown 1s both .5s; }
    .csr-04-01-01.open .banner .tags {
      position: relative;
      z-index: 5;
      -webkit-animation: slideInDown 1s both .5s;
      animation: slideInDown 1s both .5s; }
    .csr-04-01-01.open .banner .title {
      -webkit-animation: slideInDown 1s both 1s;
      animation: slideInDown 1s both 1s; }
    .csr-04-01-01.open .banner .subtitle {
      -webkit-animation: slideInDown 1s both 1s;
      animation: slideInDown 1s both 1s; }
  .csr-04-01-01.open .content {
    -webkit-animation: none;
    animation: none; }
  .csr-04-01-01.open .content .relationship, .csr-04-01-01.open .question {
    -webkit-animation: slideInUp 1s both 1s;
    animation: slideInUp 1s both 1s; }

.csr-04-01-01.close {
  -webkit-animation: lb-out .5s both 1s;
  animation: lb-out .5s both 1s; }
  .csr-04-01-01.close .content {
    -webkit-animation: slideInDownClose 1s both;
    animation: slideInDownClose 1s both; }
  .csr-04-01-01.close .banner {
    -webkit-animation: banner-out 1s both;
    animation: banner-out 1s both; }
    .csr-04-01-01.close .banner .tags, .csr-04-01-01.close .banner .lb-close {
      -webkit-animation: slideInDownClose 1s both;
      animation: slideInDownClose 1s both; }
    .csr-04-01-01.close .banner .title {
      -webkit-animation: slideInDownClose 1s both;
      animation: slideInDownClose 1s both; }
    .csr-04-01-01.close .banner .subtitle {
      -webkit-animation: slideInDownClose 1s both;
      animation: slideInDownClose 1s both; }

@media (max-width: 960px) {
  .csr-04-01-01 .question .col-mask {
    display: none; }
  .csr-04-01-01 .question .table {
    margin: 0;
    border: none; }
  .csr-04-01-01 .question .row-title {
    display: none; }
  .csr-04-01-01 .question .inner {
    margin: 0;
    border: none; }
    .csr-04-01-01 .question .inner > li {
      margin-bottom: 70px; }
    .csr-04-01-01 .question .inner > li:last-child {
      margin-bottom: 0;
      border-bottom: 2px solid #000; }
    .csr-04-01-01 .question .inner .num {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      display: block;
      text-align: center;
      border-bottom: 4px solid #000;
      padding-bottom: 10px;
      font-weight: bold; }
    .csr-04-01-01 .question .inner ul {
      padding: 0;
      border-bottom: 2px solid #000; }
      .csr-04-01-01 .question .inner ul li:first-child {
        display: none; }
      .csr-04-01-01 .question .inner ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 13px 0;
        border-bottom: 1px solid #999; }
        .csr-04-01-01 .question .inner ul li p:first-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-weight: bold;
          padding-left: 20px; }
        .csr-04-01-01 .question .inner ul li p:last-child {
          padding-right: 20px; }
        .csr-04-01-01 .question .inner ul li a {
          padding-right: 60px; }
      .csr-04-01-01 .question .inner ul li:last-child {
        border: none;
        min-width: auto; }
      .csr-04-01-01 .question .inner ul .flex-4 {
        padding: 13px 16px; }
      .csr-04-01-01 .question .inner ul .flex-2-5:after {
        content: none; }
      .csr-04-01-01 .question .inner ul .flex-2-5 ul {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .csr-04-01-01 .question .inner ul .flex-2-5 ul li {
          display: inline-block;
          text-align: left;
          border: none;
          padding: 0 16px;
          width: 100%;
          -webkit-box-flex: 0;
          -ms-flex: none;
          flex: none; } }

@media (max-width: 767.9px) {
  .csr-04-01-01 .table {
    margin: 0; }
  .csr-04-01-01 .banner .title {
    padding-top: 100px; }
  .csr-04-01-01 .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .csr-04-01-01 .banner .subtitle {
      width: 90%;
      margin: 0 auto; }
  .csr-04-01-01 .navbar .tags li:nth-child(4) {
    display: none; }
  .csr-04-01-01 .content h5:after {
    left: 50%;
    top: -35px;
    margin-left: -20px; }
  .csr-04-01-01 .inner ul {
    border-bottom: none; }
    .csr-04-01-01 .inner ul .flex-4 {
      padding: 13px 0; }
  .csr-04-01-01 .no-title {
    padding-top: 20px;
    margin-left: 0;
    margin-right: 0; }
  .csr-04-01-01 .question .inner ul .flex-4 {
    padding: 13px 20px; }
  .csr-04-01-01 .relationship .inner ul {
    padding: 0px !important; }
    .csr-04-01-01 .relationship .inner ul li {
      padding: 10px 16px !important; }
  .csr-04-01-01 .radio ul {
    padding-top: 0; }
  .csr-04-01-01 .radio li {
    width: 50% !important; }
  .csr-04-01-01 .sent button {
    width: 48%; } }

.csr-04-02-test .content {
  max-width: 1090px;
  width: 90vw !important; }

.csr-04-02-test article > p {
  font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 25px;
  letter-spacing: 0.025em;
  opacity: .9;
  text-align: center;
  margin-bottom: 40px; }

.csr-04-02-test .h-img {
  max-width: 620px;
  margin: 0 auto;
  margin-bottom: 160px; }
  .csr-04-02-test .h-img img {
    display: block;
    margin: 0 auto; }

.csr-04-02-test .inner ul {
  border-bottom: none; }

.csr-04-02-test .inner > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #333; }

.csr-04-02-test .inner .num {
  display: none; }

.csr-04-02-test .inner .tags {
  font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: bold; }

.csr-04-02-test .inner .flex-1 {
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
  width: 9.1%; }

.csr-04-02-test .inner .flex-10 {
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
  width: 89.1%;
  padding: 0; }

.csr-04-02-test .inner .inner-list {
  width: 100%;
  position: relative;
  padding: 0; }
  .csr-04-02-test .inner .inner-list .col-mask {
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #fff; }
  .csr-04-02-test .inner .inner-list .col-mask-1 {
    height: 100%;
    left: 35%;
    top: 0; }
  .csr-04-02-test .inner .inner-list .col-mask-2 {
    height: 100%;
    left: 72%;
    top: 0; }
  .csr-04-02-test .inner .inner-list .col-mask-3 {
    left: 30%; }
  .csr-04-02-test .inner .inner-list .col-mask-4 {
    left: 72%; }

.csr-04-02-test .inner ul li {
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit; }

.csr-04-02-test .inner-table {
  width: 100%; }
  .csr-04-02-test .inner-table > ul {
    border-bottom: 1px solid #333 !important; }
    .csr-04-02-test .inner-table > ul:last-child {
      border-bottom: none !important; }
  .csr-04-02-test .inner-table ul {
    padding: 20px 0; }
    .csr-04-02-test .inner-table ul .flex-1 {
      -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
      flex: none !important;
      width: 15%; }
    .csr-04-02-test .inner-table ul .flex-2 {
      -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
      flex: none !important;
      width: 20%;
      position: relative; }
    .csr-04-02-test .inner-table ul .flex-3 {
      -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
      flex: none !important;
      width: 30%; }
    .csr-04-02-test .inner-table ul .flex-4 {
      -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
      flex: none !important;
      width: 35%; }
    .csr-04-02-test .inner-table ul .inner_respond {
      padding-left: 35px; }
    .csr-04-02-test .inner-table ul > li {
      width: 10%; }
    .csr-04-02-test .inner-table ul li {
      width: 100%; }
      .csr-04-02-test .inner-table ul li p {
        font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif; }
        .csr-04-02-test .inner-table ul li p span {
          opacity: .4;
          font-size: 0.8125rem;
          letter-spacing: 0.02em;
          margin-top: 7px; }
      .csr-04-02-test .inner-table ul li p:first-child {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left; }
      .csr-04-02-test .inner-table ul li p:last-child {
        display: block; }
      .csr-04-02-test .inner-table ul li ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .csr-04-02-test .inner-table ul li ul li {
          text-align: left;
          padding-left: 35px;
          line-height: 21px; }
      .csr-04-02-test .inner-table ul li p {
        padding-left: 35px;
        text-align: left;
        line-height: 21px; }
      .csr-04-02-test .inner-table ul li .inner_concern {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .csr-04-02-test .inner-table ul li .inner_concern li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          text-align: left; }
        .csr-04-02-test .inner-table ul li .inner_concern .title {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          padding: 0;
          text-align: right;
          margin-right: 4px;
          display: block;
          position: relative; }
          .csr-04-02-test .inner-table ul li .inner_concern .title:after {
            position: absolute;
            content: '-';
            right: -6px; }
        .csr-04-02-test .inner-table ul li .inner_concern div {
          -webkit-box-flex: 2;
          -ms-flex: 2;
          flex: 2;
          margin-left: 4px; }
          .csr-04-02-test .inner-table ul li .inner_concern div p {
            padding: 0;
            display: inline-block;
            position: relative; }
          .csr-04-02-test .inner-table ul li .inner_concern div p:after {
            position: absolute;
            content: '-'; }
          .csr-04-02-test .inner-table ul li .inner_concern div p:last-child:after {
            content: none; }
  .csr-04-02-test .inner-table .inner_communication li {
    padding-left: 0; }
  .csr-04-02-test .inner-table .inner_communication .title {
    display: block;
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-weight: bold;
    font-size: 0.875rem;
    letter-spacing: 0.025em;
    opacity: .9; }
  .csr-04-02-test .inner-table .inner_respond ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .csr-04-02-test .inner-table .inner_respond ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding-left: 0; }
    .csr-04-02-test .inner-table .inner_respond ul .title {
      font-weight: bold;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0;
      text-align: right;
      margin-right: 4px;
      display: block;
      position: relative; }
    .csr-04-02-test .inner-table .inner_respond ul div {
      -webkit-box-flex: 3;
      -ms-flex: 3;
      flex: 3; }
      .csr-04-02-test .inner-table .inner_respond ul div p {
        padding: 0;
        display: block;
        position: relative; }

@media (max-width: 1090px) {
  .csr-04-02-test .table {
    margin: 0;
    border: none; }
  .csr-04-02-test .row-title {
    display: none; }
  .csr-04-02-test .inner {
    margin: 0;
    border: none; }
    .csr-04-02-test .inner > li {
      margin-bottom: 70px;
      border-bottom: none; }
    .csr-04-02-test .inner > li:last-child {
      margin-bottom: 0;
      border-bottom: none; }
    .csr-04-02-test .inner .num {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      display: block;
      text-align: center;
      padding-bottom: 10px;
      font-weight: bold;
      position: absolute;
      left: 10px;
      right: 10px; }
    .csr-04-02-test .inner .tags {
      display: none; }
    .csr-04-02-test .inner ul li p:first-child {
      display: block; }
    .csr-04-02-test .inner .inner-table {
      margin-top: 30px; }
      .csr-04-02-test .inner .inner-table p, .csr-04-02-test .inner .inner-table li {
        padding-left: 0; }
      .csr-04-02-test .inner .inner-table > ul {
        padding: 0;
        border-bottom: 2px solid #333 !important;
        border-top: 4px solid #000 !important;
        margin-bottom: 20px; }
        .csr-04-02-test .inner .inner-table > ul > li {
          border-bottom: 1px solid #333; }
          .csr-04-02-test .inner .inner-table > ul > li:last-child {
            border-bottom: none; }
      .csr-04-02-test .inner .inner-table li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .csr-04-02-test .inner .inner-table li > p {
          -webkit-box-flex: 1.5;
          -ms-flex: 1.5;
          flex: 1.5; }
        .csr-04-02-test .inner .inner-table li > p:last-child {
          -webkit-box-flex: 4;
          -ms-flex: 4;
          flex: 4; }
        .csr-04-02-test .inner .inner-table li > ul {
          -webkit-box-flex: 4;
          -ms-flex: 4;
          flex: 4; }
      .csr-04-02-test .inner .inner-table .inner_concern .title, .csr-04-02-test .inner .inner-table .inner_respond .title, .csr-04-02-test .inner .inner-table .inner_communication .title {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none; }
      .csr-04-02-test .inner .inner-table .inner_concern div, .csr-04-02-test .inner .inner-table .inner_respond div, .csr-04-02-test .inner .inner-table .inner_communication div {
        -webkit-box-flex: 4;
        -ms-flex: 4;
        flex: 4; }
      .csr-04-02-test .inner .inner-table .inner_concern li, .csr-04-02-test .inner .inner-table .inner_respond li, .csr-04-02-test .inner .inner-table .inner_communication li {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
    .csr-04-02-test .inner .flex-10 {
      width: 100%; }
    .csr-04-02-test .inner .inner-list .col-mask {
      display: none; }
    .csr-04-02-test .inner .inner-list li {
      width: 100% !important; }
      .csr-04-02-test .inner .inner-list li ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (max-width: 767.9px) {
  .csr-04-02-test .h-img img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0 auto; } }

.csr-04-02 .content {
  max-width: 1090px;
  width: 90vw !important; }

.csr-04-02 .h-img {
  max-width: 620px;
  margin: 0 auto;
  margin-bottom: 160px; }
  .csr-04-02 .h-img img {
    display: block;
    margin: 0 auto; }

.csr-04-02 article > p {
  font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 25px;
  letter-spacing: 0.025em;
  opacity: .9;
  text-align: center;
  margin-bottom: 40px; }

.csr-04-02 table {
  width: 100%;
  position: relative;
  font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif; }
  .csr-04-02 table:after {
    content: '';
    position: absolute;
    width: 1170px;
    height: 4px;
    background-color: #000000;
    top: 0;
    left: 50%;
    margin-left: -585px; }
  .csr-04-02 table:before {
    content: '';
    position: absolute;
    width: 1170px;
    height: 4px;
    background-color: #000000;
    bottom: 0;
    left: 50%;
    margin-left: -585px; }
  .csr-04-02 table .table_phone {
    display: none; }
  .csr-04-02 table tbody {
    border-bottom: 1px solid #333; }
    .csr-04-02 table tbody tr:last-child .mask:after {
      content: none; }
  .csr-04-02 table tr, .csr-04-02 table td {
    vertical-align: middle; }
  .csr-04-02 table tr:last-child td {
    border-bottom: none; }
  .csr-04-02 table .border-none {
    border: none; }
  .csr-04-02 table th {
    text-align: center;
    line-height: 1.2;
    height: 75px;
    border-bottom: 2px solid #000;
    font-size: 1rem;
    letter-spacing: 0.025em;
    font-weight: bold;
    vertical-align: middle;
    padding: 10px 5px; }
  .csr-04-02 table td {
    text-align: center;
    padding: 20px 0;
    line-height: 21px;
    font-size: 0.875rem;
    border-bottom: 1px solid #333; }
    .csr-04-02 table td > ul, .csr-04-02 table td > p {
      text-align: left;
      padding: 0 35px; }
  .csr-04-02 table .inner_communication span {
    font-weight: bold; }
  .csr-04-02 table .inner_communication li {
    margin-bottom: 30px; }
  .csr-04-02 table .inner_communication li:last-child {
    margin-bottom: 0; }
  .csr-04-02 table .inner_respond span {
    float: left;
    font-weight: bold; }
  .csr-04-02 table .inner_respond li {
    margin-bottom: 30px; }
  .csr-04-02 table .inner_respond li:last-child {
    margin-bottom: 0; }
  .csr-04-02 table .inner_respond div {
    margin-left: 70px; }
  .csr-04-02 table .inner_concern span {
    margin-right: 15px;
    position: relative;
    float: left; }
    .csr-04-02 table .inner_concern span:after {
      position: absolute;
      content: '-';
      top: 0;
      right: -9.5px; }
  .csr-04-02 table .inner_concern div p {
    display: inline;
    position: relative;
    margin-right: 10px; }
    .csr-04-02 table .inner_concern div p:after {
      position: absolute;
      content: '-';
      right: -9.5px; }
  .csr-04-02 table .inner_concern div p:last-child:after {
    content: none; }

@media (max-width: 1199.9px) {
  .csr-04-02 article > p {
    margin-bottom: 100px; }
  .csr-04-02 table {
    display: block; }
    .csr-04-02 table:after, .csr-04-02 table:before {
      content: none; }
    .csr-04-02 table .table_pc {
      display: none; }
    .csr-04-02 table .table_phone {
      display: table-column-group; }
    .csr-04-02 table thead {
      display: none; }
    .csr-04-02 table .inner-title {
      display: none; }
    .csr-04-02 table tbody {
      display: block;
      border-bottom: none;
      position: relative;
      margin-bottom: 120px; }
      .csr-04-02 table tbody:before {
        position: absolute;
        content: attr(data-title);
        top: 0;
        left: 0;
        right: 0;
        margin-top: -30px;
        width: 100%;
        white-space: nowrap;
        font-weight: bold;
        color: #1a1a1a;
        text-align: center;
        font-size: 1.625rem; }
    .csr-04-02 table tbody:last-child {
      margin-bottom: 0; }
      .csr-04-02 table tbody:last-child tr:last-child {
        margin-bottom: 0; }
    .csr-04-02 table tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 40px; }
    .csr-04-02 table td {
      width: 100%;
      display: block;
      position: relative;
      text-align: left;
      padding-left: 20px;
      padding-right: 20px;
      border-bottom: 1px solid #333 !important; }
      .csr-04-02 table td:before {
        content: attr(data-title);
        text-align: left;
        font-weight: bold;
        color: #1a1a1a;
        margin-bottom: 10px;
        display: block; }
      .csr-04-02 table td:last-child {
        border-bottom: 2px solid #000 !important; }
      .csr-04-02 table td ul, .csr-04-02 table td p {
        padding: 0; }
    .csr-04-02 table .person {
      border-bottom: 4px solid #000 !important;
      text-align: center;
      font-size: 1rem;
      font-weight: bold;
      padding: 10px 20%; }
    .csr-04-02 table .inner_respond li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .csr-04-02 table .inner_respond div {
      margin-left: 0; } }

@media (max-width: 767.9px) {
  .csr-04-02 .h-img img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0 auto; } }

.csr-05-01 .content {
  max-width: 700px; }

.csr-05-01 .col-12 {
  font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  line-height: 25px;
  opacity: .9;
  margin-bottom: 125px; }

.csr-05-01 .h-img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px; }

.csr-05-01 .h-img li {
  position: relative;
  padding-right: 30px; }

.csr-05-01 .h-img li:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #178d98;
  top: 12px;
  right: 15px;
  margin-right: -2px;
  margin-top: -2px;
  border-radius: 50%; }

.csr-05-01 .h-img li:last-child {
  padding-right: 0; }
  .csr-05-01 .h-img li:last-child:after {
    content: none; }

.csr-05-01 .h-img img {
  display: block;
  margin: 0 auto; }

.csr-05-01 .list-1 {
  text-align: center; }
  .csr-05-01 .list-1 p {
    margin-bottom: 26px; }
  .csr-05-01 .list-1 ul {
    counter-reset: li;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto; }
    .csr-05-01 .list-1 ul > li {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-weight: bold;
      font-size: 0.9375rem;
      line-height: 25px;
      letter-spacing: 0.025em;
      opacity: .8;
      counter-increment: li;
      position: relative;
      padding-left: 30px;
      margin-bottom: 15px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      text-align: left; }
      .csr-05-01 .list-1 ul > li:after {
        content: "(" counter(li) ")";
        font-weight: bold;
        position: absolute;
        left: 0;
        top: 0;
        letter-spacing: 0.1em; }

.csr-05-01 .content-2 {
  background-color: #f0f0f0;
  padding: 120px 0 190px 0; }
  .csr-05-01 .content-2 .col-12 {
    max-width: 780px;
    margin: 0 auto;
    width: 90%; }
  .csr-05-01 .content-2 p {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 0.9375rem;
    letter-spacing: 0.025em;
    line-height: 25px;
    opacity: .9;
    text-align: center; }

.csr-05-01 h5 {
  max-width: 470px;
  font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 28px;
  letter-spacing: 0.02em;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 30px;
  text-align: center; }

.csr-05-01 .btn-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.csr-05-01 .btn {
  width: 146px;
  padding-top: 47px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .csr-05-01 .btn img {
    margin-bottom: 26px; }
  .csr-05-01 .btn p {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.025em;
    color: #fff; }

.csr-05-01 .btn-mail {
  background-color: #959595;
  margin-right: 3px; }

.csr-05-01 .btn-quest {
  background-color: #014c53;
  margin-left: 3px; }

@media (max-width: 767.9px) {
  .csr-05-01 .content-2 {
    padding-bottom: 130px; } }

@media (max-width: 460px) {
  .csr-05-01 .rt-bg {
    width: 300px; }
  .csr-05-01 .h-img ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 30px; }
    .csr-05-01 .h-img ul li {
      width: 50%; }
    .csr-05-01 .h-img ul li:nth-child(2n-1) {
      text-align: right; }
    .csr-05-01 .h-img ul li:nth-child(2n):after {
      content: none; }
    .csr-05-01 .h-img ul li:last-child {
      width: 100%;
      text-align: center;
      padding-right: 30px; } }

@media (max-width: 767.9px) {
  .csr06_inner nav {
    overflow-x: scroll; }
    .csr06_inner nav ul {
      min-width: 515px; } }

.csr-06-01 nav.active {
  color: #fff; }

.csr-06-01 .content {
  max-width: 735px;
  width: 90vw; }
  .csr-06-01 .content > p {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 0.9375rem;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 45px; }

.csr-06-01 .inner .year {
  display: none; }

.csr-06-01 .inner ul {
  padding: 20px 0; }
  .csr-06-01 .inner ul li p {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    line-height: 20px; }
    .csr-06-01 .inner ul li p span {
      opacity: .4;
      font-size: 0.8125rem;
      letter-spacing: 0.02em;
      margin-top: 7px; }
  .csr-06-01 .inner ul li p:first-child {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left; }
  .csr-06-01 .inner ul li p:last-child {
    display: block; }
  .csr-06-01 .inner ul li img {
    width: auto;
    height: 100px; }
  .csr-06-01 .inner ul li a img {
    width: 22px; }
  .csr-06-01 .inner ul li:last-child {
    text-align: left; }

.csr-06-01 .ajax-06 article h5 {
  font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  font-weight: bold;
  font-size: 1.625rem;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 145px;
  margin-bottom: 42px; }

.csr-06-01 .ajax-06 article div {
  margin: 0 -95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.csr-06-01 .ajax-06 article img {
  width: 100%;
  margin-bottom: 3px; }

@media (max-width: 767.9px) {
  .csr-06-01 .content {
    margin-top: 180px; }
  .csr-06-01 .table {
    margin: 0;
    border: none; }
  .csr-06-01 .row-title {
    display: none; }
  .csr-06-01 .inner {
    margin: 0;
    border: none; }
    .csr-06-01 .inner > li {
      margin-bottom: 70px; }
    .csr-06-01 .inner > li:last-child {
      margin-bottom: 0;
      border-bottom: 2px solid #000; }
    .csr-06-01 .inner .year {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      display: block;
      text-align: center;
      border-bottom: 4px solid #000;
      padding-bottom: 10px;
      font-weight: bold; }
    .csr-06-01 .inner ul {
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-bottom: 2px solid #000; }
      .csr-06-01 .inner ul li:first-child {
        display: none; }
      .csr-06-01 .inner ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 13px 0;
        border-bottom: 1px solid #999; }
        .csr-06-01 .inner ul li p:first-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-weight: bold;
          padding-left: 20px; }
        .csr-06-01 .inner ul li p:last-child {
          padding-right: 20px; }
        .csr-06-01 .inner ul li a {
          padding-right: 60px; }
      .csr-06-01 .inner ul li:last-child {
        border: none; }
  .csr-06-01 .ajax-06 article div {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .csr-06-01 .ajax-06 article img {
    width: 100%;
    margin-bottom: 3px; } }

.playVideo-lb {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none; }
  .playVideo-lb .lb-close {
    opacity: 1; }
  .playVideo-lb iframe {
    -webkit-animation: 2s both;
    animation: 2s both;
    -webkit-animation-name: video-ani;
    animation-name: video-ani; }

.csr-06-02 nav.active {
  color: #fff; }

.csr-06-02 .content {
  max-width: 735px;
  width: 90vw; }
  .csr-06-02 .content > p {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 0.9375rem;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 45px; }

.csr-06-02 .inner {
  display: block; }
  .csr-06-02 .inner .year {
    display: none; }
  .csr-06-02 .inner ul {
    padding: 20px 0; }
    .csr-06-02 .inner ul li p {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      line-height: 20px; }
      .csr-06-02 .inner ul li p span {
        opacity: .4;
        font-size: 0.8125rem;
        letter-spacing: 0.02em;
        margin-top: 7px; }
    .csr-06-02 .inner ul li p:first-child {
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: left; }
    .csr-06-02 .inner ul li p:last-child {
      display: block; }
    .csr-06-02 .inner ul li img {
      width: auto;
      height: 100px; }
    .csr-06-02 .inner ul li a img {
      width: 22px; }
    .csr-06-02 .inner ul li:last-child {
      text-align: left; }

.csr-06-02 .ajax-06 article h5 {
  font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  font-weight: bold;
  font-size: 1.625rem;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 145px;
  margin-bottom: 42px; }

.csr-06-02 .ajax-06 article div {
  margin: 0 -50px; }

.csr-06-02 .ajax-06 article img {
  width: 32%;
  margin-right: 5px;
  margin-bottom: 2px; }

@media (max-width: 767.9px) {
  .csr-06-02 .content {
    margin-top: 180px; }
  .csr-06-02 .table {
    margin: 0;
    border: none; }
  .csr-06-02 .row-title {
    display: none; }
  .csr-06-02 .inner {
    margin: 0;
    border: none; }
    .csr-06-02 .inner > li {
      margin-bottom: 70px; }
    .csr-06-02 .inner > li:last-child {
      margin-bottom: 0;
      border-bottom: 2px solid #000; }
    .csr-06-02 .inner li:last-child ul {
      border-top: 2px solid #000; }
    .csr-06-02 .inner .year {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      display: block;
      text-align: center;
      border-bottom: 4px solid #000;
      padding-bottom: 10px;
      font-weight: bold; }
    .csr-06-02 .inner ul {
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-top: 2px solid #000;
      border-bottom: 2px solid #000; }
      .csr-06-02 .inner ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 13px 0;
        border-bottom: 1px solid #999; }
        .csr-06-02 .inner ul li p:first-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-weight: bold;
          padding-left: 20px; }
        .csr-06-02 .inner ul li p:last-child {
          text-align: left;
          padding: 0 20px; }
        .csr-06-02 .inner ul li a {
          padding-right: 60px; }
      .csr-06-02 .inner ul li:last-child {
        border: none; }
  .csr-06-02 .ajax-06 article div {
    margin: 0; }
  .csr-06-02 .ajax-06 article img {
    width: 100%; }
  .csr-06-02 .ajax-06 article a:nth-child(2n) {
    margin-right: 0; } }

.csr-06-01 nav ul, .csr-06-02 nav ul {
  display: block;
  text-align: center;
  white-space: nowrap; }
  .csr-06-01 nav ul li, .csr-06-02 nav ul li {
    display: inline-block; }

.page_recruiting_content {
  max-width: 1185px;
  width: 90vw;
  margin: 0 auto;
  padding-bottom: 235px;
  overflow: hidden; }
  .page_recruiting_content .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 130px;
    overflow: hidden; }
    .page_recruiting_content .col-12:hover .readmore {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .page_recruiting_content .col-12:hover .d-block img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .page_recruiting_content .col-12 .inner {
      max-width: 592px; }
    .page_recruiting_content .col-12 h4 {
      display: inline-block;
      font-family: 微軟正黑體;
      font-weight: bold;
      font-size: 1.5625rem;
      letter-spacing: 0.01em;
      position: relative;
      margin-bottom: 15px;
      opacity: 0;
      white-space: nowrap; }
      .page_recruiting_content .col-12 h4:after {
        content: '';
        display: block;
        width: 40px;
        height: 3px;
        background-color: #178d98;
        position: absolute;
        top: 12px;
        margin-top: -1.5px;
        left: -50px; }
    .page_recruiting_content .col-12 .subtitle {
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 1.25rem;
      letter-spacing: 0.01em;
      margin-bottom: 46px;
      opacity: 0; }
    .page_recruiting_content .col-12 p {
      font-family: 微軟正黑體;
      font-size: 0.875rem;
      line-height: 22px;
      letter-spacing: 0.025em;
      color: rgba(0, 0, 0, 0.7);
      opacity: 0;
      margin-bottom: 33px; }
    .page_recruiting_content .col-12 .readmore {
      display: block;
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.75rem;
      letter-spacing: 0.025em;
      width: 152px;
      line-height: 31px;
      padding-left: 22px;
      color: #fff;
      background-color: #363636;
      opacity: 0;
      -webkit-transform: translateX(-10%);
      -ms-transform: translateX(-10%);
      transform: translateX(-10%);
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    .page_recruiting_content .col-12 ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .page_recruiting_content .col-12 li {
      padding-right: 17px;
      padding-left: 17px;
      margin-bottom: 20px;
      border-right: 2px solid #83bec4; }
    .page_recruiting_content .col-12 li:first-child {
      padding-left: 0; }
    .page_recruiting_content .col-12 li:last-child {
      border-right: none; }
    .page_recruiting_content .col-12 .d-block {
      opacity: 0;
      overflow: hidden;
      position: relative;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%); }
    .page_recruiting_content .col-12 img {
      display: block;
      width: 100%;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
  .page_recruiting_content .col-12:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .page_recruiting_content .col-12:nth-child(2n) .inner {
      padding-left: 165px;
      padding-right: 75px; }
  .page_recruiting_content .col-12:nth-child(2n-1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .page_recruiting_content .col-12:nth-child(2n-1) .inner {
      padding-left: 165px;
      padding-right: 75px; }
  .page_recruiting_content .col-12:nth-child(4) {
    margin-bottom: 0px; }
  .page_recruiting_content .col-12.fadeIn .d-block {
    -webkit-animation: boximg-in 2s both;
    animation: boximg-in 2s both; }
  .page_recruiting_content .col-12.fadeIn .inner h4 {
    -webkit-animation: box-in 1s both;
    animation: box-in 1s both; }
  .page_recruiting_content .col-12.fadeIn .inner .subtitle {
    -webkit-animation: box-in 1s both .5s;
    animation: box-in 1s both .5s; }
  .page_recruiting_content .col-12.fadeIn .inner p {
    -webkit-animation: box-in 1s both 1s;
    animation: box-in 1s both 1s; }
  .page_recruiting_content .col-12.fadeIn .inner a {
    -webkit-animation: box-in 1s both 1.5s;
    animation: box-in 1s both 1.5s; }

@media (max-width: 1200px) {
  .page_recruiting_content {
    padding-bottom: 50px;
    width: 100%; }
    .page_recruiting_content .col-12 .readmore {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
    .page_recruiting_content .col-12:nth-child(2n-1), .page_recruiting_content .col-12:nth-child(2n) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      margin: 0 auto;
      width: 80%; }
      .page_recruiting_content .col-12:nth-child(2n-1) .inner, .page_recruiting_content .col-12:nth-child(2n) .inner {
        padding: 0;
        margin-top: 30px;
        margin-bottom: 60px; } }

@media (max-width: 767.9px) {
  .page_recruiting .lb-close {
    width: 60px;
    height: 60px; }
  .page_recruiting_content .col-12 .subtitle {
    margin-bottom: 33px; }
  .page_recruiting_content .col-12 h4 {
    white-space: normal; }
  .page_recruiting_content .col-12:nth-child(2n-1), .page_recruiting_content .col-12:nth-child(2n) {
    width: 100%; }
    .page_recruiting_content .col-12:nth-child(2n-1) .inner, .page_recruiting_content .col-12:nth-child(2n) .inner {
      width: 65%;
      margin-left: auto;
      margin-right: auto; } }

@media (max-width: 374.9px) {
  .page_recruiting nav .nav-navbar {
    overflow-x: scroll; }
  .page_recruiting nav ul {
    min-width: 375px; } }

.page_recruiting .hide_lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0vh;
  z-index: 9999;
  background-color: #fff; }

.recruiting-lb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100vh; }
  .recruiting-lb .lb-close {
    left: 0;
    opacity: 0; }
  .recruiting-lb .navbar .tags {
    margin-right: 0;
    padding: 0 20px;
    border-top: 6px solid #014c53;
    position: absolute;
    right: 17px;
    top: 0;
    z-index: 3;
    opacity: 0; }
  .recruiting-lb .banner {
    width: 40%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    z-index: 2;
    position: relative;
    opacity: 0; }
    .recruiting-lb .banner .icon {
      display: none;
      font-size: 3.75rem;
      text-align: center;
      margin-bottom: 15px;
      position: absolute;
      top: 40%;
      left: 50%;
      -webkit-animation: none !important;
      animation: none !important;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .recruiting-lb .banner h4 {
      display: none;
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-weight: bold;
      font-size: 2.25rem;
      letter-spacing: 0.02em;
      position: absolute;
      top: 48%;
      left: 50%;
      -webkit-animation: none !important;
      animation: none !important;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .recruiting-lb .top-mask {
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 17px;
    background-color: #fff;
    z-index: 1;
    opacity: 0; }
  .recruiting-lb .content {
    width: 60%;
    margin-top: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 135px 155px 0 195px;
    position: relative; }
    .recruiting-lb .content .icon {
      font-size: 3.75rem;
      display: block;
      text-align: center;
      margin-bottom: 15px;
      opacity: 0; }
    .recruiting-lb .content h4 {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-weight: bold;
      font-size: 2.25rem;
      letter-spacing: 0.02em;
      text-align: center;
      margin-bottom: 75px;
      opacity: 0; }
    .recruiting-lb .content .title {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-weight: bold;
      font-size: 1.625rem;
      letter-spacing: 0.02em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 20px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      opacity: 0; }
      .recruiting-lb .content .title span {
        position: relative; }
      .recruiting-lb .content .title span:after {
        content: '-';
        display: inline-block;
        margin-left: 10px;
        vertical-align: text-top; }
      .recruiting-lb .content .title .subtitle {
        width: 100%;
        font-size: 0.9375rem;
        font-weight: normal;
        margin-top: 20px;
        margin-left: 25px;
        line-height: 26px; }
    .recruiting-lb .content .title.h-subtitle {
      margin-bottom: 5px; }
    .recruiting-lb .content .title.img {
      margin-bottom: 40px; }
    .recruiting-lb .content h5 {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-weight: bold;
      font-size: 1.25rem;
      letter-spacing: 0.02em;
      margin-bottom: 15px;
      padding-left: 35px; }
    .recruiting-lb .content article {
      margin-bottom: 100px;
      opacity: 0; }
      .recruiting-lb .content article > ul {
        counter-reset: li;
        margin-left: 26px; }
    .recruiting-lb .content .table {
      border-top: 2px solid #7f7f7f;
      border-bottom: 2px solid #7f7f7f; }
    .recruiting-lb .content .col-12 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 24px 40px;
      border-bottom: 1px solid #bfbfbf; }
      .recruiting-lb .content .col-12:last-child {
        border-bottom: none; }
    .recruiting-lb .content .location {
      margin-bottom: 95px;
      counter-increment: li;
      position: relative; }
      .recruiting-lb .content .location:last-child {
        margin-bottom: 0; }
      .recruiting-lb .content .location:after {
        content: "0" counter(li) ".";
        font-weight: bold;
        position: absolute;
        left: 0;
        top: 0;
        letter-spacing: 0.02em;
        font-size: 1.25rem;
        font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
        font-weight: bold; }
    .recruiting-lb .content .message li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.9375rem;
      opacity: .8;
      letter-spacing: 0.025em;
      margin-bottom: 6px;
      line-height: 21px; }
      .recruiting-lb .content .message li:last-child {
        margin-bottom: 0; }
    .recruiting-lb .content .message span {
      color: #868686;
      margin-right: 12px;
      position: relative; }
      .recruiting-lb .content .message span:after {
        position: absolute;
        content: '';
        width: 5px;
        height: 1px;
        right: -10px;
        top: 12px;
        margin-top: -0.5px;
        background-color: #9e9e9e; }
    .recruiting-lb .content .map {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-flex: 0.5 !important;
      -ms-flex: 0.5 !important;
      flex: 0.5 !important; }
      .recruiting-lb .content .map a {
        margin-left: auto; }
      .recruiting-lb .content .map a:hover i:before {
        color: #178d98; }
      .recruiting-lb .content .map i {
        font-size: 2.5rem; }
      .recruiting-lb .content .map i:before {
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
    .recruiting-lb .content .disc-inner li {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.9375rem;
      color: rgba(0, 0, 0, 0.8);
      letter-spacing: 0.025em;
      line-height: 26px;
      position: relative;
      padding-left: 15px; }
      .recruiting-lb .content .disc-inner li:after {
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #178d98;
        left: 0;
        top: 11.5px; }
    .recruiting-lb .content .disc-inner .route {
      font-weight: bold;
      color: #000; }
    .recruiting-lb .content .h-img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 15px 0;
      margin-left: -5px;
      margin-right: -5px;
      margin-bottom: 5px; }
      .recruiting-lb .content .h-img a {
        width: calc(50% - 10px);
        margin-right: 5px;
        margin-left: 5px; }
      .recruiting-lb .content .h-img img {
        opacity: 1;
        margin-right: auto;
        display: block;
        width: 100%; }
    .recruiting-lb .content .remarks {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.9375rem;
      opacity: .8;
      letter-spacing: 0.025em;
      line-height: 26px;
      color: #1c1b1b; }
      .recruiting-lb .content .remarks p {
        color: #000000;
        font-weight: bold; }
      .recruiting-lb .content .remarks li {
        list-style-type: decimal;
        margin-left: 20px; }
    .recruiting-lb .content .num-inner {
      padding-left: 30px; }
      .recruiting-lb .content .num-inner > li {
        font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
        font-size: 0.9375rem;
        color: rgba(0, 0, 0, 0.8);
        letter-spacing: 0.025em;
        position: relative;
        font-weight: bold;
        counter-increment: li;
        margin-bottom: 35px;
        line-height: 25px; }
        .recruiting-lb .content .num-inner > li:last-child {
          margin-bottom: 0; }
        .recruiting-lb .content .num-inner > li:after {
          content: "(" counter(li) ")";
          font-weight: bold;
          position: absolute;
          left: -25px;
          top: 0;
          letter-spacing: 0.025em;
          font-size: 0.9375rem;
          font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
          font-weight: bold; }
        .recruiting-lb .content .num-inner > li ul {
          font-weight: normal;
          opacity: .8; }
    .recruiting-lb .content .arrow {
      height: 70px;
      width: 1px;
      background-color: #000;
      position: relative;
      display: block;
      margin: 0 auto;
      margin-bottom: 45px; }
      .recruiting-lb .content .arrow:after {
        content: '';
        position: absolute;
        width: 15px;
        height: 1px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        right: -13px;
        top: 5px;
        background-color: #000; }
      .recruiting-lb .content .arrow span {
        font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
        color: #000;
        font-size: 0.875rem;
        position: absolute;
        top: 0;
        right: 10px; }

.recruiting-01 .content article > ul {
  margin-left: 0; }

.recruiting-01 .content .disc-inner li {
  margin-bottom: 40px; }
  .recruiting-01 .content .disc-inner li:last-child {
    margin-bottom: 0; }

.recruiting-02 .banner {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  background-position: left center; }

.recruiting-02 .content .disc-inner {
  margin-bottom: 25px; }

@media (max-width: 1440px) {
  .recruiting-lb .content .map {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

@media (max-width: 1200px) {
  .recruiting-lb {
    display: block;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .recruiting-lb .navbar .tags {
      right: 0; }
    .recruiting-lb .navbar .tags.light-text a {
      color: #fff !important; }
      .recruiting-lb .navbar .tags.light-text a:hover {
        color: #fff !important; }
    .recruiting-lb .navbar .tags.light-text li:first-child a {
      color: #fff !important; }
    .recruiting-lb .top-mask {
      display: none; }
    .recruiting-lb .banner {
      width: 100%;
      height: 632px; }
    .recruiting-lb .content {
      width: 80%;
      margin: 0 auto;
      padding-left: 0;
      padding-right: 0;
      overflow-y: hidden;
      padding-top: 80px; }
      .recruiting-lb .content .map {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }

@media (max-width: 767.9px) {
  .recruiting-lb .banner {
    height: 50vh !important; }
  .recruiting-lb .content article > ul {
    margin-left: 0; }
  .recruiting-lb .content .title .subtitle {
    margin-left: 0; }
  .recruiting-lb .content .col-12 {
    padding: 24px 20px; }
  .recruiting-lb .content .h-img {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .recruiting-lb .content .h-img a {
      width: 100%;
      margin-bottom: 3px; }
  .recruiting-lb .content .map {
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
    margin-left: 10px; } }

.page_location .page_location_content {
  max-width: 1140px;
  width: 80vw;
  margin: 0 auto;
  padding-bottom: 245px; }

.page_location .table {
  margin-left: -40px;
  margin-right: -40px;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  position: relative; }

.page_location .col-mask {
  position: absolute;
  width: 6px;
  height: 100%;
  background-color: #f0f0f0; }

.page_location .col-mask-1 {
  top: 0;
  left: 45%;
  margin-left: -3px; }

.page_location .col-mask-2 {
  top: 0;
  left: 81%;
  margin-left: -3px; }

.page_location .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 40px;
  margin-left: 40px; }
  .page_location .inner .year {
    display: none; }
  .page_location .inner li:last-child ul li {
    border: none; }
  .page_location .inner .body_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .page_location .inner .body_inner .block_1, .page_location .inner .body_inner .block_2, .page_location .inner .body_inner .block_3 {
      opacity: 0; }
  .page_location .inner .body_inner.in .block_1 {
    -webkit-animation: box-in 1s both;
    animation: box-in 1s both; }
  .page_location .inner .body_inner.in .block_2 {
    -webkit-animation: box-in 1s both;
    animation: box-in 1s both; }
  .page_location .inner .body_inner.in .block_3 {
    -webkit-animation: box-in 1s both;
    animation: box-in 1s both; }

.page_location .block_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  letter-spacing: 0.025em;
  width: 480px;
  padding: 45px 0px;
  padding-left: 30px;
  margin-right: 3px;
  border-bottom: 1px solid #999; }
  .page_location .block_1 img {
    margin-right: 38px;
    max-width: 130px; }
  .page_location .block_1 h3 {
    font-size: 1.0625rem;
    line-height: 23px;
    font-weight: bold; }
    .page_location .block_1 h3 span {
      margin-left: 12px; }
  .page_location .block_1 .subtitle {
    font-size: 1rem;
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    line-height: 28px; }
    .page_location .block_1 .subtitle span {
      margin-left: 16px; }

.page_location .block_2 {
  width: calc(100% - 630px);
  font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 45px 35px;
  margin: 0 3px;
  border-bottom: 1px solid #999; }
  .page_location .block_2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .page_location .block_2 .d-flex {
    padding-right: 15px;
    border-right: 1px solid #178d98; }
    .page_location .block_2 .d-flex:last-child {
      padding-left: 15px;
      padding-right: 0;
      border-right: none; }
  .page_location .block_2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    width: 100%; }
    .page_location .block_2 li:last-child {
      margin-bottom: 0; }
  .page_location .block_2 span {
    font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    text-transform: uppercase;
    margin-right: 10px;
    line-height: 21px; }
  .page_location .block_2 p {
    line-height: 21px; }

.page_location .block_3 {
  width: 150px;
  font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 3px;
  border-bottom: 1px solid #999; }
  .page_location .block_3 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 16px;
    color: #000; }
    .page_location .block_3 a:hover i:before {
      color: #178d98; }
  .page_location .block_3 i {
    font-size: 1.625rem; }
    .page_location .block_3 i:before {
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
  .page_location .block_3 span {
    margin-left: 18px; }

.page_location li:last-child .block_2 {
  border: none; }

.page_location li:last-child .block_3 {
  border: none; }

@media (max-width: 1360px) {
  .page_location .table {
    margin-left: 0;
    margin-right: 0; }
  .page_location .inner {
    margin: 0; }
    .page_location .inner .body_inner {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-bottom: 2px solid #999; }
    .page_location .inner li:last-child .body_inner {
      border: none; }
  .page_location .block_1 {
    width: 100%;
    border: none; }
  .page_location .block_2 {
    width: 70%;
    padding: 45px 30px 45px 30px;
    border: none;
    border-top: 1px solid #999 !important; }
  .page_location .block_3 {
    width: 28%;
    border: none;
    border-top: 1px solid #999 !important; } }

@media (max-width: 767.9px) {
  .page_location .page_main {
    padding-bottom: 0; }
  .page_location .page_location_content {
    width: 90vw;
    padding-bottom: 130px; }
  .page_location .block_1 {
    margin-right: 0; }
  .page_location .block_2 {
    margin-left: 0;
    padding: 40px 30px 40px 30px;
    width: 69%; }
    .page_location .block_2 li {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .page_location .block_2 .d-flex {
      width: 100%;
      border: none;
      padding: 0 !important; } }

@media (max-width: 560px) {
  .page_location .block_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px; }
    .page_location .block_1 img {
      margin-right: 0;
      margin-bottom: 20px; }
  .page_location .block_2 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px; }
    .page_location .block_2 li {
      margin-bottom: 0; }
    .page_location .block_2 .d-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
  .page_location .block_3 a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0; }
    .page_location .block_3 a i {
      margin-bottom: 10px; }
    .page_location .block_3 a span {
      margin: 0; } }

.contact_home .page_main {
  padding-bottom: 70px; }

.contact_home .page_main_title {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 50px; }

.contact_home nav .arrow {
  bottom: 0;
  top: -37.5px; }

.contact_home .content {
  max-width: 730px;
  margin: 0 auto;
  margin-bottom: 270px; }
  .contact_home .content p {
    font-family: 微軟正黑體;
    font-size: 0.9375rem;
    line-height: 22px;
    letter-spacing: 0.02em;
    opacity: .9;
    text-align: center;
    margin-bottom: 54px; }

.contact_home .table {
  margin-left: -40px;
  margin-right: -40px;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  margin-bottom: 42px; }

.contact_home .inner {
  border: none;
  margin: 0 40px; }
  .contact_home .inner .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #999;
    padding: 20px 0; }
  .contact_home .inner .code {
    border: none; }
  .contact_home .inner .message {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

.contact_home form {
  font-family: 微軟正黑體;
  position: relative; }

.contact_home label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
  letter-spacing: 0.025em;
  position: relative;
  margin-left: 90px; }
  .contact_home label:after {
    content: '*';
    font-size: 16px;
    position: absolute;
    color: red;
    top: -5px;
    left: -15px; }

.contact_home label.unimportant:after {
  content: none; }

.contact_home input, .contact_home .nice-select, .contact_home textarea {
  -webkit-box-flex: 2.5;
  -ms-flex: 2.5;
  flex: 2.5;
  border: none;
  outline: none;
  font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  font-size: 0.9375rem;
  background: transparent;
  margin-right: 80px; }

.contact_home #code {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin-right: 0; }

.contact_home .changeCap {
  margin-right: 80px; }

.contact_home input:focus::-webkit-input-placeholder {
  color: transparent; }

.contact_home input:focus:-moz-placeholder {
  color: transparent; }

.contact_home input:focus::-moz-placeholder {
  color: transparent; }

.contact_home input:focus:-ms-input-placeholder {
  color: transparent; }

.contact_home textarea {
  resize: none;
  height: 80px;
  width: 100%; }
  .contact_home textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.9375rem; }
  .contact_home textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.9375rem; }
  .contact_home textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.9375rem; }

.contact_home .nice-select {
  height: auto;
  line-height: normal;
  padding-left: 0;
  padding-right: 0; }
  .contact_home .nice-select .list {
    display: block;
    padding: 0;
    top: 36px;
    left: 0;
    right: 0;
    width: auto;
    border-radius: 0;
    background-color: #313131;
    -webkit-transition: all .5s , opacity .5s ease-out;
    -o-transition: all .5s , opacity .5s ease-out;
    transition: all .5s , opacity .5s ease-out; }
    .contact_home .nice-select .list li:first-child {
      display: none; }
  .contact_home .nice-select .option {
    color: rgba(255, 255, 255, 0.5); }
  .contact_home .nice-select .option:hover {
    background-color: #313131;
    color: #27aab6; }
  .contact_home .nice-select .option.selected.focus {
    background-color: #313131; }

.contact_home .nice-select:after {
  height: 8px;
  width: 8px;
  border-color: transparent #178d98 #178d98 transparent;
  border-width: 10px 10px 0px 0px;
  border-style: solid;
  margin-top: -8px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.contact_home .confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -155px; }
  .contact_home .confirm button {
    border: none;
    outline: none; }
  .contact_home .confirm .btn {
    display: inline-block;
    width: 45%;
    line-height: 45px;
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.025em;
    color: rgba(255, 255, 255, 0.9);
    text-align: center; }
  .contact_home .confirm .btn-reset {
    background-color: #959595;
    margin-right: 2px; }
  .contact_home .confirm .btn-sent {
    background-color: #014c53;
    margin-left: 2px; }

.contact_home .description a {
  margin-left: 5px;
  font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  color: #178d98; }

@media (max-width: 960px) {
  .contact_home .content {
    width: 610px; } }

@media (max-width: 767.9px) {
  .contact_home .content {
    width: 90% !important;
    margin-bottom: 215px; }
  .contact_home .table {
    margin: 0;
    margin-bottom: 42px; }
  .contact_home .inner {
    margin: 0; }
    .contact_home .inner .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-bottom: 15px;
      -webkit-box-align: normal;
      -ms-flex-align: normal;
      align-items: normal; }
    .contact_home .inner .code {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .contact_home .inner .code label {
        width: 92%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none; }
  .contact_home label {
    margin-bottom: 15px;
    margin-left: 8%; }
  .contact_home textarea {
    padding-left: 8%; }
  .contact_home input, .contact_home .nice-select {
    padding: 0;
    margin-left: 8%;
    margin-right: 0; }
  .contact_home .nice-select .list {
    top: 32px; }
  .contact_home .changeCap {
    margin-right: 0;
    width: 100%;
    margin-left: 8%;
    margin-top: 15px; } }

.privacy_lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 9999;
  background-color: #fff; }

.page_privacy .lb-close {
  position: absolute; }

.page_privacy .gradation {
  max-width: 1456px;
  width: 80%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0d646c), to(#013b53));
  background: -webkit-linear-gradient(#0d646c, #013b53);
  background: -o-linear-gradient(#0d646c, #013b53);
  background: linear-gradient(#0d646c, #013b53);
  font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
  padding: 110px 12% 55px 12%;
  margin: 95px auto 85px auto;
  position: relative;
  overflow: hidden; }

.page_privacy .lb-close {
  left: 0;
  background-color: #d2d2d2; }

.page_privacy .page-close span {
  background-color: #175a60; }

.page_privacy h2 {
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.015em;
  color: #fff;
  margin-bottom: 18px;
  text-align: center;
  line-height: 3.125rem; }

.page_privacy .subtitle {
  font-size: 1.5rem;
  letter-spacing: 0.015em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 55px;
  text-align: center; }

.page_privacy .list-box {
  margin-bottom: 70px; }

.page_privacy p {
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  color: rgba(255, 255, 255, 0.65);
  line-height: 26px;
  margin-bottom: 30px; }
  .page_privacy p:last-child {
    margin-bottom: 0; }

.page_privacy h3 {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  line-height: 36px; }

.page_privacy .disc-inner {
  margin-left: 26px; }
  .page_privacy .disc-inner > li {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.9375rem;
    letter-spacing: 0.025em;
    line-height: 26px;
    position: relative;
    margin-bottom: 30px; }
    .page_privacy .disc-inner > li:after {
      position: absolute;
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #fff45c;
      left: -14px;
      top: 10.5px; }
    .page_privacy .disc-inner > li:last-child {
      margin-bottom: 0; }

.page_privacy .num-inner {
  list-style-type: decimal;
  margin-left: 26px; }
  .page_privacy .num-inner > li:last-child {
    margin-bottom: 0; }

.page_privacy .connection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 26px;
  margin-top: 4px; }
  .page_privacy .connection li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.56); }
    .page_privacy .connection li h5 {
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      text-transform: uppercase;
      margin-right: 18px; }
    .page_privacy .connection li p {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      line-height: normal; }
  .page_privacy .connection li:first-child {
    width: 100%;
    margin-bottom: 4px; }
  .page_privacy .connection li:nth-child(2) {
    padding-right: 20px;
    border-right: 1px solid #178d98; }
  .page_privacy .connection li:last-child {
    padding-left: 20px; }

.page_privacy .arrow {
  height: 70px;
  width: 1px;
  background-color: #fff;
  position: relative;
  display: block;
  margin: 0 auto; }
  .page_privacy .arrow:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -13px;
    top: 5px;
    background-color: #fff; }
  .page_privacy .arrow span {
    font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    color: #fff;
    font-size: 0.875rem;
    letter-spacing: 0.025em;
    position: absolute;
    top: 0;
    right: 10px; }

@media (max-width: 767.9px) {
  .privacy_lightbox h2 {
    font-size: 2rem; }
  .page_privacy .gradation {
    width: 100%;
    margin: 0;
    padding: 110px 5% 55px 5%; }
  .page_privacy .connection li {
    margin-bottom: 4px;
    padding: 0 !important;
    border: none !important;
    width: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

.page_note .gradation {
  padding-bottom: 110px; }

.page_note .lb-close.note-close {
  position: absolute;
  width: auto;
  height: auto;
  background-color: #838383;
  width: 275px;
  text-align: center;
  bottom: 70px;
  top: auto;
  left: 50%;
  margin-left: -137.5px;
  -webkit-animation: slideInUp 1s both 1.5s !important;
  animation: slideInUp 1s both 1.5s !important; }
  .page_note .lb-close.note-close p {
    line-height: 47px;
    letter-spacing: 0.06em;
    color: #fff; }

/************************************************************/
/*                        燈箱                              */
/************************************************************/
.hide_lightbox .content {
  -webkit-animation: none;
  animation: none; }

.hide_lightbox.open {
  opacity: 1;
  -webkit-animation: lb-in .5s both;
  animation: lb-in .5s both; }
  .hide_lightbox.open .banner {
    -webkit-animation: banner-in 1s both .5s;
    animation: banner-in 1s both .5s; }
  .hide_lightbox.open .lb-close {
    -webkit-animation: slideInDown 1s both .5s;
    animation: slideInDown 1s both .5s; }
  .hide_lightbox.open .tags {
    -webkit-animation: slideInDown 1s both .5s;
    animation: slideInDown 1s both .5s; }
  .hide_lightbox.open .top-mask {
    -webkit-animation: slideInDown 1s both .5s;
    animation: slideInDown 1s both .5s; }
  .hide_lightbox.open .icon {
    -webkit-animation: slideInDown 1s both 1s;
    animation: slideInDown 1s both 1s; }
  .hide_lightbox.open h4 {
    -webkit-animation: slideInDown 1s both 1.5s;
    animation: slideInDown 1s both 1.5s; }
  .hide_lightbox.open .title {
    -webkit-animation: slideInDown 1s both 2s;
    animation: slideInDown 1s both 2s; }
  .hide_lightbox.open article {
    -webkit-animation: slideInUp 1s both 2s;
    animation: slideInUp 1s both 2s; }

.hide_lightbox.close {
  -webkit-animation: lb-out .5s both 1s;
  animation: lb-out .5s both 1s; }
  .hide_lightbox.close .banner {
    -webkit-animation: banner-out 1s both;
    animation: banner-out 1s both; }
  .hide_lightbox.close .lb-close, .hide_lightbox.close .top-mask, .hide_lightbox.close .tags, .hide_lightbox.close .icon, .hide_lightbox.close h4, .hide_lightbox.close .title, .hide_lightbox.close article, .hide_lightbox.close .toTop, .hide_lightbox.close .page-footer {
    -webkit-animation: slideInDownClose 1s both;
    animation: slideInDownClose 1s both; }

.privacy_lightbox {
  background-color: rgba(0, 0, 0, 0.7) !important;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch; }

.privacy_lightbox.open h2 {
  -webkit-animation: slideInDown 1s both .5s;
  animation: slideInDown 1s both .5s; }

.privacy_lightbox.open .subtitle {
  -webkit-animation: slideInDown 1s both 1s;
  animation: slideInDown 1s both 1s; }

.privacy_lightbox.open .list-box {
  -webkit-animation: slideInUp 1s both 1.5s;
  animation: slideInUp 1s both 1.5s; }

.privacy_lightbox.close h2 {
  -webkit-animation: slideInDownClose 1s both .5s;
  animation: slideInDownClose 1s both .5s; }

.privacy_lightbox.close .subtitle {
  -webkit-animation: slideInDownClose 1s both .5s;
  animation: slideInDownClose 1s both .5s; }

.privacy_lightbox.close .list-box {
  -webkit-animation: slideInDownClose 1s both .5s;
  animation: slideInDownClose 1s both .5s; }

.privacy_lightbox.close .page_note h2 {
  -webkit-animation: slideInDownClose 1.5s both;
  animation: slideInDownClose 1.5s both; }

.privacy_lightbox.close .page_note .subtitle {
  -webkit-animation: slideInDownClose 1.5s both;
  animation: slideInDownClose 1.5s both; }

.privacy_lightbox.close .page_note .list-box {
  -webkit-animation: slideInDownClose 1.5s both;
  animation: slideInDownClose 1.5s both; }

.privacy_lightbox.close .page_note .lb-close.note-close {
  -webkit-animation: slideInDownClose 1.5s both !important;
  animation: slideInDownClose 1.5s both !important; }

.application_home .page_main_title h3 {
  font-family: 'Myriad Pro','微軟正黑體';
  font-size: 1rem;
  line-height: 22px;
  letter-spacing: 0.025em;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8); }

.page_application_content {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 235px; }
  .page_application_content .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 130px; }
    .page_application_content .col-12 .inner {
      max-width: 400px;
      margin-top: 135px;
      position: relative;
      z-index: 2; }
    .page_application_content .col-12 .inner.yellow .mask {
      border-color: #e3ae3d;
      background-color: #e3ae3d; }
    .page_application_content .col-12 .inner.red .mask {
      border-color: #d72f2f;
      background-color: #d72f2f; }
    .page_application_content .col-12 h4 {
      display: inline-block;
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-weight: bold;
      font-size: 1.5625rem;
      letter-spacing: 0.01em;
      position: relative;
      margin-bottom: 30px;
      opacity: 0;
      margin-left: 50px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .page_application_content .col-12 h4:after {
        content: '';
        display: block;
        width: 40px;
        height: 3px;
        background-color: #178d98;
        position: absolute;
        top: 50%;
        margin-top: -1.5px;
        left: -50px; }
    .page_application_content .col-12 .subtitle {
      font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 1.25rem;
      letter-spacing: 0.01em;
      margin-bottom: 46px;
      margin-left: 25px;
      opacity: 0;
      color: #000;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .page_application_content .col-12 p {
      font-family: Myriad Pro, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.875rem;
      line-height: 22px;
      letter-spacing: 0.025em;
      color: rgba(0, 0, 0, 0.7);
      opacity: 0;
      margin-bottom: 33px;
      margin-left: 25px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
    .page_application_content .col-12 .readmore {
      display: block;
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.75rem;
      letter-spacing: 0.025em;
      width: 152px;
      line-height: 31px;
      padding-left: 22px;
      color: #fff;
      background-color: #363636;
      opacity: 0;
      -webkit-transition: all .5s .3s;
      -o-transition: all .5s .3s;
      transition: all .5s .3s;
      -webkit-animation: none !important;
      animation: none !important; }
    .page_application_content .col-12 ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .page_application_content .col-12 li {
      padding-right: 17px;
      padding-left: 17px;
      margin-bottom: 20px;
      border-right: 2px solid #83bec4; }
    .page_application_content .col-12 li:first-child {
      padding-left: 0; }
    .page_application_content .col-12 li:last-child {
      border-right: none; }
    .page_application_content .col-12 .d-block {
      opacity: 0;
      overflow: hidden;
      position: relative;
      -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
      transform: translateY(-100px); }
    .page_application_content .col-12 img {
      display: block;
      width: 100%;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      position: relative;
      z-index: 1; }
  .page_application_content .col-12:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .page_application_content .col-12:nth-child(2n) .inner {
      padding-right: 58px; }
      .page_application_content .col-12:nth-child(2n) .inner .mask {
        position: absolute;
        width: 540px;
        height: 400px;
        right: -60px;
        top: -160px;
        z-index: -1;
        opacity: 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
        .page_application_content .col-12:nth-child(2n) .inner .mask:before {
          content: '';
          position: absolute;
          border-top: 12px solid transparent;
          border-bottom: 12px solid transparent;
          border-left: 15px solid;
          border-left-color: inherit;
          right: -15px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
    .page_application_content .col-12:nth-child(2n) .readmore {
      margin-left: 25px;
      -webkit-transform: translateX(-10%);
      -ms-transform: translateX(-10%);
      transform: translateX(-10%); }
    .page_application_content .col-12:nth-child(2n) .d-block {
      margin-right: 50px; }
  .page_application_content .col-12:nth-child(2n-1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .page_application_content .col-12:nth-child(2n-1) .inner {
      padding-left: 58px; }
      .page_application_content .col-12:nth-child(2n-1) .inner .mask {
        position: absolute;
        width: 540px;
        height: 400px;
        left: -60px;
        top: -160px;
        z-index: -1;
        opacity: 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
        .page_application_content .col-12:nth-child(2n-1) .inner .mask:before {
          content: '';
          position: absolute;
          border-top: 12px solid transparent;
          border-bottom: 12px solid transparent;
          border-right: 15px solid;
          border-right-color: inherit;
          left: -15px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s; }
    .page_application_content .col-12:nth-child(2n-1) .readmore {
      margin-left: auto;
      -webkit-transform: translateX(10%);
      -ms-transform: translateX(10%);
      transform: translateX(10%); }
    .page_application_content .col-12:nth-child(2n-1) .d-block {
      margin-left: 50px; }
  .page_application_content .col-12:nth-child(5) {
    margin-bottom: 0px; }
  .page_application_content .col-12.fadeIn .d-block {
    -webkit-animation: boximg-in-2 2s both;
    animation: boximg-in-2 2s both; }
  .page_application_content .col-12.fadeIn .inner h4 {
    -webkit-animation: box-in 1s both;
    animation: box-in 1s both; }
  .page_application_content .col-12.fadeIn .inner .subtitle {
    -webkit-animation: box-in 1s both .5s;
    animation: box-in 1s both .5s; }
  .page_application_content .col-12.fadeIn .inner p {
    -webkit-animation: box-in 1s both 1s;
    animation: box-in 1s both 1s; }
  .page_application_content .col-12.fadeIn .inner a {
    -webkit-animation: box-in 1s both 1.5s;
    animation: box-in 1s both 1.5s; }
  .page_application_content .col-12.fadeIn:hover .readmore {
    opacity: 1;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important; }
  .page_application_content .col-12.fadeIn:hover .inner.red h4, .page_application_content .col-12.fadeIn:hover .inner.red .subtitle {
    color: #fff; }
  .page_application_content .col-12.fadeIn:hover .inner.red p {
    color: rgba(255, 255, 255, 0.5); }
  .page_application_content .col-12.fadeIn:nth-child(2n-1):hover .inner .mask {
    left: -70px;
    opacity: 1; }
  .page_application_content .col-12.fadeIn:nth-child(2n):hover .inner .mask {
    right: -70px;
    opacity: 1; }

@media (max-width: 1600px) {
  .page_application_content .col-12 .inner {
    max-width: none;
    width: 50%; }
  .page_application_content .col-12 .d-block {
    width: 50%; }
  .page_application_content .col-12:nth-child(2n-1) .inner {
    padding-right: 120px; }
    .page_application_content .col-12:nth-child(2n-1) .inner .mask {
      width: 100%; }
  .page_application_content .col-12:nth-child(2n) .inner {
    padding-left: 120px; }
    .page_application_content .col-12:nth-child(2n) .inner .mask {
      width: 100%; } }

@media (max-width: 1200px) {
  .page_application_content {
    padding-bottom: 100px;
    width: 100%; }
    .page_application_content .col-12 .d-block, .page_application_content .col-12 .inner {
      width: 100%; }
    .page_application_content .col-12 .readmore {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      opacity: 0;
      margin-left: auto !important; }
    .page_application_content .col-12 .inner {
      max-width: none; }
    .page_application_content .col-12 .inner.red h4 {
      color: #fff; }
    .page_application_content .col-12 .inner.red .subtitle {
      color: #fff; }
    .page_application_content .col-12 .inner.red p {
      color: rgba(255, 255, 255, 0.5); }
    .page_application_content .col-12 p {
      margin-bottom: 25px; }
    .page_application_content .col-12:nth-child(2n-1), .page_application_content .col-12:nth-child(2n) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      margin: 0 auto;
      width: 80%; }
      .page_application_content .col-12:nth-child(2n-1) .d-block, .page_application_content .col-12:nth-child(2n) .d-block {
        margin-left: 0;
        margin-right: 0; }
      .page_application_content .col-12:nth-child(2n-1) .inner, .page_application_content .col-12:nth-child(2n) .inner {
        margin: 0;
        padding-top: 30px;
        padding-bottom: 60px;
        padding-left: 30px;
        padding-right: 30px; }
    .page_application_content .col-12:nth-child(2n-1) .inner .mask {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
      transform: translateY(150px);
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }
      .page_application_content .col-12:nth-child(2n-1) .inner .mask:before {
        opacity: 1;
        content: '';
        left: 50% !important;
        top: 0;
        -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        border-bottom: 15px solid;
        border-bottom-color: inherit; }
    .page_application_content .col-12:nth-child(2n-1):hover .inner .mask {
      left: 0 !important; }
    .page_application_content .col-12:nth-child(2n-1) h4, .page_application_content .col-12:nth-child(2n-1) .subtitle {
      color: #000; }
    .page_application_content .col-12:nth-child(2n-1) p {
      color: rgba(0, 0, 0, 0.7); }
    .page_application_content .col-12:nth-child(2n) .inner .mask {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
      transform: translateY(150px);
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }
      .page_application_content .col-12:nth-child(2n) .inner .mask:before {
        opacity: 1;
        content: '';
        left: 50% !important;
        top: 0;
        right: auto !important;
        -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        border-top: 12px solid transparent;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        border-bottom: 15px solid;
        border-bottom-color: inherit; }
    .page_application_content .col-12:nth-child(2n) .inner:hover .inner .mask {
      left: 0 !important; }
    .page_application_content .col-12.fadeIn .inner .mask {
      opacity: 0; }
    .page_application_content .col-12.fadeIn .inner h4 {
      -webkit-animation: box-in 1s both .5s;
      animation: box-in 1s both .5s; }
    .page_application_content .col-12.fadeIn .inner .subtitle {
      -webkit-animation: box-in 1s both 1s;
      animation: box-in 1s both 1s; }
    .page_application_content .col-12.fadeIn .inner p {
      -webkit-animation: box-in 1s both 1.5s;
      animation: box-in 1s both 1.5s; }
    .page_application_content .col-12.fadeIn .inner .readmore {
      opacity: 0;
      -webkit-transform: translate(-10px) !important;
      -ms-transform: translate(-10px) !important;
      transform: translate(-10px) !important;
      -webkit-animation: none !important;
      animation: none !important; }
    .page_application_content .col-12.fadeIn2 .inner .readmore {
      opacity: 1;
      -webkit-transform: translate(0) !important;
      -ms-transform: translate(0) !important;
      transform: translate(0) !important; }
    .page_application_content .col-12.fadeIn:nth-child(2n-1) .inner .mask {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
    .page_application_content .col-12.fadeIn:nth-child(2n) .inner .mask {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); } }

@media (max-width: 960px) {
  .page_application nav li {
    white-space: nowrap; }
  .page_application .page nav .arrow {
    display: none; } }

@media (max-width: 767.9px) {
  .page_application .lb-close {
    width: 60px;
    height: 60px; }
  .page_application_content .col-12 .subtitle {
    margin-bottom: 33px; }
  .page_application_content .col-12:nth-child(2n-1), .page_application_content .col-12:nth-child(2n) {
    width: 100%; }
    .page_application_content .col-12:nth-child(2n-1) .inner, .page_application_content .col-12:nth-child(2n) .inner {
      width: 100%;
      padding-left: 8vw;
      padding-right: 8vw;
      padding-bottom: 30px; } }

@media (min-width: 1920px) {
  .page_csr .csr_home_nav .nav-navbar {
    overflow: hidden; } }

@media (max-width: 1100px) {
  #application_page .application-lb nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: auto; }
    #application_page .application-lb nav ul {
      margin: 0 auto; } }

.nav-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow-x: auto; }
  .nav-navbar ul {
    margin: 0 auto; }

.page .banner {
  background-size: cover; }
  .page .banner .page_title {
    position: relative;
    z-index: 2;
    text-shadow: #000 0.1px 0.1px 0.2px; }
    .page .banner .page_title h2 {
      color: #fff;
      -webkit-box-shadow: 0 0 0 0 #fff;
      box-shadow: 0 0 0 0 #fff; }
  .page .banner::before {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    content: ''; }

.page_news .navbar .tags li a, .page_recruiting .navbar .tags li a, #product02_page .navbar .tags li a {
  color: #000 !important; }

#product01_detail_technical .media-lb-inner .navbar .tags li a, #product01_detail_tool .media-lb-inner .navbar .tags li a {
  color: #000 !important; }

@media (max-width: 768px) {
  .page_recruiting .navbar .tags li a {
    color: #fff !important; } }

.application_lbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 9999;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.application_lbox .navbar .tags {
  margin-right: 0;
  padding: 0 20px;
  border-top: 6px solid #014c53;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  opacity: 0; }

.application_lbox .lb-close {
  left: 0%; }

.application-lb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden; }
  .application-lb .banner {
    width: 50%;
    background-size: cover;
    position: relative;
    background-position: center; }
    .application-lb .banner .mask {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      background-size: cover;
      display: none; }
    .application-lb .banner .banner-introduction {
      display: none;
      max-width: 375px;
      position: absolute;
      bottom: 150px;
      right: 85px; }
      .application-lb .banner .banner-introduction h4 {
        font-family: 微軟正黑體;
        font-weight: bold;
        font-size: 1.875rem;
        letter-spacing: 0.05em;
        color: #fff;
        margin-bottom: 18px;
        opacity: 0; }
      .application-lb .banner .banner-introduction .h5 {
        font-family: Century Gothic Bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
        font-size: 1.125rem;
        line-height: 22px;
        letter-spacing: 0.025em;
        color: rgba(255, 255, 255, 0.7);
        margin-bottom: 8px;
        opacity: 0; }
      .application-lb .banner .banner-introduction__subtitle {
        font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
        font-size: 1.0625rem;
        line-height: 22px;
        letter-spacing: 0.025em;
        color: #afafaf;
        margin-bottom: 35px;
        opacity: 0; }
      .application-lb .banner .banner-introduction__list {
        margin-left: 20px;
        opacity: 0; }
        .application-lb .banner .banner-introduction__list li {
          font-family: 微軟正黑體;
          font-size: 0.9375rem;
          line-height: 25px;
          letter-spacing: 0.025em;
          color: rgba(255, 255, 255, 0.9);
          position: relative; }
          .application-lb .banner .banner-introduction__list li:after {
            position: absolute;
            content: '';
            width: 4px;
            height: 4px;
            background-color: #178d98;
            left: -15px;
            top: 9.5px; }
  .application-lb .banner.mirror {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }
  .application-lb nav {
    width: 100%;
    display: none; }
  .application-lb .application_content {
    width: 50%;
    position: relative;
    background-color: #f0f0f0;
    padding-bottom: 180px; }
    .application-lb .application_content:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 60px;
      background-color: #fff;
      bottom: 0;
      left: 0; }
    .application-lb .application_content .inner {
      max-width: 460px;
      width: 90vw;
      margin: 0 auto;
      margin-top: 300px;
      margin-bottom: 60px; }
    .application-lb .application_content .title {
      font-family: Century Gothic bold, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-weight: bold;
      font-size: 2.625rem;
      letter-spacing: 0.05em;
      margin-bottom: 16px; }
    .application-lb .application_content .subtitle {
      font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 1.5rem;
      letter-spacing: 0.025em;
      margin-bottom: 86px;
      color: rgba(0, 0, 0, 0.6); }
    .application-lb .application_content .inner_p {
      font-family: Myriad Pro, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
      font-size: 0.9375rem;
      line-height: 25px;
      letter-spacing: 0.025em;
      color: rgba(0, 0, 0, 0.9); }
    .application-lb .application_content .arrow {
      height: 75px;
      width: 1px;
      background-color: #000;
      position: absolute;
      left: 50%;
      bottom: 20px;
      z-index: 6; }
      .application-lb .application_content .arrow:after {
        content: '';
        position: absolute;
        width: 15px;
        height: 1px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        right: -13px;
        bottom: 5px;
        background-color: #000; }
      .application-lb .application_content .arrow span {
        font-family: Century Gothic, '微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
        color: #000;
        font-size: 0.875rem;
        position: absolute;
        bottom: 0;
        right: 10px;
        letter-spacing: 0.025em; }
  .application-lb .characteristic {
    margin-top: 80px;
    margin-bottom: -70px; }
    .application-lb .characteristic__title {
      font-family: 'Century Gothic Bold','微軟正黑體';
      font-size: 1.5rem;
      font-weight: bold;
      letter-spacing: 0.05em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .application-lb .characteristic__title i {
        font-size: 2.5rem;
        margin-right: 12px; }
    .application-lb .characteristic__features {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 26px; }
      .application-lb .characteristic__features li {
        font-family: 'Myriad Pro','微軟正黑體';
        font-size: 0.9375rem;
        color: rgba(0, 0, 0, 0.8);
        letter-spacing: 0.025em;
        text-align: center;
        line-height: 41px;
        width: 49%;
        cursor: pointer;
        border: 1px solid #a4a4a4;
        margin-bottom: 15px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        white-space: nowrap; }
        .application-lb .characteristic__features li:hover {
          background-color: #535353;
          color: #fff; }
      .application-lb .characteristic__features li.active {
        background-color: #535353;
        color: #fff; }
      .application-lb .characteristic__features li:nth-child(2n-1) {
        margin-right: 1%; }
      .application-lb .characteristic__features li:nth-child(2n) {
        margin-left: 1%; }
  .application-lb #solution {
    width: 100%;
    height: 1px; }

@media (max-width: 1200px) {
  .application-lb .banner {
    width: 100%;
    height: 70vh !important; }
    .application-lb .banner .banner-introduction {
      top: auto;
      right: 50px;
      bottom: 30px; }
  .application-lb nav {
    display: block; }
  .application-lb .application_content {
    width: 100%;
    padding-bottom: 0; }
    .application-lb .application_content:after {
      content: none; }
    .application-lb .application_content .inner {
      margin-top: 150px;
      margin-bottom: 150px; }
    .application-lb .application_content .arrow {
      display: none; }
  .application-lb .characteristic {
    display: none; }
  .application-lb-2 .banner {
    height: 80vh !important; } }

@media (max-width: 767.9px) {
  .application-lb nav {
    position: relative; }
  .application-lb .banner .mask {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }
  .application-lb .banner .banner-introduction {
    right: 10px;
    left: 10px; }
    .application-lb .banner .banner-introduction h4 {
      font-size: 1.5rem;
      margin-bottom: 8px; }
    .application-lb .banner .banner-introduction .h5 {
      font-size: 1.0625rem;
      margin-bottom: 0; }
    .application-lb .banner .banner-introduction__subtitle {
      font-size: 0.9375rem;
      margin-bottom: 16px; }
  .application-lb .application_content .inner {
    margin-top: 75px;
    margin-bottom: 75px; }
  .application-lb .application_content .title {
    font-size: 2rem; }
  .application-lb .application_content .subtitle {
    font-size: 1.25rem;
    margin-bottom: 50px; } }

.application_lbox.open .application_content {
  -webkit-animation: banner-in 1s both .5s;
  animation: banner-in 1s both .5s; }

.application_lbox.open .title {
  -webkit-animation: slideInDown 1s both 1s;
  animation: slideInDown 1s both 1s; }

.application_lbox.open .subtitle {
  -webkit-animation: slideInDown 1s both 1.5s;
  animation: slideInDown 1s both 1.5s; }

.application_lbox.open .inner_p, .application_lbox.open .characteristic {
  -webkit-animation: slideInDown 1s both 1.5s;
  animation: slideInDown 1s both 1.5s; }

.application_lbox.open .arrow {
  -webkit-animation: slideInDown 1s both 2s;
  animation: slideInDown 1s both 2s; }

.application_lbox.open h4 {
  -webkit-animation: none;
  animation: none; }

.application_lbox.close .application_content {
  -webkit-animation: banner-out 1s both;
  animation: banner-out 1s both; }

.application_lbox.close .inner {
  -webkit-animation: slideInDownClose 1s both;
  animation: slideInDownClose 1s both; }

.application_lbox.close .arrow {
  -webkit-animation: slideInDownClose 1s both;
  animation: slideInDownClose 1s both; }

.application_lbox.active .banner-introduction h4 {
  -webkit-animation: slideInDown 1s both;
  animation: slideInDown 1s both; }

.application_lbox.active .banner-introduction .h5 {
  -webkit-animation: slideInDown 1s both .5s;
  animation: slideInDown 1s both .5s; }

.application_lbox.active .banner-introduction .banner-introduction__subtitle {
  -webkit-animation: slideInDown 1s both 1s;
  animation: slideInDown 1s both 1s; }

.application_lbox.active .banner-introduction .banner-introduction__list {
  -webkit-animation: slideInDown 1s both 1s;
  animation: slideInDown 1s both 1s; }

@media (max-width: 1200px) {
  .application_lbox.open .nav-float-page {
    position: static !important;
    top: 0; }
  .application_lbox.open nav {
    -webkit-animation: slideInDown 1s both 1s;
    animation: slideInDown 1s both 1s; }
  .application_lbox.close nav {
    -webkit-animation: slideInDownClose 1s both;
    animation: slideInDownClose 1s both; } }

/************************************************************/
/*                        字數套件                          */
/************************************************************/
.ellip {
  display: block;
  height: 100%; }

.ellip span {
  display: inline-block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 70%;
  position: relative;
  overflow: hidden; }

.ellip-line {
  display: inline-block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 70%; }

.ellip, .ellip-line {
  position: relative;
  overflow: hidden; }

/************************************************************/
/*                        lightbox套件                       */
/************************************************************/

/*# sourceMappingURL=main.css.map */