@charset "UTF-8";
@font-face {
  font-family: Tw Cen MT Condensed Extra Bold;
  src: url("../../Tw Cen MT Condensed Extra Bold.ttf"); }

body, html {
  font: 16px/150% Microsoft JhengHei, Helvetica, Arial, "LiHei Pro", "\5FAE\8EDF\6B63\9ED1\9AD4", "\65B0\7D30\660E\9AD4", sans-serif !important;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: Microsoft JhengHei;
  font-size: 16px;
  margin: 0;
  padding: 0; }

*, *:hover, *:focus {
  outline: none !important;
  /* for Firefox Google Chrome  */
  behavior: expression(this.onFocus=this.blur());
  /* for IE */ }

a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s ease 0s;
  /* Safari and Chrome */
  -o-transition: all 0.3s ease 0s;
  /* Opera */ }
  a:hover, a:focus {
    text-decoration: none; }

ul {
  list-style: none;
  padding: 0; }

article {
  min-height: 1300px;
  padding-bottom: 30px; }

/* 背景圖片鑲嵌設定 */
.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

/* SVG ICON設定 */
.fs1 {
  font-size: 20px;
  padding: 5px 0; }
  .fs1 span {
    position: relative;
    top: -2px; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

.icons > li {
  float: left; }

.plurk,
.facebook,
.twitter {
  background-size: cover;
  width: 30px;
  height: 30px;
  display: inline-block;
  float: left;
  margin: 0 0 0 8px; }

.plurk {
  background-image: url(../images/plurk.png); }

.facebook {
  background-image: url(../images/facebook.png); }

.twitter {
  background-image: url(../images/twitter.png); }
header {
  position: absolute;
  width: 100%; }
  header .navbar-default {
    border-color: #fff;
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 0px;
    z-index: 99;
    width: 100%; }
    header .navbar-default .navbar-header .navbar-brand {
      display: inline-block;
      height: auto;
      padding: 20px 10px; }
      header .navbar-default .navbar-header .navbar-brand > img {
        height: 60px;
        position: relative;
        top: 0px;
        left: 0px; }
    header .navbar-default .navbar-collapse .navbar-nav {
      margin: 30px 0 0; }
      header .navbar-default .navbar-collapse .navbar-nav > li > .dropdown-menu {
        padding: 10px;
        width: auto;
        left: calc(0px);
        right: initial;
        border: 0; }
        @media screen and (max-width: 1199px) {
          header .navbar-default .navbar-collapse .navbar-nav > li > .dropdown-menu {
            margin: 10px;
            padding: 0px;
            position: inherit;
            float: none;
            width: 100%;
            -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
                    box-shadow: 0 6px 12px rgba(0, 0, 0, 0); } }
        header .navbar-default .navbar-collapse .navbar-nav > li > .dropdown-menu > li > a {
          border-left: 8px solid #fff;
          padding: 2px 15px;
          margin: 15px 0;
          background-color: #fff;
          color: #333; }
          header .navbar-default .navbar-collapse .navbar-nav > li > .dropdown-menu > li > a:hover {
            border-left: 8px solid #ffc00e; }
      header .navbar-default .navbar-collapse .navbar-nav > li > a {
        color: #333;
        padding: 10px 10px;
        position: relative;
        font-weight: 900; }
        header .navbar-default .navbar-collapse .navbar-nav > li > a:hover {
          color: #333; }
        header .navbar-default .navbar-collapse .navbar-nav > li > a span {
          font-size: 12px; }
      header .navbar-default .navbar-collapse .navbar-nav > li.active > a,
      header .navbar-default .navbar-collapse .navbar-nav > li > a:focus,
      header .navbar-default .navbar-collapse .navbar-nav > li > a:hover {
        color: #333;
        background-color: initial; }
      header .navbar-default .navbar-collapse .navbar-nav > li.fixed > a {
        color: #0745ff;
        background-color: inherit;
        border-bottom: 1px solid #ffc20f; }
      header .navbar-default .navbar-collapse .navbar-nav > .open > a,
      header .navbar-default .navbar-collapse .navbar-nav > .open > a:focus,
      header .navbar-default .navbar-collapse .navbar-nav > .open > a:hover {
        color: #333;
        background-color: #initial; }
    header .navbar-default .navbar-collapse .img-brand {
      width: 100px;
      position: absolute;
      top: 0;
      right: 30px;
      z-index: 1; }
      header .navbar-default .navbar-collapse .img-brand:hover {
        -webkit-animation: ani_stitle 1s ease !important;
                animation: ani_stitle 1s ease !important;
        -webkit-transform-origin: center top;
            -ms-transform-origin: center top;
                transform-origin: center top;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
    @media screen and (max-width: 1199px) {
      header .navbar-default .navbar-header {
        margin-right: -15px;
        margin-left: -15px;
        float: none; }
        header .navbar-default .navbar-header .navbar-toggle {
          display: block;
          margin: 24px 10px 0 0;
          border: 0px; }
          header .navbar-default .navbar-header .navbar-toggle:focus, header .navbar-default .navbar-header .navbar-toggle:hover {
            background-color: #fff; }
          header .navbar-default .navbar-header .navbar-toggle .icon-bar {
            background-color: #000;
            width: 31px;
            height: 3px; }
            header .navbar-default .navbar-header .navbar-toggle .icon-bar + .icon-bar {
              margin-top: 6px; }
        header .navbar-default .navbar-header .navbar-brand {
          margin-left: 0px;
          padding: 5px;
          width: 240px;
          position: inherit;
          margin-bottom: 10px; }
          header .navbar-default .navbar-header .navbar-brand > img {
            margin: 8px 0 0 7px;
            position: inherit; }
      header .navbar-default .navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
        border-top: 1px solid #e7e7e7;
        display: none; }
        header .navbar-default .navbar-collapse .navbar-right {
          float: none !important; }
        header .navbar-default .navbar-collapse .navbar-nav > li {
          float: none; }
        header .navbar-default .navbar-collapse.collapse {
          display: none !important; }
          header .navbar-default .navbar-collapse.collapse.in {
            display: none !important; } }
  header .navbar-index {
    top: 37px;
    position: fixed;
    background-color: white;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    header .navbar-index .navbar-collapse .navbar-nav {
      margin: 0 0; }
      header .navbar-index .navbar-collapse .navbar-nav > li > a {
        color: #333;
        padding: 30px 20px;
        position: relative;
        font-weight: 900; }
        header .navbar-index .navbar-collapse .navbar-nav > li > a:hover {
          color: #fff;
          background-color: #ffc20f;
          border-bottom: 0px; }
        header .navbar-index .navbar-collapse .navbar-nav > li > a span {
          font-size: 12px; }
      header .navbar-index .navbar-collapse .navbar-nav > li.active > a,
      header .navbar-index .navbar-collapse .navbar-nav > li > a:focus,
      header .navbar-index .navbar-collapse .navbar-nav > li > a:hover {
        color: #fff;
        background-color: #ffc20f;
        border-bottom: 0px; }
      header .navbar-index .navbar-collapse .navbar-nav > li.fixed > a {
        color: #fff;
        background-color: #01479d; }
      header .navbar-index .navbar-collapse .navbar-nav > .open > a,
      header .navbar-index .navbar-collapse .navbar-nav > .open > a:focus,
      header .navbar-index .navbar-collapse .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #ffc20f; }
  header .navbar-page {
    top: 0px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    header .navbar-page .container {
      position: relative; }
      header .navbar-page .container .navbar-collapse .navbar-nav {
        margin: 50px 0 15px; }
        @media screen and (max-width: 1199px) {
          header .navbar-page .container .navbar-collapse .navbar-nav {
            margin: 15px 0 20px; } }
        header .navbar-page .container .navbar-collapse .navbar-nav > li > a {
          color: #333;
          padding: 10px 10px;
          margin: 0 10px;
          position: relative;
          font-weight: 900; }
          header .navbar-page .container .navbar-collapse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: #ffc20f;
            border-bottom: 0px; }
          header .navbar-page .container .navbar-collapse .navbar-nav > li > a span {
            font-size: 12px; }
        header .navbar-page .container .navbar-collapse .navbar-nav > li.active > a,
        header .navbar-page .container .navbar-collapse .navbar-nav > li > a:focus,
        header .navbar-page .container .navbar-collapse .navbar-nav > li > a:hover {
          color: #333;
          border-bottom: 2px solid #ffc20f;
          background-color: initial; }
        header .navbar-page .container .navbar-collapse .navbar-nav > li.fixed > a {
          color: #0745ff;
          background-color: inherit;
          border: 1px solid #0745ff;
          padding: 10px 20px; }
          header .navbar-page .container .navbar-collapse .navbar-nav > li.fixed > a:hover {
            color: #fff;
            background-color: #0745ff; }
        header .navbar-page .container .navbar-collapse .navbar-nav > .open > a,
        header .navbar-page .container .navbar-collapse .navbar-nav > .open > a:focus,
        header .navbar-page .container .navbar-collapse .navbar-nav > .open > a:hover {
          color: #333;
          background-color: #initial;
          border-bottom: 2px solid #ffc20f; }
      header .navbar-page .container .language-link {
        position: absolute;
        top: 10px;
        right: 50px; }
        @media screen and (max-width: 1199px) {
          header .navbar-page .container .language-link {
            display: none; } }
        header .navbar-page .container .language-link .icon-usa {
          color: #333;
          font-size: 14px; }
        header .navbar-page .container .language-link .icon-taiwan {
          color: #333;
          font-size: 14px;
          margin-right: 10px; }

@-webkit-keyframes ani_stitle {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes ani_stitle {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.article-content {
  min-height: calc(100vh - 100px - 54px); }

.content-main {
  padding: 0 0 50px; }
footer {
  background-color: #eeeeee;
  padding: 20px 0 0;
  color: #555; }
  footer ul {
    width: 500px;
    display: block;
    overflow: hidden;
    margin: 0 auto 20px; }
    @media screen and (max-width: 600px) {
      footer ul {
        width: 100%; } }
    footer ul li {
      float: left;
      padding: 0 20px;
      border-right: 1px solid #555; }
      @media screen and (max-width: 600px) {
        footer ul li {
          width: 110px;
          text-align: center;
          margin: 5px 0; } }
      footer ul li:last-child {
        border-right: 0px solid #555; }
      footer ul li a {
        color: #555; }
  footer .copyright {
    background-color: #555;
    color: #fff;
    text-align: center; }
    footer .copyright p {
      margin: 0;
      font-size: 14px;
      padding: 5px 0; }
.btn-style-01,
.btn-style-02 {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s ease 0s;
  /* Safari and Chrome */
  -o-transition: all 0.3s ease 0s;
  /* Opera */ }

.btn-style-01 {
  background-color: #ffc001;
  color: #fff;
  padding: 5px 20px;
  border-radius: 50px; }
  .btn-style-01:hover {
    background-color: #e8b418;
    color: #fff; }

.btn-style-02 {
  background-color: #959595;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 7px;
  text-align: center; }
  .btn-style-02:focus, .btn-style-02:hover {
    background-color: #009d94;
    color: #fff; }

.btn-style-03 {
  background-color: #ffc001;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 2px; }
  .btn-style-03:hover {
    background-color: #e8b418;
    color: #fff; }
  .btn-style-03.off, .btn-style-03.off:hover {
    background-color: #ccc;
    color: #444; }
    .btn-style-03.off .icon-download, .btn-style-03.off:hover .icon-download {
      color: #878787; }
  .btn-style-03 p {
    display: inline-block;
    margin-bottom: 0; }

.btn-style-04 {
  background-color: #ffc20e;
  color: #fff;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 2px;
  text-align: center; }
  .btn-style-04:focus, .btn-style-04:hover {
    background-color: #e6b421;
    color: #fff; }

.btn-style-05 {
  background-color: #aaa;
  color: #fff;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 2px;
  text-align: center; }
  .btn-style-05:focus, .btn-style-05:hover {
    background-color: #6b6b6b;
    color: #fff; }

.btn-style-06 {
  background-color: #e14d42;
  color: #fff;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 2px;
  text-align: center; }
  .btn-style-06:focus, .btn-style-06:hover {
    background-color: #e14d42;
    color: #fff; }

.btn-radio {
  display: block;
  overflow: hidden; }
  .btn-radio .radio {
    float: left; }
    .btn-radio .radio [type*="radio"] {
      display: none; }
    .btn-radio .radio span {
      border: 1px solid #626262;
      color: #626262;
      border-radius: 6px;
      padding: 5px 11px; }
    .btn-radio .radio [type*="radio"]:checked + span {
      background-color: #e5004f;
      border: 1px solid #e5004f;
      color: #fff; }
.form-group label {
  color: #009d94; }

.form-group .note {
  color: #e14242; }

.form-group {
  position: relative; }
  .form-group .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px 6px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0 solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    -webkit-transition: initial;
    -o-transition: initial;
    transition: initial; }
    .form-group .form-control:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: initial;
      box-shadow: initial; }
  .form-group .message {
    height: 100px; }
  .form-group .ficon {
    position: absolute;
    top: 7px; }
.banner-box .bg-img {
  width: 100%;
  height: calc(1170px * .4875); }
  @media screen and (max-width: 1199px) {
    .banner-box .bg-img {
      height: calc((970px) * 0.4875); } }
  @media screen and (max-width: 991px) {
    .banner-box .bg-img {
      height: calc((750px) * 0.4875); } }
  @media screen and (max-width: 767px) {
    .banner-box .bg-img {
      height: calc((100vw - 30px) * 0.4875); } }

.banner-fluid-box .bg-img {
  width: 100%;
  height: calc(100vw * .3125); }
  @media screen and (max-width: 1199px) {
    .banner-fluid-box .bg-img {
      height: calc((100vw) * 0.3125); } }
  @media screen and (max-width: 991px) {
    .banner-fluid-box .bg-img {
      height: calc((100vw) * 0.3125); } }
  @media screen and (max-width: 767px) {
    .banner-fluid-box .bg-img {
      height: 50vh;
      position: relative; } }

.banner-fluid-box .banner-text {
  font-family: Tw Cen MT Condensed Extra Bold;
  font-size: 80px;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  position: absolute;
  top: calc(100vw * 0.3125 / 2 - 84px / 2); }
  @media screen and (max-width: 991px) {
    .banner-fluid-box .banner-text {
      font-size: 60px;
      top: calc(((100vw) * 0.3125) / 2 - 84px / 2); } }
  @media screen and (max-width: 767px) {
    .banner-fluid-box .banner-text {
      font-size: 40px;
      top: calc(50vh / 2 - 84px / 2); } }

.slider-box {
  position: relative; }
  .slider-box .slick-initialized .bg-img {
    width: calc(100vw * .4875);
    height: 100vh;
    background-position: top center;
    position: relative; }
  .slider-box .txt-area {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 50px 20%;
    text-align: center; }
  .slider-box .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .slider-box .slick-prev {
    background-image: url("../images/left-arrow.png");
    left: 40px; }
  .slider-box .slick-next {
    background-image: url("../images/right-arrow.png");
    right: 40px;
    width: 50px; }
  .slider-box .slick-prev,
  .slider-box .slick-next {
    display: none !important;
    width: 50px;
    height: 50px;
    background-size: 38px;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1; }
    .slider-box .slick-prev:before,
    .slider-box .slick-next:before {
      display: none; }
    .slider-box .slick-prev:hover,
    .slider-box .slick-next:hover {
      background-color: rgba(255, 255, 255, 0.3);
      border-radius: 100px; }
  .slider-box .slick-dots {
    bottom: 10px; }
    .slider-box .slick-dots li button:before {
      color: #fff;
      background-color: #fff;
      border-radius: 100%;
      line-height: 22px;
      font-size: 16px;
      width: 15px;
      height: 15px;
      opacity: 0.8; }
    .slider-box .slick-dots li button:hover:before, .slider-box .slick-dots li button:focus:before {
      color: #ffc00e;
      background-color: #ffc00e;
      opacity: 1; }
    .slider-box .slick-dots li.slick-active button:before {
      color: #ffc00e;
      background-color: #ffc00e;
      opacity: 0.8; }

.banner-decoration {
  position: absolute;
  bottom: -55%;
  width: 100%; }
  .banner-decoration .bg-img {
    width: 100%;
    height: calc(100vw * 0.4947); }
    .banner-decoration .bg-img.decoration2 {
      width: calc(100vw * 0.0994);
      height: calc(100vw * 0.0682);
      position: absolute;
      top: -70px;
      right: 0; }
.title-style01 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 30px;
  font-weight: 900; }
  .title-style01:before {
    content: attr(data-title);
    font-size: 40px;
    position: absolute;
    color: #dcdcdc;
    top: -25px;
    left: 60px;
    z-index: -1; }

.title-style02 {
  font-size: 30px;
  text-align: left;
  position: relative;
  margin: 0 0 30px;
  line-height: 29px;
  font-weight: 900; }
  .title-style02:before {
    content: attr(data-title);
    font-size: 70px;
    position: absolute;
    color: #efefef;
    font-weight: 100;
    top: 14px;
    left: 93px;
    z-index: -1;
    font-style: oblique;
    font-family: Helvetica Neue; }

.title-style03 {
  color: #638c0b;
  font-size: 25px;
  text-align: left;
  position: relative;
  line-height: 29px;
  font-weight: 900; }

.text-big {
  font-size: 200%;
  color: #638c0b;
  font-weight: 900; }

.text-green {
  color: #91c324; }
.pagination {
  text-align: center;
  width: 100%; }
  .pagination > li {
    margin: 0 1px;
    display: inline-block; }
    .pagination > li > a {
      color: #333; }
    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
      background-color: #ffc20f;
      color: #fff; }
    .pagination > li.active > a,
    .pagination > li.active > a:focus,
    .pagination > li.active > a:hover,
    .pagination > li.active > span,
    .pagination > li.active > span:focus,
    .pagination > li.active > span:hover {
      background-color: #ffc20f;
      border-color: #ffc20f; }
    .pagination > li.page-total {
      position: relative;
      top: -10px; }
.news-box {
  position: relative;
  text-align: center;
  margin-top: calc(100vh / 2 - (120px / 2)); }
  .news-box .slider-title {
    font-size: 40px;
    color: #000;
    font-weight: 900;
    margin-bottom: 30px; }
  .news-box .vertical-ticker {
    display: inline-block;
    height: 50px;
    margin: 0;
    position: relative;
    font-size: 30px; }
    .news-box .vertical-ticker > li {
      position: relative;
      top: 60%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #000;
      height: 50px; }
      .news-box .vertical-ticker > li a {
        color: #000; }
  .news-box .no-ticker {
    display: inline-block;
    padding: 25px 0;
    margin: 0;
    position: relative;
    font-size: 30px; }
    .news-box .no-ticker > li {
      position: relative;
      color: #000;
      height: 50px; }
      .news-box .no-ticker > li a {
        color: #000; }
  .news-box .slider-second-title {
    font-size: 33px;
    color: #000;
    font-weight: 900;
    margin-top: 5px; }
  @media screen and (max-width: 991px) {
    .news-box .slider-title {
      font-size: 35px; }
    .news-box .vertical-ticker {
      font-size: 25px; }
      .news-box .vertical-ticker > li {
        top: 60%; }
    .news-box .slider-second-title {
      font-size: 28px; } }
  @media screen and (max-width: 767px) {
    .news-box .slider-title {
      font-size: 30px; }
    .news-box .vertical-ticker {
      font-size: 18px; }
    .news-box .slider-second-title {
      font-size: 25px; } }

.header-bar {
  background-color: #434343; }
  .header-bar .container {
    position: relative; }
    .header-bar .container .language-link {
      position: absolute;
      z-index: 1;
      top: 4px;
      right: -150px; }
      @media screen and (max-width: 1600px) {
        .header-bar .container .language-link {
          right: 30px; } }

.language-link .icon-usa {
  color: #fff;
  font-size: 14px; }

.language-link .icon-taiwan {
  color: #fff;
  font-size: 14px;
  margin-right: 10px; }
.icon-list .ficon {
  text-align: center;
  font-size: 90px;
  color: #fac31e;
  border-right: 1px solid #ccc;
  padding: 30px 0; }
  @media screen and (max-width: 991px) {
    .icon-list .ficon {
      border-right: 0px solid #ccc; } }
  .icon-list .ficon.ficon-last {
    border-right: 0px solid #ccc; }
  .icon-list .ficon .icon {
    margin-bottom: 20px; }
  .icon-list .ficon .title {
    font-size: 25px;
    font-weight: 900;
    color: #333;
    margin: 0 0 -20px; }
  .icon-list .ficon span {
    color: #333;
    font-size: 14px; }
.product-list > li {
  margin-bottom: 30px;
  display: block;
  overflow: hidden; }
  .product-list > li .bg-img {
    float: left;
    width: 200px;
    height: 200px;
    background-size: contain; }
  .product-list > li .content {
    float: left;
    width: calc(100% - 200px - 20px);
    margin: 0 0 0 20px;
    height: 200px;
    position: relative; }
    .product-list > li .content .title {
      font-size: 20px;
      font-weight: 900;
      margin: 10px 0 10px; }
    .product-list > li .content > p {
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .product-list > li .content ul.tabs {
      position: absolute;
      bottom: 10px;
      left: 0;
      width: calc(100% - 261px); }
      .product-list > li .content ul.tabs > li {
        display: inline-block;
        font-size: 12px;
        background-color: #d6d6d6;
        padding: 3px 10px;
        margin: 0 0 4px;
        color: #555; }
    .product-list > li .content .btn-style-03 {
      position: absolute;
      bottom: 10px;
      right: 0; }
      .product-list > li .content .btn-style-03 .ficon {
        font-size: 30px; }
        .product-list > li .content .btn-style-03 .ficon p {
          font-size: 16px;
          position: relative;
          top: -7px; }
  @media screen and (max-width: 991px) {
    .product-list > li .bg-img {
      width: 250px;
      height: 250px; }
    .product-list > li .content {
      width: calc(100% - 250px - 20px);
      height: 250px; }
      .product-list > li .content .title {
        font-size: 20px;
        font-weight: 900;
        margin: 10px 0 10px; }
      .product-list > li .content ul.tabs {
        bottom: 10px;
        left: 0;
        width: calc(100% - 261px); }
      .product-list > li .content .btn-style-03 {
        bottom: 10px;
        right: 0; } }
  @media screen and (max-width: 767px) {
    .product-list > li .bg-img {
      float: none;
      width: 100%;
      height: 100vw; }
    .product-list > li .content {
      width: calc(100%);
      margin: 0;
      height: initial;
      padding-bottom: 70px; }
      .product-list > li .content .title {
        font-size: 20px;
        font-weight: 900;
        margin: 10px 0 10px; }
      .product-list > li .content ul.tabs {
        bottom: 10px;
        left: 0;
        width: calc(100%);
        position: inherit;
        margin: 30px 0 0;
        text-align: right; }
      .product-list > li .content .btn-style-03 {
        bottom: 10px;
        right: 0; } }
/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 200px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */ }
  .pushy a {
    display: block;
    color: #333;
    padding: 15px 30px;
    text-decoration: none; }
  .pushy a:hover {
    color: #555; }
  .pushy ul:first-child {
    margin-top: 10px; }
  .pushy.pushy-left {
    left: 0; }
  .pushy.pushy-right {
    right: 0; }

.pushy-content {
  visibility: hidden; }

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0); }

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0); }

.pushy-right {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0); }

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0); }

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible; }

/* Menu Transitions */
#container,
.pushy,
.push {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

.pushy-content {
  -webkit-transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

/* Site Overlay */
.site-overlay {
  display: none; }

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms; }

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

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

/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */ }
  .pushy-submenu ul {
    padding-left: 15px;
    -webkit-transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
    -o-transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out; }
    .pushy-submenu ul .pushy-link {
      -webkit-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
  .pushy-submenu button {
    width: 100%;
    color: #000;
    padding: 15px 30px;
    text-align: left;
    background: transparent;
    border: 0; }
    .pushy-submenu button:hover {
      color: #333; }
  .pushy-submenu > a,
  .pushy-submenu > button {
    position: relative; }
  .pushy-submenu > a::after,
  .pushy-submenu > button::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url("../img/arrow.svg") no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden; }

.pushy-submenu-closed .pushy-link {
  opacity: 0; }

.pushy-submenu-open {
  /* Submenu Icon */ }
  .pushy-submenu-open ul {
    max-height: 1000px;
    visibility: visible; }
  .pushy-submenu-open .pushy-link {
    opacity: 1; }
  .pushy-submenu-open a::after,
  .pushy-submenu-open button::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg); }

.pushy-link.language-link .icon-usa,
.pushy-link.language-link .icon-taiwan {
  color: #333; }

.pushy-link.fixed {
  background-color: #ffc20f;
  border-bottom: 0px solid #ffc20f; }
  .pushy-link.fixed a {
    color: #fff; }
.index-section01 {
  padding: 150px 0; }
  .index-section01 .content {
    line-height: 200%;
    font-size: 18px; }
  .index-section01 .bg-img {
    width: 250px;
    height: calc(250px * 1.1515);
    margin: 0 auto; }
  .index-section01 .ficon {
    text-align: center;
    font-size: 100px;
    padding: 0 0 50px; }
    .index-section01 .ficon .title {
      font-size: 25px;
      color: #000;
      margin: 20px 0 20px; }
    .index-section01 .ficon .introduce {
      font-size: 16px;
      display: block; }
    .index-section01 .ficon a {
      font-size: 18px;
      padding: 10px 30px;
      border: 1px solid #0d4a9f;
      color: #0d4a9f;
      border-radius: 3px; }
      .index-section01 .ficon a:hover {
        border: 1px solid #0d4a9f;
        color: #fff;
        background-color: #0d4a9f; }

.index-section02 {
  background-image: url(../images/img-sd-wen.jpg);
  background-size: cover;
  padding: 80px 0;
  color: #fff;
  text-align: center; }
  .index-section02 .content {
    line-height: 200%;
    margin-bottom: 30px;
    letter-spacing: 2px; }

.index-section03 {
  padding: 150px 0;
  background-image: url(../images/bg-cloud.jpg);
  background-size: cover;
  background-position: bottom right; }

.index-section04 {
  padding: 0 0 200px 0;
  position: relative; }
  @media screen and (max-width: 991px) {
    .index-section04 {
      padding: 0 0 400px 0; } }
  .index-section04 #map {
    width: 100%;
    height: 400px; }
  .index-section04 .content {
    width: 1200px;
    position: absolute;
    margin: 0 auto;
    left: calc(100vw / 2 - 1200px / 2);
    bottom: -150px;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25); }
    @media screen and (max-width: 1299px) {
      .index-section04 .content {
        width: 1100px;
        left: calc(100vw / 2 - 1100px / 2); } }
    @media screen and (max-width: 1199px) {
      .index-section04 .content {
        width: 950px;
        left: calc(100vw / 2 - 950px / 2); } }
    @media screen and (max-width: 991px) {
      .index-section04 .content {
        width: 100%;
        left: initial;
        bottom: -360px; } }
    .index-section04 .content .contact {
      background-color: #ffc20f;
      color: #fff;
      padding: 30px; }
      @media screen and (max-width: 991px) {
        .index-section04 .content .contact .contact-data {
          display: block;
          overflow: hidden; }
          .index-section04 .content .contact .contact-data li {
            float: left;
            width: 220px; } }
    .index-section04 .content .fill-in {
      padding: 30px; }
    .index-section04 .content .btn-style-02 {
      float: right; }
.access-section01 {
  padding: 50px 0 50px; }
  .access-section01 .icon-list li {
    float: left;
    width: calc(100% / 6 - 20px);
    margin: 10px; }
    @media screen and (max-width: 991px) {
      .access-section01 .icon-list li {
        width: calc(100% / 3 - 20px); } }
    @media screen and (max-width: 767px) {
      .access-section01 .icon-list li {
        width: calc(100% / 2 - 20px); } }
    .access-section01 .icon-list li .ficon {
      border: 2px solid #ccc;
      color: #ccc;
      font-size: 90px;
      padding: 30px 0; }
      @media screen and (max-width: 767px) {
        .access-section01 .icon-list li .ficon {
          font-size: 50px;
          padding: 20px 0; } }
      .access-section01 .icon-list li .ficon.active, .access-section01 .icon-list li .ficon:hover {
        border: 2px solid #ffc20f;
        color: #ffc20f; }
      .access-section01 .icon-list li .ficon .icon {
        margin-bottom: 0px; }
      .access-section01 .icon-list li .ficon .title {
        font-size: 16px;
        margin-bottom: 0; }

.ai-section01 .nav-tabs {
  border-bottom: 0px solid #ddd; }
  .ai-section01 .nav-tabs li {
    width: calc(100% / 3 - 20px);
    text-align: center;
    margin: 0 10px; }
    @media screen and (max-width: 767px) {
      .ai-section01 .nav-tabs li {
        width: calc(100%);
        margin: 0 0 10px; } }
    .ai-section01 .nav-tabs li > a {
      color: #555;
      cursor: pointer;
      background-color: #e5e5e5;
      border: 1px solid #ddd;
      border-radius: 5px; }
      .ai-section01 .nav-tabs li > a:focus, .ai-section01 .nav-tabs li > a:hover {
        background-color: #ffc20f;
        border: 1px solid #ffc20f;
        color: #fff; }

.ai-section01 .tab-content {
  padding: 40px 20px; }

.ai-section01 .product-list .bg-img {
  float: left;
  width: 280px;
  height: calc(280px * 0.6666); }

.ai-section01 .product-list .content {
  float: left;
  width: calc(100% - 280px - 20px); }

@media screen and (max-width: 767px) {
  .ai-section01 .product-list .bg-img {
    float: none;
    width: calc(100vw - 70px);
    height: calc((100vw - 70px) * 0.6666); }
  .ai-section01 .product-list .content {
    float: none;
    width: calc(100vw - 70px);
    padding-bottom: 30px; } }

.ai-section01 img {
  max-width: 100% !important;
  height: auto !important; }

.safety-section01 {
  padding: 10px 0 100px; }
  .safety-section01 .content {
    padding: 0 20px;
    line-height: 200%; }
    .safety-section01 .content .title {
      font-size: 20px;
      font-weight: 900;
      margin-top: 20px;
      margin-bottom: 20px; }
    .safety-section01 .content img {
      max-width: 100% !important;
      height: auto !important; }
.app-section01 {
  padding: 50px 0 50px; }
  .app-section01 .icon-list {
    margin: 0 auto;
    text-align: center; }
    .app-section01 .icon-list li {
      display: inline-block;
      width: calc(100% / 5 - 24px);
      margin: 10px; }
      @media screen and (max-width: 991px) {
        .app-section01 .icon-list li {
          width: calc(100% / 3 - 24px); } }
      @media screen and (max-width: 767px) {
        .app-section01 .icon-list li {
          width: calc(100% / 2 - 24px); } }
      .app-section01 .icon-list li .ficon {
        border: 2px solid #ccc;
        color: #ccc; }
        @media screen and (max-width: 767px) {
          .app-section01 .icon-list li .ficon {
            font-size: 50px;
            padding: 20px 0; } }
        .app-section01 .icon-list li .ficon.active, .app-section01 .icon-list li .ficon:hover {
          border: 2px solid #ffc20f;
          color: #ffc20f; }
        .app-section01 .icon-list li .ficon .icon {
          margin-bottom: 0px; }
        .app-section01 .icon-list li .ficon .title {
          font-size: 16px;
          margin-bottom: 0; }
      .app-section01 .icon-list li .service-item {
        border: 2px solid #ccc;
        text-align: center;
        padding: 27px 0; }
        @media screen and (max-width: 767px) {
          .app-section01 .icon-list li .service-item {
            padding: 17px 0; } }
        .app-section01 .icon-list li .service-item.active, .app-section01 .icon-list li .service-item:hover {
          border: 2px solid #ffc20f !important;
          color: #ffc20f; }
        .app-section01 .icon-list li .service-item .bg-img {
          color: #ccc;
          display: inline-block;
          width: 90px;
          height: 90px; }
          @media screen and (max-width: 1199px) {
            .app-section01 .icon-list li .service-item .bg-img {
              width: 80px;
              height: 80px; } }
          @media screen and (max-width: 991px) {
            .app-section01 .icon-list li .service-item .bg-img {
              width: 70px;
              height: 70px; } }
          @media screen and (max-width: 767px) {
            .app-section01 .icon-list li .service-item .bg-img {
              width: 50px;
              height: 50px; } }
        .app-section01 .icon-list li .service-item .title {
          font-size: 16px;
          margin-bottom: 0;
          font-weight: 900;
          color: #333; }

.app-section02 {
  padding: 20px 0 40px; }
  .app-section02 .title {
    font-size: 20px;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 20px; }
  .app-section02 p {
    line-height: 200%; }
  .app-section02 img {
    max-width: 100% !important;
    height: auto !important; }
.about-section01 {
  padding: 30px 0; }
  .about-section01 .icon-list {
    margin: 0 auto; }
    .about-section01 .icon-list li {
      float: left;
      width: calc(100% / 4 - 20px);
      margin: 10px; }
      @media screen and (max-width: 991px) {
        .about-section01 .icon-list li {
          width: calc(100% / 3 - 20px); } }
      @media screen and (max-width: 767px) {
        .about-section01 .icon-list li {
          width: calc(100% / 2 - 20px); } }
      .about-section01 .icon-list li .ficon {
        border: 2px solid #ccc;
        color: #ccc; }
        @media screen and (max-width: 767px) {
          .about-section01 .icon-list li .ficon {
            font-size: 50px;
            padding: 20px 0; } }
        .about-section01 .icon-list li .ficon.active, .about-section01 .icon-list li .ficon:hover {
          border: 2px solid #ffc20f;
          color: #ffc20f; }
        .about-section01 .icon-list li .ficon .icon {
          margin-bottom: 0px; }
        .about-section01 .icon-list li .ficon .title {
          font-size: 16px;
          margin-bottom: 0; }

.about-section02 .network-list > li {
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px;
  padding: 30px 0; }
  .about-section02 .network-list > li:first-of-type {
    padding: 0 0 30px; }

.about-section02 .ficon {
  font-size: 22px; }
  .about-section02 .ficon .icon-pushpin {
    margin: 0 10px 0 10px;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
            transform: rotate(25deg);
    color: #ffc20e; }
    .about-section02 .ficon .icon-pushpin + span {
      font-size: 18px;
      position: relative;
      top: -6px; }
  .about-section02 .ficon .icon-arrow {
    font-size: 18px;
    margin: 0 10px 0 10px;
    color: #ffc20e; }
    .about-section02 .ficon .icon-arrow + span {
      font-size: 18px;
      position: relative;
      top: -2px; }

.about-section03 .product-list > li {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px; }
  .about-section03 .product-list > li a {
    color: #333; }
    .about-section03 .product-list > li a:hover {
      color: #ffc20e; }
  .about-section03 .product-list > li .bg-img {
    width: 300px;
    height: 200px; }
  .about-section03 .product-list > li .content {
    width: calc(100% - 300px - 20px); }
    .about-section03 .product-list > li .content p {
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .about-section03 .product-list > li .content span {
      font-size: 14px;
      font-weight: 900; }
  @media screen and (max-width: 767px) {
    .about-section03 .product-list > li .bg-img {
      float: none;
      width: calc(100vw - 30px);
      height: calc((100vw - 30px) * 0.6666); }
    .about-section03 .product-list > li .content {
      float: none;
      width: calc(100vw - 30px);
      padding-bottom: 30px; } }

.about-section04 .icons {
  float: right; }

.about-section04 .content {
  padding: 40px 10px 100px; }
  .about-section04 .content img {
    max-width: 100% !important;
    height: auto !important; }

.about-section05 .title {
  font-size: 20px;
  padding: 0 15px;
  margin: 0 0 20px; }

.about-section05 .fill-in {
  padding: 0 20px; }
  .about-section05 .fill-in:before {
    content: '';
    border-right: 1px solid #ccc;
    position: absolute;
    height: 100%;
    right: 0; }
    @media screen and (max-width: 1199px) {
      .about-section05 .fill-in:before {
        content: '';
        border-bottom: 1px solid #ccc;
        position: absolute;
        width: 100%;
        right: 0;
        bottom: -20px;
        height: initial; } }

.about-section05 .btn-style-04 {
  float: right; }
  @media screen and (max-width: 1199px) {
    .about-section05 .btn-style-04 {
      float: none;
      display: block;
      margin: 20px auto 0;
      width: 200px; } }

.about-section05 .contact p {
  font-size: 14px;
  margin-top: 30px; }

.about-section05 .contact ul > li {
  font-size: 16px; }

.about-section06 {
  padding: 50px 0 0; }
  .about-section06 #map {
    width: 100%;
    height: 400px; }
.support-section01 {
  padding: 50px 0 50px; }
  .support-section01 .icon-list {
    margin: 0 auto; }
    .support-section01 .icon-list li {
      float: left;
      width: calc(100% / 3 - 20px);
      margin: 10px; }
      @media screen and (max-width: 767px) {
        .support-section01 .icon-list li {
          width: calc(100% / 2 - 20px); } }
      .support-section01 .icon-list li .ficon {
        border: 2px solid #ccc;
        color: #ccc; }
        @media screen and (max-width: 767px) {
          .support-section01 .icon-list li .ficon {
            font-size: 50px;
            padding: 20px 0; } }
        .support-section01 .icon-list li .ficon.active, .support-section01 .icon-list li .ficon:hover {
          border: 2px solid #ffc20f;
          color: #ffc20f; }
        .support-section01 .icon-list li .ficon .icon {
          margin-bottom: 0px; }
        .support-section01 .icon-list li .ficon .title {
          font-size: 16px;
          margin-bottom: 0; }

.support-section02 {
  padding: 0 0 40px; }
  .support-section02 .fill-in {
    padding: 0 20px; }
    .support-section02 .fill-in:before {
      content: '';
      border-right: 1px solid #ccc;
      position: absolute;
      height: 100%;
      right: 0; }
      @media screen and (max-width: 991px) {
        .support-section02 .fill-in:before {
          content: '';
          border-bottom: 1px solid #ccc;
          position: absolute;
          width: 100%;
          right: 0;
          bottom: -20px;
          height: initial; } }
    .support-section02 .fill-in .btn-style-05,
    .support-section02 .fill-in .btn-style-06 {
      margin: 0 auto;
      display: block;
      width: 160px; }
    .support-section02 .fill-in .btn-style-04 {
      float: right;
      width: 220px; }
      @media screen and (max-width: 991px) {
        .support-section02 .fill-in .btn-style-04 {
          float: none;
          width: 220px;
          display: block;
          margin: 20px auto 0; } }
    .support-section02 .fill-in .official-note {
      margin: 10px 0; }
    .support-section02 .fill-in .rwd-pc {
      display: block; }
      @media screen and (max-width: 991px) {
        .support-section02 .fill-in .rwd-pc {
          display: none; } }
    .support-section02 .fill-in .rwd-md {
      display: none; }
      @media screen and (max-width: 991px) {
        .support-section02 .fill-in .rwd-md {
          display: block; } }
  .support-section02 .contact {
    margin-top: 60px; }
    @media screen and (max-width: 1199px) {
      .support-section02 .contact .title-style01 {
        font-size: 26px; } }

.support-section03 {
  padding: 0 0 60px; }
  .support-section03 .title {
    font-size: 20px; }
  .support-section03 .classification {
    float: right; }
    .support-section03 .classification > li {
      float: left;
      margin: 0 0 0 10px; }
      .support-section03 .classification > li:before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 8.7px;
        border-color: transparent transparent transparent #ababab;
        position: relative;
        left: -3px;
        top: -1px; }
      .support-section03 .classification > li a {
        color: #444; }
      .support-section03 .classification > li.active:before {
        border-color: transparent transparent transparent #ffc20e; }
  .support-section03 .download-item {
    width: calc(100% / 2 - 40px);
    display: block;
    float: left;
    margin: 20px; }
    @media screen and (max-width: 767px) {
      .support-section03 .download-item {
        width: calc(100% - 40px);
        margin: 20px; } }
    .support-section03 .download-item .download-ficon {
      font-size: 50px;
      float: left;
      margin: 0 10px 0 0;
      color: #898989;
      background-color: #eeeeee;
      padding: 30px; }
      .support-section03 .download-item .download-ficon:hover {
        color: #fff;
        background-color: #ffc20e; }
    .support-section03 .download-item .content {
      float: left;
      width: calc(100% - 120px); }
      .support-section03 .download-item .content .title {
        font-size: 20px;
        margin: 10px 0 12px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap; }
      .support-section03 .download-item .content p {
        font-size: 14px;
        color: #959595; }
  .support-section03 .pagination {
    margin-top: 50px; }

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