#kv {
  position: relative; }
  #kv img {
    width: 100%; }
  #kv .pc {
    display: block; }
  #kv .m {
    display: none; }
  #kv .text {
    width: 100%;
    position: absolute;
    top: 82%;
    left: 0;
    text-align: center; }

@media screen and (max-width: 500px) {
  #kv {
    padding-bottom: 0; }
    #kv .pc {
      display: none; }
    #kv .m {
      display: block; }
    #kv .text {
      top: 75%; } }
@media screen and (max-width: 375px) {
  #kv {
    padding-bottom: 5%; }
    #kv .text {
      top: 70%; } }
#vrm {
  padding: 70px 0; }
  #vrm h3 {
    width: 100%;
    position: relative; }
    #vrm h3 img {
      width: 50%;
      text-align: left;
      position: absolute;
      left: -5%;
      bottom: -20px; }
  #vrm .block_info {
    padding: 50px 0; }
  #vrm .vrm_block {
    display: none; }
    #vrm .vrm_block.active {
      display: block; }
  #vrm .tag_set {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    border-bottom: 1px solid #888; }
    #vrm .tag_set li {
      flex: 0 0 33.3333%;
      padding: 12px 40px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      border-bottom: transparent 1px solid;
      transform: translateY(1px);
      transition: .3s;
      cursor: pointer; }
      #vrm .tag_set li:hover, #vrm .tag_set li.active {
        color: #00f8f8;
        border-bottom: #00f8f8 1px solid; }

@media screen and (max-width: 1023px) {
  #vrm .tag_set {
    margin-bottom: 30px; } }
@media screen and (max-width: 768px) {
  #vrm h3 img {
    display: none; }
  #vrm .block_info {
    padding: 25px 0; }
  #vrm .tag_set {
    border-bottom: 1px solid transparent;
    flex-wrap: wrap; }
    #vrm .tag_set li {
      flex: 0 0 100%;
      border-bottom: 1px solid #888;
      text-align: center; } }
#teamed h4 {
  width: 100%; }
#teamed .info {
  padding: 50px 0; }
#teamed .subtag_set {
  display: flex;
  justify-content: center; }
  #teamed .subtag_set li {
    margin: 0 15px;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 7px;
    background-color: #383838;
    transition: .3s;
    cursor: pointer; }
    #teamed .subtag_set li:hover, #teamed .subtag_set li.active {
      background-color: #00f8f8;
      color: #000; }
#teamed .inner {
  display: none;
  align-items: center; }
  #teamed .inner.active {
    display: flex; }
  #teamed .inner .left,
  #teamed .inner .right {
    flex: 0 0 50%;
    padding: 50px 15px;
    text-align: left; }
  #teamed .inner .g_bg {
    margin-top: 30px;
    padding: 20px 0 20px 30px;
    background-color: #111;
    display: flex;
    align-items: center; }
    #teamed .inner .g_bg > div {
      flex: 0 0 73%; }
    #teamed .inner .g_bg figure {
      flex: 0 0 27%;
      margin: -20% 0;
      text-align: right;
      transform: translateX(5px); }
    #teamed .inner .g_bg .big {
      font-size: 35px; }
  #teamed .inner .img_set {
    position: relative; }
    #teamed .inner .img_set img:first-child {
      position: absolute;
      top: 0;
      left: 0; }
      #teamed .inner .img_set img:first-child.active {
        transition: opacity 2s ease;
        opacity: 0; }

@media screen and (max-width: 1023px) {
  #teamed .info {
    padding: 25px 0; }
  #teamed .inner {
    align-items: center;
    flex-wrap: wrap; }
    #teamed .inner .left,
    #teamed .inner .right {
      padding: 20px 15px;
      flex: 0 0 100%; }
    #teamed .inner .g_bg {
      margin-top: 50px; } }
@media screen and (max-width: 768px) {
  #teamed .subtag_set {
    flex-wrap: wrap;
    margin-bottom: 0; }
    #teamed .subtag_set li {
      flex: 0 0 100%;
      margin: 7px 15px; }
  #teamed .left,
  #teamed .right {
    padding: 20px 0; } }
#teamed .inner .videotop,
#teamed .inner .videobottom {
  width: 100%;
  position: relative;
  cursor: pointer; }
#teamed .inner .videotop::before,
#teamed .inner .videobottom::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 15%;
  padding-bottom: 15%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url("../img/icon/play.png");
  opacity: 0;
  transition: opacity 0.3s ease; }
#teamed .inner .videotop:hover::before,
#teamed .inner .videobottom:hover::before {
  opacity: 1; }
#teamed .inner .videotop.isplay::before,
#teamed .inner .videobottom.isplay::before {
  background-image: url("../img/icon/stop.png"); }
#teamed .inner .videotop {
  margin-bottom: 2%; }
#teamed .inner .texttop,
#teamed .inner .textbottom {
  height: 50%;
  width: 100%; }
#teamed .inner .texttop {
  display: flex;
  align-items: flex-end; }
#teamed .inner .textbottom {
  display: flex;
  align-items: flex-start; }
#teamed .inner .expand {
  width: 100%;
  margin: 5% 0; }
#teamed .inner .expand .navfield {
  display: flex;
  cursor: pointer; }
#teamed .inner .expand .navfield p {
  color: #00f8f8; }
#teamed .inner .expand .navfield .navbtn {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url("../img/icon/add.png");
  margin-left: 5px; }
#teamed .inner .expand .navfield.active .navbtn {
  background-image: url("../img/icon/minus.png"); }
#teamed .inner .expand .pfield {
  opacity: 0; }
#teamed .inner .expand .pfield.active {
  opacity: 1; }
#teamed .inner .expand .imgfield {
  width: 110%;
  margin-right: -10px;
  opacity: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  transition: .3s; }
#teamed .inner .expand .imgfield.active {
  opacity: 1; }
#teamed .inner .expand .imgfield div {
  width: calc(50% - 10px);
  margin-top: 5%;
  margin-right: 7px;
  text-align: center;
  display: inline-block; }
#teamed .inner video {
  width: 100%;
  margin: 0 auto; }

@media screen and (max-width: 1023px) {
  #teamed .inner .expand .pfield {
    display: none; }
  #teamed .inner .expand .pfield.active {
    display: block; }
  #teamed .inner .expand .imgfield {
    width: 100%;
    display: none; }
  #teamed .inner .expand .imgfield.active {
    display: flex; } }
#quality h4 {
  width: 100%; }
#quality .info {
  padding: 50px 0 10px; }
#quality .inner {
  display: flex;
  align-items: center; }
  #quality .inner .left,
  #quality .inner .right {
    flex: 0 0 50%;
    padding: 50px 15px;
    text-align: left; }
#quality .quality_img {
  margin: auto;
  display: none; }
  #quality .quality_img.active {
    display: block; }
#quality .controls {
  display: flex;
  justify-content: space-between;
  text-align: center; }
  #quality .controls li {
    flex: 0 0 25%;
    cursor: pointer; }
    #quality .controls li .for_normal {
      display: inline-block; }
    #quality .controls li .for_active {
      display: none; }
    #quality .controls li:hover .for_normal, #quality .controls li.active .for_normal {
      display: none; }
    #quality .controls li:hover .for_active, #quality .controls li.active .for_active {
      display: inline-block; }
  #quality .controls p {
    margin-top: 10px; }
#quality .showbox {
  margin-top: 30px;
  padding: 20px 30px;
  background-color: #111;
  display: none; }
  #quality .showbox.active {
    display: block; }

@media screen and (max-width: 1023px) {
  #quality .inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    #quality .inner .left,
    #quality .inner .right {
      padding: 20px 15px;
      flex: 0 0 100%; }
    #quality .inner .g_bg {
      margin-top: 50px; } }
#layout h4 {
  width: 100%; }
#layout .info {
  padding: 50px 0; }
#layout .inner {
  display: flex;
  align-items: center; }
  #layout .inner .left,
  #layout .inner .right {
    flex: 0 0 50%;
    padding: 50px 15px;
    text-align: center; }

@media screen and (max-width: 768px) {
  #layout .inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    #layout .inner .left,
    #layout .inner .right {
      padding: 20px 15px;
      flex: 0 0 100%; }
    #layout .inner .g_bg {
      margin-top: 50px; } }
#award {
  padding: 10% 0 20px;
  position: relative; }
  #award h3 {
    position: relative; }
    #award h3 img {
      width: 50%;
      text-align: right;
      position: absolute;
      right: 0;
      bottom: -20px; }
  #award::before {
    content: '';
    display: block;
    width: 100%;
    height: 20%;
    background-image: url(../img/bg-1.png);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    position: absolute;
    top: -3%;
    left: 0; }
  #award::after {
    content: '';
    display: block;
    width: 100%;
    height: 20%;
    background-image: url(../img/bg-2.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -3%;
    left: 0; }
  #award .info {
    padding: 50px 0; }
  #award .inner {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2; }
    #award .inner .left,
    #award .inner .right {
      padding: 30px 15px;
      text-align: left; }
      #award .inner .left p,
      #award .inner .right p {
        margin-bottom: 10px; }
    #award .inner .left {
      flex: 0 0 40%; }
    #award .inner .right {
      flex: 0 0 60%; }
    #award .inner .all {
      flex: 0 0 100%;
      padding: 100px 0;
      display: inline-flex;
      flex-wrap: wrap;
      justify-content: center; }
      #award .inner .all .item {
        flex: 0 0 33.3333%;
        padding: 50px 20px; }
      #award .inner .all .item img,
      #award .inner .all .item p {
        margin-bottom: 10px; }

@media screen and (max-width: 1023px) {
  #award .inner {
    flex-wrap: wrap; }
    #award .inner .left,
    #award .inner .right {
      flex: 0 0 100%; }
    #award .inner .all {
      padding: 100px 0 50px; }
      #award .inner .all .item {
        flex: 0 0 50%;
        padding: 30px 20px; } }
@media screen and (max-width: 768px) {
  #award h3 img {
    display: none; } }
@media screen and (max-width: 425px) {
  #award .inner .all {
    padding: 60px 0 30px; }
    #award .inner .all .item {
      flex: 0 0 100%;
      padding: 15px; } }
#learnmore {
  padding: 70px 0; }
  #learnmore h3 {
    width: 100%;
    margin-bottom: 50px;
    position: relative; }
    #learnmore h3 img {
      width: 50%;
      text-align: left;
      position: absolute;
      left: 0;
      bottom: -20px; }
  #learnmore .w1200 {
    overflow: auto; }
  #learnmore table {
    width: 100%;
    min-width: 800px;
    margin: 0;
    background-color: #141414; }
    #learnmore table td, #learnmore table th {
      padding: 10px 3%;
      border: 1px solid rgba(255, 255, 255, 0.6);
      text-align: center;
      line-height: 1.7; }
      #learnmore table td.blue_bg, #learnmore table th.blue_bg {
        background-color: #333; }
      #learnmore table td.red_bg, #learnmore table th.red_bg {
        background-color: rgba(193, 0, 0, 0.3); }
    #learnmore table p {
      text-align: left; }

@media screen and (max-width: 768px) {
  #learnmore h3 img {
    display: none; } }
#hd_footer {
  padding: 3% 0;
  background-color: #252525; }

#hd_footer .w1200 {
  max-width: 1380px;
  text-align: center; }

#hd_footer .hd_logo {
  width: 200px;
  display: inline-block;
  vertical-align: middle; }

#hd_footer h3 {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1.7em;
  line-height: 1.25;
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 230px);
  margin-right: -5px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 20px; }

.hd_1024on {
  display: none; }

@media screen and (max-width: 1024px) {
  #hd_footer {
    margin-top: -5%; }

  #hd_footer h3 {
    font-size: 1.3rem; }

  .hd_1024on {
    display: block; } }
@media screen and (max-width: 768px) {
  #hd #hd_footer h3 {
    display: block;
    width: 100%;
    padding: 0; } }
@media screen and (max-width: 650px) {
  #hd #hd_footer h3 {
    font-size: 1.2rem; } }
@media screen and (max-width: 480px) {
  #hd #hd_footer {
    margin-top: -15%; } }
@media screen and (max-width: 325px) {
  #hd #hd_footer h3 {
    font-size: 1rem;
    display: block;
    width: 100%;
    padding: 0; } }

/*# sourceMappingURL=index.css.map */

/*20200427*/
#learnmore .table_chang_ul{
    display: inline-block;
    width: 100%;
    margin: 0px 0 30px;
    text-align: center;
}
#learnmore .table_chang_ul li{
    width: auto;
    display: inline-block;
    margin: 0 -2px
    /*float: left;*/
}
#learnmore .table_chang_ul li a{
    font-family: "Roboto", "Roboto", "Helvetica", "STHeiti Light", "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #5b5b5b;
    letter-spacing: -0.03em;
    font-weight: 500;
    display: inline-block;
    padding: 10px 50px;
    border-bottom: 2px #5b5b5b solid;
    margin: 0 0px;
}
#learnmore .table_chang_ul li a.active{
    color: #fff;
    border-color: #fff
}
#learnmore .table_area{
  display: none
}
#learnmore .table_area.active{
  display: block;
}
@media only screen and (max-width: 1024px) {
    #learnmore .table_chang_ul li{
        width: 50%
    }
    #learnmore .table_chang_ul li a{
        width: 90%
    }
}
@media (max-width: 719px) {
    #learnmore .table_chang_ul li a{
        font-size: 16px
    }
}