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

@import url(icomoon.css);
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;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

a {
  text-decoration: none;
}

html {
  font-size: 16px;
}

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

html {
  font-size: 16px;
}

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

.visuallyhidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

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

.col-4 {
  width: 33.33333%;
}

.col-6 {
  width: 50%;
}

.search_arrow {
  height: 20px !important;
}

.search_arrow:after {
  bottom: 4px !important;
  width: 10px !important;
  -webkit-transform: translateX(6px) rotate(-45deg) !important;
  -ms-transform: translateX(6px) rotate(-45deg) !important;
  transform: translateX(6px) rotate(-45deg) !important;
}

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

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

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

.op1 {
  opacity: 1 !important;
}

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_in {
  top: 0 !important;
  background-color: #fff;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.navbar_fix {
  margin-top: 109px;
}

.pos-f {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 10 !important;
}

.pos-f-1 {
  position: fixed !important;
  top: 0;
  left: 0;
}

.pos-f-2 {
  position: fixed !important;
  height: 100% !important;
}

@-webkit-keyframes hide_startbg {
  0% {
    z-index: 16;
  }
  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;
}

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

/*                        header */

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

header {
  position: relative;
  z-index: 5;
}

.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%;
  top: -90px;
}

@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;
  text-align: center;
  display: inline-block;
}

.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 .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:before {
  font-size: 1.25rem;
}

.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:before {
    font-size: 1.5rem;
} */

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

@media (max-width: 1366px) {
  .side_menu {
    width: 20%;
  }
}

.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: 0;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  z-index: 1;
}

.talk img {
  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;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.05em;
}

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

.banner .text {
  width: 45%;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .banner .text {
    width: 80%;
  }
}

@media (max-width: 441px) {
  .banner .text {
    width: 90%;
  }
}

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

.banner .banner_slick li {
  opacity: 0;
}

.banner .headline {
  height: 100%;
  background-size: cover;
  height: 500px;
}

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

@media (max-width: 991px) {
  .banner .inner {
    width: 90%;
  }
}

.banner .title {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  font-size: 3rem;
  line-height: 60px;
  color: #fff;
  margin-bottom: 30px;
  width: 100%;
  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);
}

@media (max-width: 991px) {
  .banner .title {
    width: 60%;
  }
}

.banner .subtitle {
  font-family:
    Myriad Pro,
    "Microsoft JhengHei";
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: 1.2px;
  color: white;
  width: 80%;
  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);
}

@media (max-width: 991px) {
  .banner .subtitle {
    width: 85%;
  }
}

@media (max-width: 375px) {
  .banner .subtitle {
    line-height: 1.5;
  }
}

.banner .arrow {
  position: absolute;
  bottom: 68px;
  left: 50%;
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  font-size: 1rem;
  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: 80%;
  }
}

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

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

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

/*                        product */

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

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* background-color: #eeeeee; */
  padding: 0 5%;
}

.product .product_left,
.product .product_right {
  width: 50%;
}

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

.product .product_left li {
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.product .product_left img {
  width: 64%;
  margin: 0 auto;
}

.product .product_left .name {
  width: 50%;
  margin: 0 auto;
  margin-top: 20px;
}

.product .product_left .no {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}

.product .product_left .title {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
  padding-bottom: 10px;
  line-height: 1.8rem;
}

.product .product_left .btn-prev {
  left: 10%;
}

.product .product_left .btn-next {
  right: 10%;
}

.product .product_right {
  z-index: 2;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.product .product_right .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 85%;
  max-width: 100%;
  padding-top: 27%;
  padding-bottom: 17.5%;
}

@media all and (max-width: 1366px) {
  .product .product_right .inner {
    width: 100%;
  }
}

.product .product_right .title {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  font-size: 2.625rem;
  margin-bottom: 27px;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.product .product_right hr {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.product .product_right .subtitle {
  font-family:
    Myriad Pro,
    "Microsoft JhengHei";
  font-size: 0.9375rem;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1.2px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 63px;
  width: 70%;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.product .product_right .more {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  font-size: 0.9375rem;
  position: relative;
  color: #000;
  margin-bottom: 80px;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

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

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

.product .product_right .more:hover:after {
  width: 20px;
  left: -36%;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.product .product_right .more:hover:before {
  height: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.product .product_right hr {
  width: 52px;
  margin: 0;
  margin-bottom: 24px;
  border: none;
  border-top: 2px solid #df582f;
}

.product .product_right .search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.product .product_right .search > li {
  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;
  width: 49%;
  margin-right: 3px;
  margin-bottom: 3px;
  line-height: 65px;
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  position: relative;
}

.product .product_right .search > li > a {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  letter-spacing: 0.8px;
}

.product .product_right .search > li:hover span {
  height: 20px;
}

.product .product_right .search > li:hover span:after {
  width: 10px;
  -webkit-transform: translateX(6px) rotate(-45deg);
  -ms-transform: translateX(6px) rotate(-45deg);
  transform: translateX(6px) rotate(-45deg);
  bottom: 4px;
}

.product .product_right .search span {
  display: inline-block;
  width: 2px;
  height: 14px;
  background-color: #fff;
  margin-left: 35px;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.product .product_right .search span:after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  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;
}

.product .product_right .search > li:nth-child(1) {
  background-color: #004986;
  position: relative;
  z-index: 3;
}

.product .product_right .search > li:nth-child(2) {
  background-color: #434343;
}

.product .product_right .search > li:nth-child(3) {
  background-color: #df582f;
}

.product .product_right .search > li:nth-child(4) {
  background-color: #df582f;
  margin-right: -60px;
  width: 52%;
}

.product .product_right .search > li:nth-child(4) form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product .product_right .search > li:nth-child(4) input {
  width: 70%;
  border: 0;
  background-color: #df582f;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  outline: none;
  margin-left: 26px;
  text-align: center;
  font-family:
    Century Gothic,
    "Microsoft JhengHei";
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
}

.product .product_right .search > li:nth-child(4) input:-ms-input-placeholder,
.product
  .product_right
  .search
  > li:nth-child(4)
  input::-webkit-input-placeholder,
.product .product_right .search > li:nth-child(4) input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.875rem;
}

.product .product_right .search_slide {
  position: absolute;
  display: none;
  top: 65px;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: inherit;
}

.product .product_right .search_slide li {
  text-align: center;
  background-color: inherit;
  border-top: 0.5px solid rgba(255, 255, 255, 0.5);
}

.product .product_right .search_slide a {
  font-family:
    Myriad Pro,
    "Microsoft JhengHei";
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  letter-spacing: 0.05em;
  display: block;
}

.product .product_right .search_slide a:hover {
  color: #25b1ef;
}

@media (max-width: 1200px) {
  .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product .product_left,
  .product .product_right {
    width: 80%;
  }
  .product .product_left .name {
    text-align: center;
    width: auto;
  }
  .product .product_right .inner {
    width: 100%;
    padding-top: 0;
  }
}

@media (max-width: 767.9px) {
  .product {
    padding-top: 105px;
    padding-left: 0px;
    padding-right: 0;
    background-color: #fff;
  }
  .product .product_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .product .product_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .product .product_left li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .product .product_left img {
    background-color: #f2f2f2;
    padding: 50px 50px;
  }
  .product .product_left .name {
    width: 80%;
    text-align: left;
  }
  .product .product_left .title {
    padding-bottom: 30px;
  }
  .product .product_left .btn-prev {
    left: 0;
    margin-top: 65%;
  }
  .product .product_left .btn-next {
    right: 0;
    margin-top: 65%;
  }
  .product .product_right .inner {
    width: 90%;
    padding-top: 0px;
  }
  .product .product_right .title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .product .product_right hr {
    margin-bottom: 30px;
  }
  .product .product_right .subtitle {
    line-height: 24px;
    text-align: left;
    margin-bottom: 38px;
  }
  .product .product_right .more {
    margin-bottom: 51px;
  }
  .product .product_right .search > li {
    margin-right: 0;
    width: 100%;
    cursor: pointer;
  }
  .product .product_right .search > li > a {
    width: 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .product .product_right .search > li:nth-child(4) {
    width: 100%;
    height: 65px;
  }
  .product .product_right .search > li:nth-child(4) form {
    width: 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product .product_right .search > li:nth-child(4) input {
    width: 90%;
    border: none;
    font-family:
      Century Gothic Bold,
      "Microsoft JhengHei";
    font-weight: 700;
  }
  .product .product_right .search > li:nth-child(4) input:-ms-input-placeholder,
  .product
    .product_right
    .search
    > li:nth-child(4)
    input::-webkit-input-placeholder,
  .product .product_right .search > li:nth-child(4) input::-moz-placeholder {
    color: white;
  }
}

@media (max-width: 580px) {
  .product .product_left img {
    padding: 40px;
  }
}

@media (max-width: 480px) {
  .product .product_left .btn-prev,
  .product .product_left .btn-next {
    margin-top: 75%;
  }
  .product .product_right .search > li > a,
  .product .product_right .search > li:nth-child(4) form {
    width: 75%;
  }
}

@media (max-width: 375px) {
  .product .product_left .btn-prev,
  .product .product_left .btn-next {
    margin-top: 80%;
  }
}

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

/*                        solution */

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

.solution {
  display: block;
  padding-bottom: 135px;
}

.solution .solution_up {
  background-image: url("../../assets/img/solution01.jpg");
  width: 95%;
  height: 514px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 84px;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.solution .solution_up .col-6 {
  margin-bottom: 120px;
  opacity: 0;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.solution .solution_up .col-6:first-child {
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

.solution .solution_up .col-6:last-child {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.solution .solution_up .inner {
  padding-left: 35%;
  padding-top: 5%;
  padding-right: 15%;
}

.solution .solution_up .title {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  font-size: 2.625rem;
  color: #ffffff;
  margin-bottom: 26px;
  white-space: nowrap;
}

.solution .solution_up .subtitle {
  font-family:
    Myriad Pro,
    "Microsoft JhengHei";
  font-size: 0.9375rem;
  line-height: 22px;
  letter-spacing: 1.2px;
  color: rgba(255, 255, 255, 0.8);
}

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

.solution .solution_up .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.solution .solution_up .search > li {
  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;
  width: 355px;
  margin-right: 6px;
  line-height: 65px;
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  position: relative;
}

.solution .solution_up .search > li:hover span {
  height: 20px;
}

.solution .solution_up .search > li:hover span:after {
  width: 10px;
  -webkit-transform: translateX(6px) rotate(-45deg);
  -ms-transform: translateX(6px) rotate(-45deg);
  transform: translateX(6px) rotate(-45deg);
  bottom: 4px;
}

.solution .solution_up .search > li > a {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  letter-spacing: 0.8px;
}

.solution .solution_up .search span {
  display: inline-block;
  width: 2px;
  height: 14px;
  background-color: #fff;
  margin-left: 35px;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.solution .solution_up .search span:after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  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;
}

.solution .solution_up .search > li:nth-child(1) {
  background-color: #009944;
}

.solution .solution_up .search > li:nth-child(2) {
  background-color: #009944;
}

.solution .solution_up .search_slide {
  position: absolute;
  display: none;
  top: 65px;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: inherit;
}

.solution .solution_up .search_slide li {
  text-align: center;
  background-color: inherit;
  border-top: 0.5px solid rgba(255, 255, 255, 0.5);
}

.solution .solution_up .search_slide a {
  font-family:
    Myriad Pro,
    "Microsoft JhengHei";
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  letter-spacing: 0.05em;
  display: block;
}

.solution .solution_up .search_slide a:hover {
  color: #25b1ef;
}

.solution .solution_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.solution .solution_down li {
  margin: 0 10px;
  max-width: calc(100% / 5);
}

.solution .solution_down li:nth-child(2n) {
  margin-top: 22px;
}

.solution .solution_down li:hover .more {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.solution .solution_down li:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.solution .solution_down a {
  display: block;
  outline: none;
}

.solution .solution_down .img_hover {
  overflow: hidden;
  margin-bottom: 28px;
}

.solution .solution_down img {
  opacity: 0;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.solution .solution_down .inner {
  padding-left: 5%;
  opacity: 0;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.solution .solution_down .no {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #fb6335;
  margin-bottom: 12px;
}

.solution .solution_down .title {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 20px;
  letter-spacing: 0.02em;
  margin-bottom: 19px;
  color: #000;
}

.solution .solution_down .subtitle {
  font-family:
    Myriad Pro,
    "Microsoft JhengHei";
  font-size: 0.9375rem;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 34px;
}

.solution .solution_down .more {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  font-size: 0.8125rem;
  position: relative;
  color: #000;
  padding-left: 25px;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
  display: inline-block;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.solution .solution_down .more:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #21aae8;
}

.solution .solution_down .more:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 5%;
  width: 2px;
  height: 12px;
  background-color: #21aae8;
}

@media (max-width: 1200px) {
  .solution .solution_up {
    width: 100%;
    -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;
  }
  .solution .solution_up .inner {
    padding: 0;
    width: 75%;
  }
  .solution .solution_up .search {
    margin-left: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .solution .col-6 {
    width: 80%;
    margin: 0 auto;
  }
  .solution .col-6:nth-child(1) {
    margin-bottom: 80px;
  }
  .solution .col-6:nth-child(2) {
    margin-bottom: 0;
  }
}

@media (max-width: 960px) {
  .solution .solution_down {
    width: 100%;
  }
  .solution .btn-prev {
    left: 0;
  }
  .solution .btn-next {
    right: 0;
  }
}

@media (max-width: 767.9px) {
  .solution .col-6:nth-child(1) {
    margin-bottom: 31px;
  }
  .solution .solution_up {
    background-image: url(../../assets/img/phone/solution01.jpg);
  }
  .solution .solution_up .inner {
    text-align: center;
    width: 100%;
  }
  .solution .solution_up .title {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.8px;
  }
  .solution .solution_up hr {
    margin-left: auto;
    margin-right: auto;
  }
  .solution .solution_up .subtitle {
    text-align: left;
  }
  .solution .solution_up .search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .solution .solution_up .search > li {
    width: 100%;
  }
  .solution .solution_up .search > li a {
    width: 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .solution .solution_up .search > li:first-child {
    margin-bottom: 8px;
  }
  .solution .solution_up .search span {
    margin-left: 0;
  }
  .solution .solution_down {
    width: 100%;
  }
  .solution .solution_down .inner {
    padding: 0 30px;
  }
}

@media (max-width: 580px) {
  .solution .solution_up .search li a {
    width: 60%;
  }
}

@media (max-width: 480px) {
  .solution .solution_up .search li a {
    width: 70%;
  }
}

@media (max-width: 375px) {
  .solution .solution_up .search li a {
    width: 80%;
  }
}

@media (max-width: 374.9px) {
  .solution .solution_up .search li a {
    width: 85%;
  }
}

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

/*                        service */

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

.service {
  display: block;
  background-color: #d9eaf2;
  padding-top: 145px;
  padding-bottom: 150px;
}

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

.service .service_up .title {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  font-size: 2.625rem;
  margin-bottom: 27px;
  opacity: 0;
}

.service .service_up .subtitle {
  font-family:
    Myriad Pro,
    "Microsoft JhengHei";
  font-size: 0.9375rem;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 68px;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}

.service .service_up hr {
  width: 52px;
  margin: 0 auto;
  border: none;
  border-top: 2px solid #009944;
  margin-bottom: 24px;
  opacity: 0;
}

.service .service_down {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.service .service_down li {
  margin: 0 10px;
}

.service .service_down li:hover .more {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.service .service_down li:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.service .service_down a {
  display: block;
  outline: none;
}

.service .service_down .img_hover {
  margin-bottom: 40px;
  overflow: hidden;
  width: 330px;
  height: 215px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .service .service_down .img_hover {
    width: 100%;
    height: auto;
  }
}

.service .service_down img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  opacity: 0;
  width: 100%;
  height: 100%;
}

.service .service_down .inner {
  width: 95%;
  margin-left: auto;
  opacity: 0;
}

@media (max-width: 767px) {
  .service .service_down .inner {
    margin: auto;
  }
}

.service .service_down .title {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-size: 1.25rem;
  margin-bottom: 18px;
  color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.service .service_down .subtitle {
  font-family:
    Myriad Pro,
    "Microsoft JhengHei";
  font-size: 0.9375rem;
  line-height: 20px;
  letter-spacing: 0.025em;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 32px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.service .service_down .more {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-size: 0.8125rem;
  position: relative;
  color: #000;
  padding-left: 25px;
  opacity: 0;
  display: inline-block;
}

.service .service_down .more:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #21aae8;
}

.service .service_down .more:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 5%;
  width: 2px;
  height: 12px;
  background-color: #21aae8;
}

@media (max-width: 1200px) {
  .service .service_up .subtitle {
    width: 50%;
  }
}

@media (max-width: 960px) {
  .service .service_down {
    width: 100%;
  }
  .service .btn-prev {
    left: 0;
  }
  .service .btn-next {
    right: 0;
  }
}

@media (max-width: 767.9px) {
  .service {
    padding-top: 112px;
    padding-bottom: 110px;
  }
  .service .service_up {
    width: 80%;
    margin: 0 auto;
  }
  .service .service_up .title {
    font-size: 2rem;
  }
  .service .service_up .subtitle {
    line-height: 25px;
    text-align: left;
    width: auto;
    margin-bottom: 43px;
  }
  .service .service_down {
    width: 100%;
  }
  .service .service_down .inner {
    width: 90%;
  }
  .service .btn-prev {
    position: absolute;
    left: 0;
  }
  .service .btn-next {
    position: absolute;
    right: 0;
  }
  .service .btn-prev,
  .service .btn-next {
    top: 35%;
  }
}

@media (max-width: 480px) {
  .service .btn-prev,
  .service .btn-next {
    top: 25%;
  }
}

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

/*                        news */

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

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin: 0 auto;
  padding-top: 122px;
  padding-bottom: 50px;
  overflow: hidden;
}

.news .news-l {
  width: 30%;
  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;
}

.news .news-l .title {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  font-size: 2.625rem;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.news .news-l hr {
  margin: 0;
  margin-top: 27px;
  margin-bottom: 32px;
  width: 52px;
  border: none;
  border-top: 2px solid #004986;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.news .news-l li {
  line-height: 40px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.news .news-l li a {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.03em;
  color: #000;
  position: relative;
}

.news .news-l li a:hover:after {
  width: 100%;
}

.news .news-l li 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;
}

.news .news-r {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .news .news-r ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.news .news-r li {
  opacity: 0;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.news .news-r img {
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  display: block;
}

.news .news-r .img_hover {
  overflow: hidden;
}

.news .news-r .img_hover.exhibition {
  width: 400px;
  height: auto !important;
}

.news .news-r .img_hover.news {
  width: 400px;
  height: auto !important;
}

.news .news-r .img_hover.product {
  width: 200px;
  height: 250px;
}

@media (max-width: 767px) {
  .news .news-r .img_hover.product {
    width: 100%;
    height: auto;
  }
}

.news .news-r .img_hover img {
  width: 100% !important;
  height: 100% !important;
}

.news .news-r .no {
  font-family:
    Century Gothic,
    "Microsoft JhengHei";
  font-style: italic;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  color: #fb6335;
  margin-bottom: 10px;
  margin-top: 20px;
}

.news .news-r .no.no_h {
  visibility: hidden;
}

.news .news-r .title {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 22px;
  letter-spacing: 0.015em;
  margin-bottom: 26px;
  color: #000;
}

.news .news-r .more {
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  font-size: 0.8125rem;
  position: relative;
  color: #000;
  padding-left: 25px;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
  display: inline-block;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  margin-bottom: 16px;
}

.news .news-r .more:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #21aae8;
}

.news .news-r .more:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 5%;
  width: 2px;
  height: 12px;
  background-color: #21aae8;
}

.news .news-r li:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.news .news-r li:hover .more {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.news .news-r .col-l,
.news .news-r .col-r {
  width: 367px;
}

.news .news-r .col-l .img,
.news .news-r .col-r .img {
  width: 100%;
  height: 197px;
}

.news .news-r .col-l .inner,
.news .news-r .col-r .inner {
  padding-left: 5%;
}

.news .news-r .col-l {
  margin-right: 5%;
}

.news .news-r .col-r {
  margin-left: 5%;
}

@media (max-width: 1600px) {
  .news .news-r .title {
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {
  .news {
    width: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news .news-l {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .news .news-l .menu {
    width: 80%;
  }
  .news .news-l ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 70px;
    width: 80%;
  }
  .news .news-r {
    width: 100%;
  }
  .news .news-r .title {
    margin-bottom: 26px;
  }
}

@media (max-width: 960px) {
  .news .news-r .title {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .news {
    width: 90%;
  }
  .news .news-l .title {
    font-size: 2rem;
  }
  .news .news-l hr {
    margin: 34px;
  }
  .news .news-l .menu {
    width: 100%;
  }
  .news .news-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
  }
  .news .news-r .col-l,
  .news .news-r .col-r {
    width: 100%;
    margin: 0;
  }
  .news .news-r .col-l li,
  .news .news-r .col-r li {
    margin-bottom: 40px !important;
  }
  .news .news-r .col-l li .inner,
  .news .news-r .col-r li .inner {
    position: static !important;
    width: 90%;
    margin: 0 auto;
  }
  .news .news-r .no {
    margin-top: 32px;
    margin-bottom: 13px;
  }
  .news .news-r .title {
    line-height: 28px;
    margin-bottom: 26px;
  }
}

@media (max-width: 767.9px) {
  .news .news-l .menu {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
  }
  .news .news-l .menu ul {
    width: 100vw;
    margin-left: 10%;
  }
}

@media (max-width: 480px) {
  .news .news-l .menu ul {
    width: 150vw;
  }
}

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

.btn-prev,
.btn-next {
  margin: auto;
  border: none;
  background-color: #004986;
  padding: 30px;
  width: 60px;
  height: 60px;
  z-index: 1;
}

.btn-prev {
  position: relative;
  left: -25px;
  opacity: 1;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.btn-prev:after {
  content: "";
  display: block;
  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-left: -1px;
  margin-top: -8px;
}

.btn-prev:before {
  content: "";
  display: block;
  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-left: -1px;
  margin-top: -4px;
}

.btn-next {
  position: relative;
  right: -25px;
  opacity: 1;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.btn-next:after {
  content: "";
  display: block;
  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-left: -1px;
  margin-top: -8px;
}

.btn-next:before {
  content: "";
  display: block;
  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-left: -1px;
  margin-top: -4px;
}

@media (max-width: 767.9px) {
  .btn-prev,
  .btn-next {
    padding: 20px;
    width: 40px;
    height: 40px;
  }
  .btn-prev:after,
  .btn-next:after,
  .btn-prev:before,
  .btn-next:before {
    margin-top: -6px;
  }
}

.search-menu {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background-color: #ddd;
  width: 100%;
  height: 100vh;
  z-index: 100;
}

.search-menu .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 45px 10% 31px 10%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.search-menu .title p {
  margin-right: 28px;
}

.search-menu .title .close {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-menu .title span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

.search-menu .title span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-menu-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}

.search-menu-list li:last-child {
  border-bottom: none;
}

.search-menu-list a {
  font-family:
    Century Gothic,
    "Microsoft JhengHei";
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  color: #fff;
  margin: 16px 10%;
  position: relative;
  display: block;
}

.search-menu-list span {
  width: 14px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
}

.search-menu-list span:after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.search-keyword {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #df582f;
  width: 100%;
  z-index: 100;
  height: 100vh;
}

.search-keyword .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.025em;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 45px 10% 31px 10%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.search-keyword .title p {
  margin-right: 28px;
  margin-left: 28px;
}

.search-keyword .title .close {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-keyword .title span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

.search-keyword .title span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-keyword form {
  padding: 40px 10%;
  width: 80%;
  height: 45%;
}

.search-keyword form textarea {
  width: 100%;
  height: 100%;
  background-color: #df582f;
  border: none;
  outline: none;
  resize: none;
  font-family:
    Century Gothic,
    "Microsoft JhengHei";
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  color: #fff;
}

.search-keyword form textarea:-ms-input-placeholder,
.search-keyword form textarea::-webkit-input-placeholder,
.search-keyword form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.875rem;
}

.search-keyword .confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 50px;
  text-align: center;
  font-family:
    Century Gothic Bold,
    "Microsoft JhengHei";
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.025em;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.search-keyword .confirm .back,
.search-keyword .confirm .enter {
  width: 50%;
}

.search-keyword .confirm .back {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.search-keyword .confirm a {
  display: block;
  color: #fff;
}

.search-keyword .confirm .back a {
  color: rgba(255, 255, 255, 0.5);
}

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

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

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;
  transiton: 0.4s all ease;
}

footer .footer_down .icon:hover:before {
  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;
}

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

footer .designed h3 {
  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 {
  font-family:
    Century Gothic,
    "Microsoft JhengHei";
  font-size: 0.6875rem;
  letter-spacing: 0.025em;
  color: rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  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: 767.9px) {
  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;
    z-index: 5;
  }
  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;
}

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

.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;
  width: calc(100% - 14vw);
  height: auto;
  padding: 150px 100px 0;
  line-height: 1.8;
  margin: 80px 0 0 14vw;
}

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

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

.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: 700px) {
  .privacyLibox .liboxClose {
    width: 50px;
    height: 50px;
  }
}

@media all and (min-width: 1921px) {
  .privacyLibox .liboxContent {
    width: calc(100% - 270px);
    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;
  }
}

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

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

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

/**
 * ----------------------------------------
 * 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;
  max-width: 100%;
  padding: 15px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

@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;
  border-radius: 0;
}

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

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

.menu .drop_menu ul li {
  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;
  height: 100%;
  padding: 0px 25px;
  position: relative;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
  height: 30px;
  outline: none;
}

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

.menu .drop_menu ul li:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  border-radius: 0;
  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 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;
  display: inline-block;
  outline: none;
  position: relative;
}

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

.menu .drop_menu ul li a:before {
  content: "";
  display: block;
  width: 100%;
  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 a.active:before {
  opacity: 1;
}

.menu .drop_menu i {
  font-size: 10px;
  color: #fff;
}

.menu .drop_menu i.icon-back {
  position: absolute;
  left: 50px;
  padding-right: 20px;
}

.menu .drop_menu i.icon-next {
  position: absolute;
  right: 50px;
  padding-left: 20px;
}

/*# sourceMappingURL=home_final.css.map */
