@charset "UTF-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2019 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: Buzz, Fish $
 * $Date: 2019/06 $
 * */
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto-BoldItalic.woff") format("woff"), url("../fonts/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

body, html {
  margin: 0;
  padding: 0;
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.875;
  overflow-x: hidden;
  font-family: 'Microsoft JhengHei UI', 'Microsoft JhengHei', 'Arial', sans-serif;
}

body {
  -webkit-transition: padding  0.25s;
  transition: padding  0.25s;
}

html {
  -ms-overflow-style: scrollbar;
}

/* FORM - BUTTON */
.btn-style {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 48px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 0 1%;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: background .2s, color .2s, border .2s;
  transition: background .2s, color .2s, border .2s;
  border-color: #014a8c;
  background-color: transparent;
  color: #014a8c;
  overflow: hidden;
}

.btn-style:before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  width: 100%;
  display: block;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  -webkit-transform: scaleX(0) translate(0, 0);
          transform: scaleX(0) translate(0, 0);
}

.btn-style span {
  color: inherit;
}

.btn-style:link {
  color: #014a8c;
}

.btn-style:link:hover {
  color: #fff;
}

.btn-style:hover {
  color: #fff;
  background: #014a8c;
  border-color: #014a8c;
}

.btn-style:hover:before {
  -webkit-animation: ani_btn_hover .4s linear;
          animation: ani_btn_hover .4s linear;
}

.btn-style:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.btn-submit {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 48px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 0 1%;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: background .2s, color .2s, border .2s;
  transition: background .2s, color .2s, border .2s;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  overflow: hidden;
}

.btn-submit:before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  width: 100%;
  display: block;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  -webkit-transform: scaleX(0) translate(0, 0);
          transform: scaleX(0) translate(0, 0);
}

.btn-submit span {
  color: inherit;
}

.btn-submit:link {
  color: #fff;
}

.btn-submit:link:hover {
  color: #4e80b5;
}

.btn-submit:hover {
  color: #4e80b5;
  background: #fff;
  border-color: #fff;
}

.btn-submit:hover:before {
  -webkit-animation: ani_btn_hover .4s linear;
          animation: ani_btn_hover .4s linear;
}

.btn-submit:hover:after {
  border-top: 1px solid #4e80b5;
  border-right: 1px solid #4e80b5;
}

.btn--light {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 48px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 0 1%;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: background .2s, color .2s, border .2s;
  transition: background .2s, color .2s, border .2s;
  border-color: #579cd5;
  background-color: transparent;
  color: #579cd5;
  overflow: hidden;
}

.btn--light:before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  width: 100%;
  display: block;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  -webkit-transform: scaleX(0) translate(0, 0);
          transform: scaleX(0) translate(0, 0);
}

.btn--light span {
  color: inherit;
}

.btn--light:link {
  color: #579cd5;
}

.btn--light:link:hover {
  color: #fff;
}

.btn--light:hover {
  color: #fff;
  background: #579cd5;
  border-color: #579cd5;
}

.btn--light:hover:before {
  -webkit-animation: ani_btn_hover .4s linear;
          animation: ani_btn_hover .4s linear;
}

.btn--light:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.btn--gray {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 48px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 0 1%;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: background .2s, color .2s, border .2s;
  transition: background .2s, color .2s, border .2s;
  border-color: #999;
  background-color: transparent;
  color: #999;
  overflow: hidden;
}

.btn--gray:before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  width: 100%;
  display: block;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  -webkit-transform: scaleX(0) translate(0, 0);
          transform: scaleX(0) translate(0, 0);
}

.btn--gray span {
  color: inherit;
}

.btn--gray:link {
  color: #999;
}

.btn--gray:link:hover {
  color: #fff;
}

.btn--gray:hover {
  color: #fff;
  background: #999;
  border-color: #999;
}

.btn--gray:hover:before {
  -webkit-animation: ani_btn_hover .4s linear;
          animation: ani_btn_hover .4s linear;
}

.btn--gray:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.btn--list {
  padding-left: 2.2%;
}

.btn--list span {
  position: relative;
  display: block;
}

.btn--list span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 25px;
  width: 12px;
  height: 12px;
  background: url(../images/icon_grid.png) no-repeat 0 0;
  background-size: 100% auto;
}

.btn--list:link:hover span:after, .btn--list:hover span:after {
  background-position: 0 100%;
}

.btn--contact {
  padding-left: 2.2%;
  border-color: #999;
  background-color: transparent;
  color: #666;
}

.btn--contact:link {
  color: #666;
}

.btn--contact span {
  display: block;
  position: relative;
}

.btn--contact span:after {
  content: '\f0e0';
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 25px;
  font-size: 1.0625rem;
  color: inherit;
}

.btn--contact:link:hover, .btn--contact:hover {
  border-color: #80a4c5;
  color: #014a8c;
  background-color: transparent;
}

.btn--contact:link:hover span:after, .btn--contact:hover span:after {
  background-position: 0 100%;
}

.btn--download {
  padding-left: 2.2%;
  background-color: #444;
  color: #fff;
}

.btn--download:link {
  color: #fff;
}

.btn--download span {
  position: relative;
  padding-left: 30px;
}

.btn--download span:after {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 25px;
  height: 25px;
  background: url(../images/icon_download.png);
  background-size: 100% auto;
}

.btn--download:link:hover, .btn--download:hover {
  background-color: #222;
  border-color: #222;
  color: #fff;
}

.btn--download-icon {
  border: none;
  width: 30px;
  height: 30px;
  position: relative;
  background: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

.btn--download-icon:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 30px;
  height: 30px;
  background: url(../images/icon_download.png) no-repeat 0 50%;
  background-size: 100% auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn--download-icon:link:hover:after, .btn--download-icon:hover:after {
  background-position: 0 100%;
}

.btn--back {
  padding-left: 1.2%;
  background-color: #014a8c;
  border-color: #014a8c;
  color: #fff;
}

.btn--back:link {
  color: #fff;
}

.btn--back span {
  position: relative;
  padding-left: 20px;
}

.btn--back span:after {
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: 4px;
  left: 0;
  margin: 0;
  width: 10px;
  height: 10px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  background-size: 100% auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn--back:link:hover, .btn--back:hover {
  background-color: #0056a3;
  border-color: #0056a3;
  color: #fff;
}

@media (max-width: 767px) {
  .btn-style {
    font-size: 0.875rem;
    height: 45px;
    line-height: 43px;
  }
}

@media (max-width: 399px) {
  .btn-style {
    width: 100%;
  }
}

/* default effect */
.eff-img-hover img {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.eff-img-hover:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* keyframe */
@-webkit-keyframes ani_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes ani_zoomOut_x {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes ani_zoomOut_x {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@-webkit-keyframes ani_zoomIn_x {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes ani_zoomIn_x {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@-webkit-keyframes ani_zoomIn_y {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes ani_zoomIn_y {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@-webkit-keyframes ani_rotateIn_x {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0);
            transform: rotate(45deg) scaleX(0);
  }
  100% {
    -webkit-transform: rotate(45deg) scaleX(1);
            transform: rotate(45deg) scaleX(1);
  }
}

@keyframes ani_rotateIn_x {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0);
            transform: rotate(45deg) scaleX(0);
  }
  100% {
    -webkit-transform: rotate(45deg) scaleX(1);
            transform: rotate(45deg) scaleX(1);
  }
}

@-webkit-keyframes ani_rotateIn_x_reverse {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(0);
            transform: rotate(-45deg) scaleX(0);
  }
  100% {
    -webkit-transform: rotate(-45deg) scaleX(1);
            transform: rotate(-45deg) scaleX(1);
  }
}

@keyframes ani_rotateIn_x_reverse {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(0);
            transform: rotate(-45deg) scaleX(0);
  }
  100% {
    -webkit-transform: rotate(-45deg) scaleX(1);
            transform: rotate(-45deg) scaleX(1);
  }
}

@-webkit-keyframes ani_rotateOut_x {
  0% {
    -webkit-transform: rotate(45deg) scaleX(1);
            transform: rotate(45deg) scaleX(1);
  }
  100% {
    -webkit-transform: rotate(45deg) scaleX(0);
            transform: rotate(45deg) scaleX(0);
  }
}

@keyframes ani_rotateOut_x {
  0% {
    -webkit-transform: rotate(45deg) scaleX(1);
            transform: rotate(45deg) scaleX(1);
  }
  100% {
    -webkit-transform: rotate(45deg) scaleX(0);
            transform: rotate(45deg) scaleX(0);
  }
}

@-webkit-keyframes ani_rotateOut_x_reverse {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(1);
            transform: rotate(-45deg) scaleX(1);
  }
  100% {
    -webkit-transform: rotate(-45deg) scaleX(0);
            transform: rotate(-45deg) scaleX(0);
  }
}

@keyframes ani_rotateOut_x_reverse {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(1);
            transform: rotate(-45deg) scaleX(1);
  }
  100% {
    -webkit-transform: rotate(-45deg) scaleX(0);
            transform: rotate(-45deg) scaleX(0);
  }
}

@-webkit-keyframes ani_zoomIn_n-soS {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes ani_zoomIn_n-soS {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes ani_zoomOut_StoB {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
}

@keyframes ani_zoomOut_StoB {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
}

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

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

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

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

@-webkit-keyframes ani_flexible {
  0% {
    top: 0;
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  50% {
    top: 0;
    height: 40px;
    opacity: 1;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  100% {
    top: 0;
    height: 40px;
    opacity: 1;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

@keyframes ani_flexible {
  0% {
    top: 0;
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  50% {
    top: 0;
    height: 40px;
    opacity: 1;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  100% {
    top: 0;
    height: 40px;
    opacity: 1;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}

@-webkit-keyframes ani_scroll_jump {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
}

@keyframes ani_scroll_jump {
  0%, 100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
}

@-webkit-keyframes ani_jump {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: -20px;
  }
}

@keyframes ani_jump {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: -20px;
  }
}

@-webkit-keyframes ani_clip_fromR {
  0% {
    opacity: 0;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -moz-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes ani_clip_fromR {
  0% {
    opacity: 0;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -moz-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@-webkit-keyframes ani_clip_fromL {
  0% {
    opacity: 0;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -moz-clip-path: polygon(0, 0 0, 0 100%, 0 100%);
    -webkit-clip-path: polygon(0, 0 0, 0 100%, 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes ani_clip_fromL {
  0% {
    opacity: 0;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -moz-clip-path: polygon(0, 0 0, 0 100%, 0 100%);
    -webkit-clip-path: polygon(0, 0 0, 0 100%, 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@-webkit-keyframes ani_clip_fromD {
  0% {
    opacity: 0;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes ani_clip_fromD {
  0% {
    opacity: 0;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@-webkit-keyframes ani_clip_fromU {
  0% {
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes ani_clip_fromU {
  0% {
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

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

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

@-webkit-keyframes ani_menu_expend {
  0% {
    opacity: 0;
    max-height: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    max-height: 800px;
  }
}

@keyframes ani_menu_expend {
  0% {
    opacity: 0;
    max-height: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    max-height: 800px;
  }
}

@-webkit-keyframes ani_search_btn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
}

@keyframes ani_search_btn {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
}

@-webkit-keyframes ani_btn_hover {
  0% {
    -webkit-transform: translate(-110%, 0);
            transform: translate(-110%, 0);
  }
  100% {
    -webkit-transform: translate(110%, 0);
            transform: translate(110%, 0);
  }
}

@keyframes ani_btn_hover {
  0% {
    -webkit-transform: translate(-110%, 0);
            transform: translate(-110%, 0);
  }
  100% {
    -webkit-transform: translate(110%, 0);
            transform: translate(110%, 0);
  }
}

[data-show-fade].scroll-view {
  -webkit-animation: ani_fadeIn 1s both;
          animation: ani_fadeIn 1s both;
}

[data-show-up].scroll-view {
  -webkit-animation: ani_fadeIn_toU 1s both;
          animation: ani_fadeIn_toU 1s both;
}

[data-show-right].scroll-view {
  -webkit-animation: ani_fadeIn_toL 1s both;
          animation: ani_fadeIn_toL 1s both;
}

[data-show-left].scroll-view {
  -webkit-animation: ani_fadeIn_toR 1s both;
          animation: ani_fadeIn_toR 1s both;
}

[data-show-zoomInbs].scroll-view {
  -webkit-animation: ani_zoomIn_n-soS 1s both;
          animation: ani_zoomIn_n-soS 1s both;
}

/* === RESET === */
* {
  -webkit-backface-visibility: hidden;
}

.disabled, .disabled:hover {
  cursor: not-allowed;
}

a, a:visited, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0;
}

img, a img {
  border: none;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

section, article, aside, footer, header, nav, main {
  display: block;
}

p {
  line-height: inherit;
}

ol.reset, ul.reset, li.reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

label {
  font-weight: inherit;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  *font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input, textarea, select, input[type="radio"], input[type="checkbox"] {
  -webkit-appearance: none;
}

input:not([type="button"]), input:not([type="submit"]), input:not([type="reset"]) {
  font-size: 16px !important;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
}

::-moz-placeholder {
  color: #ccc;
  font-size: 14px;
}

:-ms-input-placeholder, :-moz-placeholder {
  color: #ccc;
  font-size: 14px;
}

input:-moz-read-only {
  background: #eee;
  color: #666;
}

.input-style:-moz-read-only:focus {
  border: 1px solid #ddd;
}

.textarea-style:-moz-read-only:focus {
  border: 1px solid #ddd;
}

input:-moz-read-only {
  background: #eee;
  color: #666;
}

input:read-only {
  background: #eee;
  color: #666;
}

.input-style:-moz-read-only:focus {
  border: 1px solid #ddd;
}

.input-style:read-only:focus {
  border: 1px solid #ddd;
}

.textarea-style:-moz-read-only:focus {
  border: 1px solid #ddd;
}

.textarea-style:read-only:focus {
  border: 1px solid #ddd;
}

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
  background-color: #ededed !important;
  border: 1px solid #eee;
}

/* === MODULE === */
/* GOTOP */
.gotop {
  position: fixed;
  bottom: 60px;
  right: 35px;
  width: 40px;
  height: 70px;
  z-index: 200;
  display: block;
  font-size: 0;
  background-color: #4786bc;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: background-color 0.2s, opacity 0.25s, -webkit-transform 0.25s;
  transition: background-color 0.2s, opacity 0.25s, -webkit-transform 0.25s;
  transition: background-color 0.2s, opacity 0.25s, transform 0.25s;
  transition: background-color 0.2s, opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

.gotop:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -15px;
  width: 8px;
  height: 35px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: skewY(45deg);
          transform: skewY(45deg);
}

.gotop.scroll-view {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.gotop:hover {
  background: #0056a3;
}

@media (max-width: 1199px) {
  .gotop {
    width: 35px;
    height: 50px;
    right: 30px;
    bottom: 30px;
  }
  .gotop:before {
    height: 24px;
    margin-top: -8px;
  }
}

@media (max-width: 991px) {
  .gotop {
    right: 20px;
    bottom: 20px;
  }
}

/* PAGER */
.p-pager {
  text-align: center;
  position: relative;
  z-index: 5;
  display: block;
  margin: 40px auto;
  opacity: 0;
}

.p-pager.scroll-view {
  opacity: 1;
  -webkit-animation: ani_fadeIn 1s .5s both;
          animation: ani_fadeIn 1s .5s both;
}

.p-pager a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  font-size: 1rem;
  line-height: 36px;
  color: #666;
  background-color: transparent;
  border: none;
  margin: 0 1px;
  padding-right: 2px;
  min-width: 36px;
  border-radius: 36px;
  -webkit-transition: color .15s;
  transition: color .15s;
}

.p-pager a.num:before {
  content: '';
  height: 15px;
  width: 1px;
  background: #999999;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  position: absolute;
  left: 0;
  top: 10px;
}

.p-pager a.num:nth-child(2):before {
  display: none;
}

.p-pager a:hover {
  color: #333;
}

.p-pager a.disabled {
  opacity: 0.5;
}

.p-pager a.num.current {
  color: #0056a3;
}

.p-pager a.num.current:hover {
  color: #0056a3;
}

.p-pager a.prev {
  margin-right: 5px;
}

.p-pager a.next {
  margin-left: 5px;
}

@media (max-width: 991px) {
  .p-pager {
    margin: 30px auto;
  }
}

@media (max-width: 767px) {
  .p-pager .mb-hide {
    display: none;
  }
}

/* HR */
.g-hr {
  display: block;
  height: 1px;
  width: 100%;
  margin: 15px auto;
  border: none;
  border-bottom: 1px solid #ddd;
}

/* OVERFLOW */
.open-overlay {
  position: fixed;
  z-index: 190;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/bg_slash.png) repeat 0 0 rgba(0, 0, 0, 0.2);
  display: none;
}

.open-overlay.is-open {
  display: block;
  -webkit-animation: ani_fadeIn 0.3s both cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: ani_fadeIn 0.3s both cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open-overlay.is-close {
  -webkit-animation: ani_fadeOut 0.3s both cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: ani_fadeOut 0.3s both cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* FORM - BOX */
.form-box {
  display: block;
  position: relative;
  margin: 0 auto 10px auto;
  padding: 0;
}

.form-box.form-half {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 29px);
}

.form-box.form-half.odd {
  margin-right: 50px;
}

.form-box.form-half.even {
  margin-right: 0;
}

.form-sex {
  position: relative;
}

.form-sex .input-style {
  paddiing-right: 150px;
}

.form-sex .form-gp {
  width: 150px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.form-sex .form-gp .radio-style {
  width: calc(50% - 15px);
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1199px) {
  .form-box.form-half {
    width: calc(50% - 19px);
  }
  .form-box.form-half.odd {
    margin-right: 30px;
  }
  .form-box.form-half.even {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .form-box.form-half {
    display: block;
    width: 100%;
  }
}

/* TEXT */
.input-style {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  height: 50px;
  padding: 0 10px;
}

/* CODE */
.form-box.code {
  max-width: calc(50% + 100px - 19px);
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.form-box.code .input-style {
  padding-right: 150px;
}

.codeimg {
  width: 155px;
  position: absolute;
  bottom: 10px;
  right: 0;
}

@media (max-width: 767px) {
  .form-box.code {
    width: 100%;
    max-width: 100%;
  }
  .form-box.code .input-style {
    padding-right: 130px;
  }
  .codeimg {
    width: 120px;
  }
}

/* RADIO */
.radio-style {
  padding: 0;
  margin: 0 5px;
  display: inline-block;
  font-weight: normal;
}

.radio-style input {
  outline: none;
  display: none;
}

.radio-style input + span {
  display: inline-block;
  vertical-align: baseline;
  border: 2px solid #999;
  background: #fff;
  width: 15px;
  height: 15px;
  padding: 3px;
  margin: 0 8px -2px 0;
  border-radius: 50%;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}

.radio-style input + span i {
  display: block;
  width: 100%;
  height: 100%;
  background: #999;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 50%;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.radio-style input:checked + span {
  border-color: #999;
}

.radio-style input:checked + span i {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.radio-style:hover input + span, .radio-style:active input + span {
  border-color: #666;
}

.radio-style:hover input + span i, .radio-style:active input + span i {
  background-color: #666;
}

.radio-style:hover input:checked + span, .radio-style:active input:checked + span {
  border-color: #666;
  background: #fff;
}

.radio-style:hover input:checked + span i, .radio-style:active input:checked + span i {
  background-color: #666;
}

@media (max-width: 991px) {
  .radio-style {
    margin: 0 5px;
  }
}

/* CHECKBOX */
.g-checkbox {
  padding: 0;
  margin: 0 10px;
  display: inline-block;
  font-weight: normal;
}

.g-checkbox input {
  outline: none;
  display: none;
}

.g-checkbox input + span {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #999;
  background: #fff;
  width: 14px;
  height: 14px;
  padding: 0;
  margin: 0 8px 3px 0;
  border-radius: 1px;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}

.g-checkbox input + span i {
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 0 4px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #999;
  border-bottom: 2px solid #999;
  -webkit-transform: scale(0) rotate(-45deg);
          transform: scale(0) rotate(-45deg);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.g-checkbox input:checked + span {
  border-color: #999;
}

.g-checkbox input:checked + span i {
  -webkit-transform: scale(1) rotate(-45deg);
          transform: scale(1) rotate(-45deg);
}

.g-checkbox:hover input + span, .g-checkbox:active input + span {
  border-color: #666;
}

.g-checkbox:hover input:checked + span, .g-checkbox:active input:checked + span {
  border-color: #666;
  background: #fff;
}

.g-checkbox:hover input:checked + span i, .g-checkbox:active input:checked + span i {
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
}

/* LABEL */
.label-style {
  font-size: 1rem;
  color: #444;
  padding: 0;
  margin: 0;
  display: block;
  border: none;
}

/* TEXTAREA */
.textarea-style {
  background: #fff;
  height: 90px;
  padding: 10px;
  width: 100%;
  display: block;
  outline: none;
  border: 1px solid #ddd;
  -webkit-transition: border .15s;
  transition: border .15s;
}

.textarea-style:focus {
  border: 1px solid #008;
}

/* star */
.star {
  color: #e60012;
  font-size: 1.0625rem;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 6px 0 0;
  font-style: normal;
}

/* SELECT */
.select-style {
  border-radius: 5px;
  padding: 0 50px 0 15px;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #f6f6f6 url("../images/select_aw.jpg") right 0 no-repeat;
  background-size: auto 100%;
  outline: none;
  border: 1px solid transparent;
  -webkit-transition: border .15s;
  transition: border .15s;
}

.select-style:focus {
  border: 1px solid #ddd;
}

.select-style::-ms-expand {
  display: none;
}

/* BREADCRUMB */
.g-breadcrumb {
  background: #edf1f5;
  padding: 15px 0;
  line-height: 1.2;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.g-breadcrumb.scroll-view {
  opacity: 1;
}

.g-breadcrumb ul li {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  color: #888;
  padding-left: 30px;
  font-size: 13px;
}

.g-breadcrumb ul li:before {
  content: '';
  width: 8px;
  height: 1px;
  display: inline-block;
  position: absolute;
  background: #c0c0c0;
  left: 10px;
  top: 10px;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}

.g-breadcrumb ul li:first-child {
  padding-left: 0;
}

.g-breadcrumb ul li:first-child:before {
  display: none;
}

.g-breadcrumb ul li a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.g-breadcrumb ul li a:hover {
  text-decoration: underline;
}

.g-breadcrumb ul li:last-child {
  color: #666;
}

@media (max-width: 991px) {
  .g-breadcrumb {
    padding: 10px 0;
  }
  .g-breadcrumb ul li {
    padding-left: 20px;
  }
  .g-breadcrumb ul li:before {
    left: 3px;
  }
  .g-breadcrumb ul li:first-child {
    padding-left: 0;
  }
  .g-breadcrumb ul li:first-child:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .g-breadcrumb {
    padding: 5px 0;
  }
  .g-breadcrumb ul li {
    display: inline;
    font-size: 10px;
  }
  .g-breadcrumb ul li a {
    display: inline;
  }
}

/* FUNCTION - CATEGORY */
.g-catetab {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 90;
  font-size: 0;
  padding: 0 20px;
  margin: 0 auto;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.g-catetab.scroll-view {
  opacity: 1;
}

.g-catetab.no-over {
  padding: 0;
}

.g-catetab.no-over .btn-prev, .g-catetab.no-over .btn-next {
  display: none;
}

.g-catetab .btn-prev, .g-catetab .btn-next {
  -webkit-transition: background .25s, opacity .25s;
  transition: background .25s, opacity .25s;
}

.g-catetab .btn-prev:before, .g-catetab .btn-prev:after, .g-catetab .btn-next:before, .g-catetab .btn-next:after {
  -webkit-transition: border .25s;
  transition: border .25s;
}

.g-catetab .btn-prev.disabled, .g-catetab .btn-next.disabled {
  background: #f8f8f8;
  cursor: not-allowed;
}

.g-catetab .btn-prev.disabled:after, .g-catetab .btn-prev.disabled:before, .g-catetab .btn-next.disabled:after, .g-catetab .btn-next.disabled:before {
  opacity: 0.5;
}

.g-catetab .btn-prev {
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  border: 1px solid #eee;
}

.g-catetab .btn-prev:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  border-color: transparent #666 transparent transparent;
  position: absolute;
  display: block;
  z-index: 0;
  top: 50%;
  left: 52%;
  margin-left: -3px;
  margin-top: -4px;
}

.g-catetab .btn-prev:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 4px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  display: block;
  z-index: 1;
  top: 50%;
  left: 52%;
  margin-top: -4px;
}

.g-catetab .btn-prev:not(.disabled):hover {
  background: #666666;
}

.g-catetab .btn-prev:not(.disabled):hover:before {
  border-color: transparent #fff transparent transparent;
}

.g-catetab .btn-prev:not(.disabled):hover:after {
  border-color: transparent #666 transparent transparent;
}

.g-catetab .btn-next {
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #eee;
}

.g-catetab .btn-next:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #666;
  position: absolute;
  display: block;
  z-index: 0;
  top: 50%;
  right: 52%;
  margin-right: -3px;
  margin-top: -4px;
}

.g-catetab .btn-next:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 3px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  display: block;
  z-index: 1;
  top: 50%;
  right: 52%;
  margin-top: -4px;
}

.g-catetab .btn-next:not(.disabled):hover {
  background: #666666;
}

.g-catetab .btn-next:not(.disabled):hover:before {
  border-color: transparent transparent transparent #fff;
}

.g-catetab .btn-next:not(.disabled):hover:after {
  border-color: transparent transparent transparent #666;
}

.g-catetab .g-catetab-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
}

.g-catetab .g-catetab-list .mCSB_container {
  font-size: 0;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: block \9;
  text-align: center;
}

.g-catetab .g-catetab-list li {
  display: inline-block;
  vertical-align: top \9;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 150px;
          flex: 1 1 150px;
  min-width: 150px \9;
  margin-right: 1px;
}

.g-catetab .g-catetab-list li:first-child {
  border-left: none;
}

.g-catetab .g-catetab-list li a {
  display: block;
  padding: 0 10px;
  margin: 0;
  border-radius: 0;
  text-align: center;
  font-size: 1.125rem;
  line-height: 70px;
  color: #fff;
  background-color: rgba(1, 74, 140, 0.6);
  -webkit-transition: color .25s, background .25s;
  transition: color .25s, background .25s;
}

.g-catetab .g-catetab-list li a:hover {
  color: #666;
  background-color: #f6f6f6;
}

.g-catetab .g-catetab-list li.current a {
  color: #222;
  background-color: #fff;
}

@media (max-width: 767px) {
  .g-catetab {
    position: relative;
    width: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-left: -20px;
    margin-right: -20px;
    opacity: 0;
  }
  .g-catetab .g-catetab-list li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50vw - 20px);
            flex: 1 0 calc(50vw - 20px);
    min-width: auto;
  }
  .g-catetab .g-catetab-list li a {
    font-size: 1rem;
  }
}

/* FUNCTION - DROPDOWN - CATEGORY */
.p-cate {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 0;
  padding: 0 15px;
  margin: 20px auto 40px auto;
  opacity: 0;
  z-index: 20;
  -webkit-transition: opacity .8s .2s;
  transition: opacity .8s .2s;
}

.p-cate.scroll-view {
  opacity: 1;
}

.p-cate .cur-item {
  display: none;
}

.p-cate ul {
  list-style: none;
  /*white-space: nowrap;*/
  margin: 0;
  padding: 0;
  text-align: center;
}

.p-cate ul li {
  display: inline-block;
  vertical-align: middle;
  min-width: 170px;
}

.p-cate ul li a {
  display: block;
  padding: 12px 15px;
  margin: 0 5px 5px 5px;
  text-align: center;
  line-height: 1.5;
  font-size: 1rem;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #a1acb3;
  color: #555;
  -webkit-transition: color .15s, background .15s, border .15s;
  transition: color .15s, background .15s, border .15s;
}

.p-cate ul li a:hover {
  border-color: #909da5;
  color: #333;
  background-color: #f8f8f8;
}

.p-cate ul li a > i {
  font-style: normal;
}

.p-cate ul li.current a {
  color: #fff;
  border: 1px solid #5b8cb8;
  background-color: #5b8cb8;
}

@media (min-width: 769px) {
  .p-cate.more-item {
    max-width: none;
    width: auto;
    border: 1px solid transparent;
    background: transparent;
    overflow: visible;
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
    -webkit-transition: border .2s, background .2s;
    transition: border .2s, background .2s;
  }
  .p-cate.more-item .cur-item {
    cursor: pointer;
    white-space: nowrap;
    display: block;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 12px 32px 12px 32px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
    font-size: 1.0625rem;
    background: #205281;
    color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: color .15s, background .15s, border .15s;
    transition: color .15s, background .15s, border .15s;
  }
  .p-cate.more-item .cur-item:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 20px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: none;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p-cate.more-item .cur-item:hover {
    background: #002d5d;
  }
  .p-cate.more-item ul {
    display: none;
    position: absolute;
    z-index: 0;
    border: 1px solid #ddd;
    padding: 55px 5px 5px 5px;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .p-cate.more-item ul li {
    display: block;
    min-width: auto;
    padding: 0;
    margin: 0;
    border-top: 1px dotted #ccc;
  }
  .p-cate.more-item ul li a {
    background: #fff;
    border: none;
    border-top: none;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.2;
    font-size: 1rem;
    border-left: none;
    border-radius: 0;
    color: #444;
  }
  .p-cate.more-item ul li a:hover {
    background: #f8f8f8;
  }
  .p-cate.more-item ul li:first-child {
    border-top: none;
  }
  .p-cate.more-item ul li.current a {
    border: none;
    background: #eee;
    color: #444;
    font-weight: 600;
  }
  .p-cate.more-item.open {
    padding: 0;
  }
  .p-cate.more-item.open .cur-item {
    background: #205281;
    color: #fff;
  }
  .p-cate.more-item.open .cur-item:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .p-cate.more-item.open ul {
    border: 1px solid #eee;
    position: absolute;
    display: block;
    -webkit-animation: ani_fadeIn .5s both;
            animation: ani_fadeIn .5s both;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  }
  .p-cate ul li.mark-item a {
    border: 1px solid #3B4348;
    color: #222;
  }
  .p-cate ul li.mark-item.current a {
    color: #fff;
    border: 1px solid #0056a3;
    background-color: #0056a3;
  }
  .p-cate {
    margin: 0 auto 50px auto;
  }
}

@media (max-width: 768px) {
  .p-cate {
    max-width: none;
    width: auto;
    border: 1px solid transparent;
    background: transparent;
    overflow: visible;
    padding: 0;
    margin-left: -20px;
    margin-right: -20px;
    -webkit-transition: border .2s, background .2s;
    transition: border .2s, background .2s;
  }
  .p-cate .cur-item {
    cursor: pointer;
    white-space: nowrap;
    display: block;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 12px 32px 12px 32px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
    font-size: 1.0625rem;
    background: #205281;
    color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: color .15s, background .15s, border .15s;
    transition: color .15s, background .15s, border .15s;
  }
  .p-cate .cur-item:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 20px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: none;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p-cate .cur-item:hover {
    background: #002d5d;
  }
  .p-cate ul {
    display: none;
    position: absolute;
    z-index: 0;
    border: 1px solid #ddd;
    padding: 55px 5px 5px 5px;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .p-cate ul li {
    display: block;
    min-width: auto;
    padding: 0;
    margin: 0;
    border-top: 1px dotted #ccc;
  }
  .p-cate ul li a {
    background: #fff;
    border: none;
    border-top: none;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.2;
    font-size: 1rem;
    border-left: none;
    border-radius: 0;
    color: #444;
  }
  .p-cate ul li a:hover {
    background: #f8f8f8;
  }
  .p-cate ul li:first-child {
    border-top: none;
  }
  .p-cate ul li.current a {
    border: none;
    background: #eee;
    color: #444;
    font-weight: 600;
  }
  .p-cate.open {
    padding: 0;
  }
  .p-cate.open .cur-item {
    background: #205281;
    color: #fff;
  }
  .p-cate.open .cur-item:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .p-cate.open ul {
    border: 1px solid #eee;
    position: absolute;
    display: block;
    -webkit-animation: ani_fadeIn .5s both;
            animation: ani_fadeIn .5s both;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  }
}

/* FINISH EFFECT */
.fc-success {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  display: block;
  position: relative;
  border: 5px solid #008 \9;
  background: #fff \9;
  border-radius: 50%;
  opacity: 0 \9;
}

.fc-success.scroll-view {
  opacity: 1 \9;
}

.fc-success .pie {
  width: 50%;
  height: 100%;
  position: absolute;
  background: #fff;
  border: 5px solid #008;
  display: none \9;
}

.fc-success .spin {
  border-radius: 35px 0 0 35px;
  z-index: 20;
  border-right: none;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  display: none \9;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fc-success.scroll-view .spin {
  -webkit-animation: fc_rotate 1s linear;
  animation: fc_rotate 1s linear;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fc-success .fill {
  border-radius: 0 35px 35px 0;
  z-index: 10;
  border-left: none;
  left: 50%;
  opacity: 0;
  display: none \9;
}

.fc-success.scroll-view .fill {
  -webkit-animation: fc_fill 1s ease;
  animation: fc_fill 1s ease;
  opacity: 1;
}

.fc-success .mask {
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 30;
  opacity: 1;
  background: #fff;
  border: none;
}

.fc-success.scroll-view .mask {
  -webkit-animation: fc_mask 1s ease;
  animation: fc_mask 1s ease;
  opacity: 0;
}

.fc-success .check {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 40;
  opacity: 0;
  display: block;
}

.fc-success.scroll-view .check {
  opacity: 1;
  -webkit-animation: zoomIn 0.5s ease-in-out;
  animation: zoomIn 0.5s ease-in-out;
}

.fc-success .check span {
  position: absolute;
  z-index: 40;
  height: 6px;
  width: 25%;
  top: 50%;
  left: 23%;
  border-radius: 25px;
  background: #008;
}

.fc-success .check span:nth-child(1) {
  width: 30%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fc-success .check span:nth-child(2) {
  width: 63%;
  -webkit-transform: rotate(-45deg) translate(25%, 0);
  transform: rotate(-45deg) translate(25%, 0);
}

.fc-ti {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #555;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0.5rem 0;
  font-family: 'Poppins', 'PingFangTC', 'Noto Sans CJK', 'Microsoft JhengHei', 'Arial', 'PMingLiU', sans-serif;
  font-weight: 500;
  opacity: 0;
}

.fc-text {
  display: block;
  text-align: center;
  margin: 10px auto;
  font-size: 1rem;
  opacity: 0;
}

.fc-ti.scroll-view, .fc-text.scroll-view {
  opacity: 1;
  -webkit-animation: fadeIn 0.5s ease;
  animation: fadeIn 0.5s ease;
}

.finish-msg {
  margin: 0 auto 20px auto;
}

.finish-msg .btn-wrap {
  margin: 20px auto 0 auto;
}

.finish-msg .btn-wrap .btn-fly {
  width: 150px;
  height: 45px;
  display: inline-block;
  position: relative;
  border: none;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 1.06rem;
  background: #008;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0);
  -webkit-transition: background 0.3s, color 0.3s, width 0.3s cubic-bezier(0.12, 0.55, 0.51, 0.96), -webkit-box-shadow 0.3s cubic-bezier(0.12, 0.55, 0.51, 0.96), -webkit-transform 0.3s cubic-bezier(0.12, 0.55, 0.51, 0.96);
  transition: background 0.3s, color 0.3s, width 0.3s cubic-bezier(0.12, 0.55, 0.51, 0.96), -webkit-box-shadow 0.3s cubic-bezier(0.12, 0.55, 0.51, 0.96), -webkit-transform 0.3s cubic-bezier(0.12, 0.55, 0.51, 0.96);
  transition: background 0.3s, color 0.3s, box-shadow 0.3s cubic-bezier(0.12, 0.55, 0.51, 0.96), transform 0.3s cubic-bezier(0.12, 0.55, 0.51, 0.96), width 0.3s cubic-bezier(0.12, 0.55, 0.51, 0.96);
  transition: background 0.3s, color 0.3s, box-shadow 0.3s cubic-bezier(0.12, 0.55, 0.51, 0.96), transform 0.3s cubic-bezier(0.12, 0.55, 0.51, 0.96), width 0.3s cubic-bezier(0.12, 0.55, 0.51, 0.96), -webkit-box-shadow 0.3s cubic-bezier(0.12, 0.55, 0.51, 0.96), -webkit-transform 0.3s cubic-bezier(0.12, 0.55, 0.51, 0.96);
}

.finish-msg .btn-wrap .btn-fly span {
  position: relative;
  z-index: 1;
}

.finish-msg .btn-wrap .btn-fly:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  background: #0000a2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
}

.finish-msg .btn-wrap .btn-fly:hover {
  color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.finish-msg .btn-wrap .btn-fly:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}

/* No-data */
.msg-nodata {
  padding: 100px 0;
  margin: auto;
  text-align: center;
  font-family: "Roboto", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
}

.msg-nodata .img {
  width: 100px;
  height: 100px;
  display: block;
  position: relative;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.msg-nodata .img:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 1px solid #ddd;
}

.msg-nodata .img:before {
  content: '!';
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  color: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.msg-nodata .text {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #999;
  line-height: 1.5;
  margin: 15px auto 50px auto;
}

.msg-nodata .text strong {
  font-size: 1.25em;
  font-weight: 600;
  margin: 0 auto 5px auto;
}

.msg-nodata[data-scrollview] .img {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

.msg-nodata[data-scrollview] .text {
  opacity: 0;
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
  -webkit-transition: opacity .3s .2s, -webkit-transform .3s .2s;
  transition: opacity .3s .2s, -webkit-transform .3s .2s;
  transition: opacity .3s .2s, transform .3s .2s;
  transition: opacity .3s .2s, transform .3s .2s, -webkit-transform .3s .2s;
}

.msg-nodata[data-scrollview] a {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: opacity .3s .33s, -webkit-transform .3s .33s;
  transition: opacity .3s .33s, -webkit-transform .3s .33s;
  transition: opacity .3s .33s, transform .3s .33s;
  transition: opacity .3s .33s, transform .3s .33s, -webkit-transform .3s .33s;
}

.msg-nodata[data-scrollview].scroll-view .img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.msg-nodata[data-scrollview].scroll-view .text, .msg-nodata[data-scrollview].scroll-view a {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (max-width: 1199px) {
  .msg-nodata {
    padding: 50px 0;
  }
  .msg-nodata.plist {
    padding: 0;
  }
  .msg-nodata .img {
    width: 100px;
    height: 100px;
  }
  .msg-nodata .text {
    margin-bottom: 35px;
  }
}

@media (max-width: 991px) {
  .msg-nodata {
    padding: 30px 0 50px 0;
  }
  .msg-nodata.plist {
    padding: 0;
  }
}

/* FUNCTION - CACULATE BOX */
.input-caculate {
  height: 35px;
  width: 120px;
  display: inline-block;
  position: relative;
  padding: 0 33px;
  margin: 0 auto;
  border: 1px solid #ccc;
  background: #fff;
}

.input-caculate .numbtn {
  width: 30px;
  height: 100%;
  top: 0;
  bottom: 0;
  border: none;
  line-height: 1;
  text-align: center;
  position: absolute;
  padding: 0;
  font-family: 'Arial', sans-serif;
  background: #fff;
  color: #666;
  -webkit-transition: background .15s, color .15s;
  transition: background .15s, color .15s;
}

.input-caculate .numbtn.dec {
  left: 0;
  border-right: 1px solid #ccc;
}

.input-caculate .numbtn.inc {
  right: 0;
  border-left: 1px solid #ccc;
}

.input-caculate .numbtn:hover, .input-caculate .numbtn:active {
  background: #ccc;
  color: #fff;
}

.input-caculate .numbtn input {
  border: none;
  background: none;
  width: auto;
  height: 100%;
  max-width: 50px;
  height: 33px;
  display: inline-block;
  padding: 0 5px;
  margin: 0;
  text-align: center;
}

.input-caculate.full {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 30px;
  height: auto;
}

.rwd-img {
  width: 100%;
}

.max-img {
  max-width: 100%;
}

.out-wrap {
  position: relative;
  overflow: hidden;
}

.out-wrap .content-wrap {
  padding-bottom: 90px;
}

.out-wrap:before {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 97;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.out-wrap.open:before {
  pointer-events: auto;
  opacity: .7;
}

.p-wrap {
  margin: 0 auto;
  max-width: 1400px;
}

.p-subject {
  position: absolute;
  bottom: -60px;
  z-index: 3;
  width: 100%;
  text-align: center;
  padding: 60px 0;
  color: #201d1d;
  font-weight: 800;
  font-size: 44px;
  line-height: 50px;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(45%, #201d1d), color-stop(50%, #a41d47), color-stop(55%, #201d1d));
  background: linear-gradient(0deg, #201d1d 45%, #a41d47 50%, #201d1d 55%);
  background: -o-linear-gradient(0deg, #201d1d 30%, #a41d47 55%, #201d1d 70%);
  -webkit-background-clip: text;
  color: transparent;
}

.p-subject:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 50px;
  background: url("../images/title_icon.png");
  background-size: cover;
}

.p-subject .left {
  text-align: left;
  padding-right: 225px;
}

.p-subject .space {
  display: block;
  line-height: 0;
}

.p-subject .right {
  text-align: right;
  padding-left: 476px;
}

.gradient-style1 {
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, from(#FF9B1E), color-stop(55%, #FF6293));
  background: linear-gradient(0deg, #FF9B1E 0%, #FF6293 55%);
  background: -o-linear-gradient(0deg, #FF9B1E 0%, #FF6293 55%);
  -webkit-background-clip: text;
  color: transparent;
}

.gradient-style2 {
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, from(#201d1d), color-stop(55%, #a41d47));
  background: linear-gradient(0deg, #201d1d 0%, #a41d47 55%);
  background: -o-linear-gradient(0deg, #201d1d 0%, #a41d47 55%);
  -webkit-background-clip: text;
  color: transparent;
}

.gradient-style3 {
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #201d1d), to(#a41d47));
  background: linear-gradient(0deg, #201d1d 10%, #a41d47 100%);
  background: -o-linear-gradient(0deg, #201d1d 10%, #a41d47 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.hover-border {
  display: inline-block;
  position: relative;
}

.hover-border:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.hover-border:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.p-banner {
  position: relative;
  margin-bottom: 30px;
  line-height: 0;
}

.p-banner:before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 165px;
  background: url("../images/i_banner_cover.png") center top;
  background-size: cover;
}

.p-banner .cover-txt {
  position: absolute;
  top: 30%;
  left: 15%;
  z-index: 2;
}

.p-banner .cover-txt .title {
  color: #fff;
  font-family: 'Times New Roman';
  font-size: 55px;
  line-height: 62px;
  font-weight: bold;
}

.p-banner .cover-txt .summary {
  color: #fff;
  font-size: 25px;
  line-height: 200%;
}

.p-banner .img {
  overflow: hidden;
}

.p-category {
  z-index: 3;
  padding: 20px 0;
  font-size: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
}

.p-category li {
  display: inline-block;
  position: relative;
  padding: 0 35px;
  vertical-align: middle;
}

.p-category li a {
  display: inline-block;
  position: relative;
  font-size: 20px;
}

.p-category li a:before {
  opacity: 0;
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #9e2a54;
}

.p-category li a:hover {
  color: #a41d47;
}

.p-category li:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 1px;
  height: 17px;
  opacity: 0.5;
  background-color: #a41d47;
}

.p-category li:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 1px;
  height: 17px;
  opacity: 0.5;
  background-color: #a41d47;
  opacity: 0;
  left: auto;
  right: 0;
}

.p-category li:last-child:after {
  opacity: 1;
}

.p-category li.current a {
  color: #9e2a54;
}

.p-category li.current a:before {
  opacity: 1;
}

/* === LAYOUT === */
.container {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container-1400 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

/* HEADER */
.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  font-size: 0;
  vertical-align: middle;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}

.header:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
}

.header > .container {
  padding-left: 230px;
  height: 90px;
  -webkit-transition: height  0.25s;
  transition: height  0.25s;
}

.header.scroll-view .logo a {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.header.scroll-view .nav .menu > li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.header.is-scroll {
  background-color: #fff;
  border-bottom: 1px solid rgba(200, 200, 200, 0.2);
}

.header.is-scroll > .container {
  height: 90px;
}

.header.is-scroll .logo a {
  background-image: url(../images/logo_blue.png);
}

.header.is-scroll .nav .menu > li > a {
  color: #333;
}

.header.is-scroll .search-switch span {
  background-position: 0 0;
}

.header.is-scroll .search-switch:before {
  background: #ddd;
}

.header.is-scroll .language .language-switch {
  color: #666;
}

.header.is-scroll .language .language-switch:before {
  background-position: 100% 0;
}

.header .logo {
  display: block;
  z-index: 6;
  font-size: 0;
  width: 200px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  -webkit-transition: width .35s;
  transition: width .35s;
}

.header .logo a {
  display: block;
  width: 100%;
  background: url(../images/logo_white.png) no-repeat 0 0;
  background-size: contain;
  opacity: 0;
  -webkit-transform: translate(20%, 0);
          transform: translate(20%, 0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.25s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.25s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.25s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.25s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header .logo a:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 30%;
}

.nav-switch {
  display: none;
}

.nav {
  display: block;
  z-index: 5;
  text-align: right;
  max-width: calc(100% - 200px);
  position: absolute;
  right: 200px;
  top: 0;
  -webkit-transition: right .7s ease-in-out;
  transition: right .7s ease-in-out;
  max-height: none;
  overflow: visible;
}

.nav .menu {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: center;
  font-size: 0;
}

.nav .menu > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  opacity: 0;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav .menu > li:nth-child(1) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

.nav .menu > li:nth-child(2) {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}

.nav .menu > li:nth-child(3) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}

.nav .menu > li:nth-child(4) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}

.nav .menu > li:nth-child(5) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.nav .menu > li:nth-child(6) {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
}

.nav .menu > li:nth-child(7) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

.nav .menu > li:nth-child(8) {
  -webkit-transition-delay: 0.26s;
          transition-delay: 0.26s;
}

.nav .menu > li:nth-child(9) {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}

.nav .menu > li > a {
  font-size: 1.125rem;
  line-height: 91px;
  color: #fff;
  display: block;
  position: relative;
  -webkit-transition: color .25s, -webkit-transform .25s;
  transition: color .25s, -webkit-transform .25s;
  transition: color .25s, transform .25s;
  transition: color .25s, transform .25s, -webkit-transform .25s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nav .menu > li > ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 91px;
  min-width: 200px;
  background: rgba(0, 86, 163, 0.9);
  border-top: 3px solid #002b52;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.nav .menu > li > ul:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -9px;
  border-style: solid;
  border-width: 0 9px 12px 9px;
  border-color: transparent transparent #002b52 transparent;
}

.nav .menu > li > ul > li {
  display: block;
}

.nav .menu > li > ul > li:first-child > a {
  border-top: none;
}

.nav .menu > li > ul > li > a {
  display: block;
  position: relative;
  padding: 8px 30px;
  color: #fff;
  background-color: transparent;
  font-size: 1.0625rem;
  text-align: center;
  white-space: nowrap;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: background .25s;
  transition: background .25s;
}

.nav .menu > li > ul > li > a:hover {
  background-color: rgba(0, 43, 82, 0.5);
}

.search-switch {
  position: absolute;
  z-index: 6;
  width: 50px;
  height: 50px;
  top: 50%;
  right: 110px;
  border-radius: 8px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: background .5s;
  transition: background .5s;
}

.search-switch:before {
  content: '';
  width: 1px;
  height: 25px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: background .25s;
  transition: background .25s;
}

.search-switch span {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/icon_topnav.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 200%;
}

.search-wrap {
  display: none;
  position: fixed;
  height: 180px;
  background: rgba(0, 43, 82, 0.9);
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 20px;
}

.search-wrap.is-open {
  display: block;
  -webkit-animation: ani_slideIn_toD 0.3s both cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: ani_slideIn_toD 0.3s both cubic-bezier(0.215, 0.61, 0.355, 1);
}

.search-wrap.is-close {
  -webkit-animation: ani_slideOut_toU 0.3s both cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: ani_slideOut_toU 0.3s both cubic-bezier(0.215, 0.61, 0.355, 1);
}

.search-wrap:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -80px;
  left: 0;
  opacity: 0.9;
  border-style: solid;
  border-width: 80px 100vw 0 0;
  border-color: #002b52 transparent transparent transparent;
}

.search-wrap .search-close {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -74px;
  right: 0;
  font-family: "Roboto", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
  border-style: solid;
  border-width: 24px 30vw 50px 0;
  border-color: transparent #0056a3 transparent transparent;
  -webkit-transition: border .15s;
  transition: border .15s;
}

.search-wrap .search-close span {
  color: #fff;
  font-size: 1.0625rem;
  position: absolute;
  top: -6px;
  right: -25vw;
  white-space: nowrap;
}

.search-wrap .inner {
  position: relative;
  width: 100%;
  max-width: 840px;
  padding: 20px;
  margin: 0 auto;
}

.search-wrap .inner .title {
  font-size: 2.5rem;
  font-style: italic;
  font-family: "Roboto", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
  line-height: 1;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 0;
  margin: 0 auto 10px auto;
}

.search-wrap .inner form {
  margin: 0;
  padding: 0;
}

.search-wrap .inner .form-box {
  position: relative;
}

.search-wrap .inner .input-style {
  position: relative;
  display: block;
  width: 100%;
  z-index: 5;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: transparent;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  padding: 0 60px 0 0;
  height: 54px;
  font-size: 1.25rem;
  -webkit-transition: border .25s;
  transition: border .25s;
}

.search-wrap .inner .input-style:focus {
  border-bottom: 2px solid #fff;
}

.search-wrap .inner .btn-search {
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 6;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  font-size: 0;
  border: none;
  background-color: transparent;
}

.search-wrap .inner .btn-search:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/icon_topnav.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 200%;
  -webkit-transition: width .25s, height .25s;
  transition: width .25s, height .25s;
}

.search-wrap .inner .btn-search:after {
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  left: 50%;
  opacity: 0;
  background: rgba(0, 43, 82, 0.2);
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.pc .search-wrap .inner .btn-search {
  top: 5px;
}

.pc .search-wrap .inner .btn-search:hover:before {
  width: 45px;
  height: 45px;
}

.pc .search-wrap .inner .btn-search:hover:after {
  -webkit-animation: ani_search_btn .5s both;
          animation: ani_search_btn .5s both;
}

.pc .search-wrap .search-close:hover {
  border-color: transparent #0071d6 transparent transparent;
}

.language {
  z-index: 6;
  position: absolute;
  display: block;
  width: 86px;
  height: 90px;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.language .language-switch {
  color: #fff;
  font-size: 1.125rem;
  line-height: 50px;
  position: absolute;
  width: 100%;
  height: 50px;
  display: block;
  top: 50%;
  right: 0;
  padding: 0 8px 0 45px;
  border-radius: 8px;
  white-space: nowrap;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: background .5s;
  transition: background .5s;
}

.language .language-switch:before {
  content: '';
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../images/icon_topnav.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 200%;
}

.language .dropdown {
  position: absolute;
  min-width: 120px;
  top: 90px;
  left: 50%;
  border-top: 3px solid #002b52;
  -webkit-transform: translate(-55%, 0);
          transform: translate(-55%, 0);
  background: rgba(0, 86, 163, 0.9);
}

.language .dropdown:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -9px;
  border-style: solid;
  border-width: 0 9px 12px 9px;
  border-color: transparent transparent #002b52 transparent;
}

.language .dropdown a {
  display: block;
  position: relative;
  padding: 8px 30px 8px 16px;
  color: #fff;
  background-color: transparent;
  font-size: 1.0625rem;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: background .25s;
  transition: background .25s;
}

.language .dropdown a.current:before {
  opacity: 0.7;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 12px;
  height: 8px;
  width: 13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border: none;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.language .dropdown a:first-of-type {
  border-top: none;
}

.language .dropdown a:hover {
  background-color: rgba(0, 43, 82, 0.5);
}

@media (min-width: 992px) {
  .pc .nav .menu > li:hover > a {
    color: #fff;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .pc .nav .menu > li:hover > ul {
    display: block;
    -webkit-animation: ani_menu_expend 2s both cubic-bezier(0.215, 0.61, 0.355, 1);
            animation: ani_menu_expend 2s both cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .pc .nav .menu > li:hover > ul > li {
    -webkit-animation-name: ani_menu_in;
            animation-name: ani_menu_in;
    -webkit-animation-duration: .35s;
            animation-duration: .35s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .pc .nav .menu > li:hover > ul > li:nth-child(1) {
    -webkit-animation-delay: 0.05s;
            animation-delay: 0.05s;
  }
  .pc .nav .menu > li:hover > ul > li:nth-child(2) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .pc .nav .menu > li:hover > ul > li:nth-child(3) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }
  .pc .nav .menu > li:hover > ul > li:nth-child(4) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .pc .nav .menu > li:hover > ul > li:nth-child(5) {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .pc .nav .menu > li:hover > ul > li:nth-child(6) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .pc .nav .menu > li:hover > ul > li:nth-child(7) {
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
  }
  .pc .nav .menu > li:hover > ul > li:nth-child(8) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .pc .nav .menu > li:hover > ul > li:nth-child(9) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
  .pc .nav .menu > li:hover > ul > li:nth-child(10) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .pc .nav .menu > li:hover > ul > li:nth-child(11) {
    -webkit-animation-delay: 0.55s;
            animation-delay: 0.55s;
  }
  .pc .nav .menu > li:hover > ul > li:nth-child(12) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .pc .nav .menu > li:hover > ul > li:nth-child(13) {
    -webkit-animation-delay: 0.65s;
            animation-delay: 0.65s;
  }
  .pc .nav .menu > li:hover > ul > li:nth-child(14) {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
  .pc .nav .menu > li.current {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .pc .nav .menu > li.current > a {
    color: #fff;
  }
  .pc .header.is-scroll .nav .menu > li:hover > a {
    color: #0056a3;
  }
  .pc .header.is-scroll .nav .menu > li.current {
    background-color: #0056a3;
  }
  .pc .header.is-scroll .nav .menu > li.current > a {
    color: #fff;
  }
  .search-switch:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  .language:hover .language-switch {
    background: rgba(255, 255, 255, 0.2);
  }
  .header.is-scroll .search-switch:hover {
    background: rgba(190, 190, 190, 0.2);
  }
  .header.is-scroll .language:hover .language-switch {
    background: rgba(190, 190, 190, 0.2);
  }
}

@media (max-width: 1399px) {
  .nav {
    right: 140px;
  }
  .nav .menu > li {
    padding: 0 15px;
  }
  .nav .menu > li > a {
    font-size: 1.0625rem;
  }
  .search-switch {
    width: 40px;
    height: 40px;
    right: 85px;
  }
  .search-switch:before {
    left: -10px;
  }
  .search-switch span {
    width: 34px;
    height: 34px;
  }
  .language {
    width: auto;
    width: 66px;
  }
  .language .language-switch {
    position: relative;
    padding: 0 5px 0 35px;
    font-size: 1rem;
    height: 40px;
    line-height: 40px;
  }
  .language .language-switch:before {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 1199px) {
  .header > .container {
    height: 90px;
    padding-left: 190px;
  }
  .header.is-scroll > .container {
    height: 70px;
  }
  .header.is-scroll .nav .menu > li > a {
    line-height: 70px;
  }
  .header.is-scroll .nav .menu > li > ul {
    top: 70px;
  }
  .header .logo {
    width: 170px;
  }
  .nav .menu > li {
    padding: 0 10px;
  }
  .nav .menu > li > a {
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  body.index .header {
    background-color: transparent;
  }
  body.index .header:after {
    display: none;
  }
  body.index .header.is-scroll {
    border-bottom: none;
    background-color: #002b52;
  }
  body:not(.index) {
    padding-top: 60px;
  }
  body:not(.index) .header > .container {
    height: 60px;
  }
  body:not(.index) .header .logo {
    width: 120px;
  }
  body:not(.index) .header .logo a {
    background-image: url(../images/logo_white.png);
  }
  body:not(.index) .header .nav-switch {
    top: 0;
    margin-top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    -webkit-transition: width .25s, height .25s;
    transition: width .25s, height .25s;
  }
  body:not(.index) .header .nav {
    padding-top: 80px;
  }
  body:not(.index) .header .nav .menu > li > a {
    line-height: 1.5;
    color: #fff;
  }
  body:not(.index) .header .nav .menu > li > ul {
    top: auto;
  }
  body:not(.index) .header .language {
    right: 68px;
    height: 60px;
  }
  body:not(.index) .header .language .language-switch {
    color: #fff;
    height: 60px;
    line-height: 60px;
  }
  body:not(.index) .header .language .language-switch:before {
    background-position: 100% 100%;
  }
  body:not(.index) .header .language .dropdown {
    top: 60px;
  }
  body:not(.index) .header .search-switch {
    right: 145px;
  }
  body:not(.index) .header .search-switch span {
    background-position: 0 100%;
  }
  body:not(.index) .header .search-switch span:before {
    background: rgba(255, 255, 255, 0.4);
  }
  .header {
    background-color: #002b52;
  }
  .header.is-scroll {
    background-color: #002b52;
  }
  .header.is-scroll:after {
    display: none;
  }
  .header.is-scroll > .container {
    height: 60px;
  }
  .header.is-scroll .logo {
    width: 120px;
  }
  .header.is-scroll .logo a {
    background-image: url(../images/logo_white.png);
  }
  .header.is-scroll .nav-switch {
    top: 0;
    margin-top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    -webkit-transition: width .25s, height .25s;
    transition: width .25s, height .25s;
  }
  .header.is-scroll .nav {
    padding-top: 80px;
  }
  .header.is-scroll .nav .menu > li > a {
    line-height: 1.5;
    color: #fff;
  }
  .header.is-scroll .nav .menu > li > ul {
    top: auto;
  }
  .header.is-scroll .language {
    right: 68px;
    height: 60px;
  }
  .header.is-scroll .language .language-switch {
    color: #fff;
    height: 60px;
    line-height: 60px;
  }
  .header.is-scroll .language .language-switch:before {
    background-position: 100% 100%;
  }
  .header.is-scroll .language .dropdown {
    top: 60px;
  }
  .header.is-scroll .search-switch {
    right: 145px;
  }
  .header.is-scroll .search-switch span {
    background-position: 0 100%;
  }
  .header.is-scroll .search-switch span:before {
    background: rgba(255, 255, 255, 0.4);
  }
  .header.scroll-view {
    border-bottom: none;
  }
  .header.scroll-view .nav-switch {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  .header .logo {
    width: 150px;
  }
  .nav-switch {
    display: block;
    position: absolute;
    z-index: 9;
    width: 46px;
    height: 46px;
    top: 50%;
    right: 20px;
    cursor: pointer;
    margin-top: -23px;
    opacity: 0;
    background: #fff;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav-switch:hover {
    background: #0a3a65;
  }
  .nav-switch:hover div {
    background: #fff;
  }
  .nav-switch div {
    display: inline-block;
    height: 2px;
    width: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #555;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: background .25s;
    transition: background .25s;
  }
  .nav-switch div:nth-child(1) {
    margin-top: -8px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: margin 0.1s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin 0.1s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin 0.1s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin 0.1s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav-switch div:nth-child(2) {
    margin-top: -1px;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: -webkit-transform .1s .1s;
    transition: -webkit-transform .1s .1s;
    transition: transform .1s .1s;
    transition: transform .1s .1s, -webkit-transform .1s .1s;
  }
  .nav-switch div:nth-child(3) {
    margin-top: 6px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: margin 0.1s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin 0.1s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin 0.1s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin 0.1s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav-switch.is-close:after {
    opacity: 0;
    -webkit-transform: translate(50%, -50%) scale(50);
            transform: translate(50%, -50%) scale(50);
    -webkit-animation: fadeOut 0.5s both cubic-bezier(0.215, 0.61, 0.355, 1);
            animation: fadeOut 0.5s both cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav-switch.is-open {
    -webkit-animation: ani_navBtnRotate 0.6s both cubic-bezier(0.215, 0.61, 0.355, 1);
            animation: ani_navBtnRotate 0.6s both cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav-switch.is-open:after {
    opacity: 1;
    -webkit-transform: translate(50%, -50%) scale(50);
            transform: translate(50%, -50%) scale(50);
    -webkit-animation: anmi_nav_bg_open 1s 0.15s both cubic-bezier(0.215, 0.61, 0.355, 1);
            animation: anmi_nav_bg_open 1s 0.15s both cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav-switch.is-open div:nth-child(1) {
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav-switch.is-open div:nth-child(2) {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .nav-switch.is-open div:nth-child(3) {
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: margin 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.1s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav {
    max-width: none;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding-top: 90px;
    position: fixed;
    display: none;
    background: #002b52;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .nav .menu {
    width: 100%;
    height: 100%;
  }
  .nav .menu > li {
    display: none;
    padding: 0;
    margin: 0;
    display: block;
  }
  .nav .menu > li > a {
    margin: 0 20px 15px 20px;
    color: #fff;
    padding: 12px 10px;
    line-height: 1.5;
    font-size: 1.25rem;
    border: none;
    -webkit-transition: background .25s;
    transition: background .25s;
    background: #0a3a65;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .nav .menu > li > a:active {
    background: #0e4271;
  }
  .nav .menu > li.has-ul > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nav .menu > li.is-open > a {
    background: #00498a;
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  }
  .nav .menu > li.is-open > a:active {
    background: #004e94;
  }
  .nav .menu > li.is-open.has-ul > a:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .nav .menu > li > ul {
    position: relative;
    left: auto;
    top: auto;
    min-width: auto;
    background: none;
    margin: 0 20px 20px 20px;
    border-top: none;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .nav .menu > li > ul:before {
    display: none;
  }
  .nav .menu > li > ul > li:first-child > a {
    border-top: none;
  }
  .nav .menu > li > ul > li > a {
    padding: 12px 20px;
    color: #a9c8da;
    font-size: 1.0625rem;
    text-align: center;
    white-space: nowrap;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: background .25s;
    transition: background .25s;
  }
  .nav .menu > li > ul > li > a:active {
    color: #fff;
    background-color: transparent;
  }
  .nav.is-open {
    display: block;
    opacity: 1;
    -webkit-animation: ani_fadeIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
            animation: ani_fadeIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  .nav.is-open .menu > li {
    display: block;
    -webkit-animation: ani_fadeIn_toU 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
            animation: ani_fadeIn_toU 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  .nav.is-open .menu > li:nth-child(1) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }
  .nav.is-open .menu > li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .nav.is-open .menu > li:nth-child(3) {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .nav.is-open .menu > li:nth-child(4) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .nav.is-open .menu > li:nth-child(5) {
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
  }
  .nav.is-open .menu > li:nth-child(6) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .nav.is-open .menu > li:nth-child(7) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
  .nav.is-open .menu > li:nth-child(8) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .nav.is-open .menu > li:nth-child(9) {
    -webkit-animation-delay: 0.55s;
            animation-delay: 0.55s;
  }
  .nav.is-close {
    -webkit-animation: ani_fadeOut 0.5s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
            animation: ani_fadeOut 0.5s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  }
  .nav.is-close .menu > li {
    -webkit-animation: ani_fadeOut_toD 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) alternate both;
            animation: ani_fadeOut_toD 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) alternate both;
  }
  .nav.is-close .menu > li:nth-last-child(1) {
    -webkit-animation-delay: 0.05s;
            animation-delay: 0.05s;
  }
  .nav.is-close .menu > li:nth-last-child(2) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .nav.is-close .menu > li:nth-last-child(3) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }
  .nav.is-close .menu > li:nth-last-child(4) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .nav.is-close .menu > li:nth-last-child(5) {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .nav.is-close .menu > li:nth-last-child(6) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .nav.is-close .menu > li:nth-last-child(7) {
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
  }
  .nav.is-close .menu > li:nth-last-child(8) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .nav.is-close .menu > li:nth-last-child(9) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
  .pc .nav .menu > li > a:hover {
    background: #0e4271;
    color: #fff;
  }
  .pc .nav .menu > li.is-open > a {
    background: #00498a;
  }
  .pc .nav .menu > li.is-open > a:hover {
    background: #004e94;
  }
  .search-wrap {
    padding-top: 10px;
    height: 150px;
    background: #002b52;
  }
  .search-wrap:before {
    opacity: 1;
  }
  .search-wrap .inner .title {
    font-size: 2rem;
  }
  .search-wrap .inner .btn-search {
    width: 40px;
    height: 40px;
  }
  .search-wrap .inner .btn-search:before {
    width: 40px;
    height: 40px;
  }
  .search-wrap .search-close span {
    font-size: 0.9375rem;
  }
  .search-switch {
    right: 160px;
    width: 46px;
    height: 46px;
  }
  .search-switch:before {
    right: -5px;
    left: auto;
    height: 18px;
    margin-top: -9px;
  }
  .language {
    right: 80px;
    height: 90px;
  }
  .language .language-switch {
    height: 90px;
    line-height: 90px;
  }
}

@media (max-width: 499px) {
  body:not(.index) {
    padding-top: 60px;
  }
  .header > .container {
    height: 60px;
  }
  .header.is-scroll .logo {
    width: 100px;
  }
  .header .logo {
    width: 120px;
  }
  .nav-switch {
    top: 0;
    margin-top: 0;
    right: 0;
    width: 60px;
    height: 60px;
  }
  .language {
    right: 68px;
    height: 60px;
  }
  .language .dropdown {
    top: 63px;
  }
  .search-switch {
    right: 145px;
  }
  .search-wrap .search-close {
    bottom: -74px;
    border-width: 24px 30vw 50px 0;
  }
}

@media (max-width: 399px) {
  .header .logo {
    width: 100px;
  }
}

/* FOOTER */
.footer {
  background: #002d5d;
  word-break: break-all;
  position: relative;
}

.footer.scroll-view .f-logo {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.footer .container {
  max-width: 1440px;
}

.f-top {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 300px;
}

.f-logo {
  content: '';
  display: block;
  position: absolute;
  top: 60px;
  left: 20px;
  width: 200px;
  background: url(../images/logo_white.png) no-repeat 0 0;
  background-size: contain;
  opacity: 0;
  -webkit-transform: translate(20%, 0);
          transform: translate(20%, 0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.25s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.25s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.25s;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.25s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.f-logo:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 30%;
}

.f-link {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: block \9;
}

.f-link .box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% / 7);
          flex: 1 1 calc(100% / 7);
  width: calc(100% / 7) \9;
  display: inline-block;
  vertical-align: top;
  color: #333;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.f-link .box:nth-of-type(6) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 180px;
          flex: 0 1 180px;
}

.f-link .title {
  font-size: 1.1875rem;
  display: block;
  color: #579cd5;
  -webkit-transition: color .25s;
  transition: color .25s;
  position: relative;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  line-height: 1.5;
  white-space: nowrap;
}

.f-link .title:after {
  content: '';
  height: 1px;
  width: 18px;
  display: block;
  position: absolute;
  background: #579cd5;
  bottom: 0;
  left: 0;
}

.f-link a.title:hover {
  color: #fff;
}

.f-link .list li {
  display: block;
}

.f-link .list li a {
  display: block;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 8px 0;
  white-space: nowrap;
}

.f-bottom {
  background-color: #fff;
  color: #555;
  font-size: 0.9375rem;
  padding: 20px;
  text-align: center;
}

.f-copyright span br {
  display: none;
}

.f-grnet {
  display: inline-block;
  margin: 0;
}

.f-grnet a {
  color: #666;
}

.f-grnet a:hover {
  color: #0056a3;
}

.f-sitemap {
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
  color: #666;
}

.f-sitemap:hover {
  color: #0056a3;
}

.f-sitemap:after {
  content: '';
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ddd;
}

@media (max-width: 1499px) {
  .f-top {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 260px;
  }
  .f-logo {
    top: 50px;
  }
  .f-link .box {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1299px) {
  .f-top {
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 20px;
  }
  .f-logo {
    top: auto;
    left: auto;
    position: relative;
    margin: 0 auto 20px auto;
    max-width: 160px;
  }
  .f-link .box .title {
    font-size: 1.125rem;
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
  }
  .f-link .box .list li a {
    font-size: 0.9375rem;
    margin: 0 0 5px 0;
  }
}

@media (max-width: 991px) {
  .footer {
    text-align: center;
  }
  .f-link {
    display: inline-block;
    text-align: left;
  }
  .f-link .box {
    display: block;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .f-link .box:first-child {
    border-top: none;
  }
  .f-link .box .title {
    display: inline-block;
    vertical-align: top;
    font-size: 0.9375rem;
    width: 120px;
    margin: 0;
    padding: 0;
    padding-right: 30px;
    text-align: right;
    position: relative;
  }
  .f-link .box .title:after {
    display: none;
  }
  .f-link .box .list {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 120px);
  }
  .f-link .box .list li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
  }
  .f-link .box .list li a {
    font-size: 0.9375rem;
    margin: 0 0;
  }
  .f-copyright {
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .f-top {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .f-bottom {
    font-size: 0.875rem;
    padding: 15px 20px 10px 20px;
  }
}

@media (max-width: 699px) {
  .f-top {
    display: none;
  }
  .f-bottom {
    background: #002b52;
    color: #ffffff;
    font-size: 0.75rem;
  }
  .f-grnet {
    color: #60819e;
  }
  .f-grnet a {
    color: #60819e;
  }
  .f-grnet a:hover {
    color: #579cd5;
  }
  .f-sitemap {
    display: block;
    margin: 0 auto 5px auto;
    border-radius: 25px;
    width: 100px;
    line-height: 25px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 0.8);
    padding: 0;
  }
  .f-sitemap:hover {
    border: 1px solid #fff;
    color: #002b52;
    background: #fff;
  }
  .f-sitemap:after {
    display: none;
  }
  .f-copyright span {
    display: block;
  }
}

@media (max-width: 499px) {
  .f-copyright span br {
    display: block;
  }
}

/* === ALL === */
.subhead {
  color: #fff;
  margin: 0 auto 60px auto;
  padding: 0;
  text-align: center;
}

.subhead[data-scrollview] {
  opacity: 0;
}

.subhead[data-scrollview].scroll-view {
  opacity: 1;
}

.subhead .en {
  display: block;
  font-size: 2.5rem;
  color: #000;
  font-weight: 700;
}

.subhead .zh {
  display: block;
  color: #014a8c;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 auto 10px auto;
}

@media (max-width: 991px) {
  .subhead {
    margin: 0 auto 40px auto;
  }
  .subhead .en {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .subhead {
    margin: 0 auto 20px auto;
  }
  .subhead .en {
    font-size: 1.875rem;
  }
  .subhead .zh {
    font-size: 1.125rem;
  }
}

@media (max-width: 499px) {
  .subhead .en {
    font-size: 1.4125rem;
  }
}

/* === INDEX === */
.scroll-down {
  position: absolute;
  z-index: 3;
  bottom: 14%;
  left: 50%;
  width: 20px;
  height: 30px;
  border-radius: 25px;
  border: 2px solid #fff;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-animation: ani_scroll_jump 1.5s infinite both;
          animation: ani_scroll_jump 1.5s infinite both;
}

.scroll-down:before, .scroll-down:after {
  content: '';
  width: 2px;
  height: 10px;
  position: absolute;
  background: #fff;
  left: 50%;
  margin-left: -1px;
}

.scroll-down:before {
  top: -10px;
}

.scroll-down:after {
  bottom: -10px;
}

.scroll-down .line {
  width: 2px;
  height: 6px;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 5px;
  margin-left: -1px;
}

.scroll-down .text {
  font-size: 0.875rem;
  color: #ffffff;
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.mb .scroll-down {
  display: none;
}

@media (max-width: 767px) {
  .scroll-down {
    display: none;
  }
}

.i-slide-wrap {
  position: relative;
}

.i-slide-wrap:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e8eff5;
  clip-path: polygon(0 0, 100% 0, 100% 97%, 0 91%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 97%, 0 91%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 97%, 0 91%);
}

.i-slide-wrap.scroll-view .i-slide {
  -webkit-animation: ani_zoomIn_n-soS 1s both;
          animation: ani_zoomIn_n-soS 1s both;
}

.i-slide {
  position: relative;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  -moz-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.i-slide .box {
  height: 100vh;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.i-slide .box div[class^="responsive-image"], .i-slide .box img {
  z-index: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.i-slide .box .slogan {
  max-width: 1030px;
  position: absolute;
  text-align: center;
  top: 50%;
  font-size: 2.375rem;
  left: 0;
  right: 0;
  padding: 0 15px;
  z-index: 5;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.i-slide .box .slogan:first-letter {
  color: #1a7bd2;
}

.i-slide .slick-dots li button {
  background: #fff;
  border: 2px solid #fff;
}

.i-slide .slick-dots li button:hover {
  background-color: #eee;
  border: 2px solid #eee;
}

.i-slide .slick-prev, .i-slide .slick-next {
  opacity: 0;
  -webkit-transition: left .3s, right .3s, margin .3s, opacity .3s;
  transition: left .3s, right .3s, margin .3s, opacity .3s;
}

.i-slide .first .box div[class^="responsive-image"] {
  -webkit-animation: ani_slideZoom_opacity 3.2s both cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: ani_slideZoom_opacity 3.2s both cubic-bezier(0.215, 0.61, 0.355, 1);
}

.i-slide .first .box .slogan {
  -webkit-animation: ani_sideTextIn 1.2s .8s both linear;
          animation: ani_sideTextIn 1.2s .8s both linear;
}

.i-slide .in .box div[class^="responsive-image"] {
  -webkit-animation: ani_slideZoom 3s both cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: ani_slideZoom 3s both cubic-bezier(0.215, 0.61, 0.355, 1);
}

.i-slide .in .box .slogan {
  -webkit-animation: ani_sideTextIn 1.2s .8s both linear;
          animation: ani_sideTextIn 1.2s .8s both linear;
}

.pc .i-slide:hover .slick-prev, .pc .i-slide:hover .slick-next {
  opacity: 0.8;
}

.pc .i-slide:hover .slick-prev {
  left: 5%;
}

.pc .i-slide:hover .slick-next {
  right: 5%;
}

.mb .i-slide .slick-prev, .mb .i-slide .slick-next {
  opacity: 0.8;
}

.i-sec {
  padding-top: 70px;
  padding-bottom: 70px;
}

.i-product {
  overflow: hidden;
}

.i-p-list .box {
  display: block;
  margin: 0 auto 130px auto;
}

.i-p-list .box a {
  display: table;
  width: 100%;
}

.i-p-list .box a:hover .img img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.i-p-list .box a:hover .img:before {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.i-p-list .box a:hover .more div {
  padding-right: 130px;
}

.i-p-list .box a:hover .more div:before {
  width: 100px;
}

.i-p-list .box .img {
  display: table-cell;
  vertical-align: middle;
  z-index: 0;
  position: relative;
  width: 57%;
}

.i-p-list .box .img:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 9%;
  width: 100%;
  height: 82%;
  background: #e7edf2;
  -webkit-transition: top .35s, left .35s, right .35s, -webkit-transform .5s;
  transition: top .35s, left .35s, right .35s, -webkit-transform .5s;
  transition: top .35s, left .35s, right .35s, transform .5s;
  transition: top .35s, left .35s, right .35s, transform .5s, -webkit-transform .5s;
}

.i-p-list .box .img img {
  max-width: 100%;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.i-p-list .box .text {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  width: 43%;
  padding: 0 7%;
  direction: ltr;
}

.i-p-list .box .text .icon {
  width: 80px;
  height: 80px;
  display: block;
}

.i-p-list .box .text .desc {
  font-size: 1rem;
  color: #666;
}

.i-p-list .box .text .title {
  font-size: 2rem;
  color: #222;
}

.i-p-list .box .text .more {
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 40px;
  color: #1c6ab0;
}

.i-p-list .box .text .more div {
  display: inline-block;
  position: relative;
  padding-right: 100px;
  -webkit-transition: padding .5s;
  transition: padding .5s;
}

.i-p-list .box .text .more div:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 70px;
  height: 1px;
  background: #1c6ab0;
  z-index: 1;
  -webkit-transition: width .5s;
  transition: width .5s;
}

.i-p-list .box .text .more div:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border: 13px solid #ecf0f4;
  border-radius: 50%;
  background: #1c6ab0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.i-p-list .box:nth-of-type(odd) .img:before {
  left: 6.25%;
}

.i-p-list .box:nth-of-type(even) a {
  direction: rtl;
}

.i-p-list .box:nth-of-type(even) .img:before {
  left: -6.25%;
}

.i-p-list .box:last-of-type .img:before {
  height: 100%;
  left: 6.25%;
}

.i-p-list .box:first-of-type .img:before {
  height: 100%;
  left: -6.25%;
}

.i-video {
  text-align: center;
  color: #fff;
}

.i-video .subhead .en {
  color: #fff;
}

.i-video .container {
  max-width: 840px;
  padding-top: 200px;
  padding-bottom: 160px;
}

.i-video .play {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #fff;
  margin: 20px auto;
  position: relative;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.i-video .play:before {
  content: '';
  display: block;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 16px;
  border-color: transparent transparent transparent #1c6ab0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -8px;
}

.i-video .play:hover {
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
}

.i-news {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

.i-news .deco {
  width: 100%;
  max-width: 1610px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
}

.i-news .deco:before {
  content: '';
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 17.39%;
  background: url(../images/i_news_text.png) no-repeat 0 0;
  -webkit-transform: translate(-50%, 20%);
          transform: translate(-50%, 20%);
  background-size: contain;
}

.i-news .btn-wrap {
  position: relative;
  text-align: center;
  margin: 0 auto 50px auto;
  z-index: 1;
}

.i-news-list {
  position: relative;
  z-index: 1;
  font-size: 0;
  margin-left: -60px;
  margin-right: -60px;
  margin-bottom: 80px;
}

.i-news-list .box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 3);
  padding: 0 60px;
}

.i-news-list .box:hover .title {
  font-weight: 600;
  color: #0056a3;
}

.i-news-list .box .date {
  font-size: 1.0625rem;
  color: #5b8cb8;
  display: block;
  margin: 0 0 10px 0;
}

.i-news-list .box .title {
  font-size: 1.0625rem;
  color: #333;
  display: block;
  line-height: 1.76;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.i-news-list .box:before {
  content: '';
  position: absolute;
  width: 1px;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}

.i-news-list .box:first-of-type:before {
  display: none;
}

.i-link {
  display: block;
  font-size: 0;
}

.i-link .box {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 3);
}

.i-link .box a {
  display: block;
  position: relative;
}

.i-link .box a:hover .img:before {
  background: rgba(0, 32, 60, 0.8);
}

.i-link .box .title {
  position: absolute;
  line-height: 1.5;
  z-index: 3;
  top: 51%;
  left: 50%;
  max-width: 420px;
  width: calc(100% - 40px);
  padding-right: 50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
}

.i-link .box .title:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: none;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.i-link .box .title:after {
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 0;
}

.i-link .box .title .s-tit {
  display: block;
  font-size: 1.25rem;
}

.i-link .box .title .b-tit {
  display: block;
  font-size: 2.25rem;
  font-weight: 600;
}

.i-link .box .img {
  position: relative;
  z-index: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
}

.i-link .box .img:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 60.9375%;
  position: relative;
  z-index: 1;
  background: rgba(0, 32, 60, 0.5);
  -webkit-transition: background .35s;
  transition: background .35s;
}

.i-link .box .img img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 1199px) {
  .i-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .i-link .box .title .s-tit {
    font-size: 1rem;
  }
  .i-link .box .title .b-tit {
    font-size: 1.625rem;
  }
}

@media (max-width: 991px) {
  .i-sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .i-p-list .box .img {
    width: 50%;
  }
  .i-p-list .box .text {
    width: 50%;
    padding: 0 6%;
  }
  .i-p-list .box .text .icon {
    width: 60px;
    height: 60px;
  }
  .i-p-list .box .text .title {
    font-size: 1.625rem;
  }
  .i-link .box .title .s-tit {
    font-size: 1rem;
  }
  .i-link .box .title .b-tit {
    font-size: 1.375rem;
  }
  .i-link .box .title:before {
    width: 8px;
    height: 8px;
    margin-top: -4px;
    right: 16px;
  }
  .i-link .box .title:after {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
}

@media (max-width: 839px) {
  .i-p-list {
    padding-bottom: 50px;
  }
  .i-link .box {
    width: 100%;
    display: block;
  }
  .i-link .box a .title {
    max-width: 600px;
  }
  .i-link .box a .img:before {
    padding-bottom: 180px;
    background: rgba(0, 32, 60, 0.35);
  }
}

@media (max-width: 767px) {
  .i-slide-wrap:after {
    display: none;
  }
  .i-slide-wrap .slick-dots--vertical {
    bottom: 30px;
    top: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .i-slide-wrap .slick-dots--vertical li {
    display: inline-block;
    padding: 0 3px;
  }
  .i-slide-wrap .slick-dots--vertical li button {
    width: 8px;
    height: 8px;
  }
  .i-slide {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .i-video .container {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .i-video .play {
    width: 70px;
    height: 70px;
  }
  .i-video .play:before {
    margin-left: -6px;
  }
  .i-p-list {
    padding-bottom: 30px;
  }
  .i-p-list .box {
    display: block;
    margin-bottom: 70px;
  }
  .i-p-list .box:last-of-type {
    margin-bottom: 15px;
  }
  .i-p-list .box:nth-of-type(odd) .img:before, .i-p-list .box:nth-of-type(even) .img:before, .i-p-list .box:last-of-type .img:before, .i-p-list .box:first-of-type .img:before {
    top: 5%;
    left: 3%;
    right: 3%;
    width: auto;
    height: 100%;
  }
  .i-p-list .box .img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .i-p-list .box .text {
    width: 100%;
    padding: 0 20px;
    display: block;
  }
  .i-p-list .box .text .icon {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
  }
  .i-p-list .box .text .title {
    max-width: calc(100% - 55px);
    display: inline-block;
    vertical-align: top;
    font-size: 1.375rem;
  }
  .i-p-list .box .text .more {
    margin-top: 15px;
  }
  .i-slide .box {
    height: auto;
  }
  .i-news {
    padding-top: 50px;
  }
  .i-news-list {
    margin: 0 auto 20px;
  }
  .i-news-list .box {
    width: 100%;
    display: block;
    padding: 15px 0;
    margin: 0 auto;
  }
  .i-news-list .box .date {
    font-size: 0.875rem;
    margin: 0;
  }
  .i-news-list .box .title {
    font-size: 1rem;
  }
  .i-news-list .box:before {
    width: 100%;
    height: 1px;
    right: 0;
    bottom: auto;
  }
  .i-news-list .box:first-child {
    padding: 0 0 15px 0;
  }
}

@media (max-width: 499px) {
  .i-p-list {
    padding-bottom: 0;
  }
  .i-p-list .box .text {
    padding: 0;
  }
}

/* === PAGES === */
.p-ban {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.p-ban:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 24.47%;
}

.p-ban .img {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-animation: ani_zoomIn_n-soS 1s both;
          animation: ani_zoomIn_n-soS 1s both;
}

.p-ban .img img {
  position: relative;
  width: 100%;
}

.p-pagetitle {
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "Roboto", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
  -webkit-animation: ani_fadeIn 1s .2s both;
          animation: ani_fadeIn 1s .2s both;
}

.p-pagetitle .en {
  display: block;
  font-weight: 700;
  font-style: italic;
  font-size: 3.125rem;
}

.p-pagetitle .zh {
  display: block;
  font-size: 1.5rem;
  margin: 10px auto 0 auto;
}

@media (max-width: 1399px) {
  .p-ban:before {
    padding-bottom: 350px;
  }
  .p-pagetitle {
    -webkit-transform: translate(0, -30%);
            transform: translate(0, -30%);
  }
  .p-pagetitle .en {
    font-size: 2.5rem;
  }
  .p-pagetitle .zh {
    font-size: 1.625rem;
  }
}

@media (max-width: 991px) {
  .p-ban:before {
    padding-bottom: 260px;
  }
  .p-pagetitle {
    -webkit-transform: translate(0, -80%);
            transform: translate(0, -80%);
  }
  .p-pagetitle .en {
    font-size: 2rem;
  }
  .p-pagetitle .zh {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .p-ban:before {
    padding-bottom: 160px;
  }
  .p-pagetitle {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.subhead-line {
  font-size: 2rem;
  position: relative;
  text-align: center;
  margin: 0 auto 30px auto;
  padding: 50px 0 0 0;
}

.subhead-line[data-scrollview] {
  opacity: 0;
}

.subhead-line[data-scrollview].scroll-view {
  opacity: 1;
  -webkit-animation: ani_fadeIn_toU 1s .15s both;
          animation: ani_fadeIn_toU 1s .15s both;
}

.subhead-line[data-scrollview].scroll-view:before {
  -webkit-animation: ani_zoomIn_y 1s .5s both;
          animation: ani_zoomIn_y 1s .5s both;
}

.subhead-line:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 35px;
  margin-left: -1px;
  background: #5b8cb8;
}

@media (max-width: 767px) {
  .subhead-line {
    font-size: 1.625rem;
    padding: 50px 0 0 0;
  }
}

@media (max-width: 639px) {
  .subhead-line {
    font-size: 1.475rem;
  }
}

.maincontent {
  position: relative;
  z-index: 1;
}

.pageinner {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 1199px) {
  .pageinner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .pageinner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* --- NEWS --- */
#news {
  font-size: 1rem;
  line-height: 200%;
  padding-top: 60px;
}

#news .item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  padding: 20px 0;
  font-size: 0;
  border-bottom: 1px solid #ddd;
}

#news .item span {
  display: inline-block;
}

#news .item.arrow {
  position: relative;
}

#news .item.arrow:before, #news .item.arrow:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  content: "";
  position: absolute;
}

#news .item.arrow:before {
  margin-top: -22px;
  top: 50%;
  right: 20px;
  width: 44px;
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 50%;
}

#news .item.arrow:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 38px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

#news .item .top .date {
  margin-right: 20px;
  color: #5b8cb8;
  font-size: 16px;
  vertical-align: middle;
}

#news .item .top .date strong {
  display: inline-block;
  padding-top: 4px;
  font-weight: normal;
  vertical-align: top;
}

#news .item .top .date span {
  position: relative;
  padding-left: 40px;
  font-size: 30px;
  vertical-align: top;
}

#news .item .top .date span:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 5px;
  top: 18px;
  width: 25px;
  height: 1px;
  background-color: #5b8cb8;
}

#news .item .top .category {
  padding: 0 15px;
  color: #5b8cb8;
  font-size: 15px;
  border: 1px solid #5b8cb8;
  vertical-align: middle;
  line-height: 29px;
  height: 29px;
}

#news .item .title {
  display: block;
  padding-top: 10px;
  color: #333;
  font-size: 17px;
}

#news .item:hover {
  border-bottom: 1px solid #003d70;
}

#news .item:hover.arrow:before {
  border: 1px solid #003d70;
}

#news .item:hover.arrow:after {
  border-color: #003d70;
}

@media (max-width: 767px) {
  #news {
    padding-top: 20px;
  }
  #news .item {
    padding: 10px 0;
  }
  #news .item .top .date strong {
    padding-top: 0;
  }
  #news .item .top .date span {
    font-size: 16px;
  }
  #news .item .top .date span:before {
    top: 15px;
  }
  #news .item .title {
    padding-top: 5px;
    line-height: 30px;
  }
  #news .item.arrow {
    padding-right: 80px;
  }
}

.news-view .top-area {
  padding: 50px 0;
  text-align: center;
  background: url("../images/view_bg.jpg") center bottom;
  background-size: cover;
}

.news-view .top-area .top .date {
  display: inline-block;
  margin-right: 20px;
  color: #5b8cb8;
  font-size: 16px;
  vertical-align: middle;
}

.news-view .top-area .top .date strong {
  display: inline-block;
  padding-top: 4px;
  font-weight: normal;
  vertical-align: top;
}

.news-view .top-area .top .date span {
  position: relative;
  padding-left: 40px;
  font-size: 30px;
  vertical-align: top;
}

.news-view .top-area .top .date span:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 5px;
  top: 18px;
  width: 25px;
  height: 1px;
  background-color: #5b8cb8;
}

.news-view .top-area .top .category {
  display: inline-block;
  padding: 0 15px;
  color: #5b8cb8;
  font-size: 15px;
  border: 1px solid #5b8cb8;
  vertical-align: middle;
  line-height: 32px;
  background-color: #fff;
}

.news-view .top-area .title {
  display: block;
  padding-top: 20px;
  color: #333;
  font-size: 35px;
}

.news-view .edit-wrap {
  margin-bottom: 20px;
  padding: 50px 0 20px;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 1199px) {
  .news-view .edit-wrap {
    padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .news-view .top-area {
    padding: 30px;
  }
  .news-view .top-area .title {
    font-size: 20px;
    line-height: 30px;
  }
}

.share-list {
  padding-top: 30px;
  font-size: 0;
  text-align: center;
}

.share-list li {
  display: inline-block;
  margin: 5px;
}

.share-list li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  color: #aaa;
  font-size: 16px;
  line-height: 36px;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.share-list li a:hover {
  color: #5b8cb8;
  border-color: #5b8cb8;
}

@media (max-width: 991px) {
  .share-list {
    padding-top: 15px;
  }
}

.page-control {
  padding: 30px 0 50px;
  font-size: 0;
  text-align: center;
}

.page-control a {
  display: inline-block;
  margin: 0 20px;
  vertical-align: middle;
}

.page-control .prev, .page-control .next {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  font-size: 15px;
  color: #999;
}

.page-control .prev:before, .page-control .next:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
}

.page-control .prev:hover, .page-control .next:hover {
  color: #014a8c;
}

.page-control .prev:hover:before, .page-control .next:hover:before {
  border-color: #014a8c;
}

.page-control .prev {
  padding-left: 15px;
}

.page-control .prev:before {
  left: 0;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
}

.page-control .next {
  padding-right: 15px;
}

.page-control .next:before {
  right: 0;
  border-right: 1px solid #999;
  border-top: 1px solid #999;
}

.page-control .list {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: 48px;
  height: 48px;
  border: 1px solid #014a8c;
}

.page-control .list span:before, .page-control .list span:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #014a8c;
}

.page-control .list span:nth-child(1):before {
  top: 18px;
  left: 18px;
}

.page-control .list span:nth-child(1):after {
  top: 18px;
  left: 24px;
}

.page-control .list span:nth-child(2):before {
  top: 24px;
  left: 18px;
}

.page-control .list span:nth-child(2):after {
  top: 24px;
  left: 24px;
}

.page-control .list:hover {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1199px) {
  .page-control {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}

.page-subject {
  position: relative;
  padding: 50px 0 30px;
  color: #444;
  font-size: 32px;
  text-align: center;
}

.page-subject:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 35px;
  background-color: #5b8cb8;
}

@media (max-width: 991px) {
  .page-subject {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .page-subject {
    padding-bottom: 15px;
  }
}

#report {
  font-size: 1rem;
  line-height: 200%;
  padding: 80px 0 0;
}

#report .p-cate ul li a {
  padding-left: 50px;
  padding-right: 50px;
  background-color: #f6f6f6;
  border-color: #ddd;
}

#report .p-cate ul li.current a {
  background-color: #5b8cb8;
  border-color: #5b8cb8;
}

#report .report-list .item-box {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}

#report .report-list .item-box .year {
  margin-bottom: 20px;
  font-size: 26px;
}

#report .report-list .item-box .main {
  font-size: 0;
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
}

#report .report-list .item-box .main .item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin: 0 20px;
  padding: 30px 30px 20px;
  width: calc(25% - 40px);
  background-color: #f6f6f6;
}

#report .report-list .item-box .main .item .left {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  width: calc(100% - 40px);
  vertical-align: middle;
}

#report .report-list .item-box .main .item .left .title {
  display: block;
  font-size: 25px;
}

#report .report-list .item-box .main .item .left .summary {
  font-size: 17px;
}

#report .report-list .item-box .main .item .icon {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
}

#report .report-list .item-box .main .item .icon span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 40px;
  height: 50px;
  background: url("../images/download.png");
  background-size: 40px 100px;
}

#report .report-list .item-box .main .item:hover {
  cursor: pointer;
  background-color: #014a8c;
}

#report .report-list .item-box .main .item:hover .left {
  color: #fff;
}

#report .report-list .item-box .main .item:hover .icon span {
  background-position: 0 bottom;
}

#report .report-operation {
  padding-bottom: 100px;
}

#report .report-operation .links {
  font-size: 0;
}

#report .report-operation .links a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin: 0 30px;
  padding: 60px 0 0;
  width: calc(50% - 60px);
  height: 350px;
  text-align: center;
  background-color: #f6f8fb;
}

#report .report-operation .links a .title {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #014a8c;
  font-size: 25px;
}

#report .report-operation .links a .icon {
  display: block;
  margin: 30px auto 0;
  width: 140px;
  height: 140px;
  background-color: #fff;
  border: 1px solid #014a8c;
  border-radius: 50%;
}

#report .report-operation .links a:hover {
  background-color: #014a8c;
}

#report .report-operation .links a:hover .title {
  color: #fff;
}

#report .report-operation .summary {
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 40px;
  text-align: center;
}

@media (max-width: 1399px) {
  #report .report-list .item-box {
    padding-bottom: 30px;
  }
  #report .report-list .item-box .main .item {
    margin-bottom: 20px;
    width: calc(50% - 40px);
  }
}

@media (max-width: 991px) {
  #report {
    padding: 20px 0;
  }
  #report .report-operation {
    padding-bottom: 30px;
  }
  #report .report-operation .links a {
    margin: 0 15px;
    width: calc(50% - 30px);
  }
  #report .report-operation .summary {
    padding: 30px 30px 0;
  }
  #report .report-list .item-box:last-child {
    margin-bottom: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  #report {
    padding-bottom: 0;
  }
  #report .report-operation .links a {
    display: block;
    padding: 30px;
    width: 100%;
    height: auto;
    margin: 10px 0;
  }
  #report .report-operation .links a .title {
    font-size: 20px;
  }
  #report .report-operation .links a .icon {
    margin: 10px auto;
    width: 100px;
    height: 100px;
  }
  #report .report-operation .summary {
    padding: 30px 0 0;
  }
  #report .report-list .item-box {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  #report .report-list .item-box .main .item {
    display: block;
    margin: 15px 20px;
    width: calc(100% - 40px);
  }
}

#human {
  font-size: 1rem;
  line-height: 200%;
  padding: 70px 0;
}

#human .welfare-list {
  padding-top: 50px;
}

#human .welfare-list .item {
  margin-bottom: 50px;
  padding-bottom: 50px;
  font-size: 0;
  border-bottom: 1px solid #ddd;
}

#human .welfare-list .item .left {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

#human .welfare-list .item .left .icon {
  display: inline-block;
  width: 150px;
  vertical-align: middle;
  border: 1px solid #014a8c;
  border-radius: 50%;
}

#human .welfare-list .item .left .title {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 25px;
  color: #014a8c;
}

#human .welfare-list .item .right {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  color: #666;
  font-size: 17px;
  line-height: 30px;
}

#human .welfare-list .item .right li {
  position: relative;
  padding: 3px 0 3px 25px;
}

#human .welfare-list .item .right li:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  width: 12px;
  height: 12px;
  border: 2px solid #014a8c;
  border-radius: 50%;
}

#human .welfare-list .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

#human .resume-box {
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
  height: 580px;
  background: url("../images/resume.jpg");
}

#human .resume-box .cover {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 190px;
  padding-left: 100px;
  width: 540px;
  height: 100%;
  background-color: rgba(1, 74, 140, 0.8);
  color: #fff;
}

#human .resume-box .cover .title {
  padding-bottom: 20px;
  font-size: 32px;
}

#human .resume-box .cover .info {
  font-size: 17px;
  line-height: 40px;
}

#human .resume-box .cover .info a {
  color: inherit;
  display: inline-block;
  position: relative;
}

#human .resume-box .cover .info a:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  display: block;
  height: 1px;
  width: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: width .5s;
  transition: width .5s;
}

#human .resume-box .cover .info a:hover:after, #human .resume-box .cover .info a:active:after {
  width: 100%;
}

#human .resume-box .cover:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50px;
  left: 50px;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

#human .person-summary {
  padding: 10px 0 50px;
  font-size: 17px;
  text-align: center;
}

#human .person-list .item {
  margin: 20px 0 80px;
  font-size: 0;
}

#human .person-list .item .img {
  display: inline-block;
  position: relative;
  z-index: 0;
  width: 55%;
  vertical-align: top;
}

#human .person-list .item .img img {
  position: relative;
  z-index: 1;
}

#human .person-list .item .img:before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 0;
  top: 40px;
  left: -100%;
  width: calc(100% + 500px);
  height: 100%;
  background-color: rgba(1, 74, 140, 0.1);
}

#human .person-list .item .main {
  display: inline-block;
  position: relative;
  z-index: 1;
  left: -90px;
  margin-top: 90px;
  padding: 50px;
  width: 45%;
  vertical-align: top;
  background-color: #fff;
}

#human .person-list .item .main .title {
  padding-bottom: 20px;
  font-size: 32px;
}

#human .person-list .item .main .summary {
  color: #666;
  font-size: 17px;
  line-height: 30px;
}

#human .person-list .item:nth-child(even) {
  direction: rtl;
}

#human .person-list .item:nth-child(even) .img:before {
  display: none;
}

#human .person-list .item:nth-child(even) .main {
  direction: ltr;
  left: auto;
  right: -90px;
}

#human .person-list .item:nth-child(3) .img:before {
  top: 90px;
  left: -130px;
  width: 260px;
  height: 260px;
}

#human .person-list .item:nth-child(5) .img:before {
  top: -50px;
}

#human .person-list .item:last-child {
  margin-bottom: 0;
}

.resume-bg {
  background: url("../images/resume_bg.png") center bottom no-repeat;
}

@media (max-width: 1439px) {
  #human .welfare-list {
    margin: 0 auto;
    max-width: 1000px;
  }
  #human .welfare-list .item .left {
    width: 40%;
  }
  #human .welfare-list .item .left .title {
    font-size: 20px;
  }
  #human .welfare-list .item .right {
    width: 60%;
  }
}

@media (max-width: 1199px) {
  #human {
    padding: 30px 0 0;
  }
  #human .person-list {
    padding-bottom: 30px;
  }
  #human .person-list .item {
    margin-top: 0;
    margin-bottom: 30px;
  }
  #human .person-list .item .img {
    vertical-align: middle;
  }
  #human .person-list .item .main, #human .person-list .item:nth-child(even) .main {
    margin-top: 0;
    vertical-align: middle;
    padding: 30px;
    left: auto;
    right: auto;
  }
  #human .person-list .item .img:before {
    left: calc(-100% - 130px);
    top: auto;
    bottom: -30px;
    height: calc(100% - 100px);
  }
  #human .resume-box {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  #human .welfare-list {
    padding-top: 0;
  }
  #human .welfare-list .item {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  #human .welfare-list .item .left {
    padding-left: 20px;
    width: 170px;
  }
  #human .welfare-list .item .right {
    padding-left: 40px;
    width: calc(100% - 170px);
  }
  #human .welfare-list .item .left .icon {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
  }
  #human .welfare-list .item .left .title {
    display: block;
    padding: 10px 0 0;
    text-align: center;
  }
  #human .person-list .item .img, #human .person-list .item .main, #human .person-list .item:nth-child(even) .main {
    display: block;
    width: 100%;
  }
  #human .person-list .item .main .title {
    font-size: 26px;
  }
  #human .person-list .item .img:before {
    display: none;
  }
  #human .resume-box .cover .title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  #human .welfare-list .item .left, #human .welfare-list .item .right {
    padding: 10px 0;
    display: block;
    width: 100%;
  }
  #human .person-list .item {
    margin-bottom: 10px;
  }
  #human .person-list .item .main, #human .person-list .item:nth-child(even) .main {
    padding: 30px 10px;
  }
  #human .resume-box {
    height: 350px;
    overflow: hidden;
  }
  #human .resume-box .cover {
    top: 0;
    right: 0;
    padding: 30px;
    width: auto;
    height: auto;
  }
  #human .resume-box .cover .title {
    padding-bottom: 10px;
  }
  #human .resume-box .cover:before {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}

/* --- SITEMAP --- */
#sitemap {
  background: #f6f8fb;
}

.sitemap-list {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sitemap-list .column {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-left: 1px solid #eee;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  opacity: 0;
}

.sitemap-list .column.scroll-view {
  opacity: 1;
  -webkit-animation: ani_fadeIn 1s both;
          animation: ani_fadeIn 1s both;
}

.sitemap-list .column:first-of-type {
  border-left: none;
}

.sitemap-list .column .box {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 25px;
  border-top: 1px solid #eee;
}

.sitemap-list .column .box:first-of-type {
  border-top: none;
}

.sitemap-list .column .box .title {
  font-size: 1.5625rem;
  color: #222;
  position: relative;
  padding: 0 0 20px 0;
  margin: 0 0 5px 0;
}

.sitemap-list .column .box .title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 20px;
  background: #5b8cb8;
}

.sitemap-list .column .box > ul {
  margin: 0 -25px;
}

.sitemap-list .column .box > ul > li {
  display: block;
}

.sitemap-list .column .box > ul > li > a {
  position: relative;
  display: block;
  padding: 15px 40px 15px 25px;
  font-size: 1rem;
  color: #222222;
}

.sitemap-list .column .box > ul > li > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  -webkit-transform: rotate(-45deg) scale(0.7);
          transform: rotate(-45deg) scale(0.7);
}

.sitemap-list .column .box > ul > li:hover > a, .sitemap-list .column .box > ul > li:active > a {
  background: #f6f6f6;
  color: #014a8c;
}

.sitemap-list .column .box > ul > li:hover > a:after, .sitemap-list .column .box > ul > li:active > a:after {
  border-right-color: #014a8c;
  border-bottom-color: #014a8c;
}

.sitemap-list .column .box > ul > li.is-open > ul {
  display: block;
}

.sitemap-list .column .box > ul > li > ul {
  display: none;
}

.sitemap-list .column .box > ul > li > ul > li > a {
  display: block;
  font-size: 1rem;
  color: #888;
  padding: 10px 25px;
}

.sitemap-list .column .box > ul > li > ul > li:hover > a, .sitemap-list .column .box > ul > li > ul > li:active > a {
  color: #333;
  background: #fafafa;
}

.sitemap-list .column .box > ul > li > ul > li > ul > li > a {
  display: block;
  position: relative;
  font-size: 1rem;
  padding: 8px 25px 8px 35px;
  color: #888;
  text-decoration: none;
}

.sitemap-list .column .box > ul > li > ul > li > ul > li > a:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 22px;
  left: 25px;
  width: 8px;
  height: 2px;
  background: #888;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

.sitemap-list .column .box > ul > li > ul > li > ul > li:hover > a, .sitemap-list .column .box > ul > li > ul > li > ul > li:active > a {
  color: #5b8cb8;
  text-decoration: underline;
}

.sitemap-list .column .box > ul > li > ul > li > ul > li:hover > a:before, .sitemap-list .column .box > ul > li > ul > li > ul > li:active > a:before {
  background: #5b8cb8;
}

@media (max-width: 1199px) {
  .sitemap-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sitemap-list .column {
    min-width: calc(100% / 3);
  }
  .sitemap-list .column:nth-of-type(4) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: 1px solid #eee;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .sitemap-list .column:nth-of-type(4) .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .sitemap-list .column:nth-of-type(4) .box:last-of-type {
    border-top: none;
    border-left: 1px solid #eee;
  }
  .sitemap-list .column:nth-of-type(5) {
    border-top: 1px solid #eee;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 3);
            flex: 0 1 calc(100% / 3);
  }
}

@media (max-width: 767px) {
  .sitemap-list {
    display: block;
  }
  .sitemap-list .column {
    min-width: auto;
    max-width: none;
    width: 100%;
    border-top: none !important;
  }
  .sitemap-list .column .box {
    width: 100% !important;
    border-left: none !important;
    border-top: 1px solid #eee !important;
  }
  .sitemap-list .column .box .title {
    font-size: 1.375rem;
  }
  .sitemap-list .column .box > ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sitemap-list .column:nth-of-type(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* --- SEARCH RESULT --- */
.search-target {
  text-align: center;
  font-size: 1.25rem;
  margin: 0 auto 20px auto;
  font-family: "Roboto", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
}

.search-target strong {
  color: #0056a3;
}

@media (max-width: 767px) {
  .search-target {
    font-size: 1.125rem;
  }
}

/* --- PRODUCT --- */
.p-list {
  margin-left: -20px;
  margin-right: -20px;
  font-size: 0;
}

.p-list .box {
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  margin: 0 20px 40px 20px;
  width: calc((100% / 3) - 40px);
  background: #f6f8fb;
  opacity: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: background .35s, -webkit-box-shadow .35s;
  transition: background .35s, -webkit-box-shadow .35s;
  transition: background .35s, box-shadow .35s;
  transition: background .35s, box-shadow .35s, -webkit-box-shadow .35s;
}

#search .p-list .box {
  width: calc(25% - 40px);
}

.p-list .box:hover {
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.p-list .box.scroll-view {
  opacity: 1;
  -webkit-animation: ani_fadeIn_toU 0.5s 0.2s both cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: ani_fadeIn_toU 0.5s 0.2s both cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-list .box a {
  display: block;
  position: relative;
  -webkit-transition: background .25s;
  transition: background .25s;
}

.p-list .box a:hover .name {
  border-bottom: 1px solid transparent;
}

.p-list .box a .img {
  text-align: center;
}

.p-list .box a .name {
  color: #014a8c;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0;
  margin: 10px 0 15px 0;
  line-height: 1.3;
  display: inline-block;
  border-bottom: 1px solid #014a8c;
  -webkit-transition: border .25s;
  transition: border .25s;
}

.p-list .box a .desc {
  display: block;
  font-size: 1rem;
  color: #666;
  margin: 0;
}

@media (max-width: 991px) {
  .p-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .p-list .box {
    margin: 0 15px 30px 15px;
    width: calc((100% / 3) - 30px);
  }

  #search .p-list .box {
    width: calc((100% / 3) - 30px);
  }

}

@media (max-width: 639px) {
  .p-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .p-list .box {
    margin: 0 10px 20px 10px;
    width: calc(50% - 20px);
  }
  #search .p-list .box {
    width: calc(50% - 20px);
  }
}
@media (max-width: 499px) {
  .p-list {
    margin-left: auto;
    margin-right: auto;
  }
  .p-list .box {
    margin: 0 0 20px 0;
    padding: 10px;
    width: 100%;
    min-height: 105px;
  }
  #search .p-list .box {
    width: 100%
  }
  .p-list .box a {
    padding-left: 90px;
  }
  .p-list .box a .img {
    position: absolute;
    width: 85px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-list .box a .name {
    font-size: 1.125rem;
  }
}

/* --- PRODUCT CATEGORY --- */
.cate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cate-list .box {
  display: block;
  position: relative;
  height: 390px;
  width: 25%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 1px;
  -webkit-transition: all .8s;
  transition: all .8s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cate-list .box:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.cate-list .box .text {
  position: absolute;
  width: 100%;
  z-index: 2;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  padding-bottom: 0;
  -webkit-transition: padding .6s;
  transition: padding .6s;
}

.cate-list .box .text .icon {
  display: block;
  margin: 0 auto 5px auto;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.cate-list .box .text .title {
  display: block;
  font-size: 1.5625rem;
  color: #ffffff;
  margin: 0 auto 15px auto;
  padding: 0;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.cate-list .box .text .desc {
  display: none;
  padding: 0 10%;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}

.cate-list .box .text .more {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 0.9375rem;
  color: #fff;
  white-space: nowrap;
}

.cate-list .box .text .more:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cate-list .box:hover {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.cate-list .box:hover .text {
  padding-bottom: 50px;
}

.cate-list .box:hover .desc {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -webkit-animation: ani_fadeIn_toU .6s .5s both;
          animation: ani_fadeIn_toU .6s .5s both;
}

.cate-list .box:hover .more {
  display: block;
  -webkit-animation: ani_fadeIn .6s .55s both;
          animation: ani_fadeIn .6s .55s both;
}

@media (max-width: 991px) {
  .cate-list .box .text .title {
    font-size: 1.25rem;
  }
  .cate-list .box .text .title .desc {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .cate-list {
    display: block;
  }
  .cate-list .box {
    display: block;
    width: 100%;
    margin: 0 auto 10px auto;
    padding: 30px  0;
    height: auto;
  }
  .cate-list .box .text {
    position: relative;
    top: auto;
    left: auto;
    padding-bottom: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .cate-list .box .text .icon {
    width: 60px;
    height: 60px;
  }
  .cate-list .box .text .desc {
    display: block;
    font-size: 0.9375rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .cate-list .box .text .more {
    display: block;
    position: relative;
    margin: 15px 0 auto 0;
    font-size: 0.75rem;
  }
  .cate-list .box:hover {
    width: 100%;
  }
  .cate-list .box:hover .text {
    padding-bottom: 15px;
  }
  .cate-list .box:hover .text .desc {
    -webkit-animation: none;
            animation: none;
  }
  .cate-list .box:hover .text .more {
    -webkit-animation: none;
            animation: none;
  }
}

/* --- PRODUCT LIST --- */
.plist-wrap {
  position: relative;
  padding-left: 270px;
}

.plist-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  opacity: 0;
}

.plist-left.scroll-view {
  opacity: 1;
  -webkit-animation: ani_fadeIn_toR 1s both cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: ani_fadeIn_toR 1s both cubic-bezier(0.215, 0.61, 0.355, 1);
}

.plist-left .quick-select {
  position: relative;
}

.plist-left .quick-select .current-item {
  display: none;
}

.plist-left .quick-select .downlist {
  display: block;
}

.plist-left .pcate-title {
  color: #014a8c;
  font-size: 1.875rem;
  margin: 0 0 25px 0;
  padding: 0 10px;
}

.plist-left .pcate-nav > li {
  display: block;
}

.plist-left .pcate-nav > li > a {
  display: block;
  position: relative;
  color: #222;
  background-color: #ffffff;
  font-size: 1.0625rem;
  padding: 10px 15px;
  border-top: 1px solid #b2c8dc;
  -webkit-transition: background .25s, color .25s;
  transition: background .25s, color .25s;
}

.plist-left .pcate-nav > li.has-ul > a {
  padding: 10px 30px 10px 15px;
}

.plist-left .pcate-nav > li.has-ul > a:after {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  border: none;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  border-right: 2px solid #014a8c;
  border-bottom: 2px solid #014a8c;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.plist-left .pcate-nav > li:hover > a {
  background: #0056a3;
  color: #fff;
}

.plist-left .pcate-nav > li:hover > a:after {
  border-right: 2px solid #d0d4d8;
  border-bottom: 2px solid #d0d4d8;
}

.plist-left .pcate-nav > li.current > ul, .plist-left .pcate-nav > li.is-open > ul {
  display: block;
}

.plist-left .pcate-nav > li.current > a, .plist-left .pcate-nav > li.is-open > a {
  background: #014a8c;
  color: #fff;
}

.plist-left .pcate-nav > li.current > a:after, .plist-left .pcate-nav > li.is-open > a:after {
  border-right: 2px solid #d0d4d8;
  border-bottom: 2px solid #d0d4d8;
}

.plist-left .pcate-nav > li > ul {
  display: none;
}

.plist-left .pcate-nav > li > ul > li > a {
  font-size: 1.0625rem;
  display: block;
  position: relative;
  padding: 10px 15px;
  border-top: 1px solid #ddd;
  color: #666;
  background-color: #fff;
}

.plist-left .pcate-nav > li > ul > li:hover > a {
  background: #f8f8f8;
  color: #555;
}

.plist-left .pcate-nav > li > ul > li.current > a, .plist-left .pcate-nav > li > ul > li.is-open > a {
  background: #f4f9fd;
  color: #014a8c;
}

.plist-right {
  position: relative;
  opacity: 0;
}

.plist-right.scroll-view {
  opacity: 1;
  -webkit-animation: ani_fadeIn_toL 1s both cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: ani_fadeIn_toL 1s both cubic-bezier(0.215, 0.61, 0.355, 1);
}

.plist-right .current-cate {
  font-size: 1.625rem;
  border-bottom: 2px solid #444;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}

.plist-right .current-cate img {
  max-width: 40px;
  max-height: 40px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 15px 0 10px;
}

.plist-right .quick-search {
  position: relative;
  padding-left: 150px;
  margin: 0 auto 20px auto;
  font-size: 0;
}

.plist-right .quick-search .btn-search-product {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 48px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  padding: 0 1%;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: background .2s, color .2s, border .2s;
  transition: background .2s, color .2s, border .2s;
  border-color: #444;
  background-color: #444;
  color: #fff;
  overflow: hidden;
  font-size: 1rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px 0;
  height: 50px;
  width: auto;
  line-height: 48px;
  min-width: calc((100% / 4) - 10px);
}

.plist-right .quick-search .btn-search-product:before {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  width: 100%;
  display: block;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  -webkit-transform: scaleX(0) translate(0, 0);
          transform: scaleX(0) translate(0, 0);
}

.plist-right .quick-search .btn-search-product span {
  color: inherit;
}

.plist-right .quick-search .btn-search-product:link {
  color: #fff;
}

.plist-right .quick-search .btn-search-product:link:hover {
  color: #fff;
}

.plist-right .quick-search .btn-search-product:hover {
  color: #fff;
  background: #444;
  border-color: #666;
}

.plist-right .quick-search .btn-search-product:hover:before {
  -webkit-animation: ani_btn_hover .4s linear;
          animation: ani_btn_hover .4s linear;
}

.plist-right .quick-search .btn-search-product:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.plist-right .quick-search .btn-search-product span {
  padding-left: 34px;
  display: inline-block;
  position: relative;
}

.plist-right .quick-search .btn-search-product span:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 34px;
  height: 34px;
  background-image: url(../images/icon_topnav.png);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: auto 200%;
}

.plist-right .quick-search .name {
  position: absolute;
  width: 150px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #014a8c;
  text-align: right;
  top: 0;
  left: 0;
  line-height: 50px;
  padding: 0 15px;
}

.plist-right .quick-search .select-one {
  font-size: 1rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  min-width: calc((100% / 4) - 10px);
}

.plist-right .quick-search .select-one.has-icon .dropdown-toggle {
  color: #444;
  padding-left: 50px;
}

.plist-right .quick-search .select-one.has-icon .dropdown-menu li a {
  padding-left: 50px;
}

.plist-right .quick-search .select-one img {
  position: absolute;
  top: 5px;
  left: 5px;
  max-width: 40px;
  max-height: 40px;
}

.plist-right .quick-search .select-one .dropdown-menu {
  list-style: none;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
}

.plist-right .quick-search .select-one .dropdown-menu li {
  display: block;
  padding: 0;
  margin: 0;
  color: #444;
}

.plist-right .quick-search .select-one .dropdown-menu li a {
  display: block;
  position: relative;
  border-top: 1px solid #ddd;
  padding: 12px 15px;
  line-height: 1.5;
  font-size: 1rem;
  color: #444;
}

.plist-right .quick-search .select-one .dropdown-menu li:first-child a {
  border-top: none;
}

.plist-right .quick-search .select-one .dropdown-toggle {
  border-radius: 0;
  padding: 0 50px 0 10px;
  margin: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: #444;
  line-height: 50px;
  background: #fff url("../images/select_aw.jpg") right 0 no-repeat;
  background-size: auto 100%;
  outline: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.plist-right .quick-search .select-one .dropdown-toggle:hover, .plist-right .quick-search .select-one .dropdown-toggle:active {
  border: 1px solid #0056a3;
}

@media (min-width: 1200px) {
  .plist-right .quick-search .select-one:nth-of-type(4n+1) {
    margin: 0 0 10px 0;
  }
}

@media (max-width: 1199px) {
  .plist-wrap {
    padding-left: 0;
  }
  .plist-left {
    width: auto;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
    z-index: 2;
  }
  .plist-left .quick-select {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 70px;
    width: 100%;
  }
  .plist-left .quick-select .current-item {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    padding: 0 20px 0 15px;
    margin: 0 auto;
    width: 145px;
    height: 50px;
    line-height: 50px;
    color: #333;
    background-color: transparent;
    -webkit-transition: background .25s, color .25s;
    transition: background .25s, color .25s;
    border-radius: 5px;
  }
  .plist-left .quick-select .current-item:after {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-size: 0.875rem;
    line-height: 1;
    color: #333;
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 15px;
  }
  .plist-left .quick-select .current-item:active, .plist-left .quick-select .current-item.is-open {
    color: #fff;
    background: #014a8c;
  }
  .plist-left .quick-select .current-item:active:after, .plist-left .quick-select .current-item.is-open:after {
    content: '\f068';
    color: #fff;
  }
  .plist-left .quick-select .downlist {
    display: none;
    background: #ffffff;
    padding: 10px;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  }
  .plist-left .quick-select .downlist .pcate-title {
    display: none;
  }
  .plist-left .quick-select .downlist .pcate-nav > li:first-child > a {
    border-top: none;
  }
  .plist-left .quick-select .downlist .pcate-nav > li > ul > li > a {
    padding-left: 30px;
  }
  .plist-right {
    z-index: 1;
  }
  .plist-right .quick-search .select-one {
    min-width: calc(((100% - 60px) / 3) - 10px);
  }
  .plist-right .quick-search .btn-search-product {
    font-size: 0;
    width: 50px;
    min-width: auto;
    margin: 0 0 10px 10px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .plist-right .quick-search .select-one:nth-of-type(3n+1) {
    margin: 0 0 10px 0;
  }
}

@media (max-width: 767px) {
  .plist-right .quick-search {
    padding-left: 0;
  }
  .plist-right .quick-search .select-one {
    min-width: 100%;
    margin: 0 0 10px 0;
  }
  .plist-right .quick-search .name {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    text-align: left;
    line-height: 1.875;
    font-size: 1.125rem;
    padding: 0 0 10px 0;
  }
  .plist-right .quick-search .btn-search-product {
    font-size: 1rem;
    width: 100%;
    min-width: auto;
    margin: 0 0 10px 0;
  }
}

/* --- PRODUCT PARTS --- */
.parts-ban {
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 34.28%;
  position: relative;
  margin-bottom: 40px;
  font-family: "Roboto", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
  overflow: hidden;
}

.parts-ban:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  width: 40%;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(1, 74, 140, 0.87);
  clip-path: polygon(0% 0%, 80.35% 0, 100% 100%, 0 100%);
  -moz-clip-path: polygon(0% 0%, 80.35% 0, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0% 0%, 80.35% 0, 100% 100%, 0 100%);
}

.parts-ban .text {
  position: absolute;
  max-width: 720px;
  top: 50%;
  left: 5%;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-51%);
          transform: translateY(-51%);
}

.parts-ban .text .en {
  font-style: italic;
  font-size: 2.375rem;
  line-height: 1.25;
  font-weight: 700;
  display: block;
}

.parts-ban .text .zh {
  margin-top: 30px;
  font-size: 1.5rem;
  display: block;
}

.parts-goods {
  padding-top: 40px;
  padding-bottom: 80px;
}

.parts-goods .p-list .box {
  width: calc((100% / 4) - 40px);
}

.parts-core {
  z-index: 3;
  position: relative;
  overflow: hidden;
}

.parts-core .parallax-window {
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.parts-core .container-1400 {
  padding-top: 100px;
  padding-bottom: 160px;
  z-index: 2;
}

.parts-core .subhead-line {
  color: #fff;
}

.parts-core .subhead-line:before {
  background: #5b8cb8;
}

.parts-core .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-image: url(../images/parts_core_bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  clip-path: polygon(0% 0%, 100% 0, 100% 93%, 50% 100%, 0 93%);
  -moz-clip-path: polygon(0% 0%, 100% 0, 100% 93%, 50% 100%, 0 93%);
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 93%, 50% 100%, 0 93%);
}

.parts-core .core-list {
  margin: 0 -20px;
  font-size: 0;
}

.parts-core .core-list .box {
  display: inline-block;
  background: #fff;
  vertical-align: top;
  width: calc((100% / 3) - 40px);
  padding: 0;
  margin: 0 20px;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

.parts-core .core-list .box.scroll-view {
  -webkit-animation: ani_fadeInUp .35s both;
          animation: ani_fadeInUp .35s both;
}

.parts-core .core-list .box .img {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}

.parts-core .core-list .box .img:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 51%;
}

.parts-core .core-list .box .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100.5%;
  max-width: 100.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.parts-core .core-list .box .title {
  font-size: 1.5626rem;
  color: #222;
  text-align: center;
  display: block;
  padding: 25px 0;
  margin: 0 25px;
}

.parts-core .core-list .box p {
  font-size: 1.0625rem;
  color: #666666;
  display: block;
  margin: 0 25px 25px 25px;
  padding: 25px 0 0 0;
  border-top: 1px solid #eee;
}

.parts-core .core-list .box .list {
  margin: 0 25px 25px 25px;
  padding: 25px 0 0 0;
  text-align: left;
  border-top: 1px solid #eee;
}

.parts-core .core-list .box .list li {
  display: block;
  position: relative;
  font-size: 1.0625rem;
  color: #666666;
  padding: 0 0 0 20px;
  margin: 0;
}

.parts-core .core-list .box .list li:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #014a8c;
  top: 13px;
  left: 5px;
}

.parts-tech {
  position: relative;
  z-index: 2;
  margin-top: -100px;
  padding-top: 130px;
  padding-bottom: 70px;
  background: url(../images/parts_tech_bg.jpg) repeat 0 0 #f6f8fb;
  background-attachment: fixed;
}

.parts-tech .tech-list {
  padding-bottom: 80px;
  position: relative;
}

.parts-tech .tech-list .box {
  padding: 0 20px;
  text-align: center;
}

.parts-tech .tech-list .box .img {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: -webkit-box-shadow .3s, -webkit-transform .3s;
  transition: box-shadow .3s, transform .3s;
  transition: box-shadow .3s, transform .3s, -webkit-box-shadow .3s, -webkit-transform .3s;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.parts-tech .tech-list .box .img:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.parts-tech .tech-list .box .img:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.parts-tech .tech-list .box .img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.parts-tech .tech-list .box .title {
  font-size: 1.0625rem;
  display: block;
  margin: 20px auto;
}

.parts-tech .tech-list .slick-prev, .parts-tech .tech-list .slick-next {
  min-width: auto;
  position: absolute;
  z-index: 10;
  height: 44px;
  width: 44px;
  display: block;
  line-height: 0;
  font-size: 0;
  border-radius: 50%;
  cursor: pointer;
  background-color: transparent;
  bottom: 0;
  top: auto;
  padding: 0;
  margin: 0;
  border: 1px solid #3b73a6;
  outline: none;
  -webkit-transition: border .35s, -webkit-transition .35s;
  transition: border .35s, -webkit-transition .35s;
  transition: border .35s, transition .35s;
  transition: border .35s, transition .35s, -webkit-transition .35s;
}

.parts-tech .tech-list .slick-prev:before, .parts-tech .tech-list .slick-next:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  display: inline-block;
  border: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: border .25s;
  transition: border .25s;
}

.parts-tech .tech-list .slick-prev:hover, .parts-tech .tech-list .slick-next:hover {
  background-color: #3b73a6;
}

.parts-tech .tech-list .slick-prev {
  left: 50%;
  margin-left: -55px;
}

.parts-tech .tech-list .slick-prev:before {
  left: 50%;
  margin-left: -3px;
  border-left: 1px solid #3b73a6;
  border-top: 1px solid #3b73a6;
}

.parts-tech .tech-list .slick-prev:hover, .parts-tech .tech-list .slick-prev:active {
  left: 50%;
  margin-left: -55px;
  right: auto;
}

.parts-tech .tech-list .slick-prev:hover:before, .parts-tech .tech-list .slick-prev:active:before {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

.parts-tech .tech-list .slick-next {
  right: 50%;
  margin-right: -55px;
}

.parts-tech .tech-list .slick-next:before {
  right: 50%;
  margin-right: -3px;
  border-right: 1px solid #3b73a6;
  border-bottom: 1px solid #3b73a6;
}

.parts-tech .tech-list .slick-next:hover, .parts-tech .tech-list .slick-next:active {
  right: 50%;
  margin-right: -55px;
  left: auto;
}

.parts-tech .tech-list .slick-next:hover:before, .parts-tech .tech-list .slick-next:active:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.parts-depart {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.parts-depart .deco {
  width: 100%;
  max-width: 1610px;
  position: absolute;
  left: 50%;
  top: 60%;
  z-index: 0;
}

.parts-depart .deco:before {
  content: '';
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 17.39%;
  background: url(../images/i_news_text.png) no-repeat 0 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: contain;
}

.parts-depart .apart-list-wrap {
  display: block;
  z-index: 1;
  margin: 130px auto 0 auto;
  position: relative;
  width: 570px;
  height: 570px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
}

.parts-depart .apart-list-wrap .apart-core {
  width: 380px;
  height: 380px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: #f6f8fb;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.parts-depart .apart-list-wrap .apart-core:before {
  content: '';
  display: block;
  width: 116px;
  height: 30px;
  background: url(../images/logo_white.png) no-repeat 0 0;
  background-size: contain;
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.parts-depart .apart-list-wrap .apart-core:after {
  content: '';
  background: #014a8c;
  position: absolute;
  top: 23%;
  left: 23%;
  right: 23%;
  bottom: 23%;
  border-radius: 50%;
  z-index: 0;
}

.parts-depart .apart-list-wrap .apart-list {
  position: relative;
  font-size: 0;
  z-index: 10;
}

.parts-depart .apart-list-wrap .apart-list .box {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  -webkit-transform-origin: 0 228%;
          transform-origin: 0 228%;
  top: -75px;
  left: 50%;
}

.parts-depart .apart-list-wrap .apart-list .box span {
  display: block;
  font-size: 1rem;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #0056a3;
  color: #333;
  background: #fff;
  text-align: center;
  line-height: 150px;
}

.parts-depart .apart-list-wrap .apart-list .box:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.parts-depart .apart-list-wrap .apart-list .box:nth-child(1) span {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.parts-depart .apart-list-wrap .apart-list .box:nth-child(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.parts-depart .apart-list-wrap .apart-list .box:nth-child(2) span {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.parts-depart .apart-list-wrap .apart-list .box:nth-child(3) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.parts-depart .apart-list-wrap .apart-list .box:nth-child(3) span {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.parts-depart .apart-list-wrap .apart-list .box:nth-child(4) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.parts-depart .apart-list-wrap .apart-list .box:nth-child(4) span {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.parts-depart .apart-list-wrap .apart-list .box:nth-child(5) {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.parts-depart .apart-list-wrap .apart-list .box:nth-child(5) span {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.parts-depart .apart-list-wrap .apart-list .box:nth-child(6) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.parts-depart .apart-list-wrap .apart-list .box:nth-child(6) span {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}

.parts-depart .apart-list-wrap .apart-list .box:nth-child(7) {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.parts-depart .apart-list-wrap .apart-list .box:nth-child(7) span {
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
}

.parts-depart .apart-list-wrap .apart-list .box:nth-child(8) {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.parts-depart .apart-list-wrap .apart-list .box:nth-child(8) span {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

@media (max-width: 991px) {
  .parts-ban {
    padding-bottom: 34.28%;
  }
  .parts-ban .text .en {
    font-size: 1.875rem;
  }
  .parts-ban .text .zh {
    margin-top: 20px;
    font-size: 1.375rem;
  }
  .parts-goods .p-list .box {
    width: calc( (100% / 3) - 30px);
  }
  .parts-core .container-1400 {
    padding-top: 50px;
    padding-bottom: 150px;
  }
  .parts-core .core-list {
    margin: 0 -10px;
  }
  .parts-core .core-list .box {
    margin: 0 10px;
    width: calc((100% / 3) - 20px);
  }
}

@media (max-width: 767px) {
  .parts-ban {
    padding-bottom: 300px;
    margin-bottom: 20px;
  }
  .parts-ban:before {
    width: 70%;
    clip-path: polygon(0% 0%, 50% 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0% 0%, 50% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0% 0%, 50% 0, 100% 100%, 0 100%);
  }
  .parts-ban .text .en {
    font-size: 1.625rem;
  }
  .parts-ban .text .zh {
    font-size: 1.25rem;
  }
  .parts-core .core-list .box .title {
    font-size: 1.125rem;
    padding: 20px;
    margin: 0;
  }
  .parts-core .core-list .box p {
    font-size: 1rem;
    margin: 0;
    padding: 20px;
  }
  .parts-core .core-list .box .list {
    margin: 0;
    padding: 20px;
  }
  .parts-core .core-list .box .list li {
    font-size: 1rem;
  }
  .parts-tech .tech-list .box {
    padding: 0 10px;
  }
  .parts-depart {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .parts-depart .apart-list-wrap {
    margin: 100px auto 0 auto;
    width: 400px;
    height: 400px;
  }
  .parts-depart .apart-list-wrap .apart-core {
    width: 300px;
    height: 300px;
  }
  .parts-depart .apart-list-wrap .apart-list .box span {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  .parts-core .core-list {
    margin: 0 auto;
  }
  .parts-core .core-list .box {
    display: block;
    position: relative;
    padding: 0 0 0 200px;
    margin: 0 0 20px 0;
    min-height: 210px;
    width: 100%;
  }
  .parts-core .core-list .box .img {
    width: 200px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .parts-core .core-list .box .img:before {
    padding-bottom: 0;
  }
  .parts-core .core-list .box .img img {
    width: auto;
    max-width: none;
    height: 100%;
  }
  .parts-core .core-list .box .title {
    text-align: left;
  }
}

@media (max-width: 639px) {
  .parts-goods {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .parts-goods .p-list .box {
    width: calc(50% - 20px);
  }
  .parts-core .core-list {
    margin: 0 auto;
  }
  .parts-core .core-list .box {
    display: block;
    position: relative;
    padding: 0;
    margin: 0 0 20px 0;
    width: 100%;
  }
  .parts-tech {
    padding-bottom: 30px;
  }
  .parts-tech .tech-list {
    padding-bottom: 40px;
  }
  .parts-depart .deco {
    display: none;
  }
  .parts-depart .apart-list-wrap {
    margin: 20px auto 0 auto;
    width: auto;
    height: auto;
    border: none;
  }
  .parts-depart .apart-list-wrap .apart-core {
    display: none;
  }
  .parts-depart .apart-list-wrap .apart-list .box {
    position: relative;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    width: 50%;
    left: auto;
    top: auto;
    margin: -1px 0 0 0;
    vertical-align: top;
    text-align: center;
  }
  .parts-depart .apart-list-wrap .apart-list .box span {
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-radius: 0;
    display: block;
  }
  .parts-depart .apart-list-wrap .apart-list .box:nth-child(even) span {
    margin-left: -1px;
  }
  .parts-depart .apart-list-wrap .apart-list .box:nth-child(1) {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .parts-depart .apart-list-wrap .apart-list .box:nth-child(1) span {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .parts-depart .apart-list-wrap .apart-list .box:nth-child(2) {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .parts-depart .apart-list-wrap .apart-list .box:nth-child(2) span {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .parts-depart .apart-list-wrap .apart-list .box:nth-child(3) {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .parts-depart .apart-list-wrap .apart-list .box:nth-child(3) span {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .parts-depart .apart-list-wrap .apart-list .box:nth-child(4) {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .parts-depart .apart-list-wrap .apart-list .box:nth-child(4) span {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .parts-depart .apart-list-wrap .apart-list .box:nth-child(5) {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .parts-depart .apart-list-wrap .apart-list .box:nth-child(5) span {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .parts-depart .apart-list-wrap .apart-list .box:nth-child(6) {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .parts-depart .apart-list-wrap .apart-list .box:nth-child(6) span {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .parts-depart .apart-list-wrap .apart-list .box:nth-child(7) {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .parts-depart .apart-list-wrap .apart-list .box:nth-child(7) span {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .parts-depart .apart-list-wrap .apart-list .box:nth-child(8) {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .parts-depart .apart-list-wrap .apart-list .box:nth-child(8) span {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@media (max-width: 499px) {
  .parts-ban .text .en {
    font-size: 1.375rem;
  }
  .parts-ban .text .zh {
    font-size: 1.0625rem;
  }
  .parts-goods {
    padding-bottom: 40px;
  }
  .parts-goods .p-list .box {
    width: 100%;
  }
}

/* --- PRODUCT VIEW --- */
.pview-top {
  font-size: 0;
}

.pview-top .pview-img {
  display: inline-block;
  vertical-align: top;
  width: 55%;
  max-width: 750px;
  padding: 0 75px;
  opacity: 0;
}

.pview-top .pview-img.scroll-view {
  opacity: 1;
  -webkit-animation: ani_fadeIn_toR 1s both cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: ani_fadeIn_toR 1s both cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pview-top .pview-img .slider .slick-dots {
  bottom: -30px;
}

.pview-top .pview-img .slider .slick-prev {
  left: -55px;
}

.pview-top .pview-img .slider .slick-next {
  right: -55px;
}

.pview-top .pview-intro {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  font-size: 1rem;
  padding-left: 50px;
  line-height: 2;
  opacity: 0;
}

.pview-top .pview-intro.scroll-view {
  opacity: 1;
  -webkit-animation: ani_fadeIn_toL 1s both cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: ani_fadeIn_toL 1s both cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pview-top .pview-intro .model {
  color: #014a8c;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: bold;
}

.pview-top .pview-intro .name {
  font-size: 2.1875rem;
  color: #222;
  line-height: 1.5;
  margin-top: 0;
}

.pview-top .pview-intro .desc {
  display: block;
  margin: 20px auto 0 auto;
}

.pview-top .pview-intro .desc strong {
  color: #0056a3;
  font-weight: 400;
  display: block;
}

.pview-top .pview-intro .feature-list {
  display: block;
  padding: 15px 20px;
  margin: 20px auto 0 auto;
  background: #f6f6f6;
  border-top: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  color: #666666;
}

.pview-top .pview-intro .feature-list dt {
  display: block;
  position: relative;
  padding: 0 0 0 16px;
  margin: 0 0 5px 0;
  font-weight: 400;
}

.pview-top .pview-intro .feature-list dt:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #666;
  position: absolute;
  top: 8px;
  left: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pview-top .pview-intro .feature-list dd {
  display: block;
  position: relative;
  margin: 0 auto 20px auto;
  line-height: 1.875;
}

.pview-top .pview-intro .feature-list dd:last-child {
  margin-bottom: 0;
}

.pview-top .pview-intro .btn-wrap {
  margin: 30px auto 0 auto;
  font-size: 0;
}

.pview-top .pview-intro .btn-wrap .btn-style {
  width: calc(50% - 10px);
}

.pview-top .pview-intro .btn-wrap .btn-style:first-child {
  margin-right: 20px;
}

.pview-detail {
  border-top: 1px solid #ddd;
  margin-top: 100px;
  padding-top: 50px;
  opacity: 0;
}

.pview-detail.scroll-view {
  opacity: 1;
  -webkit-animation: ani_fadeIn_toU 1s both cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: ani_fadeIn_toU 1s both cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 1199px) {
  .pview-top .pview-img {
    width: 50%;
  }
  .pview-top .pview-intro {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .pview-top .pview-img {
    display: block;
    width: auto;
    padding: 0 0 35px 0;
    margin: 0 auto;
    max-width: 500px;
  }
  .pview-top .pview-img .slider .slick-dots {
    bottom: -30px;
  }
  .pview-top .pview-img .slider .slick-prev, .pview-top .pview-img .slider .slick-next {
    width: 40px;
    height: 40px;
  }
  .pview-top .pview-img .slider .slick-prev:before, .pview-top .pview-img .slider .slick-next:before {
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
  .pview-top .pview-img .slider .slick-prev {
    left: 0;
  }
  .pview-top .pview-img .slider .slick-prev:before {
    margin-left: -4px;
  }
  .pview-top .pview-img .slider .slick-next {
    right: 0;
  }
  .pview-top .pview-img .slider .slick-next:before {
    margin-right: -4px;
  }
  .pview-top .pview-intro {
    display: block;
    vertical-align: top;
    width: auto;
    margin: 50px auto 20px auto;
    padding-left: 0;
  }
  .pview-top .pview-intro .name {
    font-size: 1.875rem;
  }
  .pview-top .pview-intro .desc {
    margin: 15px auto 0 auto;
  }
  .pview-detail {
    margin-top: 50px;
    padding-top: 30px;
  }
}

/*--- TABLE ---*/
.table-default {
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin: 0 auto 30px auto;
}
/*.table-default.w120p { min-width: 600px; overflow-x: scroll; }*/


.table-default td, .table-default th {
  padding: 15px 35px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.0625rem;
  font-weight: 400;
}

.table-default td.align-L, .table-default th.align-L {
  text-align: left;
}

.table-default thead th, .table-default thead th {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #014a8c;
  color: #fff;
  vertical-align: middle;
  position: relative;
}

.table-default thead th:first-of-type:before, .table-default thead th:first-of-type:before {
  display: none;
}

.table-default thead th:before, .table-default thead th:before {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}

.table-default tbody td.align-center {
  text-align: center;
}

.table-default tbody td, .table-default tbody th {
  position: relative;
  text-align: left;
}

.table-default tbody td:before, .table-default tbody th:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #eee;
}

.table-default tbody td:first-of-type:before, .table-default tbody th:first-of-type:before {
  display: none;
}

.table-default tbody tr:nth-of-type(even) td, .table-default tbody tr:nth-of-type(even) th {
  background: #ebf3f9;
}

.table-default .col-download {
  width: 160px;
}

.table-default .col-date {
  width: 25%;
}

.table-default.t-download {
  margin: 0 auto 40px auto;
}

.table-default.t-download th, .table-default.t-download td {
  text-align: left;
}

.table-default.t-download tbody tr:hover td, .table-default.t-download tbody tr:hover th {
  color: #014a8c;
}

@media (max-width: 767px) {
  .table-default td, .table-default th {
    padding: 15px 10px;
    font-size: 1rem;
  }
  .table-default .col-download {
    width: 100px;
  }
  .table-default .col-date {
    width: 160px;
  }
}

.gov-org-img {
  text-align: center;
}

.gov-org-img img {
  text-align: center;
}

.gov-org-img .mb {
  display: none;
}

.gov-org-img .pc {
  display: block;
}

@media (max-width: 767px) {
  .gov-org-img .mb {
    display: block;
  }
  .gov-org-img .pc {
    display: none;
  }
}

.year-title {
  font-size: 1.5625rem;
  color: #333;
  font-weight: 600;
  margin: 0 auto 15px auto;
}

/* stakeholder */
#stakeholder .table-stakeholder {
  border-collapse: collapse;
  border: none;
  width: 100%;
  border-bottom: 1px solid #eee;
}

#stakeholder .table-stakeholder td, #stakeholder .table-stakeholder th {
  padding: 15px 35px;
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 400;
}

#stakeholder .table-stakeholder td.align-L, #stakeholder .table-stakeholder th.align-L {
  text-align: left;
}

#stakeholder .table-stakeholder thead th, #stakeholder .table-stakeholder thead th {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #014a8c;
  color: #fff;
  vertical-align: middle;
  position: relative;
}

#stakeholder .table-stakeholder thead th:first-of-type:before, #stakeholder .table-stakeholder thead th:first-of-type:before {
  display: none;
}

#stakeholder .table-stakeholder thead th:before, #stakeholder .table-stakeholder thead th:before {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}

#stakeholder .table-stakeholder tbody td, #stakeholder .table-stakeholder tbody th {
  position: relative;
}

#stakeholder .table-stakeholder tbody td:before, #stakeholder .table-stakeholder tbody th:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #eee;
}

#stakeholder .table-stakeholder tbody td:first-of-type:before, #stakeholder .table-stakeholder tbody th:first-of-type:before {
  display: none;
}

#stakeholder .table-stakeholder tbody tr:nth-of-type(even) td, #stakeholder .table-stakeholder tbody tr:nth-of-type(even) th {
  background: #ebf3f9;
}

#stakeholder .skhr-icon {
  color: #014a8c;
  display: inline-block;
  min-width: 170px;
  text-align: left;
}

#stakeholder .skhr-icon img {
  max-width: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

#stakeholder .btn--contact {
  width: 100%;
  max-width: 200px;
  min-width: 140px;
}

#stakeholder .skhr-list {
  display: inline-block;
  width: auto;
  min-width: 300px;
}

#stakeholder .skhr-list li {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  text-align: left;
}

#stakeholder .skhr-list li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666666;
  position: absolute;
  top: 12px;
  left: 0;
}

#stakeholder .table-stakeholder .skhr-c-col1 {
  width: 22%;
}

#stakeholder .table-stakeholder .skhr-c-col2 {
  width: 28%;
}

#stakeholder .table-stakeholder .skhr-c-col3 {
  width: 28%;
}

#stakeholder .table-stakeholder .skhr-c-col4 {
  width: 22%;
}

#stakeholder .table-stakeholder.t-contact th, #stakeholder .table-stakeholder.t-contact td {
  text-align: left;
  padding-top: 45px;
  padding-bottom: 45px;
  color: #666;
}

#stakeholder .table-stakeholder.t-contact th:before, #stakeholder .table-stakeholder.t-contact td:before {
  display: none;
}

#stakeholder .table-stakeholder.t-contact th a, #stakeholder .table-stakeholder.t-contact td a {
  color: #666;
}

#stakeholder .table-stakeholder.t-contact th a:hover, #stakeholder .table-stakeholder.t-contact td a:hover {
  color: #0056a3;
}

#stakeholder .table-stakeholder.t-contact .skhr-name .skhr-icon {
  font-size: 2rem;
  color: #222;
  padding: 15px;
}

#stakeholder .table-stakeholder.t-contact tbody td:after {
  content: '';
  width: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 45px;
  bottom: 45px;
}

#stakeholder .table-stakeholder.t-contact tbody .stit {
  display: block;
}

#stakeholder .table-stakeholder.t-contact tbody tr td:first-child:after {
  display: none;
}

#stakeholder .table-stakeholder.t-contact tbody tr:nth-of-type(odd) td, #stakeholder .table-stakeholder.t-contact tbody tr:nth-of-type(odd) th {
  background: #f6f8fb;
}

#stakeholder .table-stakeholder.t-contact tbody tr:nth-of-type(even) td, #stakeholder .table-stakeholder.t-contact tbody tr:nth-of-type(even) th {
  background: #fff;
}

@media (max-width: 1499px) {
  #stakeholder .table-stakeholder.t-contact .skhr-name {
    width: 24%;
  }
  #stakeholder .table-stakeholder.t-contact .skhr-name .skhr-icon {
    font-size: 1.625rem;
  }
}

@media (max-width: 1199px) {
  #stakeholder .skhr-list {
    min-width: auto;
  }
  #stakeholder .table-stakeholder .skhr-c-col1 {
    width: 16%;
  }
  #stakeholder .table-stakeholder .skhr-c-col2 {
    width: 32%;
  }
  #stakeholder .table-stakeholder .skhr-c-col3 {
    width: 32%;
  }
  #stakeholder .table-stakeholder .skhr-c-col4 {
    width: 20%;
  }
  #stakeholder .table-stakeholder tbody th, #stakeholder .table-stakeholder tbody td {
    text-align: left;
  }
  #stakeholder .table-stakeholder th, #stakeholder .table-stakeholder td {
    font-size: 1rem;
    padding: 10px 20px;
  }
  #stakeholder .table-stakeholder.t-contact th, #stakeholder .table-stakeholder.t-contact td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #stakeholder .table-stakeholder.t-contact .skhr-name .skhr-icon {
    font-size: 1.25rem;
    padding: 0;
  }
  #stakeholder .table-stakeholder.t-contact tbody td:after {
    top: 10px;
    bottom: 10px;
  }
  #stakeholder .table-stakeholder.t-contact tbody .stit {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  #stakeholder .skhr-list {
    margin: 10px 0 0 0;
  }
  #stakeholder .skhr-list li {
    padding: 0 0 0 20px;
  }
  #stakeholder .table-stakeholder {
    display: block;
  }
  #stakeholder .table-stakeholder .skhr-c-col1, #stakeholder .table-stakeholder .skhr-c-col2, #stakeholder .table-stakeholder .skhr-c-col3, #stakeholder .table-stakeholder .skhr-c-col4 {
    width: 100%;
  }
  #stakeholder .table-stakeholder thead {
    display: none;
  }
  #stakeholder .table-stakeholder tr, #stakeholder .table-stakeholder tbody, #stakeholder .table-stakeholder th, #stakeholder .table-stakeholder td {
    display: block;
    w1width: 100%;
  }
  #stakeholder .table-stakeholder tr {
    border-top: 1px solid #ccc;
  }
  #stakeholder .table-stakeholder tr:first-child {
    border-top: none;
  }
  #stakeholder .table-stakeholder tbody td {
    position: relative;
    padding: 0 0 0 300px;
  }
  #stakeholder .table-stakeholder tbody td:before {
    content: attr(data-col-tit);
    display: block;
    position: absolute;
    left: 200px;
    top: 10px;
    font-size: 1rem;
    width: auto;
    margin: 0 auto 5px auto;
    background: none;
  }
  #stakeholder .table-stakeholder tbody td:after {
    display: none;
  }
  #stakeholder .btn--contact {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #stakeholder .skhr-icon {
    position: absolute;
    top: 13px;
    left: 10px;
    z-index: 10;
  }
  #stakeholder .table-stakeholder.t-contact tbody td {
    padding-left: 200px;
  }
  #stakeholder .table-stakeholder.t-contact tbody td:nth-of-type(2) {
    padding-top: 15px;
  }
  #stakeholder .table-stakeholder.t-contact tbody td:last-of-type {
    padding-bottom: 15px;
  }
  #stakeholder .table-stakeholder.t-contact tbody .skhr-name {
    padding: 0;
  }
  #stakeholder .table-stakeholder.t-contact tbody .skhr-name .skhr-icon {
    top: 6px;
    left: 10px;
    padding: 0;
    font-size: 1rem;
  }
}

@media (max-width: 549px) {
  #stakeholder .table-stakeholder tbody td {
    padding: 0 0 0 120px;
  }
  #stakeholder .table-stakeholder tbody td:before {
    left: 10px;
  }
  #stakeholder .skhr-icon {
    position: relative;
    margin-left: -120px;
    margin-bottom: 10px;
  }
  #stakeholder .table-stakeholder.t-contact tbody td {
    padding-left: 0;
  }
  #stakeholder .table-stakeholder.t-contact tbody td:nth-of-type(2) {
    padding-top: 15px;
  }
  #stakeholder .table-stakeholder.t-contact tbody td:last-of-type {
    padding-bottom: 15px;
  }
  #stakeholder .table-stakeholder.t-contact tbody .skhr-name {
    padding: 0;
    width: 100%;
  }
  #stakeholder .table-stakeholder.t-contact tbody .skhr-name .skhr-icon {
    top: 10px;
    left: auto;
    padding: 0;
    margin-left: auto;
    font-size: 1rem;
  }
}

/* --- ABOUT - CONTACT --- */
.contact-top {
  background: url(../images/contact_bg.jpg) no-repeat center bottom #4e80b5;
  padding: 90px 0 70px 0;
  color: #fff;
}

.contact-top .form-box {
  margin: 0 0 20px 0;
}

.contact-top .label-style {
  color: #fff;
}

.contact-top .form-bottom {
  position: relative;
  padding-right: 200px;
}

.contact-top .form-bottom .form-box {
  margin: 0;
}

.contact-top .btn-submit {
  position: absolute;
  bottom: 0;
  right: 0;
}

.contact-top .textarea-style {
  background-color: transparent;
  width: 100%;
  border: none;
  border-bottom: 1px solid #bfbfbf;
  -webkit-transition: border .25s;
  transition: border .25s;
}

.contact-top .textarea-style:focus {
  border-bottom-color: #fff;
}

.contact-top .input-style {
  background-color: transparent;
  width: 100%;
  border: none;
  border-bottom: 1px solid #bfbfbf;
  height: 40px;
  -webkit-transition: border .25s;
  transition: border .25s;
}

.contact-top .input-style:focus {
  border-bottom-color: #fff;
}

.contact-top .select-style {
  border-radius: 0;
  border: none;
  background: url("../images/select_aw_white.png") right 0;
  border-bottom: 1px solid #bfbfbf;
  line-height: 40px;
  height: 40px;
  -webkit-transition: border .25s;
  transition: border .25s;
}

.contact-top .select-style option {
  color: #333;
  background: #fff;
}

.contact-top .select-style:hover {
  border-bottom-color: #fff;
}

.contact-top .form-gp {
  border: none;
  background: none;
  line-height: 40px;
  height: 40px;
  display: inline-block;
}

.contact-top .radio-style input + span {
  border: 2px solid #fff;
  background: none;
}

.contact-top .radio-style input + span i {
  background: #fff;
}

.contact-top .radio-style input:checked + span {
  border-color: #fff;
}

.contact-top .radio-style:hover input + span, .contact-top .radio-style:active input + span {
  border-color: #fff;
}

.contact-top .radio-style:hover input + span i, .contact-top .radio-style:active input + span i {
  background-color: #fff;
}

.contact-top .radio-style:hover input:checked + span, .contact-top .radio-style:active input:checked + span {
  border-color: #ffffff;
  background: none;
}

.contact-top .radio-style:hover input:checked + span i, .contact-top .radio-style:active input:checked + span i {
  background-color: #fff;
}

.contact-top .subhead-line {
  color: #fff;
}

.contact-top .subhead-line:before {
  background: #fff;
}

.contact-top .welcome-msg {
  text-align: center;
  max-width: 950px;
  margin: 0 auto 30px auto;
}

.contact-top .finish-msg {
  text-align: center;
}

.contact-top .finish-msg .btn-submit {
  position: relative;
  display: block;
  margin: 20px auto 0 auto;
}

.contact-bottom {
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
  font-size: 0;
}

.contact-bottom .co-map {
  position: relative;
  height: 450px;
  width: 75%;
}

.contact-bottom .co-info {
  position: absolute;
  width: 30%;
  right: 0;
  top: 0;
  display: inline-block;
  vertical-align: top;
  background: #014a8c;
  color: #fff;
  padding: 50px 30px;
  -webkit-transform: translate(0, 16%);
          transform: translate(0, 16%);
}

.contact-bottom .co-info .co-name {
  font-size: 2.1875rem;
  display: block;
  margin: 0 0 20px 0;
}

.contact-bottom .co-info ul li {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 0 10px 55px;
  font-size: 1.0625rem;
}

.contact-bottom .co-info ul li:before {
  content: '';
  width: 40px;
  height: 40px;
  top: 10px;
  left: 0;
  display: block;
  position: absolute;
  border-radius: 50%;
  background-image: url(../images/contact_icon.png);
  background-repeat: no-repeat;
  background-size: 110% auto;
  border: 1px solid #3f7cb3;
}

.contact-bottom .co-info ul li.c-map:before {
  background-position: center 0;
}

.contact-bottom .co-info ul li.c-tel:before {
  background-position: center 34%;
}

.contact-bottom .co-info ul li.c-fax:before {
  background-position: center 67%;
}

.contact-bottom .co-info ul li.c-mail:before {
  background-position: center 100%;
}

.contact-bottom .co-info ul li a {
  color: inherit;
  display: inline-block;
  position: relative;
}

.contact-bottom .co-info ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: width .5s;
  transition: width .5s;
}

.contact-bottom .co-info ul li a:hover:after, .contact-bottom .co-info ul li a:active:after {
  width: 100%;
}

@media (max-width: 1299px) {
  .contact-top {
    padding-top: 50px;
  }
  .contact-bottom .co-map {
    width: 85%;
  }
  .contact-bottom .co-info {
    width: 35%;
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .contact-top {
    padding-top: 30px;
  }
  .contact-bottom {
    padding: 0;
  }
  .contact-bottom .container-1400 {
    display: table;
    width: 100%;
    padding: 0;
  }
  .contact-bottom .co-map {
    width: 45%;
    display: table-cell;
    vertical-align: top;
  }
  .contact-bottom .co-map iframe {
    position: absolute;
  }
  .contact-bottom .co-info {
    position: relative;
    width: 55%;
    right: auto;
    padding: 30px;
    display: table-cell;
    vertical-align: middle;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .contact-bottom .co-info .co-name {
    font-size: 1.875rem;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .contact-top .form-bottom {
    padding-right: 0;
  }
  .contact-top .btn-submit {
    position: relative;
    margin: 30px auto 0 auto;
    display: block;
  }
}

@media (max-width: 639px) {
  .contact-bottom .container-1400 {
    display: block;
  }
  .contact-bottom .co-map {
    width: 100%;
    display: block;
  }
  .contact-bottom .co-info {
    width: 100%;
    display: block;
  }
  .contact-bottom .co-info .co-name {
    font-size: 1.625rem;
    margin: 0;
  }
}

/* --- ABOUT - HISTORY --- */
.decate-title {
  color: #f6f8fb;
  display: block;
  font-family: "Roboto", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
  font-size: 9.375rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  letter-spacing: -0.03rem;
}

.history-more {
  text-align: center;
  margin: 20px auto;
}

ul.history-list {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  margin: 0 auto 80px auto;
}

ul.history-list:before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #014a8c;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -7px;
}

ul.history-list:after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #014a8c;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -7px;
}

ul.history-list .box {
  position: relative;
  margin: 0;
  padding: 0 0 1px 0;
}

ul.history-list .box:before {
  content: "";
  background: #014a8c;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 100%;
  -moz-transition: bottom 0.8s 0.1s;
  -o-transition: bottom 0.8s 0.1s;
  -webkit-transition: bottom 0.8s;
  -webkit-transition-delay: 0.1s;
  -webkit-transition: bottom 0.8s 0.1s;
  transition: bottom 0.8s 0.1s;
}

ul.history-list .box:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #014a8c;
  border: 4px solid #ccdbe8;
  position: absolute;
  top: -11px;
}

ul.history-list .box .year {
  font-size: 2.5rem;
  line-height: 1;
  color: #0959aa;
  font-weight: bold;
  margin: 0;
  padding: 0;
  display: block;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

ul.history-list .box .month {
  font-size: 1.25rem;
  margin: 5px auto;
  font-weight: 600;
  color: #0959aa;
  display: block;
}

ul.history-list .box .event {
  margin-top: 15px;
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 530px;
  display: inline-block;
  color: #555;
}

ul.history-list .box .event > ul > li {
  display: block;
  position: relative;
  margin-bottom: 28px;
  opacity: 0;
  -moz-transition: opacity 0.5s 0.1s, -moz-transform 0.5s 0.1s;
  -o-transition: opacity 0.5s 0.1s, -o-transform 0.5s 0.1s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.1s, 0.1s;
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
  transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s;
  transition: opacity 0.5s 0.1s, transform 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
}

ul.history-list .box:nth-child(odd) {
  padding-left: calc(50% + 30px);
}

ul.history-list .box:nth-child(odd):after {
  left: 50%;
  margin-left: -11px;
}

ul.history-list .box:nth-child(odd) .event {
  text-align: left;
}

ul.history-list .box:nth-child(odd) .event > ul > li {
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}

ul.history-list .box:nth-child(even) {
  padding-right: calc(50% + 30px);
  text-align: right;
}

ul.history-list .box:nth-child(even):after {
  right: 50%;
  margin-right: -11px;
}

ul.history-list .box:nth-child(even) .event > ul > li {
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
}

ul.history-list .box:first-child:before {
  top: -60px;
}

ul.history-list .box.scroll-view:before {
  bottom: 0;
}

ul.history-list .box.scroll-view .year, ul.history-list .box.scroll-view .event > ul > li.shown {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

ul.history-list .box.scroll-view:last-child:before {
  bottom: -60px;
}

@media (max-width: 767px) {
  .decate-title {
    font-size: 6rem;
    text-align: left;
  }
  ul.history-list {
    margin: 0 auto 60px auto;
  }
  ul.history-list:before {
    left: 0;
  }
  ul.history-list:after {
    left: 0;
    margin-left: -7px;
  }
  ul.history-list .box:nth-child(odd), ul.history-list .box:nth-child(even) {
    padding-left: 30px;
    padding-right: 0;
    text-align: left;
  }
  ul.history-list .box:nth-child(odd):before, ul.history-list .box:nth-child(even):before {
    left: 0;
    right: auto;
  }
  ul.history-list .box:nth-child(odd):after, ul.history-list .box:nth-child(even):after {
    right: auto;
    left: 0;
    margin-right: auto;
    margin-left: -11px;
  }
}

/* --- ABOUT - TRAFFIC --- */
.pageinner.traffic {
  padding-bottom: 0;
}

.traffic-wrap {
  font-size: 0;
  display: block;
  padding-bottom: 100px;
  padding-bottom: 30px;
}

.traffic-wrap .co-info {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  background: #014a8c;
  color: #fff;
  margin-top: -80px;
  padding: 50px 30px;
}

.traffic-wrap .co-info .co-name {
  font-size: 2.1875rem;
  display: block;
  margin: 0 0 20px 0;
}

.traffic-wrap .co-info ul li {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 0 10px 55px;
  font-size: 1.0625rem;
}

.traffic-wrap .co-info ul li:before {
  content: '';
  width: 40px;
  height: 40px;
  top: 10px;
  left: 0;
  display: block;
  position: absolute;
  border-radius: 50%;
  background-image: url(../images/contact_icon.png);
  background-repeat: no-repeat;
  background-size: 110% auto;
  border: 1px solid #3f7cb3;
}

.traffic-wrap .co-info ul li.c-map:before {
  background-position: center 0;
}

.traffic-wrap .co-info ul li.c-tel:before {
  background-position: center 34%;
}

.traffic-wrap .co-info ul li.c-fax:before {
  background-position: center 67%;
}

.traffic-wrap .co-info ul li.c-mail:before {
  background-position: center 100%;
}

.traffic-wrap .co-info ul li a {
  color: inherit;
  display: inline-block;
  position: relative;
}

.traffic-wrap .co-info ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: width .5s;
  transition: width .5s;
}

.traffic-wrap .co-info ul li a:hover:after, .traffic-wrap .co-info ul li a:active:after {
  width: 100%;
}

.traffic-wrap .traffic-info {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  font-size: 1.0625rem;
  color: #333;
  margin-top: 80px;
  padding-left: 50px;
}

.traffic-wrap .traffic-info .traffic-sectitle {
  margin: 0 0 30px 0;
  padding: 0 0 0 50px;
  font-size: 2rem;
  position: relative;
}

.traffic-wrap .traffic-info .traffic-sectitle:before {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: -10px;
  left: -10px;
  display: inline-block;
  vertical-align: middle;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.traffic-wrap .traffic-info .traffic-sectitle.icon-public:before {
  background-image: url(../images/traffic_icon1.png);
}

.traffic-wrap .traffic-info .traffic-sectitle.icon-drive:before {
  background-image: url(../images/traffic_icon2.png);
}

.traffic-wrap .traffic-info .traffic-step {
  margin: 0 0 50px 0;
}

.traffic-wrap .traffic-info .traffic-step.drive li {
  margin: 0 0 30px 0;
}

.traffic-wrap .traffic-info .traffic-step li {
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
}

.traffic-wrap .traffic-info .traffic-step li .direction {
  display: block;
  width: 120px;
  text-align: center;
  background: #006bae;
  color: #fff;
  font-size: 1.0625rem;
  padding: 3px 15px;
  border-radius: 25px;
  margin: 0 0 5px 0;
}

.traffic-map {
  height: 490px;
}

.traffic-map iframe {
  height: 100%;
}

@media (max-width: 1299px) {
  .traffic-wrap .co-info {
    width: 35%;
    margin-top: -60px;
    padding: 30px;
  }
  .traffic-wrap .co-info .co-name {
    font-size: 1.875rem;
    margin: 0 0 15px 0;
  }
  .traffic-wrap .traffic-info {
    width: 65%;
  }
  .traffic-wrap .traffic-info .traffic-sectitle {
    margin: 0 0 20px 0;
    font-size: 1.875rem;
  }
}

@media (max-width: 991px) {
  .traffic-wrap {
    padding-top: 0;
  }
  .traffic-wrap .co-info {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .traffic-wrap .co-info .co-name {
    font-size: 1.625rem;
    margin: 0 0 10px 0;
  }
  .traffic-wrap .traffic-info {
    padding-left: 0;
    margin-top: 30px;
    width: 100%;
  }
  .traffic-wrap .traffic-info .traffic-sectitle {
    padding: 0 0 0 40px;
    font-size: 1.625rem;
  }
  .traffic-wrap .traffic-info .traffic-sectitle:before {
    width: 40px;
    height: 40px;
    top: -5px;
    left: 0;
  }
}

@media (max-width: 767px) {
  .traffic-wrap .co-info {
    padding: 15px 20px;
  }
  .traffic-wrap .co-info ul li {
    padding: 6px 0 6px 40px;
  }
  .traffic-wrap .co-info ul li:before {
    width: 30px;
    height: 30px;
    top: 6px;
  }
  .traffic-wrap .co-info .co-name {
    font-size: 1.25rem;
  }
  .traffic-wrap .traffic-info {
    font-size: 1rem;
  }
  .traffic-wrap .traffic-info .traffic-sectitle {
    font-size: 1.375rem;
  }
  .traffic-wrap .traffic-info .traffic-sectitle:before {
    top: -10px;
  }
}

/* --- ABOUT - OVERVIEW --- */
.overview-wrap {
  background: #fff;
  padding: 55px;
  margin: -50px 50px 0 50px;
}

.overview-wrap:before {
  content: '';
  display: block;
  margin: 0 auto 20px auto;
  padding: 0;
  width: 188px;
  height: 56px;
  background: url(../images/logo_blue.png) no-repeat 0 0;
  background-size: contain;
}

.overview-list {
  display: table;
  width: 100%;
}

.overview-list li {
  display: table-row;
  background: #fff;
}

.overview-list li:nth-of-type(odd) {
  background: #f6f8fb;
}

.overview-list li .title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 25%;
  min-width: 120px;
  color: #fff;
  background: #014a8c;
  padding: 10px 15px;
  border-top: 1px solid #fff;
}

.overview-list li .text {
  display: table-cell;
  vertical-align: middle;
  width: 75%;
  padding: 10px 25px;
  text-align: left;
  color: #333;
}

.overview-list li .text a {
  color: #333;
}

.overview-list li .text a:hover {
  color: #0056a3;
}

@media (max-width: 1199px) {
  .overview-wrap {
    background: #fff;
    padding: 30px;
    margin: -50px 30px 0 30px;
  }
}

@media (max-width: 767px) {
  .overview-img {
    display: none;
  }
  .overview-wrap {
    background: #fff;
    padding: 0;
    margin: 0 auto;
  }
}

@media (max-width: 499px) {
  .overview-list {
    display: block;
  }
  .overview-list li {
    display: block;
    margin: 0 auto 20px auto;
    background: #f6f8fb;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .overview-list li .title {
    display: block;
    width: 100%;
    padding: 10px 15px;
  }
  .overview-list li .text {
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
  }
}

/* --- ABOUT - DIRECTOR --- */
.director-date {
  background: #f6f6f6;
  display: block;
  padding: 10px;
  text-align: center;
  color: #666;
  margin: 0 auto 30px auto;
}

.director-list {
  margin-left: -25px;
  margin-right: -25px;
  font-size: 0;
}

.director-list .box {
  width: calc((100% / 3) - 50px);
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 25px 50px 25px;
  padding: 20px 30px 30px 155px;
  height: 180px;
  border: 1px solid #dddddd;
  background: #ffffff;
  -webkit-transition: border .5s, -webkit-box-shadow .5s;
  transition: border .5s, -webkit-box-shadow .5s;
  transition: box-shadow .5s, border .5s;
  transition: box-shadow .5s, border .5s, -webkit-box-shadow .5s;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.director-list .box:hover {
  border: 1px solid #014a8c;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.director-list .box .img {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  top: 30px;
  left: 30px;
  background: #f6f8fb;
}

.director-list .box .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 70%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.director-list .box .text .title {
  font-size: 2rem;
  color: #222;
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
}

.director-list .box .text .title .en {
  font-size: 0.9375rem;
  color: #014a8c;
  display: block;
  margin: 0 0 10px 0;
  font-style: normal;
}

.director-list .box .text .name {
  display: block;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.0625rem;
  color: #666;
}

.director-list .box .text .name i {
  margin-right: 5px;
}

@media (max-width: 1499px) {
  .director-list .box .text .title {
    font-size: 1.625rem;
  }
}

@media (max-width: 1199px) {
  .director-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .director-list .box {
    width: calc((100% / 3) - 30px);
    margin: 0 15px 30px 15px;
  }
  .director-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .director-list .box {
    width: calc((100% / 2) - 20px);
    margin: 0 10px 20px 10px;
    padding: 15px 15px 15px 120px;
    height: 160px;
  }
  .director-list .box .img {
    width: 90px;
    height: 90px;
    left: 15px;
    top: 15px;
  }
  .director-list .box .text .title {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .director-list {
    margin-left: auto;
    margin-right: auto;
  }
  .director-list .box {
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
    padding: 15px 15px 15px 100px;
  }
  .director-list .box .img {
    width: 70px;
    height: 70px;
    left: 15px;
    top: 15px;
  }
}

@media (max-width: 499px) {
  .director-list .box {
    padding: 15px;
    text-align: center;
  }
  .director-list .box .text .title {
    font-size: 1.1375rem;
  }
  .director-list .box .img {
    position: relative;
    margin: 0 auto 15px auto;
    width: 70px;
    height: 70px;
    left: auto;
    top: auto;
  }
}

/* --- ABOUT - FACTORY --- */
.factory-container {
  overflow: hidden;
  padding-bottom: 50px;
}

.factory-deco {
  width: 100%;
  max-width: 1610px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
}

.factory-deco:before {
  content: '';
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 17.39%;
  background: url(../images/i_news_text.png) no-repeat 0 0;
  -webkit-transform: translate(-50%, 20%);
          transform: translate(-50%, 20%);
  background-size: contain;
}

.factory-list {
  position: relative;
  z-index: 1;
}

.factory-list:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  top: 0;
  left: 50%;
  height: 100%;
  background: #ddd;
}

.factory-list:after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #014a8c;
  position: absolute;
  z-index: 2;
  bottom: -6px;
  margin-left: -6px;
  left: 50%;
}

.factory-list .box {
  width: 50%;
  position: relative;
  display: table;
}

.factory-list .box:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #014a8c;
  position: absolute;
  z-index: 2;
  top: 12px;
}

.factory-list .box:after {
  content: '';
  width: 20px;
  height: 1px;
  background: #ddd;
  position: absolute;
  z-index: 1;
  top: 18px;
}

.factory-list .box .text {
  width: calc(100% - 240px);
  display: table-cell;
  vertical-align: top;
  direction: ltr;
  position: relative;
  padding: 0 20px 65px 40px;
}

.factory-list .box .text a {
  color: inherit;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid transparent;
  -webkit-transition: color .5s, padding .5s;
  transition: color .5s, padding .5s;
}

.factory-list .box .text a.link-map:before {
  content: '\f3c5';
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 5px;
  color: inherit;
  opacity: 0;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1;
}

.factory-list .box .text a.link-map:hover:before, .factory-list .box .text a.link-map:active:before {
  -webkit-animation: ani_zoomIn_StoB .45s both;
          animation: ani_zoomIn_StoB .45s both;
}

.factory-list .box .text a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 0;
  height: 1px;
  background: #0056a3;
  -webkit-transition: width .5s;
  transition: width .5s;
}

.factory-list .box .text a:hover {
  color: #0056a3;
}

.factory-list .box .text a:hover:after {
  width: 100%;
}

.factory-list .box .text .title {
  font-size: 1.875rem;
  color: #222;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.factory-list .box .img {
  display: table-cell;
  vertical-align: top;
  width: 240px;
}

.factory-list .box:nth-of-type(odd) {
  margin-left: 50%;
  direction: rtl;
}

.factory-list .box:nth-of-type(odd):before {
  left: -6px;
}

.factory-list .box:nth-of-type(odd):after {
  left: 0;
}

.factory-list .box:nth-of-type(even):before {
  right: -6px;
}

.factory-list .box:nth-of-type(even):after {
  right: 0;
}

@media (max-width: 1699px) {
  .factory-list .box .text .title {
    font-size: 1.625rem;
  }
}

@media (max-width: 1199px) {
  .factory-list .box {
    padding: 0 40px;
    display: block;
  }
  .factory-list .box .text {
    display: block;
    width: 100%;
    padding: 0 0 50px 0;
  }
  .factory-list .box .text .title {
    font-size: 1.375rem;
  }
  .factory-list .box .img {
    display: inline-block;
    width: 240px;
    margin: 0 0 20px 0;
  }
  .factory-list .box:nth-of-type(odd) {
    direction: ltr;
  }
  .factory-list .box:nth-of-type(even) {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .factory-list {
    padding-left: 15px;
  }
  .factory-list:before {
    left: 0;
  }
  .factory-list:after {
    left: 0;
  }
  .factory-list .box {
    padding: 0 0 0 30px;
    display: block;
    width: 100%;
  }
  .factory-list .box .text .title {
    font-size: 1.125rem;
  }
  .factory-list .box:nth-of-type(odd) {
    direction: ltr;
    margin-left: 0;
  }
  .factory-list .box:nth-of-type(even) {
    text-align: left;
  }
  .factory-list .box:nth-of-type(even):before {
    left: -6px;
  }
  .factory-list .box:nth-of-type(even):after {
    left: 0;
  }
}

@media (max-width: 499px) {
  .factory-list {
    padding-left: 0;
  }
  .factory-list:before, .factory-list:after {
    display: none;
  }
  .factory-list .box {
    padding: 0;
  }
  .factory-list .box:before, .factory-list .box:after {
    display: none;
  }
}

/* --- ABOUT - INFORMATION --- */
#about .sec-title {
  position: relative;
  font-size: 1.875rem;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  color: #222;
}

#about .sec-title:before {
  content: '';
  width: 30px;
  height: 2px;
  background: #006bae;
  position: absolute;
  bottom: 0;
  left: 0;
}

#about p {
  color: #333;
  font-size: 1.0625rem;
}

#about .sec-1 {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}

#about .sec-1 .container-1400 {
  display: table;
  direction: rtl;
}

#about .sec-1 .container-1400 .text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 100px 0 0;
  width: 53%;
  direction: ltr;
}

#about .sec-1 .container-1400 .img {
  width: 47%;
  display: table-cell;
  vertical-align: middle;
}

#about .sec-1 .forward-deco {
  width: 65%;
  max-width: 655px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 0;
}

#about .sec-1 .forward-deco:before {
  content: '';
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 19.08%;
  background: url(../images/about_sec1_logo.png) no-repeat 0 0;
  -webkit-transform: translate(-50%, 20%);
          transform: translate(-50%, 20%);
  background-size: contain;
}

#about .sec-2 {
  z-index: 0;
  position: relative;
  padding-top: 260px;
  padding-bottom: 150px;
}

#about .sec-2 .bg {
  background: #f6f8fb;
  position: absolute;
  bottom: 0;
  top: 20%;
  left: 0;
  right: 0;
  z-index: 0;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
}

#about .sec-2 .img {
  position: absolute;
  z-index: 1;
  width: 50%;
  left: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transform: skewY(-5deg) translateY(5%);
          transform: skewY(-5deg) translateY(5%);
}

#about .sec-2 .img img {
  -webkit-transform: skewY(5deg) translate(0, 10%);
          transform: skewY(5deg) translate(0, 10%);
}

#about .sec-2 .container-1400 {
  z-index: 2;
}

#about .sec-2 .container-1400 .text {
  width: 47%;
  position: relative;
  margin-left: 53%;
  padding: 0 100px 0 0;
}

#about .sec-3 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

#about .sec-3 .bg {
  background: #f6f8fb;
  height: 10px;
  padding: 10px;
  position: relative;
}

#about .sec-3 .container-1400 {
  display: table;
  direction: rtl;
}

#about .sec-3 .container-1400 .text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 100px 0 0;
  width: 53%;
  direction: ltr;
}

#about .sec-3 .container-1400 .img {
  width: 47%;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  background: #f6f8fb;
}

@media (max-width: 1199px) {
  #about .sec-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #about .sec-1 .forward-deco {
    width: 45%;
    bottom: 10px;
  }
  #about .sec-1 .container-1400 .text {
    padding: 0 30px 0 0;
  }
  #about .sec-2 {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  #about .sec-2 .bg {
    top: 10%;
  }
  #about .sec-2 .container-1400 .text {
    padding: 0;
  }
  #about .sec-3 {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  #about .sec-3 .container-1400 .text {
    padding: 0 30px 0 0;
  }
}

@media (max-width: 991px) {
  #about .sec-title {
    font-size: 1.625rem;
  }
}

@media (max-width: 767px) {
  #about .sec-title {
    font-size: 1.4125rem;
  }
  #about p {
    font-size: 1rem;
  }
  #about .sec-1 {
    padding-top: 0;
    padding-bottom: 30px;
  }
  #about .sec-1 .forward-deco {
    display: none;
  }
  #about .sec-1 .container-1400 {
    display: block;
    padding: 0;
  }
  #about .sec-1 .container-1400 .img {
    overflow: hidden;
    height: 250px;
    display: block;
    width: 100%;
    margin: 0 auto 20px auto;
    position: relative;
  }
  #about .sec-1 .container-1400 .img img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #about .sec-1 .container-1400 .text {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  #about .sec-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #about .sec-2 .bg {
    top: 0;
    -webkit-transform: skewY(0deg);
            transform: skewY(0deg);
    background: #eee;
  }
  #about .sec-2 .img {
    display: none;
  }
  #about .sec-2 .container-1400 .text {
    width: 100%;
    margin-left: auto;
    padding: 0;
  }
  #about .sec-3 {
    padding-top: 0;
    padding-bottom: 0;
  }
  #about .sec-3 .container-1400 {
    padding: 0;
    display: block;
    direction: ltr;
  }
  #about .sec-3 .container-1400 .img {
    display: block;
    overflow: hidden;
    height: 250px;
    width: 100%;
    margin: 0 auto 20px auto;
    position: relative;
  }
  #about .sec-3 .container-1400 .img img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #about .sec-3 .container-1400 .text {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 499px) {
  #about .sec-1 .container-1400 .img {
    height: auto;
  }
  #about .sec-1 .container-1400 .img img {
    position: relative;
    top: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  #about .sec-3 .container-1400 .img {
    height: auto;
  }
  #about .sec-3 .container-1400 .img img {
    position: relative;
    top: 0;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

/* ---============ 編輯器 ============---*/
/* --- 編輯器-產品 --- */
.editor-spec-title {
  font-size: 1.5625rem;
  display: block;
  color: #014a8c;
  margin: 0 0 15px 0;
}

.editor-spec-table-unit {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1rem;
  -webkit-transform: translate(0, -120%);
          transform: translate(0, -120%);
}

.editor-spec-table-wrap {
  position: relative;
  margin: 0 auto 50px auto;
  overflow-x: auto;
  overflow-y: visible;
  max-width: 100%;
}

.editor-spec-table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 1px solid #ddd;
  min-width: 450px;
}

.editor-spec-table th, .editor-spec-table td {
  padding: 5px 15px;
  border: 1px solid #ddd;
  vertical-align: middle;
  text-align: center;
  font-size: 1.0625rem;
}

.editor-spec-table th {
  background: #f2f2f2;
}

.editor-spec-table img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .editor-spec-table.type-rwd {
    min-width: auto;
  }
  .editor-spec-table.type-rwd th, .editor-spec-table.type-rwd td {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #dddddd;
  }
  .editor-spec-table.type-rwd tr td:last-child {
    border-bottom: none;
  }
}

/* --- 編輯器-聲明 --- */
.editor-statement {
  border: 1px solid #dddddd;
  background: #f6f6f6;
  padding: 40px 50px;
}

/* --- 編輯器-消息 --- */
.template-wrap {
  margin-bottom: 50px;
  font-size: 0;
}

.template-wrap .template-img {
  display: inline-block;
  padding-right: 40px;
  width: 50%;
  vertical-align: middle;
}

.template-wrap .template-main {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

.template-wrap .template-subject {
  color: #006bae;
  font-size: 17px;
  font-weight: bold;
}

.template-wrap .template-text {
  padding: 10px 0;
  color: #666;
  font-size: 17px;
}

.template-wrap.two {
  direction: rtl;
}

.template-wrap.two .template-img {
  padding: 0 0 0 40px;
}

.template-wrap.two .template-main {
  direction: ltr;
}

@media (max-width: 1199px) {
  .template-wrap {
    margin-bottom: 20px;
  }
  .template-wrap .template-img {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .template-wrap .template-img .rwd-img {
    width: auto;
    height: auto;
  }
  .template-wrap .template-main {
    display: block;
    padding-top: 20px;
    width: 100%;
  }
  .template-wrap.two {
    direction: ltr;
  }
  .template-wrap.two .template-img {
    padding: 0;
  }
}

/* --- 編輯器-表格預設 --- */
.editor-table-legend {
  margin: 0 0 20px 0;
  padding: 0;
}

.editor-table-default {
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin: 0 auto 30px auto;
}

.editor-table-default.t-member th {
  white-space: nowrap;
}

.editor-table-default td, .editor-table-default th {
  padding: 15px 35px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.0625rem;
  font-weight: 400;
}

.editor-table-default td.align-L, .editor-table-default th.align-L {
  text-align: left;
}

.editor-table-default thead th, .editor-table-default thead th {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #014a8c;
  color: #fff;
  vertical-align: middle;
  position: relative;
}

.editor-table-default thead th:first-of-type:before, .editor-table-default thead th:first-of-type:before {
  display: none;
}

.editor-table-default thead th:before, .editor-table-default thead th:before {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}

.editor-table-default tbody td, .editor-table-default tbody th {
  position: relative;
}

.editor-table-default tbody td:before, .editor-table-default tbody th:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #eee;
}

.editor-table-default tbody td:first-of-type:before, .editor-table-default tbody th:first-of-type:before {
  display: none;
}

.editor-table-default tbody tr:nth-of-type(even) td, .editor-table-default tbody tr:nth-of-type(even) th {
  background: #ebf3f9;
}

@media (max-width: 767px) {
  .editor-table-default td, .editor-table-default th {
    padding: 15px 10px;
    font-size: 1rem;
  }
}

/* --- 編輯器-股東 一半 --- */
.template-stock-sperate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block \9;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1000px;
  width: 100%;
  font-size: 0;
  margin: 0 auto 20px;
}

.template-stock-sperate .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: inline-block \9;
  position: relative;
  font-size: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 20px);
          flex: 1 1 calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 0 10px;
  padding: 50px;
  background: #f6f8fb;
  color: #014a8c;
  border: 1px solid #dfe5ec;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

.template-stock-sperate .box.ver-mid {
  -ms-flex-line-pack: center;
      align-content: center;
}

.template-stock-sperate .box .list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.template-stock-sperate .box .list li {
  display: block;
  width: 100%;
  text-align: left;
}

.template-stock-sperate .box .list li a {
  color: inherit;
}

.template-stock-sperate .box .title {
  font-size: 1.625rem;
  width: 100%;
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 30px;
  line-height: 1.5;
  position: relative;
}

.template-stock-sperate .box .title:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #014a8c;
  position: absolute;
  top: 8px;
  left: 0;
  background: none;
}

.template-stock-sperate .box .title:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #014a8c;
  border-bottom: 1px solid #014a8c;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 16px;
  left: 8px;
}

.template-stock-sperate .box .inner {
  color: inherit;
}

.template-stock-sperate .box .small {
  display: block;
  font-size: 0.875rem;
}

.template-stock-sperate .box .inner {
  display: block;
  color: inherit;
}

.template-stock-sperate .box a.box:hover {
  background: #014a8c;
  color: #ffffff;
}

.template-stock-sperate .box a.box:hover .title:before {
  border: 1px solid #fff;
  background: #fff;
}

.template-stock-sperate .box a.box:hover .title:after {
  border-right: 1px solid #014a8c;
  border-bottom: 1px solid #014a8c;
}

.template-stock-info {
  max-width: 1000px;
  margin: 30px auto;
  padding: 20px;
  font-size: 0.9375rem;
}

@media (max-width: 767px) {
  .template-stock-sperate {
    display: block;
  }
  .template-stock-sperate .box {
    display: block;
    display: block \9;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: 100%;
    min-height: 110px;
    padding: 20px;
    margin: 0 auto 20px auto;
  }
  .template-stock-sperate .box.ver-mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .template-stock-sperate .box .title {
    font-size: 1.375rem;
  }
  .template-stock-sperate .box .title:before {
    top: 5px;
  }
  .template-stock-sperate .box .title:after {
    top: 13px;
  }
  .template-stock-info {
    margin: 20px auto;
    padding: 0;
  }
}

/* --- 編輯器-CSR-安全 --- */
.template-csr-safty-sec1 {
  display: table;
  width: 100%;
}

.template-csr-safty-sec1-left {
  width: 55%;
  max-width: 700px;
  vertical-align: top;
  display: table-cell;
  padding-right: 50px;
}

.template-csr-safty-sec1-right {
  width: 45%;
  vertical-align: top;
  text-align: right;
  display: table-cell;
}

.template-csr-safty-title {
  font-size: 2rem;
  color: #222;
  padding: 0 0 20px 0;
  margin: 0;
}

.template-csr-safty-p {
  font-size: 1.0625rem;
  color: #666666;
  margin: 0 auto 20px auto;
  padding-right: 90px;
}

.template-csr-safty-hr {
  display: block;
  height: 1px;
  width: 100%;
  background: none;
  border: none;
  margin: 30px auto 50px auto;
  border-top: 1px solid #ddd;
}

.template-csr-safty-sec1-list {
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}

.template-csr-safty-sec1-list td, .template-csr-safty-sec1-list th {
  vertical-align: top;
}

.template-csr-safty-sec1-list .stitle {
  padding: 0 0 25px 0;
  font-size: 1.5625rem;
}

.template-csr-safty-sec1-list .text {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  padding: 30px;
  font-size: inherit;
  color: inherit;
}

.template-csr-safty-sec1-list .text:first-child {
  width: 47%;
  border-left: none;
  padding-left: 0;
}

.template-csr-safty-img {
  display: block;
  margin: 0 -15px 50px -15px;
  font-size: 0;
}

.template-csr-safty-img .img {
  display: inline-block;
  vertical-align: top;
  max-width: 25%;
  width: 100%;
  padding: 0 15px;
}

.template-csr-safty-table-wrap {
  overflow-x: auto;
  overflow-y: visible;
  margin: 0 auto 40px auto;
  width: 100%;
}

.template-csr-safty-table-wrap.limit-width .template-csr-safty-table {
  min-width: 600px;
}

.template-csr-safty-table {
  width: 100%;
  border-top: 2px solid #444;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.template-csr-safty-table td.text-center, .template-csr-safty-table th.text-center {
  text-align: center;
}

.template-csr-safty-table thead th {
  padding: 15px;
  font-size: 17px;
  font-weight: normal;
  background-color: #ebf3f9;
}

.template-csr-safty-table tbody tr td:first-child {
  border-left: none;
}

.template-csr-safty-table tbody tr td:last-child {
  border-right: none;
}

.template-csr-safty-table tbody td {
  padding: 10px 30px;
  border: 1px solid #ddd;
}

.template-csr-safty-table tbody .template-half {
  display: inline-block;
  position: relative;
  width: 50%;
  vertical-align: top;
  line-height: 30px;
}

@media (max-width: 1199px) {
  .template-csr-safty-sec1-list tr:first-child {
    display: none;
  }
  .template-csr-safty-sec1-list td {
    display: block;
  }
  .template-csr-safty-sec1-list .text {
    width: 100%;
    border-left: none;
    padding: 20px 0;
  }
  .template-csr-safty-sec1-list .text:first-child {
    width: 100%;
    padding: 20px 0;
  }
  .template-csr-safty-sec1-list .text:before {
    content: attr(data-title);
    display: block;
    font-size: 1.125rem;
  }
  .template-csr-safty-img {
    margin: 0 -10px 50px -10px;
  }
  .template-csr-safty-img .img {
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  .template-csr-safty-title {
    font-size: 1.625rem;
    padding: 0 0 20px 0;
  }
  .template-csr-safty-p {
    padding-right: 20px;
  }
  .template-csr-safty-sec1 {
    display: block;
  }
  .template-csr-safty-sec1-left {
    width: 100%;
    display: block;
    max-width: none;
    padding-right: 0;
    margin: 0 auto 20px auto;
  }
  .template-csr-safty-sec1-right {
    width: 100%;
    display: block;
    text-align: center;
  }
  .template-csr-safty-table thead th {
    padding: 10px;
  }
  .template-csr-safty-table tbody td {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .template-csr-safty-img {
    margin: 0 -5px 50px -5px;
  }
  .template-csr-safty-img .img {
    max-width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .template-csr-safty-title {
    font-size: 1.4125rem;
  }
  .template-csr-safty-p {
    font-size: 1rem;
    margin: 0 auto 20px auto;
  }
}

/* --- 編輯器-CSR-環境 --- */
.template-csr-envir-sec1 {
  display: table;
  width: 100%;
}

.template-csr-envir-sec1-left {
  width: 50%;
  max-width: 700px;
  vertical-align: top;
  display: table-cell;
}

.template-csr-envir-sec1-right {
  width: 50%;
  vertical-align: top;
  text-align: right;
  display: table-cell;
}

.template-csr-envir-sec3 {
  display: table;
  width: 100%;
  direction: rtl;
}

.template-csr-envir-sec3-left {
  width: 43%;
  max-width: 700px;
  vertical-align: middle;
  display: table-cell;
  padding-right: 80px;
  text-align: center;
}

.template-csr-envir-sec3-p {
  font-size: 1.0625rem;
  color: #666666;
  margin: 0 auto 30px auto;
  direction: ltr;
}

.template-csr-envir-sec3-right {
  width: 57%;
  vertical-align: middle;
  text-align: right;
  display: table-cell;
}

.template-csr-envir-title {
  font-size: 2rem;
  color: #222;
  padding: 30px 0 20px 0;
  margin: 0;
}

.template-csr-envir-sec1-p {
  font-size: 1.0625rem;
  color: #666666;
  margin: 0 auto 30px auto;
  padding-right: 90px;
}

.template-csr-envir-hr {
  display: block;
  height: 1px;
  width: 100%;
  background: none;
  border: none;
  border-top: 1px solid #ddd;
}

.template-csr-envir-certi {
  display: inline-block;
  text-align: center;
}

.template-csr-envir-certi img {
  margin: 0 auto 20px auto;
}

.template-csr-envir-table {
  border-collapse: collapse;
  margin: 60px auto;
}

.template-csr-envir-table th, .template-csr-envir-table td {
  padding: 20px 35px;
  position: relative;
}

.template-csr-envir-table thead th, .template-csr-envir-table thead td {
  background: #014a8c;
  color: #fff;
}

.template-csr-envir-table thead th.text-center, .template-csr-envir-table thead td.text-center {
  text-align: center;
}

.template-csr-envir-table thead th:before, .template-csr-envir-table thead td:before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.8);
}

.template-csr-envir-table thead th:first-child:before, .template-csr-envir-table thead td:first-child:before {
  display: none;
}

.template-csr-envir-table tbody th:before, .template-csr-envir-table tbody td:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  display: block;
  background: #dddddd;
}

.template-csr-envir-table tbody th:after, .template-csr-envir-table tbody td:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  display: block;
  background: #dddddd;
}

.template-csr-envir-table tbody th strong, .template-csr-envir-table tbody td strong {
  font-weight: 400;
  display: block;
  font-size: 1.5625rem;
}

.template-csr-envir-table tbody th:first-child, .template-csr-envir-table tbody td:first-child {
  width: 250px;
}

.template-csr-envir-table tbody th:first-child:before, .template-csr-envir-table tbody td:first-child:before {
  display: none;
}

.template-csr-envir-table tbody tr:nth-of-type(even) th, .template-csr-envir-table tbody tr:nth-of-type(even) td {
  background: #ebf3f9;
}

@media (max-width: 991px) {
  .template-csr-envir-title {
    font-size: 1.625rem;
    padding: 20px 0;
  }
  .template-csr-envir-sec1-p {
    padding-right: 20px;
  }
  .template-csr-envir-sec3-left {
    width: 50%;
    padding-right: 30px;
  }
  .template-csr-envir-sec3-right {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .template-csr-envir-sec1-left {
    width: 100%;
    display: block;
    max-width: none;
    margin: 0 auto 20px auto;
  }
  .template-csr-envir-sec1-right {
    width: 100%;
    display: block;
    text-align: center;
  }
  .template-csr-envir-title {
    font-size: 1.4125rem;
    padding: 20px 0;
  }
  .template-csr-envir-sec1-p, .template-csr-envir-sec3-p {
    font-size: 1rem;
    margin: 0 auto 20px auto;
    padding-right: 0;
  }
  .template-csr-envir-sec3-left {
    width: 100%;
    display: block;
    max-width: none;
    margin: 0 auto 20px auto;
    padding-right: 0;
  }
  .template-csr-envir-sec3-right {
    width: 100%;
    display: block;
    text-align: center;
  }
  .template-csr-envir-table {
    margin: 30px auto;
  }
  .template-csr-envir-table th, .template-csr-envir-table td {
    padding: 15px 15px;
    display: block;
  }
  .template-csr-envir-table thead {
    display: none;
  }
  .template-csr-envir-table tbody th:before, .template-csr-envir-table tbody td:before {
    display: none;
  }
  .template-csr-envir-table tbody th:first-child, .template-csr-envir-table tbody td:first-child {
    padding: 8px 15px;
    width: 100%;
    background: #6792ba;
    color: #ffffff;
    text-align: center;
  }
  .template-csr-envir-table tbody th:first-child:after, .template-csr-envir-table tbody td:first-child:after {
    display: none;
  }
  .template-csr-envir-table tbody tr:nth-of-type(even) th:first-child, .template-csr-envir-table tbody tr:nth-of-type(even) td:first-child {
    background: #6792ba;
  }
}

/* --- 編輯器-CSR-企業,社會,誠信 --- */
.template-csr-text {
  margin: 0 auto;
  max-width: 1440px;
  padding: 50px 20px;
}

.template-csr-text .template-subject {
  padding-bottom: 10px;
  font-size: 32px;
  text-align: center;
}

.template-csr-text .template-summary {
  margin: 0 auto;
  max-width: 1280px;
  color: #666;
  font-size: 17px;
  text-align: center;
}

.template-csr-text .template-img {
  padding: 50px 0 0;
  font-size: 0;
}

.template-csr-text .template-img .img {
  display: inline-block;
  padding: 0 20px;
  width: 25%;
  vertical-align: top;
}

@media (max-width: 1199px) {
  .template-csr-text {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .template-csr-text .template-subject {
    font-size: 26px;
  }
  .template-csr-text .template-img {
    padding-top: 20px;
  }
  .template-csr-text .template-img .img {
    padding: 15px;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .template-csr-text .template-img .img {
    padding: 5px;
    width: 100%;
  }
}

.template-csr-list {
  padding: 50px 0;
  background-color: #f6f8fb;
}

.template-csr-list .template-item {
  margin: 0 auto;
  max-width: 1440px;
  margin-bottom: 20px;
  padding: 20px 20px 40px;
  font-size: 0;
  border-bottom: 1px solid #ddd;
}

.template-csr-list .template-item .template-img {
  display: inline-block;
  width: 480px;
  vertical-align: middle;
}

.template-csr-list .template-item .template-main {
  display: inline-block;
  padding-left: 80px;
  width: calc(100% - 480px);
  vertical-align: middle;
}

.template-csr-list .template-item .template-main .template-subject {
  padding-bottom: 15px;
  font-size: 25px;
  line-height: 30px;
}

.template-csr-list .template-item .template-main .template-summary {
  color: #666;
  font-size: 16px;
  line-height: 30px;
}

.template-csr-list .template-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

@media (max-width: 1199px) {
  .template-csr-list {
    padding: 30px 0;
  }
  .template-csr-list .template-item .template-main {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .template-csr-list .template-item {
    padding-bottom: 0;
  }
  .template-csr-list .template-item .template-img {
    margin: 0 auto;
    display: block;
  }
  .template-csr-list .template-item .template-main {
    display: block;
    padding: 30px;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .template-csr-list {
    padding: 10px 0 30px;
  }
  .template-csr-list .template-item .template-img {
    width: 100%;
  }
  .template-csr-list .template-item .template-main {
    padding: 30px 0;
  }
}

.template-csr-table {
  margin: 0 auto;
  max-width: 1440px;
  padding: 50px 20px 80px;
}

.template-csr-table .template-subject {
  margin-bottom: 30px;
  font-size: 32px;
  text-align: center;
}

.template-csr-table .template-table {
  width: 100%;
  border-top: 2px solid #444;
  border-bottom: 1px solid #ddd;
}

.template-csr-table .template-table thead th {
  padding: 15px;
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  background-color: #ebf3f9;
}

.template-csr-table .template-table thead th:nth-child(1) {
  text-align: left;
}

.template-csr-table .template-table tbody {
  font-size: 0;
  border-top: 1px solid #ddd;
}

.template-csr-table .template-table tbody td {
  padding: 30px 0;
}

.template-csr-table .template-table tbody .template-half {
  display: inline-block;
  position: relative;
  width: 50%;
  vertical-align: top;
  line-height: 30px;
}

.template-csr-table .template-table tbody .template-half:nth-child(1):before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 1px;
  height: calc(100% + 60px);
  background-color: #ddd;
}

.template-csr-table .template-table tbody .template-half:nth-child(2):before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: -30px;
  left: -1px;
  width: 1px;
  height: calc(100% + 60px);
  background-color: #ddd;
}

.template-csr-table .template-table tbody .template-title {
  padding: 0 30px 10px;
  font-size: 17px;
  color: #014a8c;
}

.template-csr-table .template-table tbody .template-main {
  padding: 0 30px;
  font-size: 17px;
  color: #666;
}

@media (max-width: 991px) {
  .template-csr-table {
    padding-bottom: 0;
  }
  .template-csr-table .template-subject {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .template-csr-table .template-table {
    border-bottom: none;
  }
  .template-csr-table .template-table thead {
    display: none;
  }
  .template-csr-table .template-table tbody td {
    padding-bottom: 0;
  }
  .template-csr-table .template-table tbody .template-half {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .template-csr-table .template-table tbody .template-half:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .template-csr-table .template-table tbody .template-title, .template-csr-table .template-table tbody .template-main {
    padding-left: 0;
    padding-right: 0;
  }
  .template-csr-table .template-table tbody .template-half:nth-child(1):before, .template-csr-table .template-table tbody .template-half:nth-child(2):before {
    display: none;
  }
}

.template-csr-society {
  margin: 0 auto;
  max-width: 1440px;
  padding: 50px 20px;
  border-bottom: 1px solid #ddd;
}

.template-csr-society .template-subject {
  padding-bottom: 20px;
  font-size: 32px;
}

.template-csr-society .template-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.template-csr-society .template-ul li {
  position: relative;
  padding-left: 30px;
  color: #666;
  font-size: 17px;
  line-height: 30px;
}

.template-csr-society .template-ul li:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #555;
}

.template-csr-society .template-img {
  padding: 50px 0 0;
  font-size: 0;
}

.template-csr-society .template-img img {
  display: inline-block;
  margin: 0 20px 10px 0;
}

.template-csr-society:last-child {
  border-bottom: none;
}

@media (max-width: 991px) {
  .template-csr-society {
    padding: 30px 20px;
  }
  .template-csr-society .template-subject {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .template-csr-society {
    padding: 20px;
  }
  .template-csr-society .template-subject {
    font-size: 20px;
  }
  .template-img {
    text-align: center;
  }
}

/* --- 編輯器-CSR-勞工權益 --- */
.template-csr-labor {
  margin: 0 -50px 0 -50px;
  padding: 0;
  font-size: 0;
}

.template-csr-labor-item {
  width: 50%;
  margin: 0 0 50px 0;
  padding: 0 50px;
  vertical-align: top;
  display: inline-block;
}

.template-csr-labor-item .img {
  display: block;
  border: 1px solid #ddd;
  margin: 0 auto 30px auto;
}

.template-csr-labor-item .img img {
  max-width: 100%;
}

.template-csr-labor-item .title {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  color: #222;
}

@media (max-width: 1199px) {
  .template-csr-labor {
    margin: 0 -30px 0 -30px;
  }
  .template-csr-labor-item {
    margin: 0 0 40px 0;
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  .template-csr-labor {
    margin: 0 -15px 0 -15px;
  }
  .template-csr-labor-item {
    padding: 0 15px;
  }
  .template-csr-labor-item .img {
    margin: 0 auto 20px auto;
  }
}

@media (max-width: 767px) {
  .template-csr-labor {
    margin: 0 auto;
  }
  .template-csr-labor-item {
    padding: 0;
    width: 100%;
    display: block;
  }
}

/* --- 編輯器-營運報告書 --- */
.template-financial-report{
  margin: 0 auto 50px auto;
  padding: 0;
  width: 100%;
  max-width:800px;
  list-style: none;
  background: #fff;
  border-top: 1px solid #A2B8C7;
}
.template-financial-report .box{
  border: 1px solid #A2B8C7;
  border-top: none;
  font-size: 0;
}
.template-financial-report .box .col{
  width: calc(100% / 3);
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #A2B8C7;
}
.template-financial-report .box:hover .col .title{
  background: #4f7ea7;
}
.template-financial-report .box:hover .col .content{
  background: #f6f6f6;
}
.template-financial-report .box .col:first-child{
  border-left: none;
}
.template-financial-report .box .col .title, .template-financial-report .box .col .content{
  padding: 10px 15px;
  line-height: 1.5;
  min-height: 44px;
  font-size: 1rem;
  text-align: center;
  display: block;
  white-space: nowrap;
}
.template-financial-report .box .col .title{
  background: #5b8cb8;
  color: #fff;
}
.template-financial-report .box .col .content{
  color: #555;
}
@media (max-width:767px){
  .template-financial-report{
    border-top: none;
  }
  .template-financial-report .box .col .title, .template-financial-report .box .col .content{
    padding: 10px 0;
    font-size: 0.9375rem;
    min-height: 42px;
  }
  .template-financial-report .box{
    margin: 0 auto 15px auto;
  }
  .template-financial-report .box:first-child{
    border-top: 1px solid #A2B8C7;
  }
}
@media (max-width:499px){
  .template-financial-report .box{
    margin: 0 auto 25px auto;
  }
  .template-financial-report .box .col{
    border-left: none;
    width: 100%;
    display: block;
  }
  .template-financial-report .box .col .title{
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 32px;
    background: #a0b8ce;
  }
  .template-financial-report .box:hover .col .title{
    background: #9bb5cc;
  }
  .template-financial-report .box .col:first-child .title{
    background: #5b8cb8;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}


/* --- 編輯器-公司資料表格 --- */
.template-stock-coinfo{
  margin: 0 auto 50px auto;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #A2B8C7;
}
.template-stock-coinfo.size-s{
  max-width: 800px;
}
.template-stock-coinfo .tr{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  display: block \9;
  border-top: 1px solid #A2B8C7;
  font-size: 0;
}
.template-stock-coinfo .tr:first-child{
  border-top: none;
}
.template-stock-coinfo .tr .col:hover .title{
  background: #4f7ea7;
}
.template-stock-coinfo .tr .col:hover{
  background: #f6f6f6;
}
.template-stock-coinfo .tr .col{
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: stretch;
  display: inline-block \9;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.template-stock-coinfo .tr.col-2 .col{
  width: 50%;
}
.template-stock-coinfo .tr.col-3 .col:nth-child(1){
  width: calc(50% - 250px);
}
.template-stock-coinfo .tr.col-3 .col:nth-child(2){
  width: 500px;
}
.template-stock-coinfo .tr.col-3 .col:nth-child(3){
  width: calc((50% + 250px) - 500px);
}
.template-stock-coinfo .tr.col-3 .col .content{
  width: calc(100% - 250px);
}
.template-stock-coinfo .tr .col .col-in{
  display: table;
  width: 100%;
}
.template-stock-coinfo .tr .col .title, .template-stock-coinfo .tr .col .content{
  padding: 15px 12px;
  font-size: 1rem;
  line-height: 1.5;
  min-height: 54px;
}
.template-stock-coinfo .tr .col .title{
  display: table-cell;
  vertical-align: top;
  width: 250px;
  color: #fff;
  background: #5b8cb7;
}
.template-stock-coinfo .tr .col .content{
  display: table-cell;
  vertical-align: top;
  width: calc(100% - 250px);
  color: #555;
}
.template-stock-coinfo .tr .col.only-content .title{
  width: 100%!important;
}
@media (max-width:1299px){

  .template-stock-coinfo .tr.col-3 .col:nth-child(1){
    width: calc(50% - 180px);
  }
  .template-stock-coinfo .tr.col-3 .col:nth-child(2){
    width: 360px;
  }
  .template-stock-coinfo .tr.col-3 .col:nth-child(3){
    width: calc((50% + 180px) - 360px);
  }
  .template-stock-coinfo .tr.col-3 .col .content{
    width: calc(100% - 180px);
  }

  .template-stock-coinfo .tr .col .title{
    width: 180px;
  }
  .template-stock-coinfo .tr .col .content{
    width: calc(100% - 180px);
  }
  .template-stock-coinfo .tr .col .title, .template-stock-coinfo .tr .col .content{
    padding: 12px;
    min-height: 48px;
  }
}

@media (max-width:991px){
  .template-stock-coinfo .tr{
    display: block;
  }
  .template-stock-coinfo .tr.col-2 .col, .template-stock-coinfo .tr.col-3 .col, .template-stock-coinfo .tr.col-3 .col:nth-child(1), .template-stock-coinfo .tr.col-3 .col:nth-child(2), .template-stock-coinfo .tr.col-3 .col:nth-child(3){
    width: 100%;
    border-top: 1px solid #A2B8C7;
  }
  .template-stock-coinfo .tr.col-2 .col:first-child, .template-stock-coinfo .tr.col-3 .col:first-child{
    border-top: none;
  }
  .template-stock-coinfo .tr .col .title, .template-stock-coinfo .tr .col .content{
    padding: 10px;
    min-height: 44px;
  }
}
@media (max-width:767px){
  .template-stock-coinfo .tr .col .title{
    width: 150px;
  }
  .template-stock-coinfo .tr .col .content{
    width: calc(100% - 150px);
  }
}
@media (max-width:499px){
  .template-stock-coinfo .tr .col .col-in{
    display: block;
  }
  .template-stock-coinfo .tr .col .title{
    width: 100%;
    display: block;
    font-size: .9375rem;
    min-height: 32px;
  }
  .template-stock-coinfo .tr .col .content{
    width: 100%;
    display: block;
  }
}


/* BREADCRUMB */
.breadcrumb {
  background: #fff;
  max-width: 1440px;
  margin: 0 auto;
  text-align: right;
  padding: 10px 5px;
  /*float: right;*/
}
.breadcrumb ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 20px;
  font-size: 1rem;
}
.breadcrumb ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  border: none;
  position: absolute;
  display: block;
  left: -6px;
  top: 50%;
  margin-top: -5px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breadcrumb ul li:first-child {
  padding: 0;
}
.breadcrumb ul li:first-child:before {
  display: none;
}
.breadcrumb ul li a {
  display: block;
  color: #555;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.breadcrumb ul li a:hover {
  color: #000;
}
.breadcrumb ul li a.home {
  font-size: 0;
  text-align: center;
  width: 40px;
}
.breadcrumb ul li a.home:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-top: 3px;
  line-height: 1;
  background: url(../images/icon_home.png) no-repeat 0 0;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.breadcrumb ul li a.home:hover:before {
  background-position: 0 100%;
}

@media (max-width: 768px) {
  .breadcrumb {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .breadcrumb ul li {
    font-size: 0.875rem;
    padding: 0 10px;
  }
  .breadcrumb ul li:before {
    width: 6px;
    height: 6px;
    left: -5px;
    margin-top: -3px;
  }
  .breadcrumb ul li:first-child {
    padding: 0;
  }
  .breadcrumb ul li a.home {
    height: 1rem;
  }
}
@media (max-width: 499px) {
  .breadcrumb ul li a.home {
    width: 30px;
  }
}

.table-wrap .ti { font-size: 1.125rem; color: #014a8c; font-weight: 700; }
.table-wrap p {
  text-align: justify;
  text-justify:inter-ideograph;
}
.gov_edit { width: 100%; overflow: hidden; padding-bottom: 10px; font-size: 1.0625rem; }


/* Product - EMS */
#product-ems .pageinner {
  padding-bottom: 0;
  padding-top: 0;
}

#product-ems #ems-1 {
  position: relative;
  background: #f6f8fb;
  padding-bottom: 80px;
  padding-top: 60px;
}

#product-ems #ems-1:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 33%;
  left: 0;
  top: 0;
  background: #fff;
}

#product-ems #ems-2 {
  padding-bottom: 80px;
  padding-top: 80px;
}

#product-ems #ems-2 .line-half {
  background: #f6f8fb;
}
.mb30 { margin-bottom: 30px; }
#product-ems #ems-2 .ems-table-line, #product-ems #ems-2 .ems-table-legend {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}
#product-ems #ems-2 .ems-table-line th {
  width: calc(100% / 3)
}
#product-ems #ems-3 {
  position: relative;
  padding-bottom: 20px;
  padding-top: 80px;
  color: #ffffff;
}

#product-ems #ems-3 .subhead-line {
  color: #fff;
}

#product-ems #ems-3 .assembly-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  height: 50%;
  left: 0;
  width: 100%;
  background: url(../images/ems_package_bg.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}

#product-ems #ems-3 > .container-1400 {
  z-index: 1;
}

#product-ems #ems-4 {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
}

#product-ems #ems-4 .subhead-line, #product-ems #ems-4 .ems-devices {
  z-index: 2;
  position: relative;
}

#product-ems #ems-4 .deco {
  width: 100%;
  max-width: 1610px;
  position: absolute;
  left: 50%;
  top: 38%;
  z-index: 0;
}

#product-ems #ems-4 .deco:before {
  content: '';
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 17.39%;
  background: url(../images/i_news_text.png) no-repeat 0 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: contain;
}

#product-ems .line-mainpic {
  position: relative;
  margin: 50px auto;
}

#product-ems .line-mainpic img {
  max-width: 100%;
  z-index: 0;
  position: relative;
}

#product-ems .line-list {
  background: rgba(255, 255, 255, 0.95);
  max-width: 960px;
  width: 50%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  font-size: 0;
  color: #222;
}

#product-ems .line-list li {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  padding: 35px 25px 30px 164px;
  position: relative;
  font-size: 1.5626rem;
  line-height: 1.5;
}

#product-ems .line-list li:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 42px;
  margin-top: -20px;
  top: 50%;
  background: #ddd;
  left: 0;
}

#product-ems .line-list li:before {
  content: '';
  width: 90px;
  height: 70px;
  position: absolute;
  display: block;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-55%);
      -ms-transform: translateY(-55%);
          transform: translateY(-55%);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

#product-ems .line-list li .tit {
  font-size: 1.0625rem;
  line-height: 1.5;
  display: block;
  font-style: normal;
}

#product-ems .line-list li:first-child:after {
  display: none;
}

#product-ems .line-list li.time:before {
  background-image: url(../images/ems_member_icon1.png);
}

#product-ems .line-list li.number:before {
  background-image: url(../images/ems_member_icon2.png);
}

#product-ems .ems-table-legend {
  font-size: 2rem;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  margin: 10px 0 15px 0;
  line-height: 1.5;
  display: block;
  text-align: center;
}

#product-ems .ems-table-legend.sm {
  font-size: 1.5625rem;
  text-align: inherit;
}

#product-ems .line-half {
  display: table;
  width: 100%;
  position: relative;
  margin: 40px auto;
}

#product-ems .line-half.swap {
  direction: rtl;
}

#product-ems .line-half.swap .right {
  padding-right: 50px;
}

#product-ems .line-half:not(.swap) .right {
  padding-left: 50px;
}

#product-ems .line-half .left {
  direction: ltr;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

#product-ems .line-half .right {
  direction: ltr;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#product-ems .ems-table-spec {
  border-collapse: collapse;
  width: 100%;
  border: none;
  border-top: 2px solid #444444;
  background: #fff;
}

#product-ems .ems-table-spec th, #product-ems .ems-table-spec td {
  padding: 15px 35px;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  font-size: 1.0625rem;
  color: #222;
  background: none;
}

#product-ems .ems-table-spec th {
  color: #ffffff;
  background: #222;
  width: 195px;
  font-weight: 500;
}

#product-ems .ems-table-line {
  border-collapse: collapse;
  width: 100%;
  border: none;
  background: #fff;
}

#product-ems .ems-table-line th, #product-ems .ems-table-line td {
  text-align: center;
  padding: 15px;
  font-size: 1.0625rem;
  line-height: 1.5;
  vertical-align: middle;
  background: none;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

#product-ems .ems-table-line th:last-child, #product-ems .ems-table-line td:last-child {
  border-right: none;
}

#product-ems .ems-table-line th {
  font-weight: 500;
}

#product-ems .ems-table-line thead th, #product-ems .ems-table-line thead td {
  background: #014a8c;
  color: #ffffff;
}

#product-ems .ems-table-line tbody th, #product-ems .ems-table-line tbody td {
  background: #fff;
  color: #222;
}

#product-ems .ems-devices {
  margin-top: 50px;
  margin-left: -30px;
  margin-right: -30px;
  font-size: 0;
  max-width: 1440px;
}

#product-ems .ems-devices li {
  width: 50%;
  padding: 0 30px;
  margin: 0 0 27px 0;
  vertical-align: top;
  display: inline-block;
  font-size: 1.0625rem;
  float: left;
}

#product-ems .ems-devices li .img {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

#product-ems .ems-devices li .img img {
  width: 100%;
}

#product-ems .ems-devices li .txt {
  margin: 0;
  padding: 10px;
  color: #222;
  text-align: center;
}

@media (max-width: 1199px) {
  #product-ems #ems-1 {
    padding-bottom: 40px;
  }
  #product-ems #ems-2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  #product-ems #ems-3 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #product-ems .line-list li {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    padding: 30px 20px 25px 110px;
    position: relative;
    font-size: 1.375rem;
    line-height: 1.5;
  }
  #product-ems .line-list li:after {
    height: 32px;
    margin-top: -15px;
  }
  #product-ems .line-list li:before {
    width: 60px;
    height: 46px;
    left: 30px;
  }
  #product-ems .ems-table-legend {
    font-size: 1.625rem;
  }
  #product-ems .ems-table-legend.sm {
    font-size: 1.4125rem;
    margin-bottom: 10px;
  }
  #product-ems .ems-table-spec th, #product-ems .ems-table-spec td {
    padding: 12px 10px;
  }
  #product-ems .ems-table-line th, #product-ems .ems-table-line td {
    padding: 12px 10px;
  }
  #product-ems .ems-devices {
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
  }
  #product-ems .ems-devices li {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  #product-ems .line-list li {
    padding: 30px 15px 25px 80px;
    font-size: 1.5rem;
  }
  #product-ems .line-list li:before {
    width: 50px;
    height: 39px;
    left: 15px;
  }
}

@media (min-width: 768px) {
  #product-ems .is-hide {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #product-ems #ems-1:before {
    height: 15%;
  }
  #product-ems #ems-3 {
    padding-top: 20px;
  }
  #product-ems #ems-3 .assembly-bg {
    height: 100%;
  }
  #product-ems #ems-4 .deco {
    display: none;
  }
  #product-ems .line-mainpic {
    margin: 30px auto 10px auto;
  }
  #product-ems .line-list {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  #product-ems .line-list li {
    padding: 20px 15px 15px 70px;
    font-size: 1.375rem;
  }
  #product-ems .line-list li:before {
    width: 40px;
    height: 31px;
  }
  #product-ems .line-half {
    display: block;
    padding: 10px 0 0 0;
    margin: 0 auto;
  }
  #product-ems .line-half.swap {
    direction: ltr;
  }
  #product-ems .line-half.swap .right {
    padding-right: 0;
  }
  #product-ems .line-half:not(.swap) .right {
    padding-left: 0;
  }
  #product-ems .line-half .left {
    width: 100%;
    display: block;
    margin: 0 auto 30px auto;
  }
  #product-ems .line-half .right {
    width: 100%;
    display: block;
    margin: 0 auto 30px auto;
  }
  #product-ems .ems-table-line tr {
    margin-bottom: 15px;
    display: block;
    border: 1px solid #ddd;
  }
  #product-ems .ems-table-line tr.odd-td td:last-child, #product-ems .ems-table-line tr.odd-td th:last-child {
    border-bottom: none;
    border-right: 1px solid #ddd;
  }
  #product-ems .ems-table-line td, #product-ems .ems-table-line th {
    padding: 8px 10px;
    font-size: 1rem;
  }
  #product-ems .ems-table-line td:nth-child(odd), #product-ems .ems-table-line th:nth-child(odd) {
    border-right: none;
  }
  #product-ems .ems-table-line thead {
    display: none;
  }
  #product-ems .ems-table-line tbody th {
    display: block;
    background: #014a8c;
    color: #ffffff;
  }
  #product-ems .ems-table-line tbody th:before {
    content: attr(data-table-tit) "：";
    display: inline-block;
    margin-right: 5px;
    padding-left: 5px;
  }
  #product-ems .ems-table-line tbody td {
    text-align: left;
    display: inline-block;
    width: 50%;
  }
  #product-ems .ems-table-line tbody td:before {
    content: attr(data-table-tit) "：";
    display: inline-block;
    margin-right: 5px;
    padding-left: 5px;
  }
  #product-ems .ems-table-spec td, #product-ems .ems-table-spec th {
    font-size: 1rem;
    padding: 8px 10px;
  }
  #product-ems .ems-table-spec th {
    width: 120px;
  }
  #product-ems .ems-devices {
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px;
  }
  #product-ems .ems-devices li {
    padding: 0 10px;
    margin: 0 0 15px 0;
    font-size: 1rem;
  }
  #product-ems .ems-devices li .txt {
    padding: 0;
  }
}

@media (max-width: 767px) and (min-width: 500px) {
  #product-ems .ems-devices li:nth-child(4) {
    margin-bottom: 5px;
  }
}

@media (max-width: 499px) {
  #product-ems .ems-table-line tbody td {
    display: block;
    width: 100%;
  }
  #product-ems .ems-table-line tr.odd-td td:last-child, #product-ems .ems-table-line tr.odd-td th:last-child {
    border-bottom: none;
    border-right: none;
  }
  #product-ems .ems-table-line td, #product-ems .ems-table-line th {
    text-align: left;
    border-right: none;
  }
  #product-ems .ems-table-line td:last-child, #product-ems .ems-table-line th:last-child {
    border-bottom: none;
  }
  #product-ems .ems-devices {
    margin: 20px auto;
  }
  #product-ems .ems-devices li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto 15px auto;
  }
  #product-ems .ems-table-legend {
    font-size: 1.375rem;
  }
  #product-ems .ems-table-legend.sm {
    text-align: center;
    font-size: 1.375rem;
  }
}

@media (max-width: 399px) {
  #product-ems .line-list {
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
    border-top: none;
  }
  #product-ems .line-list li {
    padding: 10px 5px 5px 60px;
    font-size: 1.0625rem;
  }
  #product-ems .line-list li .tit {
    font-size: 0.875rem;
  }
  #product-ems .line-list li:before {
    width: 35px;
    height: 27px;
    left: 10px;
  }
  #product-ems .ems-devices li .txt {
    padding: 5px;
  }
}

/* directors */
#directors .table-directors {
  border-collapse: collapse;
  border: none;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
}

#directors .table-directors td, #directors .table-directors th {
  padding: 15px 10px;
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 400;
}

#directors .table-directors td.align-L, #directors .table-directors th.align-L {
  text-align: left;
}

#directors .table-directors thead th, #directors .table-directors thead th {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #014a8c;
  color: #fff;
  vertical-align: middle;
  position: relative;
}

#directors .table-directors thead th:first-of-type:before, #directors .table-directors thead th:first-of-type:before {
  display: none;
}

#directors .table-directors thead th:before, #directors .table-directors thead th:before {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}

#directors .table-directors tbody td, #directors .table-directors tbody th {
  position: relative;
}

#directors .table-directors tbody td:before, #directors .table-directors tbody th:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #eee;
}

#directors .table-directors tbody td:first-of-type:before, #directors .table-directors tbody th:first-of-type:before {
  display: none;
}
#directors .table-directors tbody tr:nth-of-type(even) {
  background: #ebf3f9;
}
#directors .skhr-icon {
  color: #014a8c;
  display: inline-block;
  min-width: 170px;
  text-align: center;
}

#directors .skhr-list li {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  text-align: left;
}

#directors .skhr-list li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666666;
  position: absolute;
  top: 12px;
  left: 0;
}

#directors .table-directors .skhr-c-col1 { width: 10%; }
#directors .table-directors .skhr-c-col2 { width: 10%; }
#directors .table-directors .skhr-c-col3 { width: 15%; }
#directors .table-directors .skhr-c-col4 { width: 10%; }
#directors .table-directors .skhr-c-col5 { width: 15%; }
/*#directors .table-directors .skhr-c-col6 { width: 30%; }*/

@media (max-width: 991px) {
  #directors .skhr-list {
    margin: 10px 0 0 0;
    text-align: left;
  }
  #directors .skhr-list li {
    padding: 0 0 0 20px;
  }
  #directors .table-directors {
    display: block;
  }
  #directors .table-directors .skhr-c-col1,
  #directors .table-directors .skhr-c-col2,
  #directors .table-directors .skhr-c-col3,
  #directors .table-directors .skhr-c-col4 {
    width: 100%;
  }
  #directors .table-directors thead {
    display: none;
  }
  #directors .table-directors tr, #directors .table-directors tbody, #directors .table-directors th, #directors .table-directors td {
    display: block;
    w1width: 100%;
  }
  #directors .table-directors tr {
    border-top: 1px solid #ccc;
    padding: 10px 0;
  }
  #directors .table-directors tr:first-child {
    /*border-top: none;*/
  }
  #directors .table-directors tbody td {
    position: relative;
    padding: 0 0 0 300px;
    text-align: left;
  }
  #directors .table-directors tbody td:before {
    content: attr(data-col-tit);
    display: block;
    position: absolute;
    left: 150px;
    top: 0px;
    font-size: 1rem;
    width: auto;
    margin: 0 auto 5px auto;
    background: none;
  }
  #directors .table-directors tbody td:after {
    display: none;
  }
  #directors .btn--contact {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #directors .skhr-icon {
    position: absolute;
    top: 0px;
    left: 20px;
    z-index: 10;
  }
  #directors .table-directors.t-contact tbody td {
    padding-left: 200px;
  }
  #directors .table-directors.t-contact tbody td:nth-of-type(2) {
    padding-top: 15px;
  }
  #directors .table-directors.t-contact tbody td:last-of-type {
    padding-bottom: 15px;
  }
  #directors .table-directors.t-contact tbody .skhr-name {
    padding: 0;
  }
  #directors .table-directors.t-contact tbody .skhr-name .skhr-icon {
    top: 6px;
    left: 10px;
    padding: 0;
    font-size: 1rem;
  }
}
#directors .align-center td {
  text-align: center;
}
@media (max-width: 549px) {
  #directors .table-directors tbody td {
    padding: 0 15px;
  }
  #directors .table-directors tbody td:first-child {
    padding: 0;
  }
  #directors .table-directors tbody td:before {
    left: 10px;
  }
  #directors .skhr-icon {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    left: 0;
    background: #205281;
    color: #fff;
  }
  #directors .table-directors tr {
    padding: 0 0 10px 0;
  }
  #directors .table-directors.t-contact tbody td {
    padding-left: 0;
  }
  #directors .table-directors.t-contact tbody td:nth-of-type(2) {
    padding-top: 15px;
  }
  #directors .table-directors.t-contact tbody td:last-of-type {
    padding-bottom: 15px;
  }
  #directors .table-directors.t-contact tbody .skhr-name {
    padding: 0;
    width: 100%;
  }
  #directors .table-directors.t-contact tbody .skhr-name .skhr-icon {
    top: 10px;
    left: auto;
    padding: 0;
    margin-left: auto;
    font-size: 1rem;
  }
}
/* 移動版表格樣式 */
@media screen and (max-width: 767px) {
  /* 隱藏原始表格 */
  #directors .table-directors.sustainable {
    display: none !important;
  }
  #directors .mobile-directors .skhr-icon {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    left: 0;
    background: #205281;
    color: #fff;
  }
  
  /* 顯示移動版卡片式表格 */
  .mobile-directors {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  /* 隱藏移動版卡片 */
  .mobile-directors {
    display: none;
  }
}

/* 移動版卡片樣式 */
.mobile-directors {
  border: 1px solid #002b52;
  margin-bottom: 15px;
}
.mobile-directors .card {
  padding: 10px;
  background-color: #fff;
}

.mobile-directors .card-header {
  border-bottom: 1px solid #ebf3f9;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

.mobile-directors .card-row {
  display: flex;
  padding: 5px 0;
  border-bottom: 1px solid #ebf3f9;
}

.mobile-directors .card-label {
  font-weight: bold;
  width: 60%;
  color: #205281;
}

.mobile-directors .card-value {
  width: 40%;
}

.mobile-directors .card-full {
  padding: 5px 0;
  border-bottom: 1px solid #ebf3f9;
}

.mobile-directors .card-full-label {
  font-weight: bold;
  color: #205281;
  margin-bottom: 5px;
}
/*