@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-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  margin-right: 10px;
}

@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%;
}

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

.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%;
}

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

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

.talk img {
  height: auto;
}

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

/*                        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: 2.5px;
}

.aboutBanner .inner .subtitle {
  font-family:
    Myriad Pro,
    "微軟正黑體";
  font-size: 1rem;
  line-height: 22px;
  letter-spacing: 1.8px;
  color: rgba(255, 255, 255, 0.8);
}

@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,
    "微軟正黑體";
  font-weight: 700;
  font-size: 2.625rem;
}

.aboutTitle h4 {
  margin-top: 30px;
  margin-bottom: 60px;
  font-family: "微軟正黑體";
  font-size: 1.875rem;
  letter-spacing: 0.05em;
}

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

.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 #fff;
  display: block;
  height: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

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

.news-content {
  padding-top: 126px;
  padding-bottom: 124px;
  margin-bottom: 136px;
  position: relative;
  background-color: #ebebeb;
  margin-left: 7%;
}

.news-content__mask {
  position: absolute;
  left: 0;
  right: 0;
  height: 85%;
  background-color: #ebebeb;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.news-content--product {
  padding: 0;
  padding-left: 7%;
  margin-top: 40px;
  height: 100%;
  margin-left: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.year-content {
  position: relative;
  z-index: 3;
}

@media (max-width: 767.9px) {
  .news-content {
    margin-left: 0;
    padding-top: 63px;
  }
}

@media (max-width: 767.9px) {
  .year-content {
    overflow: hidden;
    overflow-x: scroll;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.year {
  width: 23vw;
  font-family:
    Century Gothic Bold,
    "微軟正黑體";
  font-weight: 700;
  text-align: center;
  position: absolute;
}

.year--exhibition {
  color: #ffa800;
}

.year--hotnews {
  color: #009944;
}

.year--title {
  font-size: 6rem;
  line-height: 120px;
}

.year--subtitle {
  font-size: 1.375rem;
  line-height: 28px;
}

.year.year-op0 {
  opacity: 0;
}

.year.year-Pos {
  opacity: 1;
  position: fixed;
  top: 2%;
  left: initial;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1300px) {
  .year {
    display: none;
  }
}

.news-product {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.news-product .news-product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.news-product__slick-2 {
  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;
  margin-top: -40px;
  margin-bottom: -40px;
  -webkit-transform: scaleX(1.2) translateX(10px);
  -ms-transform: scaleX(1.2) translateX(10px);
  transform: scaleX(1.2) translateX(10px);
  background-color: #fff;
  -webkit-box-shadow: 4px 7px 20px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 7px 20px 3px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.news-product__slick-2 .news-product__href {
  background-color: #fff;
}

.news-product__slick-2 .news-product__img {
  border: none;
  margin-bottom: 0;
  width: 80%;
  margin-top: 50px;
}

.news-product__slick-2 .news-product__title {
  color: #fff;
  line-height: 35px;
  font-size: 1.25rem;
}

.news-product__slick-2 .news-product__text {
  color: rgba(255, 255, 255, 0.8);
}

.news-product__slick-2 .news-product__more {
  display: none;
}

.news-product__slick-2 .news-product__more--highlight-more {
  font-family:
    Century Gothic Bold,
    "微軟正黑體";
  font-weight: 700;
  margin-top: 0;
  font-size: 0.8125rem;
  line-height: 63px;
  color: rgba(255, 255, 255, 0.9);
  display: block;
  opacity: 1;
  margin-left: 15px;
}

.news-product__slick-2
  .news-product__more--highlight-more
  span:first-child:after {
  background-color: #fff;
}

.news-product__slick-2
  .news-product__more--highlight-more
  span:first-child:before {
  background-color: #fff;
}

.news-product__slick-2 .news-product-list {
  background-color: #2e93e6;
  height: 100%;
  position: relative;
  -webkit-transform: scaleX(0.85);
  -ms-transform: scaleX(0.85);
  transform: scaleX(0.85);
  text-align: center;
  margin-top: 30px;
}

.news-product__slick-2 .news-product-list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 12px solid #fff;
}

.news-product__slick-2 .news-product-list a {
  display: block;
  padding-top: 40px;
}

.news-product__img {
  width: 70%;
  margin: 0 auto;
  line-height: 350px;
  border-bottom: 8px solid #e0e0e0;
  margin-bottom: 28px;
}

.news-product__img img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  margin: auto;
  display: inline-block;
}

.news-product__title {
  font-family:
    Century Gothic Bold,
    "微軟正黑體";
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 30px;
  letter-spacing: 0.015em;
}

.news-product__text {
  font-family:
    Myriad Pro Regular,
    "微軟正黑體";
  font-size: 1rem;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.8);
}

.news-product__href {
  font-family:
    Century Gothic Bold,
    "微軟正黑體";
  font-weight: 700;
  font-size: 0.8125rem;
  outline: none;
  color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ebebeb;
}

.news-product__more {
  margin-top: auto;
  line-height: 63px;
}

.news-product__more--highlight-more {
  opacity: 0;
  line-height: 63px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  margin-left: 15px;
}

.news-product__more--highlight-more span:first-child {
  position: relative;
}

.news-product__more--highlight-more span:first-child:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 12px;
  background-color: #2e93e6;
  top: 50%;
  left: -15px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.news-product__more--highlight-more span:first-child:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: #2e93e6;
  top: 50%;
  left: -15px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.news-product--highlight .news-product__href {
  background-color: #fff;
}

.news-product--highlight .news-product__img {
  border: none;
  margin-bottom: 0;
  width: 80%;
  margin-top: 30px;
}

.news-product--highlight .news-product__title {
  color: #fff;
  line-height: 35px;
  font-size: 1.25rem;
}

.news-product--highlight .news-product__text {
  color: rgba(255, 255, 255, 0.8);
}

.news-product--highlight .news-product__more {
  display: none;
}

.news-product--highlight .news-product__more--highlight-more {
  margin-top: 0;
  font-size: 0.8125rem;
  line-height: 63px;
  color: rgba(255, 255, 255, 0.9);
  display: block;
}

.news-product:hover .news-product__more--highlight-more {
  opacity: 1;
}

.slick-slide > div {
  height: 100%;
}

.slick-1 {
  position: static !important;
}

.slick-1,
.slick-2 {
  background-color: #ebebeb;
}

.slick-1 .slick-list {
  padding: 0 10px !important;
}

.slick-2 .slick-list {
  padding: 0 30px;
}

.slick-4 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-4 .slick-list {
  padding: 0 !important;
}

.slick-4 .slick-slide {
  margin: auto 0;
}

@media (max-width: 1300px) {
  .news-content .w-20 {
    width: 25%;
  }
  .news-content .w-60 {
    width: 50%;
  }
}

@media (max-width: 1023.9px) {
  .news-content__mask {
    display: block;
  }
  .news-content--product {
    padding-left: 0;
    margin-top: 0;
  }
  .news-content .slick-2 {
    display: none;
  }
  .news-content .d_none.slick-1 {
    display: none;
  }
  .news-content .news-product__slick-2 {
    width: 80%;
    margin: 0 auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .news-content .news-product__slick-2 .news-product-list {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0;
  }
  .news-product__slick-2 {
    position: static;
  }
  .slick-3 {
    position: static;
  }
}

@media (max-width: 767.9px) {
  .news-content--product {
    padding-top: 0;
  }
}

.news-slick-prev,
.news-slick-next {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #004986;
  cursor: pointer;
  border: none;
  outline: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.news-slick-prev {
  right: 0;
}

.news-slick-prev:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #fff;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 60%;
  left: 50%;
  margin-left: -1px;
  margin-top: -8px;
}

.news-slick-prev:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 40%;
  left: 50%;
  margin-left: -1px;
  margin-top: -4px;
}

.news-slick-next {
  left: 0;
}

.news-slick-next:after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 60%;
  left: 50%;
  margin-top: -8px;
  margin-left: -1px;
}

.news-slick-next:before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #fff;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  top: 40%;
  left: 50%;
  margin-top: -4px;
  margin-left: -1px;
}

.news-content--product .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.news-content--product .slick-list {
  width: 100%;
}

.news-content--product .slick-real-active {
  margin-top: -40px;
  margin-bottom: -40px;
}

.news-content--product .slick-real-active .news-product__href {
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 0.2);
  margin-right: -40px;
  margin-left: -40px;
  max-height: 580px;
  position: relative;
}

.news-content--product .slick-real-active .news-product__img {
  border: none;
  margin-bottom: 0;
  width: 80%;
  margin-top: 50px;
}

.news-content--product .slick-real-active .news-product__title {
  color: #fff;
  line-height: 35px;
  font-size: 1.25rem;
}

.news-content--product .slick-real-active .news-product__text {
  color: rgba(255, 255, 255, 0.8);
}

.news-content--product .slick-real-active .news-product__more {
  display: none;
}

.news-content--product .slick-real-active .news-product__more--highlight-more {
  margin-top: 0;
  font-size: 0.8125rem;
  line-height: 63px;
  color: rgba(255, 255, 255, 0.9);
  padding-bottom: 16px;
  display: block;
}

.news-content--product .slick-real-active .news-product-list {
  background-color: #2e93e6;
  margin-top: auto;
  padding-top: 56px;
  margin-right: 40px;
  margin-left: 40px;
  position: relative;
}

.news-content--product .slick-real-active .news-product-list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 12px solid #fff;
}

.slick-real-active__href__img {
  border: none;
  margin-bottom: 0;
  width: 80%;
  margin-top: 50px;
}

.slick-real-active__href__title {
  color: #fff;
  line-height: 35px;
  font-size: 1.25rem;
}

.slick-real-active__href__text {
  color: rgba(255, 255, 255, 0.8);
}

.slick-real-active__href__more {
  display: none;
}

.slick-real-active__href__more--highlight-more {
  margin-top: 0;
  font-size: 0.8125rem;
  line-height: 63px;
  color: rgba(255, 255, 255, 0.9);
  padding-bottom: 16px;
  display: block;
}

.slick-real-active .news-product-list {
  background-color: #2e93e6;
  margin-top: auto;
  padding-top: 56px;
  margin-right: 40px;
  margin-left: 40px;
  position: relative;
}

.slick-real-active .news-product-list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 12px solid #fff;
}

.news__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 23vw;
  margin-right: 125px;
  width: 100%;
}

.news__col-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-right: 75px;
  padding-left: 75px;
  padding-bottom: 20px;
  margin-bottom: 56px;
  width: 48%;
  margin-right: 1%;
}

@media all and (max-width: 1366px) {
  .news__col-6 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.news__col-6:nth-child(2n) {
  margin-right: 0;
  margin-left: 1%;
}

.news__col-6__img {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  position: relative;
}

.news__col-6__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.news__col-6:hover .news-inner__href {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.news__col-6.in .news__col-6__img {
  -webkit-animation: news__box--fadeIn 2s both;
  animation: news__box--fadeIn 2s both;
}

@media (max-width: 1300px) {
  .news__row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 960px) {
  .news__col-6 {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 767.9px) {
  .news__col-6 {
    padding-right: 10vw;
    padding-left: 10vw;
  }
}

.news-inner {
  padding-right: 24px;
  padding-left: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.news-inner__year {
  font-family:
    Century Gothic Bold,
    "微軟正黑體";
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #0395da;
  margin-bottom: 5px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.news-inner__title {
  font-family:
    Century Gothic Bold,
    Microsoft JhengHei;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 30px;
  letter-spacing: 0.015em;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.news-inner__text {
  font-family:
    Century Gothic,
    Microsoft JhengHei;
  line-height: 30px;
  letter-spacing: 0.015em;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  font-size: 1rem;
}

.news__col-6.in .news-inner__year {
  -webkit-animation: news__box--fadeIn 1s both 0.2s;
  animation: news__box--fadeIn 1s both 0.2s;
}

.news__col-6.in .news-inner__title {
  -webkit-animation: news__box--fadeIn 1.2s both 0.7s;
  animation: news__box--fadeIn 1.2s both 0.7s;
}

.news__col-6.in .news-inner__text {
  -webkit-animation: news__box--fadeIn 1s both 1.2s;
  animation: news__box--fadeIn 1s both 1.2s;
}

.news-inner__href {
  padding-right: 24px;
  padding-left: 18px;
  margin-top: auto;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-inner__href--more {
  position: relative;
  padding-left: 16px;
  padding-right: 12px;
}

.news-inner__href--link {
  margin-left: 12px;
}

.news-inner__href--2href .news-inner__href--more {
  border-right: 1px solid #bcbcbc;
}

.news-more__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .news__col-6.in .news-inner__href {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

/*                        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 1s both;
  animation: fadeInDown 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.7s;
  animation-delay: 0.7s;
}

.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.9s;
  animation-delay: 0.9s;
}

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

/*                        新聞燈箱內頁                       */

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

.news_detail {
  -ms-touch-action: auto;
  touch-action: auto;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 5;
  height: 0vh;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.news-detail-header {
  height: 480px;
  width: 100%;
  background-color: #004b9d;
  position: relative;
  opacity: 0;
}

.news-detail-header__title {
  font-family:
    Century Gothic Bold,
    "微軟正黑體";
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  -ms-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  width: 80%;
  opacity: 0;
}

.news-detail-header__title h2 {
  font-size: 3.25rem;
  line-height: 66px;
  color: #fff;
}

.news-detail-header__title hr {
  margin-top: 40px;
  margin-bottom: 20px;
  width: 120px;
  border: none;
  border-top: 2px solid #df582f;
}

.news-detail-header__title p {
  font-size: 1.25rem;
  line-height: 25px;
}

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

.news_detail.open .news-detail-header {
  -webkit-animation: 1s fadeIn 0.5s both;
  animation: 1s fadeIn 0.5s both;
}

.news_detail.open .news-detail-header__title {
  -webkit-animation: 1s slideDown--title 0.5s both;
  animation: 1s slideDown--title 0.5s both;
}

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

.news_detail.open .news-detail-main {
  -webkit-animation: 1s slideUp--main 1s both;
  animation: 1s slideUp--main 1s both;
}

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

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

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

.news_detail.close .news-detail-main {
  -webkit-animation: 1s slideUpClose--main both;
  animation: 1s slideUpClose--main both;
}

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

.news-detail-main {
  max-width: 1035px;
  width: 90%;
  margin: 0 auto;
  margin-top: 56px;
  margin-bottom: 90px;
  opacity: 0;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
}

.news-detail-main__img {
  min-height: 540px;
  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;
}

.news-detail-main__img img {
  width: 50%;
  padding: 40px 0;
}

.news-detail-main__inner {
  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: 40px;
  margin-bottom: 40px;
}

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

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

.news-detail-main__inner--topimg h2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 16px;
}

.news-detail-main__inner--topimg p {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-bottom: 0;
}

.news-detail-main__inner--topimg .news-detail-main__img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.news-detail-main__two-img {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 0;
}

.news-detail-main__two-img img {
  width: 49%;
  margin: 0 5px;
}

@media (max-width: 1200px) {
  .news-detail-main__two-img img {
    margin: 0;
  }
}

.news-detail-main__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.news-detail-main__video iframe {
  width: 100%;
}

.news-detail-main__videoclick {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  background-color: #004b9d;
}

.news-detail-main__videoclick--play:after {
  position: absolute;
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.news-detail-main__href {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.news-detail-main__href a {
  display: inline-block;
  font-family:
    Century Gothic Bold,
    "微軟正黑體";
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 62px;
  background-color: #004b9d;
  color: #fff;
}

.news-detail-main__href--pdf {
  width: 280px;
  margin-right: 1px;
  text-align: left;
  padding-left: 40px;
  position: relative;
}

.news-detail-main__href--pdf:hover .news-detail-main__href--cross {
  top: 55%;
  width: 18px;
  right: 30px;
}

.news-detail-main__href--pdf:hover .news-detail-main__href--cross:after {
  right: 4px;
  -webkit-transform: translate(50%, 18%) rotate(-45deg);
  -ms-transform: translate(50%, 18%) rotate(-45deg);
  transform: translate(50%, 18%) rotate(-45deg);
}

.news-detail-main__href--page {
  width: 370px;
  margin-left: 1px;
  text-align: left;
  padding-left: 40px;
  position: relative;
}

.news-detail-main__href--page:hover .news-detail-main__href--cross {
  top: 55%;
  width: 18px;
  right: 30px;
}

.news-detail-main__href--page:hover .news-detail-main__href--cross:after {
  right: 4px;
  -webkit-transform: translate(50%, 18%) rotate(-45deg);
  -ms-transform: translate(50%, 18%) rotate(-45deg);
  transform: translate(50%, 18%) rotate(-45deg);
}

.news-detail-main__href--cross {
  display: inline-block;
  width: 14px;
  height: 2px;
  background-color: #fff;
  margin-left: 110px;
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  top: 50%;
  right: 30px;
}

.news-detail-main__href--cross:after {
  content: "";
  width: 2px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.news-detail-main__share {
  text-align: center;
}

.news-detail-main__share h3 {
  font-family:
    Century Gothic Bold,
    "微軟正黑體";
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 20px;
  letter-spacing: 0.03em;
}

.news-detail-main__share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.news-detail-main__share .icon {
  margin-left: 13px;
  margin-right: 13px;
}

.news-detail-main__share .icon:hover.icon:before {
  color: #000;
}

@media (max-width: 767.9px) {
  .news-detail-main__img {
    min-height: auto;
  }
  .news-detail-main__img img {
    width: 90%;
  }
  .news-detail-main__href--pdf {
    width: 280px;
    margin-bottom: 10px;
    padding-left: 30px;
  }
  .news-detail-main__href--page {
    width: 280px;
    padding-left: 30px;
  }
}

.news-detail-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #232323;
  position: relative;
  overflow: hidden;
}

.news-detail-footer--left {
  margin-right: 25px;
}

.news-detail-footer--left a {
  height: 100%;
  display: block;
}

.news-detail-footer--right {
  margin-left: 25px;
}

.news-detail-footer--right a {
  height: 100%;
  display: block;
}

.news-detail-footer .news-detail-footer--left,
.news-detail-footer .news-detail-footer--right {
  position: relative;
}

.news-detail-footer
  .news-detail-footer--left:hover
  .news-detail-footer__mask--l-mask {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.news-detail-footer
  .news-detail-footer--right:hover
  .news-detail-footer__mask--r-mask {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.news-detail-footer--top {
  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;
}

.news-detail-footer--top:hover:after {
  top: 45%;
}

.news-detail-footer--top:hover:before {
  top: 45%;
}

.news-detail-footer--top: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;
}

.news-detail-footer--top: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;
}

.news-detail-footer__mask {
  width: 10%;
  background-color: #fff;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.news-detail-footer__mask--l-mask {
  -webkit-transform: translateX(-110px);
  -ms-transform: translateX(-110px);
  transform: translateX(-110px);
  top: 0;
  left: 0;
}

.news-detail-footer__mask--l-mask:after {
  content: "";
  position: absolute;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 16px solid #232323;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-detail-footer__mask--r-mask {
  top: 0;
  right: 0;
  -webkit-transform: translateX(110px);
  -ms-transform: translateX(110px);
  transform: translateX(110px);
}

.news-detail-footer__mask--r-mask:after {
  content: "";
  position: absolute;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #232323;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1200px) {
  .news-detail-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .news-detail-footer .col-6 {
    width: 100%;
    margin: 0;
  }
  .news-detail-footer__mask {
    display: none;
  }
  .news-detail-footer--left {
    border-bottom: 1px solid #fff;
  }
}

.news-detail-footer-inner {
  font-family:
    Century Gothic Bold,
    "微軟正黑體";
  font-weight: 700;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 100px;
}

.news-detail-footer-inner__year {
  font-size: 0.875rem;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #0395da;
  margin-bottom: 10px;
}

.news-detail-footer-inner__title {
  font-size: 1.25rem;
  line-height: 35px;
  letter-spacing: 0.015em;
  color: #fff;
  word-break: break-all;
  width: 100%;
  max-width: 80%;
  margin: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 35px;
  height: 35px;
}

@media (max-width: 767.9px) {
  .news-detail-footer-inner {
    width: 90%;
    margin: 0 auto;
  }
}

.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%;
}

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

/*# sourceMappingURL=news.main.css.map */
