/* @font-face { font-family: 'NotoSans'; src: url("../fonts/NotoSansTC-Black.woff2") format("woff2"), url("../fonts/NotoSansTC-Black.woff") format("woff"); font-weight: bold; font-style: normal; }

@font-face { font-family: 'NotoSans'; src: url("../fonts/NotoSansTC-Bold.woff2") format("woff2"), url("../fonts/NotoSansTC-Bold.woff") format("woff"); font-weight: 900; font-style: normal; }

@font-face { font-family: 'NotoSans'; src: url("../fonts/NotoSansTC-Regular.woff2") format("woff2"), url("../fonts/NotoSansTC-Regular.woff") format("woff"); font-weight: normal; font-style: normal; } */

/*reset*/
html {
  font-size: 16px;
  height: 100%;
}

body {
  width: 100%;
  color: #000;
  font-size: 1rem;
  line-height: 2;
  font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
}

html,
body {
  margin: 0;
}

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

*:focus,
*:active {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.5;
}

label {
  font-weight: inherit;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}

textarea {
  resize: vertical;
}

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

input,
button,
textarea,
select {
  *font-size: 100%;
}

code,
kbd,
samp,
tt {
  font-size: 100%;
}

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

.clearfix:before,
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.img-resize {
  max-width: 100%;
  display: block;
}

.scroll-fade {
  opacity: 0;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}

.scroll-fade.scroll-view {
  opacity: 1;
}

.scroll-fade-down {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}

.scroll-fade-down.scroll-view {
  opacity: 1;
}

.scroll-fade-down.scroll-view {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.scroll-fade-up {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}

.scroll-fade-up.scroll-view {
  opacity: 1;
}

.scroll-fade-up.scroll-view {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.scroll-fade-left {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}

.scroll-fade-left.scroll-view {
  opacity: 1;
}

.scroll-fade-left.scroll-view {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.scroll-fade-right {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}

.scroll-fade-right.scroll-view {
  opacity: 1;
}

.scroll-fade-right.scroll-view {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.scroll-scale-zoomIn {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}

.scroll-scale-zoomIn.scroll-view {
  opacity: 1;
}

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

.showrole-tab {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.showrole-tab.real-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  letter-spacing: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 900;
  background: #fff;
}

.loading .logo.logo {
  margin: 0;
  width: 145px;
  position: absolute;
  top: 35px;
  left: 40px;
}

.loading .line {
  background: #000;
  width: 2px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  -webkit-animation: dash 2s 0s ease-out infinite;
  animation: dash 2s 0s ease-out infinite;
}

.loading.no-size {
  font-size: 0;
}

.loading .letter.hide {
  display: none;
}

.loading.out {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform .5s .5s;
  transition: -webkit-transform .5s .5s;
  transition: transform .5s .5s;
  transition: transform .5s .5s, -webkit-transform .5s .5s;
}

.loading.out>div {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

@media only screen and (max-width: 767px) {
  .loading {
    font-size: 1.25rem;
    letter-spacing: 10px;
  }
}

.page-wrap {
  overflow: hidden;
  position: relative;
  padding-top: 112px;
}

@media only screen and (max-width: 1440px) {
  .page-wrap {
    padding-top: 92px;
  }
}

@media only screen and (max-width: 1023px) {
  .page-wrap {
    padding-top: 72px;
  }
}

@media only screen and (max-width: 767px) {
  .page-wrap {
    padding-top: 65px;
  }
}

#header {
  padding: 35px 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#header:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 30%;
  -webkit-transform: skew(-16deg);
  transform: skew(-16deg);
  z-index: -1;
}

#header .logo {
  margin: 0;
  width: 145px;
}

#header .menu li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}

#header .menu li a {
  color: #231815;
  font-size: 1.125rem;
  letter-spacing: 5px;
}

@media only screen and (min-width: 1024px) {

  #header .menu li:hover a,
  #header .menu li.active a {
    color: #127da5;
  }
}

#header .social-links a {
  font-size: 0;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  display: inline-block;
  vertical-align: top;
  background-size: cover;
}

#header .social-links a:hover {
  background-position: 0 100%;
  -webkit-animation: lighting 1s 0.0001s infinite both;
  animation: lighting 1s 0.0001s infinite both;
}

#header .social-links .icon-facebook {
  background-image: url(../images/icon-fb.png);
}

#header .social-links .icon-line {
  background-image: url(../images/icon-line.png);
}

#header .social-links .icon-mail {
  background-image: url(../images/icon-email.png);
}

#header.scroll-view {
  position: fixed;
  padding: 25px 40px;
  -webkit-animation: fadeDown 0.6s 0s ease forwards;
  animation: fadeDown 0.6s 0s ease forwards;
}

#header.scroll-view:before {
  -webkit-transform: none;
  transform: none;
  opacity: 0.9;
  left: 0;
  border-bottom: 1px solid #eee;
}

#header.scroll-view .menu li.marker {
  top: -27px;
  bottom: -27px;
}

@media only screen and (min-width: 1024px) {
  #header .switch {
    display: none;
  }

  #header .menu {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  #header .menu ul {
    position: relative;
  }

  #header .menu ul li {
    position: relative;
  }

  #header .menu ul li.marker {
    position: absolute;
    top: -37px;
    bottom: -37px;
    left: -9999px;
    display: block;
    background: #dbebf6;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    -webkit-transition: all 0.3s, left 0.3s;
    transition: all 0.3s, left 0.3s;
  }

  #header .social-links {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  #header[data-scroll-view="init"] .menu {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
  }

  #header[data-scroll-view="init"] .social-links {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
  }
}

@media only screen and (max-width: 1440px) {
  #header {
    padding: 25px 40px;
  }

  #header:before {
    left: 25%;
  }

  #header .menu ul li.marker {
    top: -27px;
    bottom: -27px;
  }

  .loading .logo.logo {
    top: 25px;
  }
}

@media only screen and (max-width: 1023px) {
  #header {
    padding: 15px 50px 15px 20px;
  }

  html.open-menu,
  body.open-menu {
    overflow: hidden;
  }

  #header:before {
    width: 100%;
    left: 0;
    background: #fff;
    -webkit-transform: none;
    transform: none;
    z-index: 1;
  }

  #header>* {
    position: relative;
    z-index: 2;
  }

  #header .social-links,
  #header .switch {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  #header[data-scroll-view="init"] .social-links,
  #header[data-scroll-view="init"] .switch {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
  }

  #header.scroll-view {
    padding: 15px 50px 15px 20px;
  }

  #header .social-links {
    margin-right: 10px;
  }

  #header .switch {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 65px;
    border: none;
    background: none;
  }

  #header .switch .icon {
    width: 15px;
    height: 15px;
    display: block;
    margin: auto;
    background: url(../images/menu-open.png);
    background-size: 100%;
  }

  #header .switch.on .icon {
    background-image: url(../images/menu-close.png);
  }

  #header .menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    background: url(../images/menu-bg.jpg);
    background-size: cover;
    background-position: center center;
    -webkit-transition: opacity .5s, -webkit-transform 0s .5s;
    transition: opacity .5s, -webkit-transform 0s .5s;
    transition: transform 0s .5s, opacity .5s;
    transition: transform 0s .5s, opacity .5s, -webkit-transform 0s .5s;
    padding: 0;
    height: 100vh;
    top: 0;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #header .menu.open-menu {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity .5s, -webkit-transform 0s;
    transition: opacity .5s, -webkit-transform 0s;
    transition: transform 0s, opacity .5s;
    transition: transform 0s, opacity .5s, -webkit-transform 0s;
  }

  #header .menu ul li {
    display: block;
    width: auto;
    padding: 0;
  }

  #header .menu ul li.marker {
    display: none !important;
  }

  #header .menu ul li a {
    padding: 10px;
    display: block;
    color: #fff;
    font-size: 3vw;
  }

  #header .menu ul li.active a {
    color: #fff;
  }

  .loading .logo.logo {
    top: 15px;
    left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #header {
    padding: 15px 50px 15px 15px;
  }

  #header .logo {
    width: 120px;
  }

  #header .switch {
    width: 55px;
  }

  #header .menu ul li a {
    font-size: 1.25rem;
  }

  .loading .logo.logo {
    width: 120px;
    left: 15px;
  }
}

/* footer-ad-sec */

.footer-ad {
  background: url(../images/sec-bg1.png) no-repeat 100% 0, url(../images/sec-bg2.png) no-repeat 0 100% #ffffff;
  margin: 25px;
  padding: 0px;
  height: 100px !important;
}

@media only screen and (max-width: 1440px) {
  .footer-ad {
    padding: 0px;
  }
}

@media only screen and (max-width: 1023px) {
  .footer-ad {
    padding: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-ad {
    margin-right: 20px;
  }
}

.footer-ad.h-100 {
  height: 100px;
}

.footer-ad .container {
  position: relative;
}

.footer-ad .container.mt {
  margin-top: 10%;
}

.footer-ad .item-en {
  font-size: 1.5vw;
  color: rgba(0, 132, 178, 0.3);
  letter-spacing: 6px;
}

.footer-ad .item-title {
  font-size: 2vw;
  margin: 0;
  letter-spacing: 6px;
}

@media only screen and (min-width: 1024px) {
  .footer-ad .visible-1024 {
    display: none !important;
  }
}

@media only screen and (min-width: 1921px) {
  .footer-ad .item-en {
    font-size: 1.375rem;
  }

  .footer-ad .item-title {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1023px) {
  .footer-ad .hidden-1024 {
    display: none !important;
  }

  .footer-ad .visible-1024 {
    display: block;
  }

  .footer-ad .item-en {
    font-size: 1rem;
  }

  .footer-ad .item-title {
    font-size: 1.5625rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer-ad .item-en {
    font-size: 0.875rem;
  }

  .footer-ad .item-title {
    font-size: 1.25rem;
  }
}

.footer-ad .bg-title {
  padding: 115px 0;
  max-width: 25%;
  position: absolute;
  top: -150px;
  left: 13%;
  z-index: 1;
}

@media only screen and (min-width: 1921px) {
  .footer-ad .bg-title {
    left: 310px;
  }
}

@media only screen and (max-width: 1440px) {
  .footer-ad .bg-title {
    top: -90px;
    padding: 85px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .footer-ad .bg-title {
    display: none;
  }
}

.footer-ad .bg-title .top-line {
  position: absolute;
  top: 0;
  display: block;
  height: 80px;
  width: 1px;
  background: #0084b2;
}

.footer-ad .bg-title .top-line i {
  position: absolute;
  bottom: 20px;
  left: -5px;
  height: 1px;
  width: 10px;
  display: block;
  background: #0084b2;
  -webkit-transform: skewY(15deg);
  transform: skewY(15deg);
}

.footer-ad .bg-title .top-line i:before,
.footer-ad .bg-title .top-line i:after {
  content: "";
  display: block;
  height: 1px;
  width: 10px;
  background: #0084b2;
  position: absolute;
  left: 0;
}

.footer-ad .bg-title .top-line i:before {
  top: -5px;
}

.footer-ad .bg-title .top-line i:after {
  bottom: -5px;
}

.footer-ad .bg-title .top-line:before {
  content: "";
  position: absolute;
  top: 100%;
  left: -3px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #0084b2;
}

.footer-ad .bg-title svg {
  margin-left: -25px;
  width: 100%;
}

.footer-ad .bg-title:before {
  content: "";
  position: absolute;
  bottom: -0.5px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #0084b2;
}

.footer-ad .bg-title:after {
  content: "";
  width: 1px;
  height: 80px;
  background: #0084b2;
  position: absolute;
  bottom: 0;
  left: 2.5px;
  z-index: -1;
}

.footer-ad .list {
  margin-top: 90px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-ad .list .pic {
  z-index: 2;
  width: 49%;
  overflow: hidden;
  -webkit-box-shadow: 8px 8px 8px rgba(85, 85, 85, 0.1);
  box-shadow: 8px 8px 8px rgba(85, 85, 85, 0.1);
}

.footer-ad .list .pic img {
  display: block;
  vertical-align: top;
  width: 100%;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.footer-ad .list .content {
  margin-top: 100px;
  width: 51%;
}

.footer-ad .list .content .inner {
  margin-right: -30%;
  padding-right: 30%;
  -webkit-box-shadow: 0 0 0 1px #0084b2;
  box-shadow: 0 0 0 1px #0084b2;
  background: #fff;
  position: relative;
}

.footer-ad .list .content .inner>div {
  padding: 12%;
}

.footer-ad .list .content .inner .line {
  position: absolute;
  z-index: 2;
  top: -1px;
  left: 12%;
  width: 30px;
  height: 1px;
  display: block;
  background: #fff;
}

.footer-ad .list .content .inner .line:before {
  content: "";
  position: absolute;
  left: -3px;
  top: -2.5px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #0084b2;
}

.footer-ad .list .content .inner .line:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #0084b2;
  position: absolute;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  z-index: -1;
}

.footer-ad .list .content .inner .title span {
  display: block;
  line-height: 1.7;
}

.footer-ad .list .content .inner .text {
  font-size: 1.5vw;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 6px;
}

@media only screen and (min-width: 1921px) {
  .footer-ad .list .content .inner .text {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 1440px) {
  .footer-ad .list .content .inner>div {
    padding: 8%;
  }
}

@media only screen and (max-width: 1023px) {
  .footer-ad .list {
    display: block;
    margin-top: 10%;
  }

  .footer-ad .list .pic,
  .footer-ad .list .content {
    width: 100%;
  }

  .footer-ad .list .content {
    margin: 0;
  }

  .footer-ad .list .content .inner {
    padding: 0%;
    margin: 0;
    background: rgba(255, 255, 255, 0.98);
  }

  .footer-ad .list .content .inner>div {
    padding: 8%;
  }

  .footer-ad .list .content .inner .text {
    font-size: 1rem;
  }
}

.footer-ad .list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-ad .list2 .item {
  width: 45%;
  margin-top: 90px;
}

.footer-ad .list2 .item .pic {
  overflow: hidden;
}

.footer-ad .list2 .item .pic img {
  display: block;
  vertical-align: top;
  width: 100%;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.footer-ad .list2 .item .content {
  position: relative;
  border-top: none;
  z-index: 2;
  padding-top: 45px;
  margin-top: -45px;
  overflow: hidden;
  border-left: 1px solid #0084b2;
}

.footer-ad .list2 .item .content .bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 45px;
  background: #fff;
  z-index: 2;
  border: 1px solid #0084b2;
  border-bottom: 0;
  -webkit-transform: skewX(40deg);
  transform: skewX(40deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.footer-ad .list2 .item .content .inner {
  padding: 0% 10% 7% 10%;
  background: #fff;
  border-right: 1px solid #0084b2;
  border-bottom: 1px solid #0084b2;
}

.footer-ad .list2 .item .content .inner .text {
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 6px;
}

.footer-ad .list2 .item .content .inner .g-button {
  margin: 30px auto 0;
  display: block;
}

@media only screen and (max-width: 1023px) {
  .footer-ad .list2 {
    display: block;
  }

  .footer-ad .list2 .item {
    width: 100%;
    margin-top: 90px;
  }

  .footer-ad .list2 .item .content .inner .g-button {
    margin: 30px 0 0;
  }
}




#footer {
  background: #0084b2;
  padding: 100px 0;
  text-align: center;
  color: #fff;
  letter-spacing: 5px;
}

#footer .foot-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 100px;
}

#footer .foot-contact .box {
  width: 30%;
  min-width: 350px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-left: -1px;
  font-size: 1.25rem;
}

#footer .foot-contact .box .icon {
  margin: auto;
  width: 80px;
  height: 30px;
  -webkit-transition: all .35s;
  transition: all .35s;
}

#footer .foot-contact .box .icon.fb {
  background: url(../images/foot-icon-fb.png) no-repeat center top;
  background-size: auto 200%;
  width: 30px;
  height: 30px;
}

#footer .foot-contact .box .icon.line {
  background: url(../images/foot-icon-line.png) no-repeat center top;
  background-size: auto 200%;
  width: 60px;
  height: 20px;
  margin: 10px auto;
}

#footer .foot-contact .box .text {
  margin: 20px 0;
}

#footer .foot-contact .box .button {
  background: url(../images/btn-bg-w.svg) no-repeat;
  background-size: 100% 100%;
  padding: 10px 10px 15px;
  display: block;
  width: 240px;
  margin: auto;
  color: #fff;
}

#footer .foot-contact .box:hover {
  color: #ffb42e;
}

#footer .foot-contact .box:hover .icon {
  background-position: center 100%;
}

#footer .foot-contact .box:hover .button {
  color: #ffb42e;
  -webkit-animation: lighting 1s 0s infinite both;
  animation: lighting 1s 0s infinite both;
}

#footer .foot-info {
  font-size: 1.25rem;
  margin-bottom: 50px;
}

#footer .foot-info li {
  display: inline-block;
  margin: 0 1.5vw;
  color: rgba(255, 255, 255, 0.8);
}

#footer .foot-info li a {
  color: rgba(255, 255, 255, 0.8);
}

#footer .foot-info li span.dash-mx {
  margin: 0 1.5px;
}

@media only screen and (min-width: 1024px) {
  #footer .foot-info li a:hover {
    color: #f0af2d;
  }
}

#footer .copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}

#footer .conquer {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
}

#footer .conquer a {
  color: rgba(255, 255, 255, 0.4);
}

@media only screen and (min-width: 1024px) {
  #footer .conquer a:hover {
    color: #f0af2d;
  }
}

@media only screen and (max-width: 1440px) {
  #footer .foot-contact .box {
    font-size: 1.125rem;
  }

  #footer .foot-contact .box .button {
    width: 200px;
  }

  #footer .foot-info {
    font-size: 1rem;
  }

  #footer .copyright {
    font-size: 0.75rem;
  }
}

@media only screen and (max-width: 1023px) {
  #footer {
    padding: 80px 0;
  }

  #footer .foot-contact {
    margin-bottom: 50px;
  }

  #footer .foot-contact .box .button {
    font-size: 1rem;
  }

  #footer .foot-info {
    opacity: 1;
    margin: 50px 0;
  }

  #footer .foot-info li {
    display: block;
    margin-bottom: 5px;
  }

  #footer .foot-info li a span.address-remark {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #footer {
    letter-spacing: 2px;
  }

  #footer .foot-contact {
    margin-bottom: 30px;
  }

  #footer .foot-contact .box {
    width: 50%;
    min-width: inherit;
    border: none;
    font-size: 1.0625rem;
  }

  #footer .foot-contact .box:last-child {
    content: "";
    border-left: 1px solid #fff;
  }

  #footer .foot-contact .box .text {
    margin: 10px 0;
  }

  #footer .foot-contact .box .button {
    width: 120px;
    font-size: 0.75rem;
    letter-spacing: 2px;
    padding: 7px 5px;
  }

  #footer .foot-info {
    font-size: 0.875rem;
    opacity: 1;
    margin: 50px 0;
  }

  #footer .foot-info li {
    display: block;
    margin-bottom: 5px;
  }
}

@-webkit-keyframes dash {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  70% {
    opacity: 0;
  }

  90% {
    opacity: 1;
  }
}

@keyframes dash {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  70% {
    opacity: 0;
  }

  90% {
    opacity: 1;
  }
}

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

  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}

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

  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}

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

  50% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0.8;
  }
}

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

  50% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0.8;
  }
}

.container {
  margin: 0 110px;
}

@media only screen and (min-width: 1921px) {
  .container {
    margin: 0 auto;
    padding: 0 110px;
    max-width: 1920px;
  }
}

@media only screen and (max-width: 1440px) {
  .container {
    margin: 0 6%;
  }
}

.g-title {
  color: #000000;
  margin: 0;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: 5px;
}

.g-title:after {
  content: "";
  display: block;
  background: url(../images/title-line.svg) no-repeat;
  background-size: 100% 100%;
  width: 180px;
  height: 12px;
  margin: 20px auto 0;
}

.g-title.blue:after {
  background-image: url(../images/title-line-blue.svg);
}

@media only screen and (max-width: 767px) {
  .g-title {
    font-size: 1.5rem;
  }
}

.g-button {
  background-image: url(../images/btn-bg.svg);
  background-size: 100% 100%;
  display: block;
  width: 240px;
  height: 65px;
  position: relative;
}

.g-button.mt {
  margin-top: 50px;
}

.g-button>span {
  display: block;
  text-align: center;
  color: #ebbe69;
  letter-spacing: 3px;
  padding-top: 10px;
  font-weight: 900;
  overflow: hidden;
  font-size: 1.25rem;
}

.g-button .letter {
  display: inline-block;
  min-width: 10px;
}

.g-button .out {
  opacity: 0;
}

.g-button .in {
  -webkit-animation: dash 0.5s 0s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  animation: dash 0.5s 0s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

@media only screen and (min-width: 1024px) {
  .g-button:hover {
    background-image: url(../images/btn-bg-hover.svg);
  }
}

@media only screen and (max-width: 1023px) {
  .g-button {
    width: 180px;
    height: 55px;
  }

  .g-button span {
    padding-top: 5px;
    font-size: 1rem;
  }
}

.category {
  text-align: center;
  margin: 40px 0;
}

.category ul li {
  display: inline-block;
  width: 220px;
  font-size: 1.25rem;
  margin: 0 20px;
}

.category ul li a,
.category ul li span {
  display: block;
  background: none;
  background-size: 100% 100%;
  padding: 5px 10px 9px;
  letter-spacing: 5px;
  color: rgba(0, 0, 0, 0.64);
}

.category ul li.active a,
.category ul li.active span {
  background-image: url(../images/btn-bg.svg);
  color: #0084b2;
}

@media only screen and (min-width: 1024px) {

  .category ul li:hover a,
  .category ul li:hover span {
    background-image: url(../images/btn-bg-hover.svg);
  }
}

@media only screen and (max-width: 1023px) {
  .category ul li {
    font-size: 1.125rem;
    min-width: 150px;
    width: auto;
    margin: 0;
    padding: 0;
  }

  .category ul li a {
    padding: 5px 17px 7px;
  }
}

.tab-wrap .tab-content {
  display: none;
}

.tab-wrap .tab-content.fade {
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
}

.tab-wrap .tab-content:not(.show) {
  opacity: 0;
}

.tab-wrap .tab-content.active {
  display: block;
}

.tab-wrap .tab-content .note {
  font-size: 1.25rem;
  margin-top: 50px;
  color: #787878;
  padding-left: 60px;
  position: relative;
  letter-spacing: 10px;
}

.tab-wrap .tab-content .note:before {
  content: "!";
  letter-spacing: 0;
  text-align: center;
  color: #ffaf2e;
  background: url(../images/pager-bg.png) no-repeat left center;
  background-size: auto 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.page-banner {
  height: 665px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.page-banner .text {
  position: absolute;
  left: 6%;
  bottom: 15%;
  font-weight: 900;
  color: #fff;
  font-size: 3.75rem;
  letter-spacing: 10px;
  text-shadow: 5px 5px 5px rgba(85, 85, 85, 0.15);
}

@media only screen and (max-width: 1440px) {
  .page-banner {
    height: 550px;
  }

  .page-banner .text {
    font-size: 2.5rem;
    padding: 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .page-banner {
    height: 400px;
  }

  .page-banner .text {
    bottom: 10%;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner {
    height: 350px;
  }

  .page-banner .text {
    font-size: 5.5vw;
    white-space: nowrap;
    letter-spacing: 5px;
    width: 100%;
    text-align: center;
    left: 50%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.main {
  padding: 100px 0;
}

.pager {
  text-align: center;
  font-size: 0;
}

.pager li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  opacity: 0.5;
}

.pager li button {
  font-size: 1.125rem;
  color: #787878;
  background: none;
  border: none;
  display: inline;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}

.pager li.active {
  opacity: 1;
}

.pager li.active button {
  color: #787878;
  background: url(../images/pager-bg.png) center center;
  background-size: 100% 100%;
}

@media only screen and (min-width: 1024px) {
  .pager li:hover button {
    color: #0084b2;
  }
}

@media only screen and (max-width: 767px) {
  .pager li button {
    font-size: 0.75rem;
  }
}

#index {
  background: #dcecf7;
}

#index .banner {
  margin-left: 110px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-clip-path 1.5s;
  transition: -webkit-clip-path 1.5s;
  transition: clip-path 1.5s;
  transition: clip-path 1.5s, -webkit-clip-path 1.5s;
}

#index .banner .word {
  position: absolute;
  left: 5%;
  bottom: 10%;
  z-index: 2;
  width: 630px;
  color: #fff;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: opacity 1.5s 1s, -webkit-transform 1.5s 1s;
  transition: opacity 1.5s 1s, -webkit-transform 1.5s 1s;
  transition: transform 1.5s 1s, opacity 1.5s 1s;
  transition: transform 1.5s 1s, opacity 1.5s 1s, -webkit-transform 1.5s 1s;
}

#index .banner .word .tit {
  font-size: 3.75rem;
  font-weight: 900;
  letter-spacing: 3px;
  line-height: 1.7;
}

#index .banner .word .text {
  font-size: 1.25rem;
  letter-spacing: 5px;
  max-width: 90%;
}

#index .banner .word .keyword {
  font-size: 1rem;
  letter-spacing: 10px;
}

#index .banner img {
  display: block;
  vertical-align: top;
  min-width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1.2);
  transform: translateX(-50%) scale(1.2);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: -webkit-transform 1.5s, -webkit-clip-path 1.5s;
  transition: -webkit-transform 1.5s, -webkit-clip-path 1.5s;
  transition: transform 1.5s, clip-path 1.5s;
  transition: transform 1.5s, clip-path 1.5s, -webkit-transform 1.5s, -webkit-clip-path 1.5s;
}

#index .banner.scroll-view .word {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#index .banner.scroll-view img {
  -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}

@media only screen and (max-width: 1920px) {
  #index .banner {
    height: 666px;
  }

  #index .banner img {
    height: 100%;
  }
}

@media only screen and (max-width: 1440px) {
  #index .banner {
    margin-left: 6%;
    height: 550px;
  }

  #index .banner .word .tit {
    font-size: 2.8125rem;
  }

  #index .banner .word .text {
    font-size: 1.0625rem;
  }

  #index .banner .word .keyword {
    font-size: 0.9375rem;
  }
}

@media only screen and (min-width: 768px) {
  #index .banner {
    background: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  #index .banner {
    margin-left: 3%;
  }
}

@media only screen and (max-width: 767px) {
  #index .banner {
    margin-left: 0;
    margin-bottom: 20px;
    height: calc(100vh - 65px);
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #index .banner img {
    display: none;
  }

  #index .banner.scroll-view .word {
    -webkit-transition: opacity 1.5s 0s, -webkit-transform 1.5s 0s;
    transition: opacity 1.5s 0s, -webkit-transform 1.5s 0s;
    transition: transform 1.5s 0s, opacity 1.5s 0s;
    transition: transform 1.5s 0s, opacity 1.5s 0s, -webkit-transform 1.5s 0s;
  }

  #index .banner .word {
    max-width: 100%;
    left: 0;
    padding: 20px 15px;
    bottom: auto;
    width: 100%;
    text-align: center;
  }

  #index .banner .word .tit {
    font-size: 3.75rem;
  }

  #index .banner .word .tit span {
    display: block;
    letter-spacing: 10px;
  }

  #index .banner .word .text {
    display: none !important;
  }

  #index .banner .word .keyword {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 400px) {
  #index .banner .word .tit {
    font-size: 2.8125rem;
  }

  #index .banner .word .keyword {
    margin-top: 20px;
    font-size: 1.125rem;
  }
}

#index .sec1 {
  background: url(../images/sec-bg1.png) no-repeat 100% 0, url(../images/sec-bg2.png) no-repeat 0 100% #ffffff;
  margin-right: 25px;
  padding-top: 150px;
  padding-bottom: 150px;
}

@media only screen and (max-width: 1440px) {
  #index .sec1 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 1023px) {
  #index .sec1 {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

@media only screen and (max-width: 767px) {
  #index .sec1 {
    margin-right: 20px;
  }
}

#index .sec1 .container {
  position: relative;
}

#index .sec1 .container.mt {
  margin-top: 10%;
}

#index .sec1 .item-en {
  font-size: 1.5vw;
  color: rgba(0, 132, 178, 0.3);
  letter-spacing: 6px;
}

#index .sec1 .item-title {
  font-size: 2vw;
  margin: 0;
  letter-spacing: 6px;
}

@media only screen and (min-width: 1024px) {
  #index .sec1 .visible-1024 {
    display: none !important;
  }
}

@media only screen and (min-width: 1921px) {
  #index .sec1 .item-en {
    font-size: 1.375rem;
  }

  #index .sec1 .item-title {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1023px) {
  #index .sec1 .hidden-1024 {
    display: none !important;
  }

  #index .sec1 .visible-1024 {
    display: block;
  }

  #index .sec1 .item-en {
    font-size: 1rem;
  }

  #index .sec1 .item-title {
    font-size: 1.5625rem;
  }
}

@media only screen and (max-width: 767px) {
  #index .sec1 .item-en {
    font-size: 0.875rem;
  }

  #index .sec1 .item-title {
    font-size: 1.25rem;
  }
}

#index .sec1 .bg-title {
  padding: 115px 0;
  max-width: 25%;
  position: absolute;
  top: -150px;
  left: 13%;
  z-index: 1;
}

@media only screen and (min-width: 1921px) {
  #index .sec1 .bg-title {
    left: 310px;
  }
}

@media only screen and (max-width: 1440px) {
  #index .sec1 .bg-title {
    top: -90px;
    padding: 85px 0;
  }
}

@media only screen and (max-width: 1023px) {
  #index .sec1 .bg-title {
    display: none;
  }
}

#index .sec1 .bg-title .top-line {
  position: absolute;
  top: 0;
  display: block;
  height: 80px;
  width: 1px;
  background: #0084b2;
}

#index .sec1 .bg-title .top-line i {
  position: absolute;
  bottom: 20px;
  left: -5px;
  height: 1px;
  width: 10px;
  display: block;
  background: #0084b2;
  -webkit-transform: skewY(15deg);
  transform: skewY(15deg);
}

#index .sec1 .bg-title .top-line i:before,
#index .sec1 .bg-title .top-line i:after {
  content: "";
  display: block;
  height: 1px;
  width: 10px;
  background: #0084b2;
  position: absolute;
  left: 0;
}

#index .sec1 .bg-title .top-line i:before {
  top: -5px;
}

#index .sec1 .bg-title .top-line i:after {
  bottom: -5px;
}

#index .sec1 .bg-title .top-line:before {
  content: "";
  position: absolute;
  top: 100%;
  left: -3px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #0084b2;
}

#index .sec1 .bg-title svg {
  margin-left: -25px;
  width: 100%;
}

#index .sec1 .bg-title:before {
  content: "";
  position: absolute;
  bottom: -0.5px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #0084b2;
}

#index .sec1 .bg-title:after {
  content: "";
  width: 1px;
  height: 80px;
  background: #0084b2;
  position: absolute;
  bottom: 0;
  left: 2.5px;
  z-index: -1;
}

#index .sec1 .list {
  margin-top: 90px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#index .sec1 .list .pic {
  z-index: 2;
  width: 49%;
  overflow: hidden;
  -webkit-box-shadow: 8px 8px 8px rgba(85, 85, 85, 0.1);
  box-shadow: 8px 8px 8px rgba(85, 85, 85, 0.1);
}

#index .sec1 .list .pic img {
  display: block;
  vertical-align: top;
  width: 100%;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

#index .sec1 .list .content {
  margin-top: 100px;
  width: 51%;
}

#index .sec1 .list .content .inner {
  margin-right: -30%;
  padding-right: 30%;
  -webkit-box-shadow: 0 0 0 1px #0084b2;
  box-shadow: 0 0 0 1px #0084b2;
  background: #fff;
  position: relative;
}

#index .sec1 .list .content .inner>div {
  padding: 12%;
}

#index .sec1 .list .content .inner .line {
  position: absolute;
  z-index: 2;
  top: -1px;
  left: 12%;
  width: 30px;
  height: 1px;
  display: block;
  background: #fff;
}

#index .sec1 .list .content .inner .line:before {
  content: "";
  position: absolute;
  left: -3px;
  top: -2.5px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #0084b2;
}

#index .sec1 .list .content .inner .line:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #0084b2;
  position: absolute;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  z-index: -1;
}

#index .sec1 .list .content .inner .title span {
  display: block;
  line-height: 1.7;
}

#index .sec1 .list .content .inner .text {
  font-size: 1.5vw;
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 6px;
}

@media only screen and (min-width: 1921px) {
  #index .sec1 .list .content .inner .text {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 1440px) {
  #index .sec1 .list .content .inner>div {
    padding: 8%;
  }
}

@media only screen and (max-width: 1023px) {
  #index .sec1 .list {
    display: block;
    margin-top: 10%;
  }

  #index .sec1 .list .pic,
  #index .sec1 .list .content {
    width: 100%;
  }

  #index .sec1 .list .content {
    margin: 0;
  }

  #index .sec1 .list .content .inner {
    padding: 0%;
    margin: 0;
    background: rgba(255, 255, 255, 0.98);
  }

  #index .sec1 .list .content .inner>div {
    padding: 8%;
  }

  #index .sec1 .list .content .inner .text {
    font-size: 1rem;
  }
}

#index .sec1 .list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#index .sec1 .list2 .item {
  width: 45%;
  margin-top: 90px;
}

#index .sec1 .list2 .item .pic {
  overflow: hidden;
}

#index .sec1 .list2 .item .pic img {
  display: block;
  vertical-align: top;
  width: 100%;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

#index .sec1 .list2 .item .content {
  position: relative;
  border-top: none;
  z-index: 2;
  padding-top: 45px;
  margin-top: -45px;
  overflow: hidden;
  border-left: 1px solid #0084b2;
}

#index .sec1 .list2 .item .content .bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 45px;
  background: #fff;
  z-index: 2;
  border: 1px solid #0084b2;
  border-bottom: 0;
  -webkit-transform: skewX(40deg);
  transform: skewX(40deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

#index .sec1 .list2 .item .content .inner {
  padding: 0% 10% 7% 10%;
  background: #fff;
  border-right: 1px solid #0084b2;
  border-bottom: 1px solid #0084b2;
}

#index .sec1 .list2 .item .content .inner .text {
  color: rgba(0, 0, 0, 0.4);
  letter-spacing: 6px;
}

#index .sec1 .list2 .item .content .inner .g-button {
  margin: 30px auto 0;
  display: block;
}

@media only screen and (max-width: 1023px) {
  #index .sec1 .list2 {
    display: block;
  }

  #index .sec1 .list2 .item {
    width: 100%;
    margin-top: 90px;
  }

  #index .sec1 .list2 .item .content .inner .g-button {
    margin: 30px 0 0;
  }
}

#index .sec2 {
  background: url(../images/sec-bg3.png) no-repeat right 0% #ffffff;
  margin: 25px 0 0 25px;
}

@media only screen and (max-width: 767px) {
  #index .sec2 {
    margin: 20px 0 0 20px;
  }
}

#index .sec2 .container {
  position: relative;
  padding-top: 300px;
  padding-bottom: 200px;
}

@media only screen and (max-width: 1440px) {
  #index .sec2 .container {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 1023px) {
  #index .sec2 .container {
    padding-top: 100px;
  }
}

#index .sec2 .bg-title {
  padding: 115px 0;
  max-width: 25%;
  position: absolute;
  top: 0;
  left: 13%;
  z-index: 1;
}

@media only screen and (min-width: 1921px) {
  #index .sec2 .bg-title {
    left: 310px;
  }
}

@media only screen and (max-width: 1440px) {
  #index .sec2 .bg-title {
    padding: 85px 0;
  }
}

@media only screen and (max-width: 1023px) {
  #index .sec2 .bg-title {
    display: none;
  }
}

#index .sec2 .bg-title .top-line {
  position: absolute;
  top: 0;
  display: block;
  height: 80px;
  width: 1px;
  background: #0084b2;
}

#index .sec2 .bg-title .top-line i {
  position: absolute;
  bottom: 20px;
  left: -5px;
  height: 1px;
  width: 10px;
  display: block;
  background: #0084b2;
  -webkit-transform: skewY(15deg);
  transform: skewY(15deg);
}

#index .sec2 .bg-title .top-line i:before,
#index .sec2 .bg-title .top-line i:after {
  content: "";
  display: block;
  height: 1px;
  width: 10px;
  background: #0084b2;
  position: absolute;
  left: 0;
}

#index .sec2 .bg-title .top-line i:before {
  top: -5px;
}

#index .sec2 .bg-title .top-line i:after {
  bottom: -5px;
}

#index .sec2 .bg-title .top-line:before {
  content: "";
  position: absolute;
  top: 100%;
  left: -3px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #0084b2;
}

#index .sec2 .bg-title svg {
  margin-left: -25px;
  width: 100%;
}

#index .sec2 .bg-title:before {
  content: "";
  position: absolute;
  bottom: -0.5px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #0084b2;
}

#index .sec2 .bg-title:after {
  content: "";
  width: 1px;
  height: 80px;
  background: #0084b2;
  position: absolute;
  bottom: 0;
  left: 2.5px;
  z-index: -1;
}

#index .sec2 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#index .sec2 .list .item {
  width: 28%;
  margin: 3% 0;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(85, 85, 85, 0.15));
  filter: drop-shadow(5px 5px 10px rgba(85, 85, 85, 0.15));
}

#index .sec2 .list .item .pic {
  overflow: hidden;
}

#index .sec2 .list .item .pic img {
  display: block;
  vertical-align: top;
  width: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

#index .sec2 .list .item .content {
  position: relative;
  overflow: hidden;
  text-align: right;
  z-index: 2;
}

#index .sec2 .list .item .content .title {
  font-size: 1.5rem;
  letter-spacing: 5px;
  color: rgba(0, 0, 0, 0.8);
}

#index .sec2 .list .item .content .price {
  font-size: 1.25rem;
  letter-spacing: 5px;
  color: rgba(0, 0, 0, 0.8);
}

#index .sec2 .list .item .content .inner {
  background: #fff;
  padding: 5% 5% 0;
}

#index .sec2 .list .item .content .btm {
  background: #fff;
  width: 100%;
  height: 20px;
  display: block;
  -webkit-transform: skewX(50deg);
  transform: skewX(50deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

@media only screen and (min-width: 1024px) {
  #index .sec2 .list .item:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  #index .sec2 .list .item:hover .content .title,
  #index .sec2 .list .item:hover .content .price {
    color: #fff;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }

  #index .sec2 .list .item:hover .content .inner,
  #index .sec2 .list .item:hover .content .btm {
    background: #0084b2;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
  }
}

@media only screen and (max-width: 1440px) {
  #index .sec2 .list .item {
    width: 30%;
    -webkit-filter: none;
    filter: none;
  }

  #index .sec2 .list .item .pic {
    border: 1px solid #eee;
  }

  #index .sec2 .list .item .content {
    border-top: 1px solid #0084b2;
    border-right: 1px solid #0084b2;
    margin-top: -1px;
  }

  #index .sec2 .list .item .content .title {
    font-size: 1.25rem;
  }

  #index .sec2 .list .item .content .price {
    font-size: 1rem;
  }

  #index .sec2 .list .item .content .inner {
    border-left: 1px solid #0084b2;
  }

  #index .sec2 .list .item .content .btm {
    border: 1px solid #0084b2;
    border-top: none;
  }
}

@media only screen and (max-width: 1023px) {
  #index .sec2 .list .item {
    width: 45%;
  }
}

@media only screen and (max-width: 767px) {
  #index .sec2 .list .item {
    width: 100%;
  }
}

#catalog .page-banner .text {
  color: #595757;
}

.hideBook {
  display: none;
}

#catalog .container .book-wrap2 .img-resize {
  height: 100%;
  margin: 0 auto;
}

#catalog .container .book-wrap {
  position: relative;
  max-width: 1500px;
  margin: auto;
}

#catalog .container .book-wrap2 {
  position: relative;
  max-width: 1500px;
  margin: auto;
}

#catalog .container .book-wrap .page {
  width: 461px;
  height: 600px;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#catalog .container .book-wrap2 .page {
  width: 461px;
  height: 600px;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#catalog .container .book-wrap .book-viewport {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

#catalog .container .book-wrap2 .book-viewport {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

#catalog .container .book-wrap .arrow-prev {
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 0;
  border: none;
  width: 15px;
  height: 15px;
  margin-top: -25px;
  padding: 0;
  cursor: pointer;
  background: none;
  display: block;
  border-right: 0;
  border-bottom: 0;
  border-top: 1px solid #f0af2d;
  border-left: 1px solid #f0af2d;
  transform: rotate(135deg);
}

#catalog .container .book-wrap .arrow-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 0;
  border: none;
  width: 15px;
  height: 15px;
  margin-top: -25px;
  padding: 0;
  cursor: pointer;
  background: none;
  display: block;
  border-right: 0;
  border-bottom: 0;
  border-top: 1px solid #f0af2d;
  border-left: 1px solid #f0af2d;
  transform: rotate(135deg);
}

#catalog .container .book-wrap2 .arrow-prev2 {
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 0;
  border: none;
  width: 15px;
  height: 15px;
  margin-top: -25px;
  padding: 0;
  cursor: pointer;
  background: none;
  display: block;
  border-right: 0;
  border-bottom: 0;
  border-top: 1px solid #f0af2d;
  border-left: 1px solid #f0af2d;
  transform: rotate(135deg);
}

#catalog .container .book-wrap2 .arrow-next2 {
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 0;
  border: none;
  width: 15px;
  height: 15px;
  margin-top: -25px;
  padding: 0;
  cursor: pointer;
  background: none;
  display: block;
  border-right: 0;
  border-bottom: 0;
  border-top: 1px solid #f0af2d;
  border-left: 1px solid #f0af2d;
  transform: rotate(135deg);
}

#catalog .container .book-wrap .arrow-prev {
  left: -50px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#catalog .container .book-wrap2 .arrow-prev2 {
  left: -50px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#catalog .container .book-wrap .arrow-next {
  right: -50px;
}

#catalog .container .book-wrap2 .arrow-next2 {
  right: -50px;
}

#catalog .container .book-wrap #flipbook-turns {
  margin: auto;
  -webkit-box-shadow: 0 0 5px #ddd;
  box-shadow: 0 0 5px #ddd;
}

#catalog .container .book-wrap2 #flipbook-turns2 {
  margin: auto;
  -webkit-box-shadow: 0 0 5px #ddd;
  box-shadow: 0 0 5px #ddd;
}

@media only screen and (max-width: 1736px) {
  #catalog .container .book-wrap {
    width: 100%;
    height: auto;
  }

  #catalog .container .book-wrap2 {
    width: 100%;
    height: auto;
  }

  #catalog .container .book-wrap .arrow-prev {
    left: -30px;
  }

  #catalog .container .book-wrap2 .arrow-prev2 {
    left: -30px;
  }

  #catalog .container .book-wrap .arrow-next {
    right: -30px;
  }

  #catalog .container .book-wrap2 .arrow-next2 {
    right: -30px;
  }
}

@media only screen and (max-width: 767px) {
  #catalog .container .book-wrap .arrow-prev {
    left: -15px;
  }

  #catalog .container .book-wrap2 .arrow-prev2 {
    left: -15px;
  }

  #catalog .container .book-wrap .arrow-next {
    right: -15px;
  }

  #catalog .container .book-wrap2 .arrow-next2 {
    right: -15px;
  }
}

#product-list .main {
  background: url(../images/product-light-bg.png) center bottom no-repeat;
  background-size: 100% auto;
}

#product-list .list {
  margin: 80px -3% 0px;
  font-size: 0;
}

#product-list .list .item {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  margin: 0 3% 100px;
}

#product-list .list .item.comming-soon>* {
  opacity: 0.35;
  display: block;
}

#product-list .list .item .pic {
  overflow: hidden;
}

#product-list .list .item .pic img {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

#product-list .list .item .content {
  position: relative;
  color: #555;
  letter-spacing: 5px;
  text-align: center;
  padding: 20px;
  margin-top: 20px;
  font-size: 1.25rem;
}

#product-list .list .item .content .cover {
  position: absolute;
  left: -5px;
  top: -5px;
  bottom: -5px;
  right: -5px;
}

#product-list .list .item .content .cover i {
  display: block;
  position: absolute;
}

#product-list .list .item .content .cover i.top,
#product-list .list .item .content .cover i.bottom {
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#72dffb), to(#6776d6));
  background: linear-gradient(to right, #72dffb, #6776d6);
}

#product-list .list .item .content .cover i.left,
#product-list .list .item .content .cover i.right,
#product-list .list .item .content .cover i.slash {
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#72dffb), to(#6776d6));
  background: linear-gradient(to bottom, #72dffb, #6776d6);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

#product-list .list .item .content .cover i.top {
  top: 5px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

#product-list .list .item .content .cover i.bottom {
  bottom: 5px;
  right: 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

#product-list .list .item .content .cover i.left {
  height: 80%;
  left: 5px;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

#product-list .list .item .content .cover i.right {
  right: 5px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

#product-list .list .item .content .cover i.slash {
  height: 40%;
  left: 38px;
  bottom: 1px;
  -webkit-transform: rotate(-45deg) scaleY(0);
  transform: rotate(-45deg) scaleY(0);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

#product-list .list .item .content .price {
  margin-top: 10px;
}

#product-list .list .item .content .price span {
  margin-right: 5px;
}

@media only screen and (min-width: 1024px) {
  #product-list .list .item:not(.comming-soon):hover .pic img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  #product-list .list .item:not(.comming-soon):hover .content .cover i {
    -webkit-transition: width 0.45s, -webkit-transform 0.45s;
    transition: width 0.45s, -webkit-transform 0.45s;
    transition: transform 0.45s, width 0.45s;
    transition: transform 0.45s, width 0.45s, -webkit-transform 0.45s;
    -webkit-animation: lineX 0.45s 0s ease forwards;
    animation: lineX 0.45s 0s ease forwards;
  }

  #product-list .list .item:not(.comming-soon):hover .content .price {
    color: #be5a0a;
  }
}

@media only screen and (max-width: 1440px) {
  #product-list .list .item .content {
    padding: 20px 0;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1023px) {
  #product-list .list {
    margin: 0 -6%;
  }

  #product-list .list .item {
    width: 44%;
    margin: 0 3% 40px;
  }

  #product-list .list .item .content {
    padding: 10px 0;
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 767px) {
  #product-list .list .item .content {
    font-size: 1rem;
  }
}

#product-view,
.product-view {
  max-width: 1200px;
  margin: auto;
  padding: 60px;
  background: #fff;
  position: relative;
}

#product-view .dismiss {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 25px;
  background: url(../images/pager-bg.png) #fff;
  background-size: 100%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: none;
  line-height: 1;
  cursor: pointer;
  font-size: 0;
}

#product-view .dismiss:before,
#product-view .dismiss:after {
  content: "";
  width: 45%;
  height: 1px;
  background: #aaa;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

#product-view .dismiss:before {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}

#product-view .dismiss:after {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}

#product-view .inner,
.product-view .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#product-view .album,
#product-view .content,
.product-view .album,
.product-view .content {
  width: 50%;
}

#product-view .album .album-slick img,
.product-view .album .album-slick img {
  width: 100%;
}

#product-view .album .thumb-slick,
.product-view .album .thumb-slick {
  padding: 0 10px;
}

#product-view .album .thumb-slick .item,
.product-view .album .thumb-slick .item {
  padding: 10px;
  cursor: pointer;
}

#product-view .album .thumb-slick .slick-current .item,
.product-view .album .thumb-slick .slick-current .item {
  position: relative;
}

#product-view .album .thumb-slick .slick-current .item:before,
.product-view .album .thumb-slick .slick-current .item:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
  right: 5px;
  border: 1px solid #0084b2;
}

#product-view .album .thumb-slick .slick-arrow,
.product-view .album .thumb-slick .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  font-size: 0;
  width: 17px;
  height: 50px;
  margin-top: -25px;
  border: none;
  background: url(../images/arrow.png) no-repeat center center #eee;
  background-size: 50%;
  cursor: pointer;
}

#product-view .album .thumb-slick .slick-arrow:hover,
.product-view .album .thumb-slick .slick-arrow:hover {
  background-color: #aaa;
}

#product-view .album .thumb-slick .slick-prev,
.product-view .album .thumb-slick .slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#product-view .album .thumb-slick .slick-next,
.product-view .album .thumb-slick .slick-next {
  right: 0;
}

#product-view .content,
.product-view .content {
  padding-left: 40px;
  letter-spacing: 10px;
  font-size: 1rem;
}

#product-view .content .modal,
.product-view .content .modal {
  font-weight: 900;
  font-family: 'Microsoft JhengHei', sans-serif;
  color: #595857;
  letter-spacing: 5px;
}

#product-view .content .title,
.product-view .content .title {
  font-size: 1.875rem;
  margin: 0;
  color: #0084b2;
}

#product-view .content .title.mb,
.product-view .content .title.mb {
  margin-bottom: 20px;
}

#product-view .content .en,
.product-view .content .en {
  color: #0084b2;
  font-size: 1.875rem;
  margin-top: -10px;
}

#product-view .content .description,
.product-view .content .description {
  color: #3e3a39;
  text-align: justify;
}

#product-view .content .line,
.product-view .content .line {
  width: 100%;
  height: 1px;
  display: block;
  margin: 30px 0;
  background: #0084b2;
  position: relative;
}

#product-view .content .line:before,
#product-view .content .line:after,
.product-view .content .line:before,
.product-view .content .line:after {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  display: block;
  background: #fff;
  border: 1px solid #0084b2;
}

#product-view .content .line:before,
.product-view .content .line:before {
  left: 0;
}

#product-view .content .line:after,
.product-view .content .line:after {
  right: 0;
}

#product-view .content .line i,
.product-view .content .line i {
  position: absolute;
  display: block;
  right: 40px;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  background: #0084b2;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#product-view .content .line i:before,
#product-view .content .line i:after,
.product-view .content .line i:before,
.product-view .content .line i:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #0084b2;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  top: 0;
}

#product-view .content .line i:before,
.product-view .content .line i:before {
  left: -10px;
}

#product-view .content .line i:after,
.product-view .content .line i:after {
  right: -10px;
}

#product-view .content .specific,
.product-view .content .specific {
  color: #3e3a39;
}

#product-view .content .specific li,
.product-view .content .specific li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 5px;
}

#product-view .content .specific li .tit,
.product-view .content .specific li .tit {
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 5px;
}

#product-view .content .specific li .tit:after,
.product-view .content .specific li .tit:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 15%;
  height: 80%;
  width: 1px;
  background: #000;
}

@media only screen and (max-width: 1023px) {

  #product-view,
  .product-view {
    padding: 40px;
  }

  #product-view.popup {
    padding: 15px;
  }

  #product-view.popup .inner {
    padding: 10px;
    max-height: 90vh;
    overflow: auto;
  }

  #product-view.popup .inner::-webkit-scrollbar {
    -webkit-appearance: none;
    margin-left: 20px;
  }

  #product-view.popup .inner::-webkit-scrollbar:vertical {
    width: 3px;
  }

  #product-view.popup .inner::-webkit-scrollbar:horizontal {
    height: 3px;
  }

  #product-view.popup .inner::-webkit-scrollbar-thumb {
    background-color: #0084b2;
    border-radius: 0;
    border: 1px solid transparent;
  }

  #product-view.popup .inner::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #ddd;
  }

  #product-view .dismiss {
    top: 5px;
    right: 5px;
    z-index: 999;
  }

  #product-view .inner,
  .product-view .inner {
    height: 100%;
    display: block;
  }

  #product-view .album,
  #product-view .content,
  .product-view .album,
  .product-view .content {
    width: 100%;
  }

  #product-view .album,
  .product-view .album {
    max-width: 480px;
    margin: auto;
  }

  #product-view .content,
  .product-view .content {
    padding: 0;
    margin-top: 20px;
    font-size: 1rem;
  }

  #product-view .content .title,
  .product-view .content .title {
    font-size: 1.5625rem;
  }

  #product-view .content .en,
  .product-view .content .en {
    font-size: 1.5625rem;
  }
}

@media only screen and (max-width: 767px) {

  #product-view,
  .product-view {
    padding: 25px;
  }
}

@-webkit-keyframes lineX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes lineX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}