@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:900&subset=chinese-traditional");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  display: block;
}

legend, hr {
  display: none;
}

th {
  font-style: inherit;
  font-weight: inherit;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
  text-decoration: none
  cursor: pointer;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

/* main.css ==============================================*/
/*Variable*/
/*Mixin*/
/*Reset*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
  display: block;
}

.hide {
  display: none;
}

::selection {
  background: #000;
  color: #fff;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

*:focus {
  outline: none;
}

a {
  color: #fff;
  text-decoration: none;
  transition: color 0.4s;
}

a:hover {
  color: #206db5;
}

*::-webkit-media-controls-overlay-play-button {
  display: none !important;
  -webkit-appearance: none;
}

html, body {
  overflow-x: hidden;
}

body {
  font-size: 25px;
  line-height: 1.7;
  color: #fff;
  font-family: 微軟正黑體, Arial;
  background: #000;
  text-align: center;
}
body.lock {
  overflow: hidden;
}

* {
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
}

sup {
  line-height: 1;
}

/*Body*/
#g-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: radial-gradient(ellipse at center, white 36%, #c6c6c6 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: 1s;
  z-index: 10;
}
#g-loader .center {
  width: 100%;
  height: 150px;
  color: #000;
}
#g-loader .center p {
  font-size: 12px;
  letter-spacing: 5px;
  margin: 15px 0;
}
#g-loader .center .bar {
  width: 100%;
  height: 5px;
  background-color: #ccc;
  position: relative;
}
#g-loader .center .bar .move {
  width: 20%;
  height: 5px;
  background-color: #e7211b;
  position: absolute;
  animation: bar-move 0.5s ease infinite;
}
@keyframes bar-move {
  0% {
    left: 0%;
    width: 0%;
  }
  50% {
    left: 40%;
    width: 20%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
#g-loader.is-loaded {
  opacity: 0;
  visibility: hidden;
}

.is-m {
  display: none;
}

.color-blue {
  color: #206db5;
}

.color-pink {
  color: #ff4e8a;
}

.color-green {
  color: #8bc34a;
}

.color-yellow {
  color: orange;
}

.g-bt-1 {
  width: 170px;
  height: 48px;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  transform: scale(1);
  transition: 0.5s;
  background-color: #cc161d;
  border-radius: 0;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4;
  color: #fff;
}
.g-bt-1:before {
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 8%, white 49%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=1 );
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 1s;
  animation: bt_shine 2s ease infinite;
}
@keyframes bt_shine {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
.g-bt-1:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/if_forward_bold_fff.svg) no-repeat center;
  background-size: 100%;
  display: inline-block;
  animation: bt_arroa 0.25s ease infinite alternate;
  vertical-align: middle;
}
@keyframes bt_arroa {
  0% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}
.g-bt-1 span {
  position: relative;
  z-index: 1;
  vertical-align: middle;
}
.g-bt-1:hover {
  background-color: #000;
  color: #fff;
  transform: scale(1.1);
}
.g-bt-1:hover i {
  right: -50px;
  transform: scale(5);
}

.bt-shine {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.bt-shine:before {
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 8%, white 49%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=1 );
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: 1s;
  animation: bt_shine 2s ease infinite;
}

.bt-group {
  margin: 2.5% auto;
}

@keyframes bt_shine {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}

.owl-carousel.owl-drag .owl-item {
  touch-action: auto;
}

.owl-btn-prev,
.owl-btn-next {
  width: 67px;
  height: 80px;
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.4s;
  text-indent: -9999px;
}

.owl-btn-prev {
  left: 0;
  background-image: url(../img/if_back_fff.svg);
}
.owl-btn-prev:hover {
  transform: translateX(-10px);
}

.owl-btn-next {
  right: 0;
  background-image: url(../img/if_forward_fff.svg);
}
.owl-btn-next:hover {
  transform: translateX(10px);
}

#video-btn-prev, #video-btn-next {
  top: 300px;
}

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 10px;
}
.owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-nav [class*=owl-]:hover {
  background: #fff;
  color: #FFF;
  text-decoration: none;
}
.owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-nav.disabled + .owl-dots {
  margin-top: 17px;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 15px;
  background-color: transparent;
  border: 1px solid #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 50%;
  transition: 0.2s;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #fff;
  transform: scale(1.4);
}

.video-wrap {
  margin: 0 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 64%;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrap .img {
  position: absolute;
  overflow: hidden;
  float: left;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.5s;
  background-size: 91%;
  background-position: center;
}
.video-wrap .img .play {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 2;
}
.video-wrap .stop {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #206db5;
  cursor: pointer;
  z-index: 3;
  display: none;
}
.video-wrap .stop:hover {
  background-color: #fff;
}
.video-wrap .stop:hover:before, .video-wrap .stop:hover:after {
  background-color: #206db5;
}
.video-wrap .stop:before, .video-wrap .stop:after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 25px;
  left: 5px;
}
.video-wrap .stop:before {
  transform: rotate(-45deg);
}
.video-wrap .stop:after {
  transform: rotate(45deg);
}
.video-wrap.is-active .img {
  opacity: 0;
  visibility: hidden;
}
.video-wrap:hover .img {
  transform: scale(1.1);
}

.play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  text-indent: -9999px;
  /*cursor: pointer;*/
  background-color: #fff;
  opacity: 0;
}
.play:hover {
  opacity: 0.2;
}

#g-wrap {
  width: 100%;
  position: relative;
  margin: 0 auto;
  position: relative;
  background: url(../img/bg.png) no-repeat center top #8d8f9b;
  background-size: 100%;
}
#g-wrap img {
  max-width: 100%;
}

.g-section {
  position: relative;
}
#kv {
  transform: skew(-10deg);
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#kv .wrap {
  transform: skew(10deg);
  width: 120%;
  margin-left: -10%;
  height: 760px;
  position: relative;
  background: url(../img/kv-2022.jpg);
  background-position: center 76%;
}
#kv #g-logo {
  position: absolute;
  left: 15%;
  top: 4%;
  width: 146px;
  height: 27px;
}
#kv #g-logo:before {
  content: "";
  width: 500%;
  height: 0;
  padding-bottom: 220%;
  background: url(../img/13.png);
  background-size: 100%;
  margin-left: -170%;
  position: absolute;
  top: -50px;
  left: 0;
  pointer-events: none;
}
#kv #g-logo img {
  width: 146px;
  height: 27px;
  background: url(../img/logo-toyota.svg) no-repeat center;
  background-size: 100%;
  position: relative;
  z-index: 1;
}
#kv header {
  text-align: center;
}
#kv header h1 {
  width: 1090px;
  height: 66px;
  background: url(../img/1.png);
  background-size: 100%;
  margin: 4% auto 0%;
  text-indent: -9999px;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
#kv header p {
  font-size: 40px;
  margin: 0.7% 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transition-delay: 0.3s;
}
#kv header a {
  border: 2px solid #fff;
  border-radius: 35px;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 25px;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transition-delay: 0.5s;
  overflow: hidden;
  display: inline-block;
}
#kv header a:hover {
  background-color: #206db5;
  color: #fff;
  transition: 0.4s;
}
#kv header a i {
  margin-left: 10px;
}
#kv .note {
  position: absolute;
  bottom: 8%;
  left: 10%;
  font-size: 12px;
  max-width: 78%;
  text-align: left;
}
#kv.is-animate header h1 {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
#kv.is-animate header p {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
#kv.is-animate header a {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.icon-d-arrow {
  width: 15px;
  height: 15px;
  background: url(../img/if_down_fff.svg);
  background-size: 100%;
  display: inline-block;
}

.icon-open-new-window {
  width: 15px;
  height: 15px;
  background: url(../img/if_open_fff.svg);
  background-size: 100%;
  display: inline-block;
}

[class^=icon-nav-] {
  width: 107px;
  height: 107px;
  background-size: 100%;
}

.icon-nav-1 {
  background-image: url(../img/3.png);
}

.icon-nav-2 {
  background-image: url(../img/4.png);
}

.icon-nav-3 {
  background-image: url(../img/5.png);
}

.icon-nav-4 {
  background-image: url(../img/6.png);
}

.icon-nav-5 {
  background-image: url(../img/14.png);
}

.icon-nav-6 {
  background-image: url(../img/15.png);
}

.icon-fea-1 { 
  background-image: url(../img/icon-fea-1.png);
}

.icon-fea-1-2 {
  background-image: url(../img/icon-fea-1-2.png);
}

.icon-fea-1-3 {
  background-image: url(../img/icon-fea-1-3.png);
}

.icon-fea-1-4 {
  background-image: url(../img/icon-fea-1-4.png);
}

.icon-fea-5 {
  background-image: url(../img/icon-fea-5.png);
}

.icon-fea-5-2 {
  background-image: url(../img/icon-fea-5-2.png);
}

.icon-fea-6 {
  background-image: url(../img/icon-fea-6.png);
}

.icon-fea-6-2 {
  background-image: url(../img/icon-fea-6-2.png);
}

.icon-fea-7 {
  background-image: url(../img/icon-fea-7.png);
}

.icon-fea-7-2 {
  background-image: url(../img/icon-fea-7-2.png);
}

.icon-fea-8 {
  background-image: url(../img/icon-fea-8.png);
}

.icon-fea-9 {
  background-image: url(../img/icon-fea-9.png);
}


#g-nav {
  max-width: 1090px;
  margin: 0 auto;
  transform: skew(-9deg);
  margin-bottom: 5%;
}
#g-nav ol li {
  width: calc(16.6% - 2px);
  margin-right: 2px;
  display: block;
  background-color: #333642;
  float: left;
  position: relative;
  transition: 0.3s;
}
#g-nav ol li:before {
  content: "";
  background: url(../img/10.png) no-repeat;
  width: 60%;
  height: 0;
  padding-bottom: 110%;
  background-size: 100%;
  position: absolute;
  left: -31%;
  transition: 0.2s;
  animation: shine 0.2s linear infinite;
  pointer-events: none;
}
#g-nav ol li:hover {
  background-color: #206db5;
  transform: translateY(3%);
  box-shadow: 0 35px 50px rgba(0, 0, 0, 0.5);
}
#g-nav ol li:hover:before {
  transform: translateY(50%) scale(2);
}
#g-nav ol li a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 25%;
  padding-bottom: 25%;
}
#g-nav ol li a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0));
  position: absolute;
  bottom: 100%;
  left: 0;
  transition: 1s;
}
#g-nav ol li a [class^=icon-nav-] {
  display: block;
  transform: skew(10deg) translateX(-5%);
  width: 50%;
  height: auto;
  padding-bottom: 50%;
  margin: 15% auto;
}
#g-nav ol li a p {
  font-weight: bold;
  line-height: 1.2;
}
#g-nav ol li a:hover {
  color: #fff;
}
#g-nav ol li a:hover:after {
  bottom: -100%;
}
#g-nav ol li:nth-child(1) {
  margin-top: -1.5%;
}
#g-nav ol li:nth-child(5) {
  margin-top: -1.5%;
}
#g-nav ol li:nth-child(even) {
  margin-top: -5%;
}
#g-nav ol li:nth-child(even) a {
  padding-top: 20%;
  padding-bottom: 20%;
}

#owl-feature {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 5%;
}

.large-title {
  position: relative;
  max-width: 1200px;
  margin: 4% auto 2.5%;
}
.large-title span {
  font-size: 55px;
  font-weight: bold;
  display: inline-block;
}
.large-title:before, .large-title:after {
  content: "";
  width: 35%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
}
.large-title:before {
  left: 0;
}
.large-title:after {
  right: 0;
}
.large-title.is-line-short:before, .large-title.is-line-short:after {
  width: 25%;
}

[id^=feature-] {
  max-width: 1200px;
  margin: 0% auto 13px;
}

[id^=feature-].tvc-playing .group {
  transform: skew(0);
  padding-top: 0%;
}
[id^=feature-].tvc-playing [id^=intro] {
  transform: translateX(20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  -o-transform: translateX(20%);
}
[id^=feature-].tvc-playing [id^=tvc-] {
  width: 100%;
  margin-left: 0 !important;
}
[id^=feature-].tvc-playing [id^=tvc-] .video-wrap {
  transform: skew(0);
  width: 100%;
  margin-left: 0;
  padding-bottom: 53.5%;
}
[id^=feature-].tvc-playing [id^=tvc-] .video-wrap .img {
  display: none;
}
[id^=feature-].tvc-playing [id^=tvc-] .play {
  display: none;
}
[id^=feature-].tvc-playing [id^=tvc-] .stop {
  display: block;
}
[id^=feature-] .group {
  position: relative;
  padding-top: 3.5%;
  transform: skew(-9deg);
  transition: 0.4s;
}
[id^=feature-] > h2 {
  font-size: 45px;
}

#feature-5 [id^=intro-], #feature-7 [id^=intro-], #feature-9 [id^=intro-] { /**/
  left: auto;
  right: 0;
  padding-right: 4%;
  padding-left: 27%;
}
#feature-5 [id^=intro-]:before, #feature-7 [id^=intro-]:before, #feature-9 [id^=intro-]:before { /**/
  top: auto;
  bottom: 100%;
  transform: translateY(50%);
  left: 50%;
}
#feature-5 [id^=tvc-], #feature-7 [id^=tvc-], #feature-9 [id^=tvc-] { /*圖左字右排版 */
  margin-left: 0;
  margin-right: 53%;
}
#feature-5 [id^=tvc-]:before, #feature-7 [id^=tvc-]:before, #feature-9 [id^=tvc-]:before { /**/
  width: 50%;
  left: auto;
  right: -13px;
}

#feature-5, #feature-6, #feature-7 {
  max-width: 1400px;
}
#feature-2 li, #feature-3 li  { /*notice=========================================*/
  max-width: 1200px;
  margin: 0 auto;
}

#feature-5 li, #feature-6 li, #feature-7 li {
  max-width: 1200px;
  margin: 0 auto 13px auto;
}

.renewal-wrap {
  max-width: 1200px;
  margin: 10% auto;
  width: 100%;
  background-color: #333642;
  background-position: center;
  background-size: contain;
  /*transform: skew(-9deg);
  -webkit-transform: skew(-9deg);
  -moz-transform: skew(-9deg);
  -ms-transform: skew(-9deg);
  -o-transform: skew(-9deg);*/
}

.renewal {
  max-width: 1100px;
  width: 90%;
  padding-top: 27%;
  padding-bottom: 27%;
  margin-left:auto;
  margin-right: auto;
  background-image: url(/img/feature-7.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@keyframes play {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

[id^=intro-] {
  background-color: #333642; 
  width: 75%;
  height: 92%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: left;
  padding: 4%;
  transition: 0.4s;
  padding-right: 27%;
  display: flex;
  align-items: center;
}
[id^=intro-]:before {
  content: "";
  width: 60%;
  height: auto;
  padding-bottom: 15%;
  background: url(../img/9.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  pointer-events: none;
  top: 100%;
  left: -15%;
  transform: translateY(-50%);
  animation: shine 0.2s linear infinite;
}
@keyframes shine {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
[id^=intro-] .wrap {
  transform: skew(9deg) translateZ(0);
}
[id^=intro-] h2 {
  display: flex;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 6%;
}
[id^=intro-] h2 span {
  font-size: 20px;
  display: block;
}
[id^=intro-] h2 i {
  width: 65px;
  height: 65px;
  display: block;
}
[id^=intro-] p {
  font-size: 18px;
  line-height: 1.4;
}
[id^=intro-] .list-label {
  margin-top: 6%;
}
[id^=intro-] .list-label li {
  font-size: 13px;
  line-height: 1.2;
  opacity: 0.7;
}
[id^=intro-] ul {
  margin-bottom: 5%;
}
[id^=intro-] li {
  font-size: 17px;
}
[id^=intro-] .btn {
  border: 1px solid #fff;
  font-size: 15px;
  padding: 10px 25px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s;
}
[id^=intro-] .btn:hover {
  background-color: #fff;
  color: #206db5;
}

[id^=tvc-] {
  width: 47%;
  position: relative;
  transition: 0.4s;
  margin-left: 53%;
  z-index: 3;
}

[id^=tvc-]:before {
  content: "";
  width: 30%;
  height: 50%;
  position: absolute;
  left: -13px;
  bottom: -13px;
  background-color: #333642;
}

[id^=tvc-] .wrap {
  overflow: hidden;
}

[id^=tvc-] .video-wrap {
  width: 120%;
  margin-left: -10%;
  transform: skew(9deg);
  transition: 0.4s;
}

[id^=tvc-] .video-wrap video {
  width: 100%;
}

[id^=animate-] {
  width: 80%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  transition: 0s;
}
[id^=animate-]:before {
  content: "";
  width: 30%;
  height: 50%;
  position: absolute;
  right: -13px;
  top: -13px;
  background-color: #333642;
}
[id^=animate-] .video-wrap {
  overflow: hidden;
}
[id^=animate-] .video-wrap iframe {
  height: 200%;
  margin-top: -28%;
}

.is-gif {
  position: relative;
}
.is-gif img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  animation: gif_img 2.2s infinite alternate;
}
@keyframes gif_img {
  0%, 50% {
    opacity: 0;
  }
  60%, 100% {
    opacity: 1;
  }
}

.mb-5{
  margin-bottom: 5%;
}

.mb-8{
  margin-bottom: 8%;
}

#spec {
  max-width: 1100px;
  margin: 10% auto;
  width: 90%;
}
#spec p {
  font-size: 15px;
  text-align: left;
}

.spec .padding-left {
  padding-left: 30px;
}

table {
  margin-bottom: 20px;
}
table thead th {
  background-color: #333642;
  text-align: center;
  font-weight: bold;
  width: 17%;
}
table thead tr th:first-child {
  width: 30%;
}
table tbody th {
  background-color: #575757;
}
table tbody td {
  background-color: #fff;
  color: #000;
}
table td, table th {
  padding: 10px 15px;
  border: 1px solid #999;
  font-size: 20px;
}
table td br {
  display: none;
}
table.th-width-1122 thead tr th:first-child {
  width: 18%;
}
table.th-width-1122 thead tr th:nth-of-type(2) {
  width: 18%;
}
table.th-width-1122 thead tr th:nth-of-type(3), table.th-width-1122 thead tr th:nth-of-type(4) {
  width: 26%;
}

table tr .colspan-half {
  width: 8.5%
}

#qa {
  max-width: 1100px;
  margin: 5% auto;
}
#qa .large-title {
  clear: both;
  margin: 0;
  color: #666;
}
#qa .large-title:before, #qa .large-title:after {
  background-color: #666;
}

#qa-nav ol {
  width: 100%;
  display: flex;
}
#qa-nav ol li {
  background-color: #333642;
  width: 100%;
  transition: 0.2s;
}
#qa-nav ol li a {
  font-size: 16px;
  display: block;
  border-right: 2px solid #ccc;
  padding: 10px;
}
#qa-nav ol li:last-child a {
  border-right: 0;
}
#qa-nav ol li.active, #qa-nav ol li:hover {
  background-color: #f3f3f3;
}
#qa-nav ol li.active a, #qa-nav ol li:hover a {
  color: #333642; 
}

.qa-sub-nav {
  margin: 5% 0;
}
.qa-sub-nav li {
  display: inline-block;
  list-style-type: none !important;
  margin-left: 0 !important;
}
.qa-sub-nav li a {
  background-color: transparent;
  border: 1px solid #333642;
  font-size: 20px;
  padding: 10px 2vw;
  font-weight: bold;
  color: #333642;
}
.qa-sub-nav li a:hover {
  background-color: #206db5;
  color: #fff;
}

[id^=qa-list-] {
  background-color: #f3f3f3;
  padding: 20px;
  display: none !important;
}
[id^=qa-list-] ul > li {
  border-bottom: 1px solid #ccc;
  font-size: 17px;
  text-align: left;
  width: 100%;
  float: left;
  padding-bottom: 40px;
  margin-top: 20px;
}
[id^=qa-list-] ul > li:last-child {
  border-bottom: 0;
}
[id^=qa-list-] ul > li .q {
  clear: both;
  position: relative;
  padding-left: 65px;
  float: left;
  margin: 20px 0;
}
[id^=qa-list-] ul > li .q:before {
  content: "";
  width: 55px;
  height: 55px;
  background: url(../img/11.png);
  position: absolute;
  left: 0;
}
[id^=qa-list-] ul > li .q .wrap {
  background-color: #3693d3;
  max-width: 600px;
  border-radius: 10px;
  padding: 10px 20px 10px 50px;
  position: relative;
}
[id^=qa-list-] ul > li .q .wrap:before {
  content: "Q:";
  position: absolute;
  left: 20px;
  font-weight: bold;
}
[id^=qa-list-] ul > li .a {
  clear: both;
  position: relative;
  padding-right: 70px;
  float: right;
}
[id^=qa-list-] ul > li .a:before {
  content: "";
  width: 55px;
  height: 55px;
  background: url(../img/12.png);
  position: absolute;
  right: 0;
}
[id^=qa-list-] ul > li .a .wrap {
  background-color: #333642;
  max-width: 800px;
  border-radius: 10px;
  padding: 10px 20px 10px 50px;
  position: relative;
}
[id^=qa-list-] ul > li .a .wrap:before {
  content: "A:";
  position: absolute;
  left: 20px;
  font-weight: bold;
}
[id^=qa-list-] ul > li .a table th, [id^=qa-list-] ul > li .a table td {
  padding: 5px;
  text-align: center;
  font-size: 15px;
}
[id^=qa-list-] ul > li .a .th-width-1122 th, [id^=qa-list-] ul > li .a .th-width-1122 td {
    font-size: 12px;
}
[id^=qa-list-] ol > li {
  list-style-type: decimal;
  margin-left: 19px;
}
[id^=qa-list-].active {
  display: block !important;
}

.text-left {
  text-align: left;
}

.text-underline {
  text-decoration: underline;
}

#g-footer {
  clear: both;
  font-weight: 200;
  letter-spacing: 2px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 15px;
}
#g-footer .note {
  letter-spacing: 0;
  margin: 20px;
}

#g-gotop {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: -50px;
  right: 20px;
  z-index: 3;
  cursor: pointer;
  transition: 0.2s;
  background-color: rgba(32, 109, 181, 0.2);
}
#g-gotop.active {
  bottom: 20px;
}
#g-gotop:hover {
  transform: scale(1.1);
}
#g-gotop .icon-arrow {
  width: 30px;
  height: 30px;
  background: url(../img/if_forward_fff.svg);
  background-size: cover;
  display: block;
  transform: rotate(270deg) translate(-10px, 10px);
  animation: gotop 0.25s infinite alternate;
}
@keyframes gotop {
  0% {
    transform: rotate(270deg) translate(-5px, 10px);
  }
  100% {
    transform: rotate(270deg) translate(-10px, 10px);
  }
}

@media screen and (max-width: 1300px) {
  #kv .wrap {
    background-size: 120%;
    height: 0;
    padding-bottom: 65%;
  }
  #kv header h1 {
    width: 70%;
    height: 0;
    padding-bottom: 4%;
    margin-top: 7%;
  }

  .bt-group { /*六大特色&快速指引*/
    margin: 4% auto;
  }

  .owl-btn-prev, .owl-btn-next {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  #qa-nav ol {
    display: block;
    background-color: #333642;
    width: 100%;
    float: left;
  }
  #qa-nav ol li {
    float: left;
    width: auto;
  }

  [id^=intro-] {
    height: 100%;
  }

  .bt-group { 
    margin: 5% auto;
  }
}
@media screen and (max-width: 1000px) {
  #kv header p {
    font-size: 4vw;
  }
}
@media screen and (max-width: 870px) {
  [id^=tvc-] {
    margin-top: 10%;
  }

  #spec {
    margin: 15% auto;
  }
  #spec p {
    font-size: 12px;
  }

  .spec .padding-left {
    padding-left: 15px;
  }

  table th, table td {
    font-size: 15px;
  }
}
@media screen and (max-width: 750px) {
  .is-m {
    display: block;
  }

  #g-wrap {
    background-size: cover;
    background-attachment: fixed;
  }

  #kv .wrap {
    background-size: 140%;
    padding-bottom: 110%;
    background-position: center 70%;
    background-repeat: no-repeat;
    background-color: #111;
  }
  #kv header h1 {
    width: 60%;
    background: url(../img/2.png?v2);
    padding-bottom: 11.5%;
    background-size: 100%;
    margin-top: 14%;
  }
  #kv header p {
    margin: 2% 0;
  }
  #kv .note {
    transform: scale(0.6);
    transform-origin: 0 100%;
    max-width: 120%;
    width: 120%;
    bottom: 3%;
  }

  .bt-group {
    margin: 6% auto;
  }

  #g-nav {
    margin-top: 9%;
  }
  #g-nav ol li a {
    font-size: 20px;
  }
  #g-nav ol li a br {
    display: block;
  }

  [id^=feature-] {
    width: 80%;
    margin: 5% auto;
  }

  [id^=intro-] {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding-bottom: 4%;
    padding-right: 7%;
    padding-left: 7%;
  }
  [id^=intro-] .wrap {
    transition: 1s;
  }
  [id^=intro-] h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4vw;
    padding-left: 0;
    text-align: left;
    justify-content: center;
  }
  [id^=intro-] h2 i {
    width: 30px;
    height: 30px;
    background-size: cover;
    position: static;
    display: inline-block;
    vertical-align: middle;
  }
  [id^=intro-] h2 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
  }
  [id^=intro-] h2 b {
    display: inline-block;
    vertical-align: middle;
  }
  [id^=intro-] p {
    margin: 10px 0;
    line-height: 1.5;
    font-size: 15px;
    text-align: left;
  }
  [id^=intro-] .list-label {
    width: 124%;
  }
  [id^=intro-] .list-label li {
    font-size: 12px;
    transform-origin: 0 0;
    transform: scale(0.8);
    text-align: left;
  }

  [id^=tvc-] {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  #feature-5 [id^=intro-], #feature-7 [id^=intro-], #feature-9 [id^=intro-] { /**/
    padding-left: 6%;
    padding-right: 6%;
  }

  #feature-5, #feature-6, #feature-7 {
    width: 100%;
  }
  #feature-5 .large-title:before, #feature-6 .large-title:before, #feature-7 .large-title:before {
    left: 10%;
  }
  #feature-5 .large-title:after, #feature-6 .large-title:after, #feature-7 .large-title:after {
    right: 10%;
  }
  #feature-5 li, #feature-6 li, #feature-7 li {
    width: 80%;
    transition: 0.4s;
  }
  #feature-5.tvc-playing li, #feature-6.tvc-playing li, #feature-7.tvc-playing li {
    width: 100%;
  }

  #feature-6 [id^=tvc-]:before {
    left: -13px;
    bottom: -13px;
  }
  #feature-6 [id^=tvc-]:after {
    right: -13px;
    top: -13px;
  }
  #feature-6 [id^=tvc-] .play {
    background-size: 30%;
  }

  #feature-5 [id^=intro-] .list-label li, #feature-6 [id^=intro-] .list-label li {
    margin-left: 0px;
  }

  #owl-feature .large-title {
    width: 80%;
  }

  .large-title span {
    font-size: 7vw;
  }
  .large-title:before, .large-title:after {
    width: 20%;
  }
  .large-title.is-line-short:before, .large-title.is-line-short:after {
    width: 5%;
  }

  [id^=feature-] > h2 {
    font-size: 7vw;
  }
  [id^=feature-].tvc-playing {
    transform: skew(0);
    width: 100%;
    transition: 0.4s;
  }
  [id^=feature-].tvc-playing [id^=intro] {
    transform: translateX(0);
    transform: skew(0deg);
    opacity: 1;
    visibility: visible;
  }
  [id^=feature-].tvc-playing [id^=intro] .wrap {
    transform: skew(0deg);
  }
  [id^=feature-].ani-playing {
    transform: skew(0);
  }
  [id^=feature-].ani-playing [id^=intro] {
    transform: translateX(0);
    transform: skew(0deg);
    opacity: 1;
    visibility: visible;
  }
  [id^=feature-].ani-playing [id^=intro] .wrap {
    transform: skew(0deg);
  }

  [id^=qa-list-] ul li {
    font-size: 15px;
  }
  [id^=qa-list-] ul li .a table th, [id^=qa-list-] ul li .a table td {
    padding: 2px;
    font-size: 12px;
  }

  .qa-sub-nav li {
    margin-bottom: 3.5vw;
  }
  .qa-sub-nav li a {
    font-size: 4vw;
  }
}
@media screen and (max-width: 640px) {
  #qa-nav ol {
    float: none;
    padding: 20px;
    position: relative;
  }
  #qa-nav ol:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #333642 transparent transparent transparent;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -15px;
  }
  #qa-nav ol li {
    float: none;
    display: inline-block;
    border-radius: 5px;
    margin: 5px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  #qa-nav ol li a {
    border-right: 0;
  }

  .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }

  .owl-btn-prev, .owl-btn-next {
    width: 50px;
    height: 50px;
    background-size: 70%;
    display: none;
  }
}
@media screen and (max-width: 550px) {
  #g-nav ol li a {
    font-size: 15px;
  }

  table td br {
    display: block;
  }
}
@media screen and (max-width: 415px) {
  #kv header h1 {
    width: 70%;
    padding-bottom: 13%;
    margin-top: 10%;
  }
  #kv header a {
    font-size: 15px;
  }
  #kv header a i {
    position: relative;
    top: 2px;
  }
  #kv #g-logo {
    left: 18%;
  }
  #kv #g-logo img {
    width: 100px;
    height: 19px;
  }

  #g-footer {
    font-size: 12px;
  }
}
@media screen and (max-width: 376px) {
  table th, table td {
    font-size: 12px;
  }

  [id^=intro-] h2 span {
    font-size: 12px;
  }
  [id^=intro-] p {
    font-size: 12px;
  }
  [id^=intro-] li {
    font-size: 12px;
  }

  #g-nav ol li a {
    font-size: 13px;
  }

  #qa-nav ol {
    padding: 10px;
  }
  #qa-nav ol li a {
    font-size: 15px;
  }

  [id^=qa-list-] ul li {
    font-size: 12px;
  }

  .bt-group { 
    margin: 8% auto;
  }
}
@media screen and (max-width: 320px) {
  #g-nav ol li a {
    font-size: 12px;
  }

  table th, table td {
    font-size: 12px;
    padding: 5px;
  }

  #qa-nav ol {
    padding: 10px;
  }
  #qa-nav ol li a {
    font-size: 12px;
  }

  #g-footer {
    letter-spacing: 0;
  }
}