@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain) */

@import url(icomoon.css);
html {
  font-size: 16px;
}

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote {
  content: "";
  content: none;
}

q {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

img {
  width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: none;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDown_8 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
  }
  to {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown_8 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
  }
  to {
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes open {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes open {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes close {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes close {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes lineIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes lineIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes ajax_close {
  0% {
    width: 100vw;
    opacity: 1;
  }
  100% {
    width: 0vw;
    opacity: 0;
  }
}

@keyframes ajax_close {
  0% {
    width: 100vw;
    opacity: 1;
  }
  100% {
    width: 0vw;
    opacity: 0;
  }
}

@-webkit-keyframes ajax_open {
  0% {
    width: 0vw;
  }
  100% {
    width: 100vw;
  }
}

@keyframes ajax_open {
  0% {
    width: 0vw;
  }
  100% {
    width: 100vw;
  }
}

@-webkit-keyframes arrowsIn {
  0% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes arrowsIn {
  0% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.in {
  opacity: 1 !important;
}

.delay-02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-07s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay-08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay-09s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay-10s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-15s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-20s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-25s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay-30s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.delay-35s {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.delay-40s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

@-webkit-keyframes hide_startbg {
  0% {
    z-index: 6;
  }
  99% {
    z-index: 6;
  }
  100% {
    z-index: -100;
  }
}

@keyframes hide_startbg {
  0% {
    z-index: 6;
  }
  99% {
    z-index: 6;
  }
  100% {
    z-index: -100;
  }
}

@-webkit-keyframes start_bar {
  0% {
    width: 0;
  }
  55% {
    width: 100vw;
  }
  61% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes start_bar {
  0% {
    width: 0;
  }
  55% {
    width: 100vw;
  }
  61% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes startbg_close_1 {
  0% {
    height: 50%;
  }
  65% {
    height: 50%;
  }
  100% {
    height: 0;
  }
}

@keyframes startbg_close_1 {
  0% {
    height: 50%;
  }
  65% {
    height: 50%;
  }
  100% {
    height: 0;
  }
}

@-webkit-keyframes startbg_close_2 {
  0% {
    height: 50%;
  }
  65% {
    height: 50%;
  }
  100% {
    height: 0;
  }
}

@keyframes startbg_close_2 {
  0% {
    height: 50%;
  }
  65% {
    height: 50%;
  }
  100% {
    height: 0;
  }
}

.startbg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8;
  -webkit-animation-name: hide_startbg;
  animation-name: hide_startbg;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.startbg-bar {
  width: 100vw;
  height: 1px;
  background-color: #004b9d;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 40;
  -webkit-animation-name: start_bar;
  animation-name: start_bar;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.startbg:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 8;
  display: block;
  background-color: #fff;
  top: 0%;
  left: 0;
  -webkit-animation-name: startbg_close_2;
  animation-name: startbg_close_2;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.startbg:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 8;
  display: block;
  background-color: #fff;
  bottom: 0%;
  left: 0;
  -webkit-animation: startbg_close_1 1.5s both;
  animation: startbg_close_1 1.5s both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

#startbg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 8;
  -webkit-animation-name: hide_startbg;
  animation-name: hide_startbg;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

#startbg-bar {
  width: 100vw;
  height: 1px;
  background-color: #004b9d;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 40;
  -webkit-animation-name: start_bar;
  animation-name: start_bar;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#startbg:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 8;
  display: block;
  background-color: #fff;
  top: 0%;
  left: 0;
  -webkit-animation-name: startbg_close_2;
  animation-name: startbg_close_2;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

#startbg:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 8;
  display: block;
  background-color: #fff;
  bottom: 0%;
  left: 0;
  -webkit-animation: startbg_close_1 1.5s both;
  animation: startbg_close_1 1.5s both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/************************************************************/

/*                        header                            */

/************************************************************/

header {
  position: relative;
  z-index: 5;
  height: 109px;
}

@media all and (max-width: 1024px) {
  header {
    height: 85px;
  }
}

@media all and (max-width: 768px) {
  header {
    height: 74px;
  }
}

header .icon-sphere:before {
  font-size: 1.15rem;
  transform: translateY(-1px);
}

header .icon-search {
  transform: translateY(1px);
}

header .icon-search:before {
  font-size: 1.55rem;
}

.navbar.navbar_fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  line-height: 88px !important;
  z-index: 1;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  height: 109px !important;
  background: #fff;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 109px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5%;
}

@media (max-width: 1024px) {
  .navbar {
    height: 85px;
  }
}

@media (max-width: 768px) {
  .navbar {
    height: 74px;
  }
}

.navbar nav {
  width: calc(100% - 420px);
  margin: 0 auto;
}

.navbar > div {
  -webkit-animation: nav_ani 2s;
  animation: nav_ani 2s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

.navbar > div > a {
  display: block;
  background-image: url(../img/logo.svg);
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  height: 57px;
  width: 210px;
  background-size: cover;
  background-position: center center;
}

.navbar .menu.menu-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;
  width: 90%;
  margin: 0 auto;
}

.navbar .menu.menu-title li.title {
  margin-right: 42px;
  -webkit-animation: nav_ani 2s;
  animation: nav_ani 2s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  max-width: calc(100% / 7);
}

.navbar .menu.menu-title li.title:last-child {
  margin-right: 0;
}

.navbar .menu.menu-title li.title a {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  color: #000;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  position: relative;
  display: inline-block;
  text-align: center;
}

.navbar .menu.menu-title li.title a:after {
  content: "";
  display: block;
  left: 50%;
  bottom: -10px;
  width: 0%;
  height: 2px;
  background-color: #004b9d;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar .menu.menu-title li.title a:hover:after {
  width: 100%;
}

.navbar .menu.menu-title li.title a.change:after {
  width: 100%;
}

.navbar .rt_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: nav_ani 2s;
  animation: nav_ani 2s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  z-index: 333;
}

.navbar .rt_menu > div {
  margin-left: 42px;
}

.navbar .rt_menu .isSearch {
  margin-left: 0;
}

.navbar .rt_menu .isSearch {
  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;
}

.navbar .rt_menu .isSearch p {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  margin-right: 10px;
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
}

@media (max-width: 600px) {
  .navbar .rt_menu .isSearch p {
    display: none;
  }
}

/* .navbar .rt_menu .icon-search {
    font-size: 1.25rem;
    transform: translateY(1px);
} */

.navbar .change_language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.navbar .change_language .line {
  display: none;
  width: 2px;
  height: 15px;
  background-color: rgba(0, 75, 157, 0.7);
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -1px;
}

.navbar .change_language ul {
  display: none;
  width: 80px;
  position: absolute;
  top: 40px;
  right: 50%;
  margin-right: -40px;
  text-align: center;
  z-index: 1;
}

.navbar .change_language li {
  background-color: rgba(0, 75, 157, 0.7);
}

.navbar .change_language li:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.navbar .change_language a {
  display: block;
  font-family: "Century Gothic", "Microsoft JhengHei";
  font-size: 0.875rem;
  color: #fff;
  padding: 10px;
}

.navbar .icon {
  color: #0062b5;
  cursor: pointer;
}

.navbar .hamburger {
  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;
  cursor: pointer;
}

.navbar .hamburger:hover span:nth-child(2) {
  -webkit-transform: translateX(-5px) !important;
  -ms-transform: translateX(-5px) !important;
  transform: translateX(-5px) !important;
}

.navbar .hamburger span {
  width: 29px;
  height: 2px;
  background-color: #004b9d;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.navbar .hamburger span:nth-child(2) {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  margin: 5px 0;
}

.side_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 7%;
  position: fixed;
  left: 0;
  height: calc(100vh - 109px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px;
  opacity: 1;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  transform: translateX(-150px);
}

.side_menu li {
  position: relative;
}

.side_menu a {
  font-family:
    Century Gothic,
    "Microsoft JhengHei";
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.4);
  margin-left: 25%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
}

.side_menu a:after {
  content: "";
  display: block;
  width: 20%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #7fa5ce;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.side_menu a:hover {
  color: #000;
}

.talk {
  position: fixed;
  width: 76px;
  right: 0;
  top: 50%;
  background-color: #004b9d;
  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;
  opacity: 1;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  z-index: 1;
}

.talk img {
  height: auto;
  width: 39px;
  padding-top: 27px;
  padding-bottom: 19px;
  border-bottom: 1px solid #336fb1;
}

.talk a {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  white-space: nowrap;
  margin-top: 60px;
  margin-bottom: 65px;
  font-family:
    Century Gothic,
    "Microsoft JhengHei";
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.05em;
}

.banner {
  margin-left: 7%;
  width: 93%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.banner .banner_slick {
  width: 100%;
  height: 100%;
}

.banner .headline {
  height: 100%;
  background-size: cover;
  height: calc(100vh - 109px);
}

.banner .inner {
  width: 85%;
  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;
  margin-left: auto;
}

.banner .title {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  font-size: 3rem;
  line-height: 60px;
  letter-spacing: 1.5px;
  color: #fff;
  margin-bottom: 30px;
  width: 55%;
  opacity: 0;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.banner .subtitle {
  font-family:
    Myriad Pro,
    "Microsoft JhengHei";
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: 1.5px;
  color: white;
  width: 40%;
  opacity: 0;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.banner .arrow {
  position: absolute;
  bottom: 68px;
  left: 50%;
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.025em;
  color: #fff;
  margin-left: -5%;
  -webkit-animation: arrow 2s infinite;
  animation: arrow 2s infinite;
}

.banner .arrow:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  margin-top: -2px;
  top: 50%;
  left: -24px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.banner .arrow:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  margin-top: -2px;
  top: 50%;
  left: -18px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

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

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

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

@media (max-width: 1200px) {
  .navbar {
    padding: 21px 10%;
  }
  .navbar nav {
    display: none;
  }
  .navbar .rt_menu > div {
    margin-left: 30px;
  }
  .side_menu {
    display: none;
  }
  .banner .headline {
    height: calc(100vh - 74px);
  }
  .banner .title,
  .banner .subtitle {
    width: 60%;
  }
}

@media (max-width: 960px) {
  .banner .title,
  .banner .subtitle {
    width: 75%;
  }
  .talk {
    display: none;
  }
}

@media (max-width: 768px) {
  .navbar > div > a {
    height: 41px;
    width: 150px;
    -webkit-transform: translate(-20px);
    -ms-transform: translate(-20px);
    transform: translate(-20px);
  }
  .navbar .rt_menu > span {
    margin-left: 17px;
  }
  .banner .arrow {
    left: 25%;
  }
  .talk {
    display: none;
  }
}

@media (max-width: 767.9px) {
  .banner .title {
    font-size: 2.125rem;
    line-height: 40px;
    width: 80%;
    margin-bottom: 20px;
  }
  .banner .subtitle {
    font-size: 1rem;
    width: 80%;
  }
}

@media (max-width: 374.9px) {
  .banner {
    margin-left: 0;
    width: 100%;
  }
  .navbar .rt_menu > div {
    margin-left: 20px;
  }
}

/************************************************************/

/*                        footer                            */

/************************************************************/

footer {
  padding: 0 5%;
  background-color: #404040;
  position: relative;
  z-index: 1;
}

footer .footer_up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
  z-index: 5;
}

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

footer .menu li {
  width: 25%;
}

footer .menu li a {
  font-family:
    Century Gothic,
    "Microsoft JhengHei";
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  line-height: 30px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

footer .menu li a:hover {
  color: rgba(255, 255, 255, 0.5);
}

footer .logo {
  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;
}

footer .logo a {
  display: block;
  background-image: url("../../assets/img/footer_logo.png");
  width: 162px;
  height: 41px;
}

footer .logo p {
  padding-top: 25px;
  color: #ffffff;
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 0.05em;
  letter-spacing: 0.07em;
}

footer .message {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

footer .message_down.stress {
  margin-top: 20px;
}

footer .message_up,
footer .message_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8125rem;
  letter-spacing: 0.025em;
  font-family:
    Century Gothic,
    "Microsoft JhengHei";
}

footer .message_up li,
footer .message_down li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  line-height: 50px;
}

footer .message_up span,
footer .message_down span {
  font-family:
    Century Gothic,
    "Microsoft JhengHei";
  color: rgba(0, 160, 233, 0.6);
  margin-right: 10px;
}

footer .message_up p,
footer .message_down p {
  color: rgba(255, 255, 255, 0.6);
}

footer hr {
  margin: 0 -5.5%;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: auto;
}

footer .footer_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 0;
}

footer .footer_down .icon {
  font-size: 20px;
}

footer .footer_down .icon:hover:before {
  transiton: 0.4s all ease;
  color: #22adec;
}

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

footer .privacy li {
  margin-right: 24px;
}

footer .privacy a {
  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";
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
}

footer .privacy a:hover {
  color: #fff;
}

@media (max-width: 767.9px) {
  footer .privacy {
    z-index: 5;
  }
}

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

footer .designed h3,
footer .designed a {
  font-family:
    Century Gothic,
    "Microsoft JhengHei";
  font-size: 0.6875rem;
  letter-spacing: 0.025em;
  color: rgba(255, 255, 255, 0.2);
  white-space: nowrap;
}

footer .designed a {
  margin-left: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

footer .designed a:hover {
  color: #fff;
}

footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

footer .top a {
  font-family:
    Century Gothic,
    "Microsoft JhengHei";
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}

footer .top a:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  top: 50%;
  left: -15px;
  margin-top: -4px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

footer .top a:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  top: 50%;
  left: -20px;
  margin-top: -4px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media (max-width: 1200px) {
  footer .footer_up {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    padding-top: 60px;
  }
  footer .menu {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
  }
  footer .menu li {
    width: auto;
  }
  footer .logo {
    width: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  footer .message {
    width: auto;
  }
}

@media (max-width: 768px) {
  footer .footer_up {
    width: 100%;
    -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-top: 125px;
    padding-bottom: 115px;
  }
  footer .menu {
    display: none;
  }
  footer .logo {
    margin-bottom: 68px;
  }
  footer .message {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .message_up li:nth-child(1),
  footer .message_down li:nth-child(1) {
    margin-left: 0;
  }
  footer .message_up li,
  footer .message_down li {
    line-height: 1;
  }
  footer .message_up li span,
  footer .message_down li span {
    margin-right: 8px;
  }
  footer .message_up {
    margin-bottom: 21px;
  }
  footer .privacy {
    position: absolute;
    left: 50%;
    top: 380px;
    width: auto;
    margin-left: -145px;
  }
  footer .privacy li:last-child {
    margin-right: 0;
  }
  footer .designed {
    margin: 0 auto;
  }
  footer .designed h3 {
    white-space: pre-wrap;
    text-align: center;
    line-height: 1.5;
  }
  footer .designed p {
    white-space: pre-wrap;
    text-align: center;
    line-height: 20px;
  }
  footer .top {
    position: absolute;
    width: auto;
    top: 55px;
    left: 50%;
    z-index: 6;
  }
}

.privacyLibox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow-y: auto;
  z-index: 5;
  background-color: rgba(7, 66, 130, 0.8);
  display: none;
  font-family:
    Century Gothic,
    "Microsoft JhengHei";
}

.privacyLibox.open {
  display: block;
  -webkit-animation: fadeIn 0.4s both;
  animation: fadeIn 0.4s both;
}

.privacyLibox.close {
  display: block;
  -webkit-animation: fadeOut 0.4s both;
  animation: fadeOut 0.4s both;
}

.privacyLibox .liboxClose {
  width: 80px;
  height: 80px;
  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: #df582f;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

@media all and (max-width: 700px) {
  .privacyLibox .liboxClose {
    width: 50px;
    height: 50px;
  }
}

.privacyLibox .liboxClose span {
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.privacyLibox .liboxClose span:before,
.privacyLibox .liboxClose span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  background-color: #efac97;
  cursor: pointer;
}

.privacyLibox .liboxClose span:before {
  width: 100%;
  height: 2px;
}

.privacyLibox .liboxClose span:after {
  width: 2px;
  height: 100%;
}

.privacyLibox .liboxContent {
  background-color: #f2f2f2;
  height: auto;
  padding: 150px 100px 0;
  line-height: 1.8;
  margin: 80px 0 0 14vw;
}

@media all and (min-width: 1921px) {
  .privacyLibox .liboxContent {
    margin: 80px 0 0 270px;
  }
}

@media all and (max-width: 1370px) {
  .privacyLibox .liboxContent {
    margin: 80px 0 0 10vw;
    width: calc(100% - 10vw);
  }
}

@media all and (max-width: 1024px) {
  .privacyLibox .liboxContent {
    padding: 100px 10vw 0;
    margin: 80px 0 0;
    width: 100%;
  }
}

@media all and (max-width: 700px) {
  .privacyLibox .liboxContent {
    padding: 80px 5vw 0;
    margin: 50px 0 0;
  }
}

.privacyLibox .liboxContent > * {
  margin: auto;
  max-width: 1100px;
}

.privacyLibox .liboxContent ._title .en {
  font-size: 3.25rem;
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
}

@media all and (max-width: 1024px) {
  .privacyLibox .liboxContent ._title .en {
    font-size: 3rem;
  }
}

@media all and (max-width: 700px) {
  .privacyLibox .liboxContent ._title .en {
    font-size: 2.25rem;
  }
}

.privacyLibox .liboxContent ._title span {
  display: block;
  height: 2px;
  width: 75px;
  background-color: #df582f;
  margin: 20px 0 40px 0;
}

.privacyLibox .liboxContent ._title .ch {
  font-size: 1rem;
}

.privacyLibox .liboxContent .rule {
  margin-top: 30px;
}

.privacyLibox .liboxContent .rule h6 {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.privacyLibox .liboxContent .rule p {
  font-size: 1rem;
}

.privacyLibox .liboxContent .gotop {
  width: 50px;
  height: 50px;
  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;
  color: #fff;
  background-color: #004b9d;
  margin-top: 200px;
  font-family:
    Century Gothic,
    "Microsoft JhengHei";
  font-size: 0.875rem;
  cursor: pointer;
}

@media all and (max-width: 1024px) {
  .privacyLibox .liboxContent .gotop {
    margin-top: 150px;
  }
}

@media all and (max-width: 700px) {
  .privacyLibox .liboxContent .gotop {
    margin-top: 100px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */

@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
}

.menu li.title {
  position: relative;
}

.menu .drop_menu {
  z-index: 222;
  width: 100%;
  background-color: #404040;
  position: absolute;
  left: 0;
  top: 109px;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  visibility: hidden;
}

.menu .drop_menu.active {
  visibility: visible;
  -webkit-animation: slide-bottom 1s both ease;
  animation: slide-bottom 1s both ease;
}

.menu .drop_menu.close {
  -webkit-animation: slide-top 0.8s both ease;
  animation: slide-top 0.8s both ease;
}

.menu .drop_menu ul {
  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: 1200px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 auto;
  padding: 15px 0;
}

@media (max-width: 1366px) {
  .menu .drop_menu ul {
    width: 850px;
    max-width: 100%;
  }
}

.menu .drop_menu ul .slick-list {
  width: 80%;
  margin: auto;
}

.menu .drop_menu ul .m-prev,
.menu .drop_menu ul .m-next {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  width: 15px;
  height: 15px;
}

.menu .drop_menu ul .m-prev {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  border-top: solid 1px rgba(255, 255, 255, 0.7);
  border-right: solid 1px rgba(255, 255, 255, 0.7);
  padding: 0;
}

.menu .drop_menu ul .m-next {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 1px rgba(255, 255, 255, 0.7);
  border-right: solid 1px rgba(255, 255, 255, 0.7);
  padding: 0;
}

.menu .drop_menu ul .slick-list .slick-track .slick-slide li:after {
  content: "";
  display: block !important;
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menu
  .drop_menu
  ul
  .slick-list
  .slick-track
  .slick-slide
  li:last-of-type:after {
  display: none;
}

.menu .drop_menu ul li {
  line-height: 30px;
  position: relative;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  outline: none;
}

.menu .drop_menu ul li:last-child:after {
  display: none !important;
}

.menu .drop_menu ul li:after {
  content: "";
  display: block !important;
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menu .drop_menu ul li:before {
  content: "";
  display: block;
  width: 70%;
  height: 2px;
  background-color: lightblue;
  position: absolute;
  bottom: 33%;
  opacity: 0;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.menu .drop_menu ul li.active:before {
  opacity: 1;
}

.menu .drop_menu ul li a {
  color: #fff !important;
  font-family:
    Century Gothic,
    "Microsoft JhengHei" !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
  outline: none;
  display: inline-block;
  padding: 5px 25px;
}

.menu .drop_menu ul li a:hover {
  color: lightblue !important;
}

[text-align="left"] {
  text-align: left !important;
}

[text-align="right"] {
  text-align: right !important;
}

[text-align="center"] {
  text-align: center !important;
}

article[data-area="apoint"] {
  width: 100%;
  max-width: 93%;
  margin-left: 7%;
}

@media (max-width: 767px) {
  article[data-area="apoint"].service-apoint .apoint {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  article[data-area="apoint"].service-apoint .apoint li {
    display: block;
  }
}

@media (max-width: 415px) {
  article[data-area="apoint"].service-apoint .apoint {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  article[data-area="apoint"].service-apoint .apoint li a {
    margin: 10px;
  }
}

.apoint {
  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;
  white-space: nowrap;
  max-width: 970px;
  margin: auto;
}

@media all and (max-width: 1400px) {
  .apoint {
    max-width: 950px;
  }
}

@media all and (max-width: 1024px) {
  .apoint {
    max-width: 755px;
  }
}

@media (max-width: 768px) {
  .apoint {
    max-width: 500px;
  }
}

@media (max-width: 415px) {
  .apoint {
    max-width: 270px;
  }
}

@media (max-width: 375px) {
  .apoint {
    max-width: 185px;
  }
}

.apoint[data-classily="application"] {
  width: 750px;
}

.apoint li a {
  outline: none;
  font-size: 1.125rem;
  line-height: 20px;
  letter-spacing: 0.03em;
  padding: 25px 0;
  margin-left: 17px;
  margin-right: 17px;
  font-weight: 700;
}

@media (max-width: 415px) {
  .apoint li a {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.apoint .year__btn {
  color: rgba(0, 0, 0, 0.8);
}

.apoint .slick-slide span {
  position: relative;
}

.apoint .slick-slide:first-child span:before {
  content: "";
  display: block;
  background-color: black;
  height: 100%;
  width: 1px;
  position: absolute;
  left: -20px;
  top: 0;
}

.apoint .slick-slide:last-child span:before {
  content: "";
  display: block;
  background-color: black;
  height: 100%;
  width: 1px;
  position: absolute;
  right: -20px;
  top: 0;
}

.intro[data-area="product"] {
  margin-left: 7%;
  margin-bottom: 5px;
  padding: 75px 0;
  background-color: #f2f2f2;
}

@media (max-width: 767px) {
  .intro[data-area="product"] {
    margin-left: 0;
  }
}

.intro[data-area="product"] h2 {
  font-family:
    Century Gothic,
    "Microsoft JhengHei";
  font-size: 2rem;
  line-height: 47px;
  letter-spacing: -0.005em;
  font-weight: 700;
}

.intro[data-area="product"] p {
  font-family:
    Century Gothic,
    "Microsoft JhengHei";
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 0.075em;
  width: 985px;
  max-width: 90%;
  margin: auto;
}

.intro[data-area="product"] hr {
  width: 74px;
  height: 2px;
  margin: 30px auto;
  display: block;
  border: none;
  background-color: #e05d36 !important;
}

.searchArea {
  padding: 10px;
  margin-left: 7%;
  margin-top: 30px;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.searchArea_inner {
  font-family:
    Century Gothic,
    "Microsoft JhengHei";
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  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 (max-width: 441px) {
  .searchArea_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.searchArea_des {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.05em;
  padding: 0 20px;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.searchArea_des p {
  font-size: 1.25rem;
}

.searchArea input {
  outline: none;
  border: 0;
  border-bottom: 3px solid #c4c4c4;
  padding: 10px 20px;
  font-family:
    Century Gothic,
    "Microsoft JhengHei";
  font-size: 1rem;
  line-height: 32px;
  letter-spacing: 0.05em;
  width: 800px;
  max-width: 100%;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

@media (max-width: 1910px) {
  .searchArea input {
    width: auto;
  }
}

.searchArea .searchArea_btn {
  background-color: #df582f;
  color: #fff;
  outline: none;
  border: 0;
  cursor: pointer;
  width: 260px;
  max-width: 100%;
  height: 50px;
  text-align: center;
}

.searchArea .searchArea_btn .group {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  font-size: 1rem;
  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;
}

.searchBtn {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  bottom: 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;
}

.searchBtn img {
  max-width: 15px;
  background-size: cover;
}

@media (max-width: 375px) {
  .searchBtn {
    width: 35px;
  }
}

.apoint .m-prev,
.apoint .m-next {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  width: 15px;
  height: 15px;
  position: absolute;
}

.apoint .m-prev {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: solid 1px rgba(0, 0, 0, 0.7);
  border-bottom: solid 1px rgba(0, 0, 0, 0.7);
  padding: 0;
  left: -25px;
}

.apoint .m-next {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 1px rgba(0, 0, 0, 0.7);
  border-right: solid 1px rgba(0, 0, 0, 0.7);
  padding: 0;
  right: -35px;
}

.lbxbg {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.lbxbg.none {
  opacity: 0;
  visibility: hidden;
}

.lb_mobileCaveat {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 75, 157, 0.8);
  z-index: 9999999;
  width: 100vw;
  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;
}

.lb_mobileCaveat > div {
  width: 80%;
  height: 70vh;
  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;
}

.lb_mobileCaveat > div p {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  max-width: 80%;
}

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

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.w-100 {
  width: 100%;
}

.pr-10 {
  padding-right: 100px;
}

.mr-10 {
  margin-right: 100px;
}

.col-6 {
  width: 50%;
}

.w-20 {
  width: 20%;
}

.w-60 {
  width: 60%;
}

@-webkit-keyframes news__box--fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes news__box--fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes ajax__in {
  0% {
    opacity: 0;
    height: 0vh;
  }
  100% {
    opacity: 1;
    height: 100vh;
  }
}

@keyframes ajax__in {
  0% {
    opacity: 0;
    height: 0vh;
  }
  100% {
    opacity: 1;
    height: 100vh;
  }
}

@-webkit-keyframes ajax__out {
  0% {
    height: 100vh;
  }
  100% {
    height: 0vh;
  }
}

@keyframes ajax__out {
  0% {
    height: 100vh;
  }
  100% {
    height: 0vh;
  }
}

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

@-webkit-keyframes slideDown--title {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%);
  }
}

@keyframes slideDown--title {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%);
  }
}

@-webkit-keyframes slideUp--title {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
  }
}

@keyframes slideUp--title {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
  }
}

@-webkit-keyframes detailDown_close {
  0% {
    top: -83px;
  }
  100% {
    top: 0;
  }
}

@keyframes detailDown_close {
  0% {
    top: -83px;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes detailUp_close {
  0% {
    top: 0;
  }
  100% {
    top: -83px;
  }
}

@keyframes detailUp_close {
  0% {
    top: 0;
  }
  100% {
    top: -83px;
  }
}

@-webkit-keyframes slideUp--main {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideUp--main {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideUpClose--main {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
}

@keyframes slideUpClose--main {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
}

@-webkit-keyframes banner__in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    height: 718px;
  }
}

@keyframes banner__in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    height: 718px;
  }
}

.year__btn {
  display: block;
  color: rgba(0, 0, 0, 0.2);
  font-family:
    Century Gothic Bold,
    "微軟正黑體";
  font-size: 1.5rem;
  margin-right: 34px;
  margin-left: 34px;
  line-height: 80px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  bottom: -1px;
  z-index: 1;
}

.year__btn:hover {
  color: #000;
  border-bottom: 2px solid #000;
}

.year__btn.active {
  color: #000;
  border-bottom: 2px solid #000;
}

@media (max-width: 767.9px) {
  .year__btn {
    bottom: 0;
  }
}

.more-btn,
.link-btn {
  font-family:
    Century Gothic Bold,
    "微軟正黑體";
  font-size: 0.8125rem;
  color: rgba(0, 0, 0, 0.9);
  position: relative;
}

.more-btn {
  position: relative;
}

.more-btn:after {
  display: block;
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #0395da;
  top: 0;
  margin-top: 2px;
  left: 0px;
}

.more-btn:before {
  display: block;
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #0395da;
  top: 50%;
  left: -5px;
}

.link-btn:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: -8px;
  height: 2px;
  background-color: #004986;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.link-btn:hover:after {
  width: 100%;
}

.more__btn {
  font-family:
    Century Gothic Bold,
    "微軟正黑體";
  font-size: 0.9375rem;
  letter-spacing: 0.075em;
  background-color: #434343;
  color: #fff;
  display: block;
  width: 103px;
  height: 103px;
  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;
}

.more__btn:hover .more__btn--arrow {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.more__btn--arrow {
  height: 10px;
  position: relative;
  margin-bottom: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.more__btn--arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 50%;
  bottom: 0;
  margin-left: 3px;
}

.more__btn--arrow:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  bottom: 0;
  margin-left: -3px;
}

.detail_close {
  font-family:
    Century Gothic Bold,
    "微軟正黑體";
  font-size: 0.9375rem;
  letter-spacing: 0.015em;
  width: 237px;
  height: 83px;
  background-color: #df582f;
  display: block;
  color: #fff;
  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;
  padding: 0 15px;
  position: absolute;
  top: -83px;
  right: 0;
}

.detail_close:hover .detail_close__icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.detail_close__icon {
  position: relative;
  height: 25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.detail_close__icon:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.detail_close__icon:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767.9px) {
  .detail_close {
    width: 230px;
    height: 60px;
  }
}

.smallSe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Century Gothic Bold", "微軟正黑體";
  line-height: 50px;
  margin-top: 20px;
  width: 93%;
  max-width: 93%;
  margin-left: 7%;
}

.smallSe__href {
  display: block;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.2);
  letter-spacing: 0.03em;
  margin-left: 17.5px;
  margin-right: 17.5px;
  line-height: 80px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.smallSe__href:hover {
  border-bottom: 2px solid black;
  color: black;
}

.smallSe__href--active {
  color: black;
  border-bottom: 2px solid black;
}

.menuLibox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 999;
  background-color: rgba(7, 66, 130, 0.8);
  display: none;
  font-family:
    Century Gothic Bold,
    微軟正黑體;
  font-weight: bold;
}

.menuLibox.open {
  display: block;
  -webkit-animation: fadeIn 0.6s both;
  animation: fadeIn 0.6s both;
}

.menuLibox.close {
  display: block;
  -webkit-animation: fadeOut 0.6s both;
  animation: fadeOut 0.6s both;
}

.menuLibox .liboxClose {
  width: 80px;
  height: 80px;
  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: #df582f;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.menuLibox .liboxClose:hover span {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media all and (max-width: 700px) {
  .menuLibox .liboxClose {
    width: 50px;
    height: 50px;
  }
}

.menuLibox .liboxClose span {
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.menuLibox .liboxClose span:before,
.menuLibox .liboxClose span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  background-color: #efac97;
  cursor: pointer;
}

.menuLibox .liboxClose span:before {
  width: 100%;
  height: 2px;
}

.menuLibox .liboxClose span:after {
  width: 2px;
  height: 100%;
}

.menuLibox .menuContainer {
  background-color: #f2f2f2;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  line-height: 1.8;
  display: block;
  overflow: hidden;
}

.menuLibox .group {
  height: calc(100vh - 70px);
  overflow-y: auto;
  padding: 150px 100px 0;
}

@media all and (max-width: 585px) {
  .menuLibox .group {
    padding: 50px 10px 50px 10px;
  }
}

@media all and (max-width: 320px) {
  .menuLibox .group {
    padding: 0px;
  }
}

.menuLibox .menu_select {
  font-size: 1.5rem;
  display: block;
}

.menuLibox .menu_select li {
  padding-bottom: 10px;
  padding-left: 30px;
}

.menuLibox .menu_select li:nth-child(3) {
  padding-bottom: 60px;
}

@media all and (max-width: 414px) {
  .menuLibox .menu_select li:nth-child(3) {
    padding-bottom: 0;
  }
}

.menuLibox .menu_select li a {
  line-height: 33.89px;
  letter-spacing: 1.5px;
}

.menuLibox .menu_btns {
  padding-bottom: 30px;
  padding-top: 50px;
}

.menuLibox .menu_btns li {
  width: 355px;
  height: 70px;
  margin-bottom: 5px;
  font-size: 1.125rem;
  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;
}

.menuLibox .menu_btns li:hover span {
  height: 16px;
}

.menuLibox .menu_btns li:hover span:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 3px;
  left: -3px;
  width: 13px;
}

.menuLibox .menu_btns li span {
  display: inline-block;
  width: 2px;
  height: 14px;
  border-radius: 0;
  background-color: #fff;
  margin-left: -35px;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.menuLibox .menu_btns li span:after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  border-radius: 0;
  background-color: #fff;
  position: absolute;
  bottom: 50%;
  margin-bottom: -1px;
  margin-left: -6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.menuLibox .menu_btns li:nth-child(1) {
  background-color: #004986;
}

.menuLibox .menu_btns li:nth-child(2) {
  background-color: #434343;
}

.menuLibox .menu_btns li:nth-child(3) {
  background-color: #009944;
}

.menuLibox .menu_btns li a {
  padding-left: 40px;
  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;
  width: 100%;
  height: 100%;
  border-radius: 0;
  color: #fff;
}

.menuLibox .languageNavbar {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  font-size: 0;
}

.menuLibox .languageNavbar li {
  width: 14%;
  padding: 20px;
  background-color: #ddd;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  display: inline-block;
}

.menuLibox .languageNavbar li:nth-child(1) {
  background-color: #004986;
  width: 30%;
}

.menuLibox .languageNavbar li:nth-child(1) a {
  color: #fff;
}

.menuLibox .languageNavbar li:nth-child(n + 2):hover {
  background-color: #df582f;
  position: relative;
}

.menuLibox .languageNavbar li:nth-child(n + 2):hover a {
  color: #fff;
}

.menuLibox .languageNavbar li:nth-child(n + 2):hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-radius: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}

.menuLibox .languageNavbar li a {
  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%;
  height: 100%;
  border-radius: 0;
  font-size: 1rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

/************************************************************/

/*                        Banner                            */

/************************************************************/

.aboutBanner {
  overflow: hidden;
  margin-left: 7%;
  width: 93%;
  position: relative;
}

.aboutBanner .col-6 {
  width: 35%;
  position: absolute;
  top: 30%;
  left: 15%;
}

.aboutBanner .aboutBannerin {
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  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;
  margin-bottom: -16px;
}

.aboutBanner .inner {
  padding: 20px;
}

.aboutBanner .inner hr {
  width: 52px;
  margin: 0;
  border: 0;
  border-top: 2px solid #df582f;
  margin-bottom: 23px;
  margin-right: auto;
}

.aboutBanner .inner .title {
  font-family:
    Century Gothic Bold,
    "微軟正黑體";
  font-weight: 700;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 26px;
  white-space: nowrap;
  letter-spacing: 1.5px;
}

.aboutBanner .inner .subtitle {
  font-family:
    Myriad Pro,
    "微軟正黑體";
  font-size: 1rem;
  line-height: 22px;
  letter-spacing: 1.5px;
  color: white;
}

@media (max-width: 767.9px) {
  .aboutBanner .aboutBannerin {
    height: calc(100vh - 74px);
  }
}

@media (max-width: 1200px) {
  .aboutBanner .col-6 {
    width: 50%;
  }
}

@media (max-width: 767.9px) {
  .aboutBanner .col-6 {
    width: 90%;
    top: 35%;
    left: 10%;
  }
  .aboutBanner .inner .title {
    font-size: 2.5rem;
  }
  .aboutBanner .inner .subtitle {
    width: 73vw;
    line-height: 1.75;
  }
}

/************************************************************/

/*                        Title Layout                      */

/************************************************************/

.aboutTitle {
  opacity: 0;
  margin-top: 80px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.aboutTitle h2 {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-size: 2.625rem;
}

@media all and (max-width: 375px) {
  .aboutTitle h2 {
    line-height: 1.25;
  }
}

.aboutTitle h4 {
  margin-top: 30px;
  margin-bottom: 60px;
  font-family: "Microsoft JhengHei";
  font-size: 1.875rem;
  letter-spacing: 0.05em;
}

@media all and (max-width: 375px) {
  .aboutTitle h4 {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

@media (max-width: 414px) {
  .aboutTitle {
    padding: 0 5px;
  }
  .aboutTitle h2 {
    text-align: center;
    font-size: 2rem;
  }
  .aboutTitle h4 {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}

/************************************************************/

/*                        scrollNavBtn                      */

/************************************************************/

.scrollNavBtn {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: auto;
}

.scrollNavBtn .navBtn {
  font-family:
    Century Gothic Bold,
    "微軟正黑體";
  font-weight: 700;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
}

@media all and (max-width: 375px) {
  .scrollNavBtn .navBtn {
    width: 50% !important;
  }
}

.scrollNavBtn .navBtn:after {
  content: "";
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-bottom: 17px solid #fff;
  display: block;
  height: 0;
  left: 50%;
  bottom: -50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.scrollNavBtn .navBtn a {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  width: 100%;
  height: 100%;
  line-height: 70px;
  text-align: center;
}

.scrollNavBtn .navBtn:hover {
  height: 85px;
}

.scrollNavBtn .navBtn:hover:after {
  bottom: 0;
}

.scrollNavBtn .navBtn:hover a {
  color: white;
  font-size: 1.5rem;
  line-height: 85px;
}

.scrollNavBtn .navBtn.active {
  height: 85px;
  position: relative;
}

.scrollNavBtn .navBtn.active a {
  color: white;
  line-height: 85px;
  font-size: 1.5rem;
}

.scrollNavBtn .navBtn.active:after {
  content: "";
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-bottom: 17px solid #f2f2f2;
  display: block;
  height: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

@media (max-width: 375px) {
  .scrollNavBtn .navBtn.active {
    width: 80%;
  }
  .scrollNavBtn .navBtn.active a {
    font-size: 1.375rem;
  }
}

@media (max-width: 960px) {
  .scrollNavBtn {
    overflow: hidden;
    overflow-x: scroll;
  }
  .scrollNavBtn .navBtn {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 95%;
  }
}

/************************************************************/

/*                        Animation                         */

/************************************************************/

.aboutBanner.in .inner .title {
  animation-timing-funcstion: ease-in-out;
  -webkit-animation: fadeInLeft 1s both;
  animation: fadeInLeft 1s both;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.aboutBanner.in .inner hr {
  animation-timing-funcstion: ease-in-out;
  -webkit-animation: fadeInLeft 1s both;
  animation: fadeInLeft 1s both;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.aboutBanner.in .inner .subtitle {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation: fadeInDown_8 1s both;
  animation: fadeInDown_8 1s both;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.aboutTitle.in h2 {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation: fadeInDown 1s both;
  animation: fadeInDown 1s both;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.aboutTitle.in h4 {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation: fadeInDown 1s both;
  animation: fadeInDown 1s both;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

/************************************************************/

/*                        About Manager                     */

/************************************************************/

.aboutOrigin {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.aboutOrigin .origin {
  width: 100%;
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.aboutOrigin .origin .originUp {
  width: 100%;
  max-width: 500px;
  height: 700px;
  position: relative;
  top: -60px;
  left: 5%;
  background-size: cover;
  z-index: 2;
}

@media all and (max-width: 1024px) {
  .aboutOrigin .origin .originUp {
    width: 80%;
  }
}

.aboutOrigin .origin .originUp .originImg {
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
  background-position: center;
}

@media all and (max-width: 1024px) {
  .aboutOrigin .origin .originUp .originImg {
    background-position-x: 20%;
  }
}

.aboutOrigin .origin .originDown {
  background-color: #ff6600;
  background-size: cover;
  color: white;
  width: 1080px;
  height: auto;
  z-index: -1;
  position: relative;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
}

@media all and (max-width: 375px) {
  .aboutOrigin .origin .originDown {
    padding: 0 15px;
  }
}

.aboutOrigin .origin .originDown .originMain {
  z-index: -3;
  margin: 30px 0 30px 15%;
  width: 44%;
  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 all and (max-width: 375px) {
  .aboutOrigin .origin .originDown .originMain {
    width: 100% !important;
    padding: 10px;
  }
}

@media all and (max-width: 320px) {
  .aboutOrigin .origin .originDown .originMain {
    width: 100% !important;
    padding: 25px;
    margin-left: auto;
  }
}

.aboutOrigin .origin .originDown .originMain .title,
.aboutOrigin .origin .originDown .originMain .subtitle {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
}

.aboutOrigin .origin .originDown .originMain .title {
  width: 100%;
  padding-left: 13%;
  font-size: 1.9rem;
  margin-bottom: 50px;
  letter-spacing: 0.01em;
}

@media all and (max-width: 375px) {
  .aboutOrigin .origin .originDown .originMain .title {
    line-height: 1.5;
    width: 100% !important;
    padding: 0 !important;
  }
}

.aboutOrigin .origin .originDown .originMain .subtitle {
  width: 100%;
  padding-left: 13%;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  line-height: 32px;
}

@media all and (max-width: 375px) {
  .aboutOrigin .origin .originDown .originMain .subtitle {
    width: 100% !important;
    padding: 0 !important;
  }
}

.aboutOrigin .origin .originDown .originMain .paragraph {
  width: 100%;
  padding-left: 13%;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: "Microsoft JhengHei";
  font-size: 1rem;
  line-height: 25px;
  letter-spacing: 0.15em;
}

@media all and (max-width: 375px) {
  .aboutOrigin .origin .originDown .originMain .paragraph {
    width: 100% !important;
    padding: 0 !important;
  }
}

.aboutOrigin .origin .originDown .originMain .paragraphTop {
  margin-top: 78px;
}

.aboutOrigin .origin .originDown .originMain .paragraphDown {
  margin-top: 30px;
}

.aboutOrigin .origin .originDown .originMain .sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.aboutOrigin .origin .originDown .originMain .signName {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: end;
  margin-top: 10px;
  font-family: "Microsoft JhengHei";
  font-size: 1rem;
  letter-spacing: 0.1em;
}

@media (min-width: 1201px) and (max-width: 1366px) {
  .aboutOrigin .origin .originUp {
    left: 5%;
    width: 100%;
    padding-right: 0;
  }
  .aboutOrigin .origin .originDown .originMain {
    width: 80%;
    margin-left: 10%;
    margin-top: 20%;
    margin-bottom: 120px;
  }
  .aboutMit .aboutmitIntro .aboutmitLeft .aboutmitText {
    width: 82%;
    margin-left: 10%;
  }
}

@media (max-width: 1200px) {
  .aboutOrigin .origin .originUp {
    left: 5%;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .aboutOrigin .origin .originDown {
    width: 100%;
  }
  .aboutOrigin .origin .originDown .originMain {
    width: 90%;
    margin-left: 5%;
    margin-top: 20%;
    margin-bottom: 110px;
  }
  .aboutOrigin .origin .originDown .originMain .title {
    font-size: 1.875rem;
    padding-left: 15%;
    width: 70%;
  }
  .aboutOrigin .origin .originDown .originMain .subtitle {
    padding-left: 15%;
    width: 90%;
  }
  .aboutOrigin .origin .originDown .originMain .paragraph {
    width: 70%;
    padding-left: 0;
  }
  .aboutOrigin .origin .originDown .originMain .sign {
    width: 70%;
  }
  .aboutOrigin .origin .originDown .originMain .signName {
    width: 70%;
  }
}

@media (max-width: 812px) {
  .aboutOrigin .origin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .aboutOrigin .origin .originUp {
    left: 0;
    width: 72%;
  }
  .aboutOrigin .origin .originUp .originImg {
    min-width: 100%;
  }
  .aboutOrigin .origin .originDown {
    top: -10%;
  }
}

@media (max-width: 414px) {
  .aboutOrigin .origin {
    margin-top: 0px;
  }
  .aboutOrigin .origin .originUp {
    width: 350px;
    height: 400px;
    top: 3%;
  }
  .aboutOrigin .origin .originUp .originImg {
    background-position: center;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  .aboutOrigin .origin .originDown {
    margin: 0;
  }
  .aboutOrigin .origin .originDown .originMain {
    margin-top: 80%;
    margin-bottom: 40%;
  }
  .aboutOrigin .origin .originDown .originMain .title {
    width: 80%;
  }
  .aboutOrigin .origin .originDown .originMain .subtitle {
    width: 80%;
    word-wrap: break-word;
    word-break: break-all;
  }
  .aboutOrigin .origin .originDown .originMain .paragraph {
    width: 100%;
    padding-left: 15%;
    font-size: 0.85rem;
  }
  .aboutOrigin .origin .originDown .originMain .sign {
    width: 100%;
  }
  .aboutOrigin .origin .originDown .originMain .signName {
    width: 100%;
  }
}

/************************************************************/

/*                        Animation                         */

/************************************************************/

.aboutOrigin.in .origin .originUp {
  animation-timing-funcstion: ease-in-out;
  -webkit-animation: fadeInLeft 1.5s both;
  animation: fadeInLeft 1.5s both;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.aboutOrigin.in .origin .originDown {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation: fadeInRight 1.5s both;
  animation: fadeInRight 1.5s both;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.aboutIntro {
  overflow: hidden;
  opacity: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.aboutIntro .intro {
  width: 52.5%;
  margin: 0 auto;
  font-family: "微軟正黑體";
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 0.08em;
}

@media all and (max-width: 1400px) {
  .aboutIntro .intro {
    width: 80%;
  }
}

.aboutIntro .introTop {
  margin-top: 140px;
  margin-bottom: 40px;
}

.aboutIntro .introDown {
  margin-bottom: 70px;
}

.aboutIntro .aboutSvg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  width: 52.5%;
  margin-bottom: 140px;
}

@media all and (max-width: 1400px) {
  .aboutIntro .aboutSvg {
    width: 80%;
  }
}

.aboutIntro .aboutSvg li {
  margin-right: 40px;
  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;
}

.aboutIntro .aboutSvg li h2 {
  font-family: "微軟正黑體";
  font-weight: 900;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  margin-bottom: 25px;
}

.aboutIntro .aboutSvg li h4 {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-size: 1rem;
}

@media (max-width: 1200px) {
  .aboutIntro .intro {
    width: 80%;
  }
  .aboutIntro .introTop {
    margin-top: 30px;
  }
  .aboutIntro .aboutSvg {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .aboutIntro .aboutSvg li {
    width: 25%;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .aboutIntro .aboutSvg li {
    width: 50%;
  }
}

@media (max-width: 414px) {
  .aboutIntro .aboutSvg li {
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 375px) {
  .aboutIntro .aboutSvg li {
    width: 50%;
  }
}

/************************************************************/

/*                        Animation                         */

/************************************************************/

.aboutIntro.in .introTop {
  animation-timing-funcstion: ease-in-out;
  -webkit-animation: fadeInDown 1s both;
  animation: fadeInDown 1s both;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.aboutIntro.in .introDown {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation: fadeInDown 1s both;
  animation: fadeInDown 1s both;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.aboutIntro.in .aboutSvg .s1 {
  animation-timing-funcstion: ease-in-out;
  -webkit-animation: fadeInDown 1s both;
  animation: fadeInDown 1s both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.aboutIntro.in .aboutSvg .s2 {
  animation-timing-funcstion: ease-in-out;
  -webkit-animation: fadeInDown 1s both;
  animation: fadeInDown 1s both;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.aboutIntro.in .aboutSvg .s3 {
  animation-timing-funcstion: ease-in-out;
  -webkit-animation: fadeInDown 1s both;
  animation: fadeInDown 1s both;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.aboutIntro.in .aboutSvg .s4 {
  animation-timing-funcstion: ease-in-out;
  -webkit-animation: fadeInDown 1s both;
  animation: fadeInDown 1s both;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.aboutMit {
  opacity: 0;
  overflow: hidden;
}

.aboutMit .aboutmitIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 140px;
}

.aboutMit .aboutmitLeft {
  background-size: cover;
  background-position: center center;
  width: 56.25%;
}

.aboutMit .aboutmitLeft .aboutmitText {
  color: white;
  margin: 145px 0 105px 0;
  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;
  width: 59%;
  margin-left: 320px;
  margin-right: auto;
}

.aboutMit .aboutmitLeft .aboutmitText p {
  margin-bottom: 40px;
  font-family: "微軟正黑體";
  font-size: 1rem;
  line-height: 25px;
  letter-spacing: 0.08em;
}

.aboutMit .aboutmitRight {
  margin-left: 120px;
}

@media all and (max-width: 1024px) {
  .aboutMit .aboutmitRight {
    margin-left: 10px;
  }
}

.aboutMit .aboutmitRight h2,
.aboutMit .aboutmitRight h4 {
  text-align: start;
  margin: 0 auto;
  font-family: "Century Gothic Bold";
}

.aboutMit .aboutmitRight h2 {
  font-size: 1.9rem;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}

.aboutMit .aboutmitRight h4 {
  font-size: 1.25rem;
  letter-spacing: 0.01em;
}

@media all and (max-width: 768px) {
  .aboutMit .aboutmitRight .subtitle {
    letter-spacing: 0.8px;
  }
}

@media (max-width: 1200px) {
  .aboutMit .aboutmitLeft .aboutmitText {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .aboutMit .aboutmitIntro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .aboutMit .aboutmitIntro .aboutmitLeft {
    background-position-x: 65%;
    width: 100%;
  }
  .aboutMit .aboutmitIntro .aboutmitLeft .aboutmitText {
    width: 90%;
    margin: 45px auto;
  }
  .aboutMit .aboutmitIntro .aboutmitRight {
    margin-left: 0;
    margin-bottom: 45px;
  }
}

/************************************************************/

/*                        Animation                         */

/************************************************************/

.aboutMit.in .aboutmitIntro .aboutmitLeft {
  animation-timing-funcstion: ease-in-out;
  -webkit-animation: fadeInLeft 1.5s both;
  animation: fadeInLeft 1.5s both;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.aboutMit.in .aboutmitIntro .aboutmitRight {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation: fadeInRight 1.5s both;
  animation: fadeInRight 1.5s both;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.slick-slide {
  outline: none;
}

.btnNext,
.btnPrev {
  outline: none;
  z-index: 111;
  position: relative;
  width: 60px;
  height: 60px;
  border: none;
  margin: auto;
  padding: 30px;
  background-color: #0062cd;
}

.btnNext:hover,
.btnPrev:hover {
  background-color: #0062cd;
}

.btnNext:focus,
.btnPrev:focus {
  background-color: #0062cd;
}

.btnNext:before,
.btnPrev:before {
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #fff;
}

.btnNext:after,
.btnPrev:after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #fff;
}

.btnNext {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.btnNext:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  top: 60%;
  left: 50%;
  margin-left: -1px;
  margin-top: -8px;
}

.btnNext:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -1px;
  margin-top: -4px;
}

.btnPrev {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.btnPrev:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 60%;
  left: 50%;
  margin-left: -1px;
  margin-top: -8px;
}

.btnPrev:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -1px;
  margin-top: -4px;
}

.aboutHistory .historyBg {
  background-color: #ececec;
  margin-bottom: 135px;
  padding-bottom: 115px;
  padding-top: 160px;
}

.aboutHistory .historyBg .historyContent {
  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;
}

.aboutHistory .historyBg .historyContent .historyYear {
  opacity: 0;
  z-index: 0;
  font-family:
    Century Gothic Bold,
    "微軟正黑體";
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 112px;
}

.aboutHistory .historyBg .historyContent .historyYear h3 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 9.625rem;
  margin: 5px;
  padding: 0;
  position: relative;
  text-align: center;
}

.aboutHistory .historyBg .historyContent .historyYear .slick-slide {
  margin: 0 110px;
}

.aboutHistory .historyBg .historyContent .historyYear .slick-center h3 {
  color: #0062cd;
}

.aboutHistory .historyBg .historyContent .historyYear .btnNext {
  left: -18%;
  cursor: pointer;
}

.aboutHistory .historyBg .historyContent .historyYear .btnPrev {
  right: -18%;
  cursor: pointer;
}

.aboutHistory .historyBg .historyContent .historyText {
  z-index: 0;
  display: block;
  margin-bottom: 30px;
  width: 100%;
}

.aboutHistory .historyBg .historyContent .historyText h4 {
  font-family:
    Century Gothic Bold,
    "微軟正黑體";
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0 auto 28px auto;
  width: 41%;
  text-align: center;
}

.aboutHistory .historyBg .historyContent .historyText h5 {
  font-family: "微軟正黑體";
  margin-bottom: 58px;
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 0.05em;
  width: 41%;
  margin: 0 auto;
  text-align: center;
}

.aboutHistory .historyBg .historyContent .historyText hr {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  margin: 55px auto;
  width: 50%;
}

.history_photo_slick {
  outline: none;
  font-family:
    Century Gothic Bold,
    "微軟正黑體";
  width: 52.1875%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 35px auto 0 auto;
  background-size: cover;
  background-position: center center;
}

/************************************************************/

/*                        RWD                               */

/************************************************************/

@media screen and (max-width: 1366px) {
  .aboutHistory .historyBg .historyContent .historyYear h3 {
    font-size: 6.625rem;
  }
  .aboutHistory .historyBg .historyContent .historyYear .btnNext {
    left: -15%;
  }
  .aboutHistory .historyBg .historyContent .historyYear .btnPrev {
    right: -15%;
  }
}

@media screen and (max-width: 1024px) {
  .aboutHistory .historyBg .historyContent .historyYear h3 {
    font-size: 6.625rem;
  }
  .aboutHistory .historyBg .historyContent .historyYear .btnNext {
    left: -8%;
  }
  .aboutHistory .historyBg .historyContent .historyYear .btnPrev {
    right: -8%;
  }
  .aboutHistory .historyBg .historyContent .historyText h4 {
    width: 60%;
  }
  .aboutHistory .historyBg .historyContent .historyText h5 {
    width: 60%;
  }
  .aboutHistory .historyBg .historyContent .historyText hr {
    width: 70%;
  }
  .history_photo_slick {
    width: 80%;
  }
}

@media screen and (max-width: 823px) {
  .aboutHistory .historyBg {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .aboutHistory .historyBg .historyContent .historyYear h3 {
    font-size: 5rem;
  }
  .aboutHistory .historyBg .historyContent .historyYear .btnNext {
    padding: 20px;
    width: 30px;
    height: 30px;
    left: -5%;
  }
  .aboutHistory .historyBg .historyContent .historyYear .btnNext:after {
    top: 65%;
  }
  .aboutHistory .historyBg .historyContent .historyYear .btnNext:before {
    top: 35%;
  }
  .aboutHistory .historyBg .historyContent .historyYear .btnPrev {
    padding: 20px;
    width: 30px;
    height: 30px;
    right: -5%;
  }
  .aboutHistory .historyBg .historyContent .historyYear .btnPrev:after {
    top: 65%;
  }
  .aboutHistory .historyBg .historyContent .historyYear .btnPrev:before {
    top: 35%;
  }
  .aboutHistory .historyBg .historyContent .historyText h4 {
    width: 70%;
  }
  .aboutHistory .historyBg .historyContent .historyText h5 {
    width: 70%;
  }
  .aboutHistory .historyBg .historyContent .historyText hr {
    width: 80%;
  }
  .history_photo_slick {
    width: 75%;
  }
  .history_photo_slick .btnNext {
    padding: 20px;
    width: 30px;
    height: 30px;
  }
  .history_photo_slick .btnNext:after {
    top: 65%;
  }
  .history_photo_slick .btnNext:before {
    top: 35%;
  }
  .history_photo_slick .btnPrev {
    padding: 20px;
    width: 30px;
    height: 30px;
  }
  .history_photo_slick .btnPrev:after {
    top: 65%;
  }
  .history_photo_slick .btnPrev:before {
    top: 35%;
  }
}

@media screen and (max-width: 568px) {
  .aboutHistory .historyBg .historyContent .historyYear h3 {
    font-size: 2.6125rem;
  }
  .aboutHistory .historyBg .historyContent .historyYear .btnNext {
    left: -10%;
  }
  .aboutHistory .historyBg .historyContent .historyYear .btnPrev {
    right: -10%;
  }
  .aboutHistory .historyBg .historyContent .historyText h4 {
    width: 70%;
  }
  .aboutHistory .historyBg .historyContent .historyText h5 {
    width: 70%;
  }
  .aboutHistory .historyBg .historyContent .historyText hr {
    width: 80%;
  }
  .history_photo_slick {
    width: 80%;
  }
}

@media screen and (max-width: 414px) {
  .aboutHistory .historyBg .historyContent .historyYear h3 {
    font-size: 2.6125rem;
  }
  .aboutHistory .historyBg .historyContent .historyYear .btnNext {
    left: 0%;
  }
  .aboutHistory .historyBg .historyContent .historyYear .btnPrev {
    left: 0%;
  }
  .aboutHistory .historyBg .historyContent .historyText h4 {
    width: 70%;
  }
  .aboutHistory .historyBg .historyContent .historyText h5 {
    width: 70%;
  }
  .aboutHistory .historyBg .historyContent .historyText hr {
    width: 80%;
  }
  .history_photo_slick {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .aboutHistory .historyBg .historyContent .historyYear h3 {
    font-size: 2rem;
  }
  .aboutHistory .historyBg .historyContent .historyYear .btnNext {
    padding: 15px;
    width: 27px;
    height: 27px;
  }
  .aboutHistory .historyBg .historyContent .historyYear .btnNext:after {
    top: 70%;
  }
  .aboutHistory .historyBg .historyContent .historyYear .btnNext:before {
    top: 30%;
  }
  .aboutHistory .historyBg .historyContent .historyYear .btnPrev {
    padding: 15px;
    width: 27px;
    height: 27px;
  }
  .aboutHistory .historyBg .historyContent .historyYear .btnPrev:after {
    top: 70%;
  }
  .aboutHistory .historyBg .historyContent .historyYear .btnPrev:before {
    top: 30%;
  }
  .aboutHistory .historyBg .historyContent .historyText h4 {
    width: 70%;
  }
  .aboutHistory .historyBg .historyContent .historyText h5 {
    width: 70%;
  }
  .aboutHistory .historyBg .historyContent .historyText hr {
    width: 80%;
  }
}

/************************************************************/

/*                        Animation                         */

/************************************************************/

.historyContent.in .historyYear {
  animation-timing-funcstion: ease-in-out;
  -webkit-animation: fadeInLeft 1.2s both;
  animation: fadeInLeft 1.2s both;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.historyContent.in .historyText {
  animation-timing-funcstion: ease-in-out;
  -webkit-animation: fadeInUp 1.2s both;
  animation: fadeInUp 1.2s both;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.teamContent {
  font-family: "Century Gothic Bold", "微軟正黑體";
}

.teamContent .teamTarget {
  color: white;
  width: 100%;
  background-color: #004b9d;
  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;
  padding-top: 130px;
}

.teamContent .teamTitle {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 55px;
  text-align: center;
}

.teamContent .teamTitle h2 {
  font-size: 1.89938rem;
  font-weight: 900;
  margin-bottom: 24px;
  letter-spacing: 1.5px;
}

.teamContent .teamTitle h4 {
  font-size: 1.25rem;
  font-weight: 700;
}

.teamContent .teamSvg {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  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;
  width: 50%;
  vertical-align: top;
}

.teamContent .teamSvg .slick-list {
  width: 100%;
}

.teamContent .teamSvg li a {
  outline: none;
  color: white;
  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-bottom: 130px;
  position: relative;
}

.teamContent .teamSvg li a::after {
  content: "";
  background: #fff;
  width: 1px;
  height: 0;
  position: absolute;
  bottom: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}

.teamContent .teamSvg li a h2 {
  font-size: 1.25rem;
  margin: 15px auto 15px auto;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.teamContent .teamSvg li a h5 {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.teamContent .teamSvg li.active a::after {
  height: 130px;
}

.teamContent .teamSvg li.active .icon::before {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.teamContent .teamSvg li.active h2,
.teamContent .teamSvg li.active h5 {
  color: #fff;
}

.teamContent .teamSvg li hr {
  display: none;
}

.teamContent .tabContent {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  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;
}

.teamContent .tabContent .teamText {
  text-align: center;
  font-size: 1rem;
  width: 50%;
  line-height: 28px;
  letter-spacing: 1.5px;
  margin-bottom: 125px;
  margin-top: 60px;
}

.teamContent .teamMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.teamContent .teamMain .teamGroup {
  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;
  position: relative;
}

.teamContent .teamMain .teamGroup .teamObj {
  opacity: 1;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
  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: 180px;
  padding-bottom: 50px;
  position: relative;
  width: 62.5%;
}

.teamContent .teamMain .teamGroup .teamObj:first-child {
  margin-top: 200px;
}

.teamContent .teamMain .teamGroup .teamObj:nth-child(even) .bg {
  left: auto;
  right: 0;
}

@media (max-width: 991px) {
  .teamContent .teamMain .teamGroup .teamObj:nth-child(even) .bg {
    right: auto;
  }
}

@media (max-width: 991px) {
  .teamContent .teamMain .teamGroup .teamObj {
    width: 100%;
  }
}

.teamContent .teamMain .teamGroup .teamObj .bg {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f1f6fa;
  z-index: -1;
}

@media (max-width: 991px) {
  .teamContent .teamMain .teamGroup .teamObj .bg {
    left: auto;
  }
}

.teamContent .teamMain .teamGroup .objImg {
  margin-top: -36px;
  cursor: pointer;
}

.teamContent .teamMain .teamGroup .objImg:hover ~ .objContent .inner .more {
  opacity: 1;
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

.teamContent .teamMain .teamGroup .objImg img {
  background-size: cover;
  max-width: 720px;
  max-height: 510px;
}

.teamContent .teamMain .teamGroup .objContent {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.teamContent .teamMain .teamGroup .objContent .title {
  font-size: 1.89938rem;
  font-weight: 900;
  margin-bottom: 17px;
}

.teamContent .teamMain .teamGroup .objContent .title:hover ~ .inner .more {
  opacity: 1;
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

.teamContent .teamMain .teamGroup .objContent .subtitle {
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 53px;
}

.teamContent .teamMain .teamGroup .objContent .inner:hover .more {
  opacity: 1;
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

.teamContent .teamMain .teamGroup .objContent ul {
  list-style: disc;
  list-style-position: inside;
}

.teamContent .teamMain .teamGroup .objContent ul li {
  line-height: 1.5;
  margin-bottom: 13px;
}

.teamContent .teamMain .teamGroup .objContent .more {
  margin-top: 40px;
  font-size: 0.9375rem;
  position: relative;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.teamContent .teamMain .teamGroup .objContent .more:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: -26%;
  width: 14px;
  height: 2px;
  background-color: #21aae8;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.teamContent .teamMain .teamGroup .objContent .more:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: -18%;
  width: 2px;
  height: 14px;
  background-color: #21aae8;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.teamContent .teamMain .teamGroup .objContent .more:hover:after {
  width: 20px;
  left: -36%;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.teamContent .teamMain .teamGroup .objContent .more:hover:before {
  height: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.objLeft {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.objLeft .objContent {
  margin-left: 120px;
}

.teamObj.objRight {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.teamObj.objRight .objContent {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.side_menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 14%;
  position: fixed;
  left: 0;
  height: calc(100vh - 109px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px;
  opacity: 1;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

.side_menu li {
  position: relative;
}

.side_menu li a {
  font-family:
    Century Gothic,
    "微軟正黑體";
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.4);
  margin-left: 25%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.side_menu li a:after {
  content: "";
  display: block;
  width: 10%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #7fa5ce;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.side_menu li a:hover {
  color: #000;
}

.sideIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeInLeft 1s both;
  animation: fadeInLeft 1s both;
}

.sideNone {
  display: none;
}

.show {
  color: #000000 !important;
  margin-left: 30% !important;
}

.show:after {
  width: 25% !important;
  background-color: #df582f !important;
}

/************************************************************/

/*                        RWD                               */

/************************************************************/

@media (max-width: 1200px) {
  .teamContent .teamMain .teamGroup {
    width: 80%;
  }
  .teamContent .teamMain .teamGroup .objImg {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .teamContent .teamMain .teamGroup .teamObj {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .teamContent .teamMain .teamGroup .objContent {
    margin-left: 0;
    margin-right: 0;
  }
  .teamContent .teamMain .teamGroup .objContent .title {
    margin-right: 0;
    font-size: 3rem;
  }
  .teamContent .teamMain .teamGroup .objContent .subtitle {
    font-size: 2.5rem;
  }
  .teamContent .teamMain .teamGroup .objContent ul > li {
    font-size: 1.5rem;
  }
  .teamContent .tabContent .teamText {
    margin-top: 80px;
    margin-bottom: 90px;
  }
  .side_menu {
    display: none;
  }
}

@media (max-width: 768px) {
  .aboutCoreteam .btnPrev {
    left: -10%;
  }
  .aboutCoreteam .btnNext {
    right: -10%;
  }
  .teamContent .tabContent .teamText {
    width: 80%;
    margin-top: 35px;
    margin-bottom: 90px;
  }
  .teamContent .teamMain .teamGroup .objContent .title {
    font-size: 3rem;
  }
  .teamContent .teamMain .teamGroup .objContent .subtitle {
    font-size: 2rem;
  }
  .teamContent .teamMain .teamGroup .objContent ul > li {
    font-size: 1rem;
  }
}

@media (max-width: 568px) {
  .aboutCoreteam .btnPrev {
    left: -25%;
    padding: 20px;
    width: 30px;
    height: 30px;
  }
  .aboutCoreteam .btnPrev:after {
    top: 65%;
  }
  .aboutCoreteam .btnPrev:before {
    top: 35%;
  }
  .aboutCoreteam .btnNext {
    right: -25%;
    padding: 20px;
    width: 30px;
    height: 30px;
  }
  .aboutCoreteam .btnNext:after {
    top: 65%;
  }
  .aboutCoreteam .btnNext:before {
    top: 35%;
  }
  .aboutCoreteam .teamContent .tabContent .teamText {
    width: 80%;
    margin-top: 35px;
    margin-bottom: 90px;
  }
  .aboutCoreteam .teamContent .teamMain .teamGroup .objContent {
    font-size: 1rem;
  }
  .aboutCoreteam .teamContent .teamMain .teamGroup .objContent .title {
    font-size: 2rem;
  }
  .aboutCoreteam .teamContent .teamMain .teamGroup .objContent .subtitle {
    font-size: 1.75rem;
  }
}

/************************************************************/

/*                        Animation                         */

/************************************************************/

.teamTitle.in h2 {
  -webkit-animation: fadeInDown 0.8s 0.3s both;
  animation: fadeInDown 0.8s 0.3s both;
}

.teamTitle.in h4 {
  -webkit-animation: fadeInDown 0.8s 0.5s both;
  animation: fadeInDown 0.8s 0.5s both;
}

.teamSvg:focus hr {
  -webkit-animation: lineIn 1s 0.5s ease forwards;
  animation: lineIn 1s 0.5s ease forwards;
}

.teamSvg.in .avg1 {
  -webkit-animation: fadeInDown 0.8s 0.5s both;
  animation: fadeInDown 0.8s 0.5s both;
}

.objLeft.in .objImg {
  -webkit-animation: fadeInLeft 0.8s 0.1s both;
  animation: fadeInLeft 0.8s 0.1s both;
}

.objLeft.in .objContent {
  -webkit-animation: fadeInRight 0.8s 0.3s both;
  animation: fadeInRight 0.8s 0.3s both;
}

.objRight.in .objImg {
  -webkit-animation: fadeInRight 0.8s 0.1s both;
  animation: fadeInRight 0.8s 0.1s both;
}

.objRight.in .objContent {
  -webkit-animation: fadeInLeft 0.8s 0.3s both;
  animation: fadeInLeft 0.8s 0.3s both;
}

.tabContent.in .teamText {
  -webkit-animation: fadeInDown 0.8s 0.1s both;
  animation: fadeInDown 0.8s 0.1s both;
}

.about_detail {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 555;
  height: 0vh;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}

.about_detail.open {
  -webkit-animation: 0.7s ajax__in both;
  animation: 0.7s ajax__in both;
}

.about_detail.open .about_detail_header {
  -webkit-animation: 1s fadeIn 0.5s both;
  animation: 1s fadeIn 0.5s both;
}

.about_detail.open .about_detail_header__title {
  -webkit-animation: 1s slideDown--title 0.5s both;
  animation: 1s slideDown--title 0.5s both;
}

.about_detail.open .detail_close {
  -webkit-animation: 1s detailDown_close 0.5s both;
  animation: 1s detailDown_close 0.5s both;
}

.about_detail.open .about-detail-main {
  -webkit-animation: 1s slideUp--main 1s both;
  animation: 1s slideUp--main 1s both;
}

.about_detail.close {
  -webkit-animation: 0.7s ajax__out 1s both;
  animation: 0.7s ajax__out 1s both;
}

.about_detail.close .about-detail-header__title {
  -webkit-animation: 1s slideUp--title both;
  animation: 1s slideUp--title both;
}

.about_detail.close .detail_close {
  -webkit-animation: 1s detailUp_close both;
  animation: 1s detailUp_close both;
}

.about_detail.close .about-detail-main {
  -webkit-animation: 1s slideUpClose--main both;
  animation: 1s slideUpClose--main both;
}

@media (max-width: 767.9px) {
  .about-detail-header__title h2 {
    font-size: 2.25rem;
    line-height: 50px;
  }
}

.about-detail-banner__img {
  -webkit-animation: fadeIn 0.7s 0.2s both;
  animation: fadeIn 0.7s 0.2s both;
}

.about-detail-main__inner {
  -webkit-animation: slideUp--main 0.7s 0.2s both;
  animation: slideUp--main 0.7s 0.2s both;
}

.about-detail-main__inner_img {
  -webkit-animation: slideUp--main 1s 0.9s both;
  animation: slideUp--main 1s 0.9s both;
}

.about-detail-main__inner_two-img {
  -webkit-animation: slideUp--main 1s 1.6s both;
  animation: slideUp--main 1s 1.6s both;
}

.product-detail-close {
  z-index: 1;
  width: 300px !important;
  max-width: 100%;
  height: 80px;
  background-color: #434343;
  position: absolute;
  top: 0;
  right: 0;
  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;
}

.product-detail-close a {
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.product-detail-close a:nth-child(n + 2) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.product-detail-close a:hover {
  border-left-color: white;
}

.product-detail-close a:hover .grey {
  color: #fff;
}

.product-detail-close.detail1 {
  width: 700px;
}

.product-detail-close:hover .liboxClose span {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.product-detail-close_close {
  font-family:
    Century Gothic Bold,
    "微軟正黑體";
  font-size: 0.9375rem;
  letter-spacing: 0.015em;
  color: #fff;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.product-detail-close_close.close1 {
  -webkit-transform: translateX(-7%);
  -ms-transform: translateX(-7%);
  transform: translateX(-7%);
}

.product-detail-close_close.close2 {
  -webkit-transform: translateX(-22%) !important;
  -ms-transform: translateX(-22%) !important;
  transform: translateX(-22%) !important;
}

.product-detail-close .grey {
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.liboxClose {
  width: 80px;
  height: 80px;
  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: #434343;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  border-left: solid 1px rgba(255, 255, 255, 0.5);
}

.liboxClose:hover span {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.liboxClose span {
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.liboxClose span:before,
.liboxClose span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.liboxClose span:before {
  width: 100%;
  height: 2px;
}

.liboxClose span:after {
  width: 2px;
  height: 100%;
}

.about-detail-header {
  height: 350px;
  background-color: #f1f6fa;
  position: relative;
  width: 100%;
}

.about-detail-header:after {
  z-index: 1;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #f1f6fa transparent transparent transparent;
}

.about-detail-header .about_detail_header__title {
  width: 80%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  font-family: "Century Gothic Bold", "微軟正黑體";
}

.about-detail-header .about_detail_header__title h2 {
  color: #434343;
  font-size: 3.25rem;
  line-height: 66px;
  margin-bottom: 30px;
}

.about-detail-header .about_detail_header__title p {
  font-size: 2rem;
  line-height: 25px;
}

.about-detail-header_mask {
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(480px) rotate(90deg);
  -ms-transform: translateY(480px) rotate(90deg);
  transform: translateY(480px) rotate(90deg);
  right: 50%;
}

.about-detail-header_mask:after {
  content: "";
  position: absolute;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #fff;
}

@media (max-width: 1200px) {
  .about-detail-header_mask {
    display: none;
  }
}

.detailTag {
  width: 80px;
  height: 80px;
  margin-right: 56px;
  padding: 40px;
  background-color: #004b9d;
  position: relative;
}

@media all and (max-width: 375px) {
  .detailTag {
    margin: 0;
  }
  .detailTag:after {
    z-index: 1;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #004b9d transparent transparent transparent;
  }
}

.detailTag h3 {
  color: white;
  font-size: 2rem;
  font-family: "Century Gothic Bold";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.detailTag_mask {
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  left: 0;
  -webkit-transform: translateX(80px);
  -ms-transform: translateX(80px);
  transform: translateX(80px);
}

@media all and (max-width: 375px) {
  .detailTag_mask {
    display: none;
  }
}

.detailTag_mask:after {
  content: "";
  position: absolute;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #004b9d;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max: 640px) {
  .detailTag {
    width: 60px;
    height: 60px;
    padding: 30px;
  }
  .detailTag_mask {
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
  }
}

.about-detail-banner__img {
  width: 100%;
  height: 718px;
  height: auto;
}

.about-detail-main {
  max-width: 1033px;
  width: 80%;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 140px;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
}

.about-detail-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 767px) {
  .about-detail-main__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.about-detail-main__inner .text {
  width: 100%;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
  display: inline-block;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.about-detail-main__inner .text h2 {
  font-family: "Century Gothic Bold", "微軟正黑體";
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.about-detail-main__inner .text p {
  font-family: "Myriad Pro", "微軟正黑體";
  font-size: 1rem;
  letter-spacing: 0.033em;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 40px;
}

@media all and (max-width: 375px) {
  .about-detail-main__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.about-detail-main__inner_img {
  width: 100%;
}

@media all and (max-width: 767px) {
  .about-detail-main__inner_img {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media all and (max-width: 375px) {
  .about-detail-main__inner_img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.about-detail-main__inner_img .main {
  width: 100%;
}

.about-detail-main__inner_img .main .text {
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
  width: 100%;
  display: inline-block;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.about-detail-main__inner_img .main .text h2 {
  font-family: "Century Gothic Bold", "微軟正黑體";
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.about-detail-main__inner_img .main .text p {
  font-family: "Myriad Pro", "微軟正黑體";
  font-size: 1rem;
  letter-spacing: 0.033em;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 40px;
}

.about-detail-main__inner_img .main .about-detail-main__img {
  margin-bottom: 40px;
}

.about-detail-main__inner_two-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (max-width: 767px) {
  .about-detail-main__inner_two-img {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media all and (max-width: 375px) {
  .about-detail-main__inner_two-img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.about-detail-main__inner_two-img .main {
  width: 100%;
}

.about-detail-main__inner_two-img .main .text {
  width: 100%;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
}

.about-detail-main__inner_two-img .main .text h2 {
  font-family: "Century Gothic Bold", "微軟正黑體";
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.about-detail-main__inner_two-img .main .text p {
  font-family: "Myriad Pro", "微軟正黑體";
  font-size: 1rem;
  letter-spacing: 0.033em;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 40px;
}

.about-detail-main__inner_two-img .main .two_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media all and (max-width: 600px) {
  .about-detail-main__inner_two-img .main .two_img {
    display: inline-block;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.about-detail-main__inner_two-img .main .two_img img {
  width: 100%;
  max-width: 445px;
}

hr {
  width: 100%;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}

.about-detail-footer {
  position: relative;
}

.about-detail-footertop {
  width: 50px;
  height: 50px;
  background-color: #004b9d;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.about-detail-footertop:hover:after {
  top: 45%;
}

.about-detail-footertop:hover:before {
  top: 45%;
}

.about-detail-footertop:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 50%;
  margin-left: -2px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.about-detail-footertop:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
  right: 50%;
  margin-right: -2px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

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

.service {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service .ourService {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 62.5%;
  margin: 55px 0 160px 0;
}

.service .ourService .imgUp {
  width: 50%;
  height: 737px;
  margin-left: -80px;
  margin-top: -55px;
}

.service .ourService .imgUp img {
  background-size: cover;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.service .ourService .textDown {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Century Gothic Bold", "微軟正黑體";
  background-color: #009944;
  width: 56.25%;
  height: 737px;
}

@media all and (max-width: 1024px) {
  .service .ourService .textDown {
    width: 60% !important;
  }
}

.service .ourService .textDown .svg {
  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;
  margin-top: 60px;
}

.service .ourService .textDown .svg .svg1,
.service .ourService .textDown .svg .svg2 {
  margin: 0 30px;
  text-align: center;
}

.service .ourService .textDown .svg .svgtitle {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 25px;
}

.service .ourService .textDown .svg .svgsubtitle {
  font-size: 0.9375rem;
  margin-top: 15px;
}

.service .ourService .textDown .text {
  width: 65.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateX(-6.25%);
  -ms-transform: translateX(-6.25%);
  transform: translateX(-6.25%);
}

.service .ourService .textDown .text .title {
  font-size: 1.89938rem;
  margin-bottom: 15px;
}

.service .ourService .textDown .text .subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 55px;
  text-align: start;
}

.service .ourService .textDown .text p {
  font-size: 1rem;
  text-align: start;
  line-height: 28px;
  letter-spacing: 0.8px;
}

@media (max-width: 414px) {
  .service .ourService .textDown .text .title {
    font-size: 1.75rem;
  }
  .service .ourService .textDown .text .subtitle {
    font-size: 1.125rem;
  }
  .service .ourService .textDown .text p {
    font-size: 0.9375rem;
  }
}

@media (max-width: 1366px) {
  .service .ourService {
    width: 80%;
  }
}

@media (max-width: 1200px) {
  .service .ourService {
    width: 80%;
  }
  .service .ourService .textDown {
    width: 50%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .service .ourService {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .service .ourService .imgUp {
    margin: 0;
    width: 70%;
    height: auto;
  }
  .service .ourService .textDown {
    margin-top: -40%;
    width: 100% !important;
    height: auto;
  }
  .service .ourService .textDown .text {
    margin: 350px 0 100px 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 414px) {
  .service .ourService .imgUp {
    width: 90%;
  }
  .service .ourService .textDown .text {
    margin: 200px 0 50px 0;
    width: 80%;
  }
}

.customized {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: 0;
  margin-bottom: 240px;
}

.customized .custom {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.customized .custom .custext {
  font-family: "Century Gothic Bold", "微軟正黑體";
  margin-bottom: 54px;
  width: 45%;
}

.customized .custom .custext .title {
  font-size: 1.89938rem;
  margin-bottom: 15px;
}

.customized .custom .custext .subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 55px;
  text-align: start;
}

.customized .custom .custext p {
  font-size: 1rem;
  text-align: start;
  line-height: 28px;
  letter-spacing: 0.8px;
}

@media (max-width: 414px) {
  .customized .custom .custext .title {
    font-size: 1.75rem;
  }
  .customized .custom .custext .subtitle {
    font-size: 1.125rem;
  }
  .customized .custom .custext p {
    font-size: 0.9375rem;
  }
}

.customized .custom .custext p {
  width: 65%;
}

.customized .custom .customImg {
  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: 81.25%;
}

.customized .custom .customImg .img {
  background-color: #e5f5ec;
  margin-right: 9px;
  width: 33%;
  height: 355px;
}

.customized .custom .customImg .img .img01 img,
.customized .custom .customImg .img .img02 img,
.customized .custom .customImg .img .img03 img {
  background-size: cover;
  width: auto;
  max-width: 100%;
}

.customized .custom .customImg .img .img01 img {
  -webkit-transform: translate(50%, -66%);
  -ms-transform: translate(50%, -66%);
  transform: translate(50%, -66%);
}

.customized .custom .customImg .img .img02 img {
  -webkit-transform: translate(-26%, 30%);
  -ms-transform: translate(-26%, 30%);
  transform: translate(-26%, 30%);
}

.customized .custom .customImg .img .img03 img {
  -webkit-transform: translate(15%, 15%);
  -ms-transform: translate(15%, 15%);
  transform: translate(15%, 15%);
}

@media (max-width: 1366px) {
  .customized .custom .custext p {
    width: 80%;
  }
  .customized .custom .customImg .img .img01 img {
    -webkit-transform: translate(20%, -66%);
    -ms-transform: translate(20%, -66%);
    transform: translate(20%, -66%);
  }
}

@media (max-width: 1200px) {
  .customized .custom .customImg .img .img01 img {
    -webkit-transform: translate(15%, -66%);
    -ms-transform: translate(15%, -66%);
    transform: translate(15%, -66%);
  }
  .customized .custom .customImg .img .img02 img {
    -webkit-transform: translate(-10%, 40%);
    -ms-transform: translate(-10%, 40%);
    transform: translate(-10%, 40%);
  }
  .customized .custom .customImg .img .img03 img {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .customized .custom .custext {
    width: 80%;
    margin-bottom: 120px;
  }
  .customized .custom .customImg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customized .custom .customImg .img {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .customized .custom .customImg .img .img01 img {
    -webkit-transform: translate(50%, -20%);
    -ms-transform: translate(50%, -20%);
    transform: translate(50%, -20%);
  }
  .customized .custom .customImg .img .img02 img {
    -webkit-transform: translate(-15%, 10%);
    -ms-transform: translate(-15%, 10%);
    transform: translate(-15%, 10%);
  }
  .customized .custom .customImg .img .img03 img {
    width: auto;
    -webkit-transform: translate(100%, 15%);
    -ms-transform: translate(100%, 15%);
    transform: translate(100%, 15%);
  }
}

@media (max-width: 767px) {
  .customized .custom .custext {
    width: 80%;
    margin-bottom: 120px;
  }
  .customized .custom .customImg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customized .custom .customImg .img {
    width: 100%;
    height: 220px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .customized .custom .customImg .img .img01 {
    width: 45%;
  }
  .customized .custom .customImg .img .img01 img {
    -webkit-transform: translate(30%, -25%);
    -ms-transform: translate(30%, -25%);
    transform: translate(30%, -25%);
  }
  .customized .custom .customImg .img .img02 {
    width: 75%;
  }
  .customized .custom .customImg .img .img02 img {
    -webkit-transform: translate(-5%, 35%);
    -ms-transform: translate(-5%, 35%);
    transform: translate(-5%, 35%);
  }
  .customized .custom .customImg .img .img03 {
    width: 25%;
  }
  .customized .custom .customImg .img .img03 img {
    -webkit-transform: translate(90%, 15%);
    -ms-transform: translate(90%, 15%);
    transform: translate(90%, 15%);
  }
}

@media (max-width: 414px) {
  .customized {
    margin-bottom: 150px;
  }
}

.education {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: 0;
  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;
}

.education .up {
  font-family: "Century Gothic Bold", "微軟正黑體";
  margin-bottom: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.education .up .title {
  font-size: 1.89938rem;
  margin-bottom: 15px;
}

.education .up .subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 55px;
  text-align: start;
}

.education .up p {
  font-size: 1rem;
  text-align: start;
  line-height: 28px;
  letter-spacing: 0.8px;
}

@media (max-width: 414px) {
  .education .up .title {
    font-size: 1.75rem;
  }
  .education .up .subtitle {
    font-size: 1.125rem;
  }
  .education .up p {
    font-size: 0.9375rem;
  }
}

.education_photo_slick {
  outline: none;
  width: 52.1875%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 1366px) {
  .education .up {
    width: 65%;
  }
  .education_photo_slick {
    width: 85%;
  }
  .education_photo_slick .btnNext {
    right: 0%;
  }
  .education_photo_slick .btnPrev {
    left: 0%;
  }
}

@media (max-width: 650px) {
  .education_photo_slick {
    width: 90%;
  }
  .education_photo_slick .btnNext {
    right: -20px;
    padding: 20px;
    width: 30px;
    height: 30px;
  }
  .education_photo_slick .btnNext:after {
    top: 65%;
  }
  .education_photo_slick .btnNext:before {
    top: 35%;
  }
  .education_photo_slick .btnPrev {
    left: -20px;
    padding: 20px;
    width: 30px;
    height: 30px;
  }
  .education_photo_slick .btnPrev:after {
    top: 65%;
  }
  .education_photo_slick .btnPrev:before {
    top: 35%;
  }
}

.quality {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: 0;
  background-color: #e5f5ec;
  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;
  margin-top: -35px;
  margin-bottom: 0;
}

.quality .up {
  font-family: "Century Gothic Bold", "微軟正黑體";
  margin-bottom: 52px;
  margin-top: 134px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quality .up .title {
  font-size: 1.89938rem;
  margin-bottom: 15px;
}

.quality .up .subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 55px;
  text-align: start;
}

.quality .up p {
  font-size: 1rem;
  text-align: start;
  line-height: 28px;
  letter-spacing: 0.8px;
}

@media (max-width: 414px) {
  .quality .up .title {
    font-size: 1.75rem;
  }
  .quality .up .subtitle {
    font-size: 1.125rem;
  }
  .quality .up p {
    font-size: 0.9375rem;
  }
}

#lbx {
  background-color: #e5f5ec;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-bottom: 140px;
}

.license {
  background-color: #e5f5ec;
  position: absolute;
  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;
  width: 100%;
  margin-bottom: 165px;
  position: relative;
}

@media (max-width: 767px) {
  .license {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.license .ll {
  margin-bottom: 10px;
}

@media (max-width: 375px) {
  .license .ll {
    width: 70%;
    margin: 0 auto 10px;
  }
}

.lightbox {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .lightbox {
    padding: 0;
  }
}

.backdrop {
  display: none;
  filter: alpha(opacity=0);
  height: 100%;
  left: 0px;
  opacity: 0;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 50;
}

.boxbg {
  background-color: black;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.choosecontainer {
  position: relative;
}

.box {
  display: none;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 100px;
  margin-bottom: 100px;
  opacity: 0;
  position: absolute;
  z-index: 51;
  border-radius: 2px;
}

@media (max-width: 1024px) {
  .box {
    left: 40%;
  }
}

@media (max-width: 768px) {
  .box {
    left: 30%;
  }
}

@media (max-width: 375px) {
  .box {
    top: 30%;
  }
}

.license_close {
  width: 100px;
  height: 83px;
  background-color: #434343;
  display: block;
  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;
  padding: 0 15px;
  position: absolute;
  top: 0;
  right: 0;
}

.license_close:hover .detail_close__icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.license_close__icon {
  position: relative;
  height: 25px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.license_close__icon:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.license_close__icon:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767.9px) {
  .detail_close {
    width: 170px;
    height: 60px;
  }
}

@media (max-width: 1366px) {
  .quality .license {
    width: auto;
  }
  .quality .license .ll {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 768px) {
  .quality .license {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
  }
}

@media (max-width: 414px) {
  .quality .up .text {
    width: 80%;
  }
  .quality .license {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
  }
  .quality .license .ll {
    width: 100%;
  }
}

/************************************************************/

/*                        Animation                         */

/************************************************************/

.service.in .imgUp {
  -webkit-animation: fadeInRight 1s 0.5s both;
  animation: fadeInRight 1s 0.5s both;
}

.service.in .textDown {
  -webkit-animation: fadeInLeft 1.2s 0.8s both;
  animation: fadeInLeft 1.2s 0.8s both;
}

.customized.in .custom .custext {
  -webkit-animation: fadeInDown 1s 0.3s both;
  animation: fadeInDown 1s 0.3s both;
}

.customized.in .custom .customImg {
  -webkit-animation: fadeInDown 1s 0.8s both;
  animation: fadeInDown 1s 0.8s both;
}

.education.in .up {
  -webkit-animation: fadeInDown 1s 0.5s both;
  animation: fadeInDown 1s 0.5s both;
}

.education.in .education_photo_slick {
  -webkit-animation: fadeInDown 1s 0.9s both;
  animation: fadeInDown 1s 0.9s both;
}

.quality.in .up {
  -webkit-animation: fadeInDown 1s 0.9s both;
  animation: fadeInDown 1s 0.9s both;
}

.quality.in .license .lightbox .ll.l1 {
  -webkit-animation: fadeInDown 1s 0.8s both;
  animation: fadeInDown 1s 0.8s both;
}

.quality.in .license .lightbox .ll.l2 {
  -webkit-animation: fadeInDown 1s 1.2s both;
  animation: fadeInDown 1s 1.2s both;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
}

@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
}

.stick-container .stickThis.stick {
  z-index: 99;
}

.searchLibox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
}

.searchLibox.open {
  display: block;
  -webkit-animation: fadeIn 0.6s both;
  animation: fadeIn 0.6s both;
}

.searchLibox.close {
  display: block;
  -webkit-animation: fadeOut 0.6s both;
  animation: fadeOut 0.6s both;
}

[data-page="search"] {
  font-family: "Century Gothic Bold", "Microsoft JhengHei";
  font-weight: bold;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: right;
}

[data-page="search"] .bg {
  background-color: rgba(0, 75, 157, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

[data-page="search"] .search_close {
  width: 80px;
  height: 80px;
  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: #df582f;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 11;
}

[data-page="search"] .search_close:hover span {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media all and (max-width: 700px) {
  [data-page="search"] .search_close {
    width: 50px;
    height: 50px;
  }
}

[data-page="search"] .search_close span {
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

[data-page="search"] .search_close span:before,
[data-page="search"] .search_close span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  background-color: #efac97;
  cursor: pointer;
}

[data-page="search"] .search_close span:before {
  width: 100%;
  height: 2px;
}

[data-page="search"] .search_close span:after {
  width: 2px;
  height: 100%;
}

[data-page="search"] main {
  z-index: 1;
}

[data-page="search"] main .container {
  width: 770px;
  min-height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  color: #000;
  text-align: left;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

[data-page="search"] main .container .group {
  width: 70%;
  max-width: 80%;
}

[data-page="search"] main .container .group .title-area h2.heading1 {
  color: #024295;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 1.5px;
}

[data-page="search"] main .container .group .title-area .hr {
  border-top: solid 3px #db4d2a;
  width: 90px;
  margin-left: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

[data-page="search"] main .container .group .title-area .description p {
  font-size: 1.25rem;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 10px;
}

@media all and (max-width: 320px) {
  [data-page="search"] main .container .group .title-area .description p {
    font-size: 1rem;
  }
}

[data-page="search"] main .container .group .title-area input {
  margin-top: 10px;
  width: 100%;
  padding: 15px 10px;
  line-height: 1.5;
  font-size: 1rem;
  border: 0;
  border-bottom: solid 2px #d6d6d6;
  outline: none;
  font-family: "Century Gothic", "Microsoft JhengHei";
}

@media all and (max-width: 464px) {
  [data-page="search"] main .container .group {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  [data-page="search"] main .container {
    width: 100%;
  }
}

@media all and (max-width: 575px) {
  [data-page="search"] main .container {
    padding-left: 0;
    padding-right: 0;
  }
}

[data-page="search"] .form {
  margin-top: 70px;
  text-align: center;
  font-family: "Century Gothic", "Microsoft JhengHei";
}

[data-page="search"] .form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 0.5rem;
}

[data-page="search"] .form .form-group {
  text-align: left;
}

[data-page="search"] .form .form-group:nth-child(1) {
  margin-bottom: 2rem;
}

[data-page="search"] .form .form-group + .form-group {
  border-top: solid 1px #c1c1c1;
}

[data-page="search"] .form .form-group.last-group > .form-row {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

[data-page="search"] .form .form-check {
  position: relative;
  display: block;
}

[data-page="search"]
  .form
  .form-check.active
  input[type="checkbox"]
  ~ label:after {
  opacity: 1;
}

[data-page="search"] .form .form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
  margin-bottom: 10px;
}

[data-page="search"] .form [class*="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

[data-page="search"] .form [class*="col"].col-6 {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

@media (max-width: 575px) {
  [data-page="search"] .form [class*="col"].col-6 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

[data-page="search"] .form [class*="col"].col-12 {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

[data-page="search"] .form input:disabled,
[data-page="search"] .form input:disabled ~ label,
[data-page="search"] .form textarea:disabled,
[data-page="search"] .form textarea:disabled ~ label {
  cursor: default;
}

[data-page="search"] .form input:disabled ~ label,
[data-page="search"] .form textarea:disabled ~ label {
  color: #000;
  opacity: 0.2;
}

[data-page="search"] .form input[type="type"] {
  width: 100%;
}

[data-page="search"] .form input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-bottom: 25px;
}

[data-page="search"] .form input[type="checkbox"] ~ label {
  padding-left: 25px;
}

[data-page="search"] .form input[type="checkbox"] ~ label::before,
[data-page="search"] .form input[type="checkbox"] ~ label::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
}

[data-page="search"] .form input[type="checkbox"] ~ label::before {
  border: 2px solid #bababa;
}

[data-page="search"] .form input[type="checkbox"] ~ label::after {
  background-color: #df582f;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

[data-page="search"] .form input[type="checkbox"]:checked ~ label::after {
  opacity: 1;
}

[data-page="search"] .form button[type="submit"] {
  margin-top: 60px;
  background-color: #df582f;
  color: #fff;
  cursor: pointer;
  border: 0;
  width: 350px;
  max-width: 100%;
  height: 70px;
  text-align: center;
}

[data-page="search"] .form button[type="submit"]:focus {
  outline: none;
}

[data-page="search"] .form button[type="submit"] .group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[data-page="search"] .form button[type="submit"] .group .text {
  font-size: 1rem;
  font-weight: bold;
}

[data-page="search"] .accordion + .accordion {
  margin-top: 20px;
}

[data-page="search"] .accordion .card-header {
  width: 100%;
  padding: 15px 10px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

[data-page="search"] .accordion .card-header:focus {
  outline: none;
}

[data-page="search"] .accordion .card-header .heading2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.25rem;
  font-family: "Century Gothic", "Microsoft JhengHei";
  font-weight: bold;
}

[data-page="search"] .accordion .card-header .heading2 .text,
[data-page="search"] .accordion .card-header .heading2 [class*="icon-"] {
  display: block;
}

[data-page="search"] .accordion .card {
  border-bottom: solid 1px #ccc;
}

[data-page="search"] .dropdown {
  position: relative;
  width: 100%;
  border-bottom: 1px #fff solid;
}

[data-page="search"] .dropdown .selected-box {
  background-color: #dbdbdb;
  padding: 20px 15px;
  z-index: 2;
  margin-left: -1px;
  width: calc(100% + 2px);
}

[data-page="search"] .dropdown .selected-box:after {
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
}

[data-page="search"] .dropdown ul {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 1px;
  margin-left: -1px;
  width: calc(100% + 2px);
  height: 200px;
  overflow-y: auto;
  z-index: 2;
  pointer-events: none;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  -webkit-transition:
    opacity 0.5s ease,
    -webkit-transform 0.5s ease;
  transition:
    opacity 0.5s ease,
    -webkit-transform 0.5s ease;
  -o-transition:
    transform 0.5s ease,
    opacity 0.5s ease;
  transition:
    transform 0.5s ease,
    opacity 0.5s ease;
  transition:
    transform 0.5s ease,
    opacity 0.5s ease,
    -webkit-transform 0.5s ease;
}

[data-page="search"] .dropdown ul.open {
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

[data-page="search"] .dropdown ul li {
  padding: 5px 10px;
  z-index: 2;
  background: #ddd;
}

[data-page="search"] .dropdown ul li:not(.init):hover,
[data-page="search"] .dropdown ul li.selected:not(.init) {
  background: #09f;
  color: #fff;
}

[data-page="search"] .dropdown ul li:not(.init):hover,
[data-page="search"] .dropdown ul li.selected:not(.init):hover {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  background-color: #ddd;
  color: #df582f;
}

[data-page="search"] .dropdown ul li.init {
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#collapse4 ul li {
  padding: 20px 15px;
}

#collapse4 .keyNum {
  width: 100%;
  background-color: #dbdbdb;
  padding: 20px 15px;
  border: none;
  font-family: "Century Gothic", "Microsoft JhengHei";
  font-size: 0.99813rem;
}

#collapse4 .keyNum:focus {
  outline: none;
}

span.cn {
  padding-left: 0.5rem;
}

.card:hover .icon-plus {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.icon-plus {
  position: relative;
  width: 27px;
  height: 27px;
  display: block;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.icon-plus:before,
.icon-plus:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  background-color: #0395da;
  cursor: pointer;
}

.icon-plus:before {
  width: 100%;
  height: 2px;
}

.icon-plus:after {
  width: 2px;
  height: 100%;
}

.search-d-btn:hover .icon-cross:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 3px;
  left: -3px;
  width: 80%;
}

.icon-cross {
  position: relative;
  width: 14px;
  height: 14px;
  display: block;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.icon-cross:before,
.icon-cross:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.icon-cross:before {
  width: 100%;
  height: 2px;
}

.icon-cross:after {
  width: 2px;
  height: 100%;
}

#service .aboutBanner,
#service .teamContent .teamMain {
  width: 1783px;
  max-width: 95%;
  margin-left: auto;
}

@media (max-width: 768px) {
  #service .aboutBanner,
  #service .teamContent .teamMain {
    max-width: 100%;
  }
}

#service .aboutBanner {
  opacity: 1;
}

#service .aboutBanner .col-6 {
  max-width: 35%;
}

#service .aboutBanner.in .inner hr {
  width: 80px;
}

#service .teamContent {
  padding-bottom: 180px;
}

#service .teamContent .teamMain {
  padding-top: 85px;
}

#service
  .teamContent
  .teamMain:nth-child(odd)
  .teamGroup
  .teamObj:nth-child(odd)
  .objContent {
  margin-left: 0;
}

#service
  .teamContent
  .teamMain:nth-child(odd)
  .teamGroup
  .teamObj:nth-child(even)
  .objContent {
  margin-left: auto;
}

#service
  .teamContent
  .teamMain:nth-child(even)
  .teamGroup
  .teamObj:nth-child(odd)
  .objContent {
  margin-left: 0;
}

#service
  .teamContent
  .teamMain:nth-child(even)
  .teamGroup
  .teamObj:nth-child(even)
  .objContent {
  margin-left: auto;
}

#service .teamContent .teamMain .teamGroup {
  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;
  width: 1490px;
  max-width: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#service .teamContent .teamMain .teamGroup .teamObj {
  -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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 35px;
  padding-right: 35px;
  max-width: 100%;
  opacity: 0;
}

#service .teamContent .teamMain .teamGroup .teamObj:first-child {
  margin-top: 0;
}

#service .teamContent .teamMain .teamGroup .teamObj.nofade {
  opacity: 1;
}

#service .teamContent .teamMain .teamGroup .teamObj:hover .inner .more {
  opacity: 1;
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

#service .teamContent .teamMain .teamGroup .teamObj .objImg {
  margin-top: 0;
  width: 100%;
}

#service .teamContent .teamMain .teamGroup .teamObj .objContent {
  margin-left: 0;
  padding-left: 58px;
  padding-right: 38px;
  padding-top: 45px;
  padding-bottom: 80px;
  width: 460px;
  max-width: 90%;
}

#service .teamContent .teamMain .teamGroup .teamObj .objContent .title {
  letter-spacing: 1px;
  font-size: 1.89938rem;
}

#service .teamContent .teamMain .teamGroup .teamObj .objContent .subtitle {
  font-size: 1.25rem;
  margin-bottom: 0;
}

#service .teamContent .teamMain .teamGroup .teamObj .objContent hr {
  width: 115px;
  height: 4px;
  background-color: #009944;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: -20px;
}

#service
  .teamContent
  .teamMain
  .teamGroup
  .teamObj
  .objContent
  .inner:hover
  .more {
  opacity: 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}

#service .teamContent .teamMain .teamGroup .teamObj .objContent .inner p {
  letter-spacing: 0.5px;
  line-height: 1.75;
}

@media (max-width: 1200px) {
  #service .teamContent .teamMain .teamGroup .teamObj {
    padding-left: 20px;
    padding-right: 20px;
  }
  #service .teamContent .teamMain .teamGroup .teamObj .objContent {
    padding-left: 30px;
    padding-right: 20px;
  }
}

@media (max-width: 1024px) {
  #service .teamContent .teamMain .teamGroup .teamObj .objContent {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #service .teamContent .teamMain .teamGroup .teamObj .objContent hr {
    margin-left: 0;
  }
}

@media (min-width: 769px) {
  #service .teamContent .teamMain:nth-child(odd) {
    background-color: #d9eaf2;
  }
  #service
    .teamContent
    .teamMain:nth-child(odd)
    .teamGroup
    .teamObj:nth-child(odd) {
    width: 45%;
  }
  #service
    .teamContent
    .teamMain:nth-child(odd)
    .teamGroup
    .teamObj:nth-child(odd)
    .objContent {
    margin-left: 0;
  }
  #service
    .teamContent
    .teamMain:nth-child(odd)
    .teamGroup
    .teamObj:nth-child(even) {
    width: 55%;
  }
  #service
    .teamContent
    .teamMain:nth-child(odd)
    .teamGroup
    .teamObj:nth-child(even)
    .objContent {
    margin-left: auto;
  }
  #service .teamContent .teamMain:nth-child(even) {
    background-color: transparent;
  }
  #service
    .teamContent
    .teamMain:nth-child(even)
    .teamGroup
    .teamObj:nth-child(odd) {
    width: 55%;
  }
  #service
    .teamContent
    .teamMain:nth-child(even)
    .teamGroup
    .teamObj:nth-child(odd)
    .objContent {
    margin-left: 0;
  }
  #service
    .teamContent
    .teamMain:nth-child(even)
    .teamGroup
    .teamObj:nth-child(even) {
    width: 45%;
  }
  #service
    .teamContent
    .teamMain:nth-child(even)
    .teamGroup
    .teamObj:nth-child(even)
    .objContent {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  #service .teamContent {
    padding-bottom: 100px;
  }
  #service .teamContent .teamMain {
    padding-top: 0;
  }
  #service .teamContent .teamMain .teamGroup {
    max-width: 100%;
  }
  #service .teamContent .teamMain .teamGroup .teamObj {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #service .teamContent .teamMain .teamGroup .teamObj .objContent .more {
    opacity: 1;
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  #service
    .teamContent
    .teamMain:nth-child(odd)
    .teamGroup
    .teamObj:nth-child(odd) {
    background-color: #d9eaf2;
  }
  #service
    .teamContent
    .teamMain:nth-child(odd)
    .teamGroup
    .teamObj:nth-child(even) {
    background-color: transparent;
  }
  #service
    .teamContent
    .teamMain:nth-child(even)
    .teamGroup
    .teamObj:nth-child(odd) {
    background-color: #d9eaf2;
  }
  #service
    .teamContent
    .teamMain:nth-child(even)
    .teamGroup
    .teamObj:nth-child(even) {
    background-color: transparent;
  }
}

@media (max-width: 479px) {
  #service .teamContent {
    padding-bottom: 0;
  }
  #service .teamContent .teamMain .teamGroup {
    max-width: 100%;
  }
  #service .teamContent .teamMain .teamGroup .teamObj .objContent {
    padding-top: 0;
  }
}

#service .service_detail {
  position: fixed;
  opacity: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 555;
  height: 100vh;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}

#service .service_detail.open {
  -webkit-animation: 1s ajax__in both;
  animation: 1s ajax__in both;
}

#service .service_detail.open .about_detail_header {
  -webkit-animation: 1s fadeIn 0.5s both;
  animation: 1s fadeIn 0.5s both;
  -webkit-animation: 1s 0.7s slideDown--title both;
  animation: 1s 0.7s slideDown--title both;
}

#service .service_detail.open .detail_close {
  -webkit-animation: 1s 0.7s detailDown_close both;
  animation: 1s 0.7s detailDown_close both;
}

#service .service_detail.close {
  -webkit-animation: 0.7s 0.5s ajax__out both;
  animation: 0.7s 0.5s ajax__out both;
}

#service .service_detail.close .detail_close {
  -webkit-animation: 1s detailUp_close both;
  animation: 1s detailUp_close both;
}

#service .service_detail.close .about-detail-main {
  -webkit-animation: 1s slideUpClose--main both;
  animation: 1s slideUpClose--main both;
}

#service .service_detail .about-detail-header {
  color: #fff;
}

#service .service_detail .about-detail-header .about_detail_header__title h2 {
  color: #fff;
}

#service .service_detail .about-detail-footer {
  background: #d9eaf2;
  width: 100%;
  height: 50px;
}

@media (max-width: 768px) {
  #service .about-detail-header__title h2 {
    font-size: 2.25rem;
    line-height: 50px;
  }
}

#service .about-detail-banner__img {
  -webkit-animation: fadeIn 0.7s 0.2s both;
  animation: fadeIn 0.7s 0.2s both;
}

#service .about-detail-main__inner {
  -webkit-animation: slideUp--main 0.7s 0.2s both;
  animation: slideUp--main 0.7s 0.2s both;
}

#service .about-detail-main__inner_img {
  -webkit-animation: slideUp--main 1s 0.9s both;
  animation: slideUp--main 1s 0.9s both;
}

#service .about-detail-main__inner_two-img {
  -webkit-animation: slideUp--main 1s 1.6s both;
  animation: slideUp--main 1s 1.6s both;
}

#service .detail_close {
  background-color: #434343;
}

#service .about-detail-header {
  background-color: white;
  position: relative;
  width: 100%;
  background-size: cover !important;
  height: 500px;
}

#service .about-detail-header .about_detail_header__title {
  width: 80%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  font-family: "Century Gothic Bold", "Microsoft JhengHei";
}

#service .about-detail-header .about_detail_header__title h2 {
  color: #434343;
  font-size: 3.25rem;
  line-height: 66px;
  margin-bottom: 30px;
}

#service .about-detail-header .about_detail_header__title p {
  font-size: 2rem;
  line-height: 25px;
}

#service .about-detail-header_mask {
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(480px) rotate(90deg);
  -ms-transform: translateY(480px) rotate(90deg);
  transform: translateY(480px) rotate(90deg);
  right: 50%;
}

#service .about-detail-header_mask:after {
  content: "";
  position: absolute;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #fff;
}

#service .about-detail-header .about-detail-header_mask {
  display: none;
}

@media (max-width: 1200px) {
  #service .about-detail-header_mask {
    display: none;
  }
}

#service .detailTag {
  width: 80px;
  height: 80px;
  margin-right: 56px;
  padding: 40px;
  background-color: #004b9d;
  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;
  position: relative;
}

#service .detailTag h3 {
  color: white;
  font-size: 2rem;
  font-family: "Century Gothic Bold", "Microsoft JhengHei";
}

#service .detailTag_mask {
  width: 10%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  left: 0;
  -webkit-transform: translateX(80px);
  -ms-transform: translateX(80px);
  transform: translateX(80px);
}

#service .detailTag_mask:after {
  content: "";
  position: absolute;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #004b9d;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max: 640px) {
  #service .detailTag {
    width: 60px;
    height: 60px;
    padding: 30px;
  }
  #service .detailTag_mask {
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
  }
}

#service .about-detail-banner__img {
  width: 100%;
  height: 718px;
  height: auto;
}

#service .about-detail-main {
  width: 1770px;
  max-width: 95%;
  margin: 0 auto;
}

#service .about-detail-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#service .about-detail-main__inner .text .title {
  font-size: 1.89938rem;
  margin-bottom: 15px;
}

#service .about-detail-main__inner .text .subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 55px;
  text-align: start;
}

#service .about-detail-main__inner .text p {
  font-size: 1rem;
  text-align: start;
  line-height: 28px;
  letter-spacing: 0.8px;
}

@media (max-width: 414px) {
  #service .about-detail-main__inner .text .title {
    font-size: 1.75rem;
  }
  #service .about-detail-main__inner .text .subtitle {
    font-size: 1.125rem;
  }
  #service .about-detail-main__inner .text p {
    font-size: 0.9375rem;
  }
}

#service .about-detail-main__inner_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#service .about-detail-main__inner_img .main {
  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;
}

#service .about-detail-main__inner_img .main .text .title {
  font-size: 1.89938rem;
  margin-bottom: 15px;
}

#service .about-detail-main__inner_img .main .text .subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 55px;
  text-align: start;
}

#service .about-detail-main__inner_img .main .text p {
  font-size: 1rem;
  text-align: start;
  line-height: 28px;
  letter-spacing: 0.8px;
}

@media (max-width: 414px) {
  #service .about-detail-main__inner_img .main .text .title {
    font-size: 1.75rem;
  }
  #service .about-detail-main__inner_img .main .text .subtitle {
    font-size: 1.125rem;
  }
  #service .about-detail-main__inner_img .main .text p {
    font-size: 0.9375rem;
  }
}

#service .about-detail-main__inner_img .main .about-detail-main__img {
  margin-bottom: 40px;
}

#service .about-detail-main__inner_two-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#service .about-detail-main__inner_two-img .main {
  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;
}

#service .about-detail-main__inner_two-img .main .text .title {
  font-size: 1.89938rem;
  margin-bottom: 15px;
}

#service .about-detail-main__inner_two-img .main .text .subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 55px;
  text-align: start;
}

#service .about-detail-main__inner_two-img .main .text p {
  font-size: 1rem;
  text-align: start;
  line-height: 28px;
  letter-spacing: 0.8px;
}

@media (max-width: 414px) {
  #service .about-detail-main__inner_two-img .main .text .title {
    font-size: 1.75rem;
  }
  #service .about-detail-main__inner_two-img .main .text .subtitle {
    font-size: 1.125rem;
  }
  #service .about-detail-main__inner_two-img .main .text p {
    font-size: 0.9375rem;
  }
}

#service .about-detail-main__inner_two-img .main .two_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

#service .about-detail-main hr {
  width: 100%;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}

#service .service-detail-main-list {
  position: relative;
}

#service .service-detail-main-list:nth-child(odd) .content-container {
  color: #fff;
}

#service .service-detail-main-list:nth-child(odd) .content-container .group {
  background-color: #004b9d;
}

#service
  .service-detail-main-list:nth-child(odd)
  .content-container
  .group
  .num {
  opacity: 0.1;
}

#service .service-detail-main-list:nth-child(even) .content-container {
  color: #000;
}

#service .service-detail-main-list:nth-child(even) .content-container .group {
  background-color: #e6e6e6;
}

#service
  .service-detail-main-list:nth-child(even)
  .content-container
  .group::before {
  background: #e6e6e6;
}

#service
  .service-detail-main-list:nth-child(even)
  .content-container
  .group::after {
  border-color: #e6e6e6 transparent transparent transparent;
}

#service
  .service-detail-main-list:nth-child(even)
  .content-container
  .group
  .num {
  opacity: 0.5;
}

#service .service-detail-main-list-content img {
  display: block;
}

#service .service-detail-main-list .left {
  z-index: 1;
}

#service .service-detail-main-list .right {
  z-index: 0;
}

#service .service-detail-main-list .content-container {
  position: relative;
}

#service .service-detail-main-list .content-container .group {
  position: relative;
  padding: 110px 40px 50px 40px;
  font-family: "Century Gothic Bold", "Microsoft JhengHei";
}

#service .service-detail-main-list .content-container .group::before,
#service .service-detail-main-list .content-container .group::after {
  content: "";
  position: absolute;
  display: block;
}

#service .service-detail-main-list .content-container .group::after {
  width: 0;
  height: 0;
  border-style: solid;
  left: 50%;
  bottom: -19px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 20px 25px 0 25px;
}

#service .service-detail-main-list .content-container .group .num {
  position: absolute;
  left: 40px;
  top: 20px;
  font-size: 7.5rem;
  color: #fff;
}

#service
  .service-detail-main-list
  .content-container
  .group
  .article
  .title
  .hr {
  margin-bottom: 50px;
  background-color: #009944;
  width: 70px;
  height: 3px;
  margin-top: 13px;
  border: 0;
  margin-left: auto;
  margin-right: 0;
}

#service
  .service-detail-main-list
  .content-container
  .group
  .article
  .title
  .heading4 {
  font-size: 1.875rem;
  line-height: 40px;
  font-weight: normal;
}

#service
  .service-detail-main-list
  .content-container
  .group
  .article
  .title
  .heading4
  .heading5 {
  margin-top: 5px;
}

#service
  .service-detail-main-list
  .content-container
  .group
  .article
  .title
  .heading5 {
  font-size: 1.25rem;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: normal;
}

#service
  .service-detail-main-list
  .content-container
  .group
  .article
  .description {
  margin-top: 45px;
}

#service
  .service-detail-main-list
  .content-container
  .group
  .article
  .description
  p {
  line-height: 28px;
  letter-spacing: 0.75px;
  text-align: left;
}

@media (max-width: 768px) {
  #service .service-detail-main-list .content-container {
    position: relative !important;
    bottom: auto !important;
    top: 0 !important;
  }
  #service .service-detail-main-list .content-container .content-container {
    position: relative !important;
  }
  #service .service-detail-main-list .content-container .group .article .title {
    width: 360px;
    max-width: 100%;
    margin-left: auto;
    text-align: right;
  }
}

@media (max-width: 768px) and (max-width: 375px) {
  #service .service-detail-main-list .content-container .group .article .title {
    text-align: left;
  }
}

@media (max-width: 768px) {
  #service .service-detail-main-list .content-container .pic-area img {
    display: block;
    margin: auto;
  }
}

@media (max-width: 374px) {
  #service .service-detail-main-list .content-container .group {
    padding: 30px 20px 50px 20px;
  }
  #service .service-detail-main-list .content-container .group .num {
    position: relative;
    left: 0;
    top: 0;
    font-size: 6rem;
  }
  #service .service-detail-main-list .content-container .group .article .title {
    text-align: left;
  }
  #service
    .service-detail-main-list
    .content-container
    .group
    .article
    .title
    .hr {
    margin-left: 0;
    margin-bottom: 30px;
    margin-top: 25px;
  }
  #service
    .service-detail-main-list
    .content-container
    .group
    .article
    .description {
    margin-top: 25px;
  }
}

@media (min-width: 769px) {
  #service .service-detail-main-list-content {
    position: relative;
    width: 720px;
    max-width: 50%;
  }
  #service .service-detail-main-list-content.left {
    float: none;
  }
  #service .service-detail-main-list .content-container::before {
    display: none;
  }
  #service .service-detail-main-list .content-container .group {
    padding: 0 25px 40px 30px;
  }
  #service .service-detail-main-list .content-container .group .num {
    position: relative;
    top: 10px;
    left: 0;
    font-size: 6rem;
  }
  #service .service-detail-main-list .content-container .group .article {
    min-width: 80%;
    max-width: 100%;
  }
  #service .service-detail-main-list .content-container .group .article .title {
    max-width: 300px;
  }
  #service
    .service-detail-main-list
    .content-container
    .group
    .article
    .description {
    font-size: 1rem;
  }
  #service
    .service-detail-main-list:nth-child(odd)
    .content-container
    .group::after {
    border-color: transparent transparent transparent #004b9d;
  }
  #service
    .service-detail-main-list:nth-child(even)
    .content-container
    .group::after {
    border-color: transparent transparent transparent #e6e6e6;
  }
  #service .service-detail-main-list .content-container .group::after {
    left: auto;
    bottom: auto;
    right: -15px;
    top: 10%;
    border-width: 20px 0 20px 15px;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  #service .service-detail-main-list {
    position: relative;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  #service .service-detail-main-list-content {
    position: relative !important;
    bottom: auto !important;
    top: 0 !important;
  }
  #service .service-detail-main-list-content .content-container {
    position: relative !important;
    height: 100%;
  }
  #service .service-detail-main-list-content .content-container .group {
    height: 100%;
  }
  #service
    .service-detail-main-list-content
    .content-container
    .group
    .article
    .title
    .hr {
    margin-left: 0;
    margin-bottom: 25px;
    margin-top: 35px;
  }
  #service
    .service-detail-main-list-content
    .content-container
    .group
    .description {
    margin-top: 25px;
  }
}

@media (min-width: 992px) {
  #service .service-detail-main-list .content-container .group {
    padding: 20px 25px 40px 30px;
  }
  #service .service-detail-main-list .content-container .group:after {
    right: -20px;
    border-width: 25px 0 25px 20px;
  }
}

@media (min-width: 1200px) {
  #service .service-detail-main-list:first-child .left .group {
    -webkit-animation: none;
    animation: none;
  }
  #service
    .service-detail-main-list:last-child
    .service-detail-main-list-content.left {
    position: absolute;
    bottom: 0;
    top: auto;
  }
  #service .service-detail-main-list-content {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  #service .service-detail-main-list-content.left {
    float: left;
  }
  #service .service-detail-main-list .content-container.stick {
    width: 50%;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  #service .service-detail-main-list .content-container.stick {
    max-width: 885px;
  }
}

@media (min-width: 1200px) {
  #service .service-detail-main-list .content-container.stick .group {
    -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
      both;
    animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }
  #service .service-detail-main-list .content-container .group {
    padding: 135px 0 135px 145px;
    -webkit-animation: fade-out-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
      both;
    animation: fade-out-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  }
  #service .service-detail-main-list .content-container .group .num {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -45px;
    font-size: 11.3125rem;
  }
  #service .service-detail-main-list .content-container .group .article {
    text-align: right;
    max-width: 90%;
    min-width: 75%;
    margin-left: 0;
    padding-right: 20px;
    padding-left: 60px;
  }
  #service .service-detail-main-list .content-container .group .article .title {
    margin-left: auto;
  }
  #service .service-detail-main-list .content-container .group::before {
    display: block;
    right: -40px;
    top: 0;
    width: 40px;
    height: 100%;
  }
  #service .service-detail-main-list .content-container .group:after {
    right: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 25px 0 25px 20px;
  }
}

@media (min-width: 1460px) {
  #service .service-detail-main-list .content-container .group .article {
    max-width: 80%;
  }
}

#service .service_detail.open .service.aboutIn {
  opacity: 1;
}

#service .service_detail.open .service.aboutIn .aboutIn {
  opacity: 1;
}

#service .service_detail.open .service.aboutIn .inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#service .service {
  position: relative;
  display: block;
  background-color: #d9eaf2;
  margin-top: 80px;
  padding-top: 145px;
  padding-bottom: 150px;
}

#service .service > * {
  position: relative;
  z-index: 1;
}

#service .service::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #d9eaf2;
}

#service .service .service_up {
  text-align: center;
}

#service .service .service_up .title {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  font-size: 2.625rem;
  margin-bottom: 27px;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

#service .service .service_up .subtitle {
  font-family:
    Myriad Pro,
    "Microsoft JhengHei";
  font-size: 0.9375rem;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 68px;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

#service .service .service_up hr {
  width: 52px;
  margin: 0 auto;
  border: none;
  border-top: 2px solid #009944;
  margin-bottom: 24px;
  opacity: 1;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

#service .service .service_down {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

#service .service .service_down li {
  margin: 0 10px;
}

#service .service .service_down li:hover .more {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#service .service .service_down li:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

#service .service .service_down a {
  display: block;
  outline: none;
}

#service .service .service_down .img_hover {
  margin-bottom: 40px;
  overflow: hidden;
  width: 330px;
  height: 215px;
  max-width: 100%;
}

@media (max-width: 591px) {
  #service .service .service_down .img_hover {
    width: auto;
    height: auto;
  }
}

#service .service .service_down img {
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  opacity: 0;
  width: 100%;
  height: 100%;
}

#service .service .service_down .inner {
  width: 95%;
  margin-left: auto;
  opacity: 0;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

#service .service .service_down .title {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 18px;
  color: #000;
}

#service .service .service_down .subtitle {
  font-family:
    Myriad Pro,
    "Microsoft JhengHei";
  font-size: 0.9375rem;
  line-height: 20px;
  letter-spacing: 0.025em;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 32px;
}

#service .service .service_down .more {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  font-size: 0.8125rem;
  position: relative;
  color: #000;
  padding-left: 25px;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
  display: inline-block;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

#service .service .service_down .more:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #21aae8;
}

#service .service .service_down .more:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 5%;
  width: 2px;
  height: 12px;
  background-color: #21aae8;
}

@media (max-width: 1200px) {
  #service .service .service_up .subtitle {
    width: 50%;
  }
}

@media (max-width: 960px) {
  #service .service .service_down {
    width: 100%;
  }
  #service .service .btn-prev {
    left: 0;
  }
  #service .service .btn-next {
    right: 0;
  }
}

@media (max-width: 768px) {
  #service .service {
    padding-top: 112px;
    padding-bottom: 110px;
  }
  #service .service .service_up {
    width: 80%;
    margin: 0 auto;
  }
  #service .service .service_up .title {
    font-size: 2rem;
  }
  #service .service .service_up .subtitle {
    line-height: 25px;
    text-align: left;
    width: auto;
    margin-bottom: 43px;
  }
  #service .service .service_down {
    width: 100%;
  }
  #service .service .service_down .inner {
    width: 90%;
  }
  #service .service .btn-prev {
    position: absolute;
    left: 0;
  }
  #service .service .btn-next {
    position: absolute;
    right: 0;
  }
  #service .service .btn-prev,
  #service .service .btn-next {
    top: 35%;
  }
}

@media (max-width: 480px) {
  #service .service .btn-prev,
  #service .service .btn-next {
    top: 25%;
  }
}

#service .service .slick-list {
  position: relative;
  z-index: 10;
}

#service .service .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#service .service .slick-arrow {
  position: relative;
  opacity: 1;
  margin: auto;
  border: none;
  background-color: #004986;
  padding: 30px;
  width: 60px;
  height: 60px;
  z-index: 20;
}

#service .service .slick-arrow:after,
#service .service .slick-arrow:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 12px;
  background-color: #fff;
  left: 50%;
  margin-left: -1px;
}

#service .service .slick-arrow:before {
  top: 40%;
  margin-top: -4px;
}

#service .service .slick-arrow:after {
  top: 60%;
  margin-top: -8px;
}

#service .service .btn-prev {
  left: -25px;
}

#service .service .btn-prev:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

#service .service .btn-prev:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#service .service .btn-next {
  right: -25px;
}

#service .service .btn-next:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#service .service .btn-next:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (max-width: 768px) {
  #service .service .slick-arrow {
    padding: 20px;
    width: 40px;
    height: 40px;
  }
  #service .service .slick-arrow:after,
  #service .service .slick-arrow:after {
    margin-top: -6px;
  }
}

#service .about-detail-main {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

#service .service-detail-main-list-content {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

#service .service-detail-main-list .right {
  margin-left: auto;
}

.s_close {
  width: 230px !important;
}

.product-detail-close {
  z-index: 1;
  width: 230px;
  max-width: 100%;
  height: 80px;
  background-color: #434343;
  position: absolute;
  top: 0;
  right: 0;
  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;
}

.product-detail-close a {
  padding: 0 10px;
  color: #fff;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.product-detail-close a:nth-child(n + 2) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.product-detail-close a:hover {
  border-left-color: white;
}

.product-detail-close a:hover .grey {
  color: #fff;
}

.product-detail-close.detail1 {
  width: 700px;
}

.product-detail-close:hover .liboxClose span {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.product-detail-close_close {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-size: 0.9375rem;
  letter-spacing: 0.015em;
  color: #fff;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.product-detail-close_close.close1 {
  -webkit-transform: translateX(-7%);
  -ms-transform: translateX(-7%);
  transform: translateX(-7%);
}

.product-detail-close_close.close3 {
  -webkit-transform: translateX(-45%) !important;
  -ms-transform: translateX(-45%) !important;
  transform: translateX(-45%) !important;
}

.product-detail-close .grey {
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.liboxClose {
  width: 80px;
  height: 80px;
  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: #434343;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  border-left: solid 1px rgba(255, 255, 255, 0.5);
}

.liboxClose:hover span {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.liboxClose span {
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.liboxClose span:before,
.liboxClose span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.liboxClose span:before {
  width: 100%;
  height: 2px;
}

.liboxClose span:after {
  width: 2px;
  height: 100%;
}

/*# sourceMappingURL=about.main.css.map */
