@charset "UTF-8";
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 13px;
  color: #0f0f0f;
  background-color: #ffffff;
  font-family: "微軟正黑體", "Arial","Verdana",  "Microsoft JhengHei", "Geneva", "sans-serif"; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pace:after {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: block; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #000000;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px; }

/*共用屬性*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit; }

a:hover {
  color: inherit; }

a img {
  border: none; }

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

/*泛用表格*/
.t {
  display: table; }

.t ul {
  display: table-row; }

.t li {
  padding: 0px;
  margin: 0px;
  display: table-cell;
  list-style: none;
  vertical-align: middle; }

dl dt,
dl dd {
  float: left; }

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1310px;
  max-width: 100%; }

.content {
  background-color: #ffffff;
  position: relative; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  float: left; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

span.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

span.plus {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border: 1px solid #b9b9b9;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  margin-right: 3px;
  position: relative; }
  span.plus:after {
    content: "";
    width: 70%;
    height: 1px;
    background-color: #000;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  span.plus:before {
    content: "";
    height: 70%;
    width: 1px;
    background-color: #000;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.pic {
  position: relative;
  font-size: 0; }
  .pic > span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center; }
    .pic > span:before {
      content: ' ';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
    .pic > span > img, .pic > span > iframe {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .pic > span > iframe {
      width: 100%;
      height: 100%; }

.cf:after,
.row:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden; }

.editor i {
  font-style: italic; }

.editor em, .editor b, .editor strong {
  font-weight: bold; }

header {
  min-height: 155px;
  position: relative;
  z-index: 5000;
  /*nav end*/ }
  header #logo {
    padding-top: 10px;
    padding-bottom: 25px;
    float: left;
    width: 140px; }
  header nav {
    width: calc( 100% - 240px);
    float: right;
    margin-right: 10px;
    position: relative;
    z-index: 2000;
    /*> ul end*/ }
    header nav > ul {
      /*> li end*/ }
      header nav > ul > li {
        display: block;
        float: left;
        width: calc(100% / 7);
        color: #333333;
        font-size: 18px;
        line-height: 155px;
        background: #FFFFFF;
        text-align: center;
        position: relative;
        /* > ul*/ }
        header nav > ul > li > a {
          display: block;
          width: 100%;
          height: 155px; }
        header nav > ul > li > ul {
          position: absolute;
          width: 100%;
          top: 100%;
          left: 0;
          display: none;
          -webkit-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; }
          header nav > ul > li > ul > li {
            text-align: center;
            background: rgba(20, 32, 109, 0.7);
            line-height: 1.6;
            font-size: 15px;
            padding: 5px 0px; }
            header nav > ul > li > ul > li > a {
              display: inline-block;
              padding: .5rem;
              text-align: left;
              color: #FFFFFF; }
            header nav > ul > li > ul > li:hover, header nav > ul > li > ul > li.active {
              background: rgba(34, 48, 136, 0.7); }
        header nav > ul > li:hover, header nav > ul > li.active {
          color: #FFFFFF;
          background: -webkit-gradient(linear, left top, left bottom, from(#279AD8), color-stop(#1E48A1), to(#1A298C));
          background: -webkit-linear-gradient(top, #279AD8, #1E48A1, #1A298C);
          background: -o-linear-gradient(top, #279AD8, #1E48A1, #1A298C);
          background: linear-gradient(top, #279AD8, #1E48A1, #1A298C); }
          header nav > ul > li:hover > a:after, header nav > ul > li.active > a:after {
            font-family: 'FontAwesome';
            content: '\f107';
            display: inline-block;
            margin-left: 5px; }
          header nav > ul > li:hover > ul, header nav > ul > li.active > ul {
            display: block; }
  header .search {
    float: right;
    width: 40px;
    line-height: 155px;
    position: relative;
    cursor: pointer;
    z-index: 3000; }
    header .search i {
      display: inline-block;
      width: 40px;
      height: 155px;
      color: #1A298C;
      font-size: 21px; }
      header .search i:before {
        content: "\f002";
        font-family: 'FontAwesome'; }
    header .search input {
      width: 150px;
      color: #666;
      border: 2px #999 solid;
      line-height: 40px;
      height: 40px;
      position: absolute;
      right: 0;
      top: 100%;
      -webkit-transition: all 0.3s easing;
      -o-transition: all 0.3s easing;
      transition: all 0.3s easing;
      z-index: 5000;
      display: none;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px; }
    header .search.active input {
      display: block; }

/*header*/
footer {
  background-image: url(../_img/layout/footer_banner.jpg);
  background-size: cover;
  min-height: 260px;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 1.6;
  padding-top: 50px;
  /*contact*/ }
  footer #logo {
    float: left;
    width: 10%; }
  footer .text {
    float: left;
    width: 44%;
    padding: 0px 25px; }
  footer .links {
    margin-left: 8%;
    float: left;
    width: 15%; }
    footer .links nav li {
      width: 50%;
      line-height: 2;
      float: left; }
  footer .contact {
    float: left;
    width: 23%;
    text-align: right;
    font-size: 15px;
    line-height: 2;
    margin-top: -20px; }
    footer .contact > div {
      width: 240px;
      display: inline-block;
      text-align: left; }
      footer .contact > div.tel span {
        font-size: 30px; }
      footer .contact > div.bot-row {
        padding-top: 10px; }
        footer .contact > div.bot-row > a {
          display: block;
          float: left;
          border-radius: 50%;
          min-width: 40px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          color: #1A298C;
          background: #FFFFFF;
          font-weight: bold;
          font-size: 17px;
          margin-right: 5px; }
          footer .contact > div.bot-row > a.fb:before {
            content: "\f09a";
            font-family: 'FontAwesome'; }
          footer .contact > div.bot-row > a.mail:before {
            content: "\f0e0";
            font-family: 'FontAwesome'; }
          footer .contact > div.bot-row > a.line {
            padding: 0 7px;
            border-radius: 10px; }
            footer .contact > div.bot-row > a.line img {
              vertical-align: middle;
              position: relative;
              top: -2px; }
  footer .copyright {
    padding-left: calc(10% + 25px);
    font-size: 13px;
    line-height: 1.6;
    padding-top: 10px;
    color: #dddddd; }
    footer .copyright a {
      display: block; }

/*footer*/
#banner {
  background-image: url(../_img/layout/banner.jpg);
  background-size: cover;
  height: 250px; }
  #banner h3 {
    text-align: center;
    font-size: 30px;
    color: #FFFFFF;
    padding-top: 80px; }

main .container {
  padding: 40px 0px; }

.gray-cover {
  width: 100%;
  height: 90px;
  overflow: hidden;
  position: relative; }
  .gray-cover #mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 90px solid #EEEEEE;
    border-left: 1920px solid #FFFFFF; }

.p-item a {
  width: 95%;
  display: block;
  margin: auto; }
  .p-item a .pic {
    width: 100%;
    padding-bottom: 91.2587%; }
  .p-item a .name {
    text-align: center;
    color: #333333;
    font-size: 15px;
    line-height: 1.6;
    height: 48px;
    overflow: hidden; }

.l-page {
  text-align: center;
  padding: 40px 0; }
  .l-page a {
    display: inline-block;
    font-size: 15px;
    color: #666666;
    line-height: 2;
    min-width: 30px;
    margin: 0px 3px;
    text-align: center;
    vertical-align: middle; }
    .l-page a:hover, .l-page a.active {
      color: #27A5DF; }
    .l-page a.prev:before, .l-page a.next:before {
      content: ' ';
      display: inline-block;
      width: 30px;
      height: 30px;
      background-image: url(../_img/layout/arrow_prev.jpg); }
    .l-page a.next:before {
      background-image: url(../_img/layout/arrow_next.jpg); }

.go-back {
  margin: auto;
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#279AD8), color-stop(#1E48A1), to(#1A298C));
  background: -webkit-linear-gradient(top, #279AD8, #1E48A1, #1A298C);
  background: -o-linear-gradient(top, #279AD8, #1E48A1, #1A298C);
  background: linear-gradient(top, #279AD8, #1E48A1, #1A298C);
  border-radius: 10px; }
  .go-back:hover {
    color: #EEEEEE; }

#lang {
  position: absolute;
  top: 0;
  right: -28px;
  z-index: 9999; }
  #lang .lang_select li {
    float: left;
    margin: 2px;
    padding: 0px;
    text-align: center; }
    #lang .lang_select li:first-child a {
      position: relative;
      left: 1px; }
    #lang .lang_select li a {
      width: 35px;
      height: 35px;
      line-height: 35px;
      display: inline-block;
      padding: 0;
      border: 1px solid #222;
      border-radius: 50%;
      font-weight: bold;
      background-color: #fff;
      font-size: 14px;
      -webkit-box-shadow: 1px 2px 4px rgba(150, 147, 147, 0.3), inset 0 3px 3px rgba(255, 255, 255, 0.4);
      box-shadow: 1px 2px 4px rgba(150, 147, 147, 0.3), inset 0 3px 3px rgba(255, 255, 255, 0.4); }
    #lang .lang_select li:hover a, #lang .lang_select li.active a {
      color: #fff;
      background-color: #000000;
      border: 1px solid #000000;
      -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3), inset 0 3px 3px rgba(255, 255, 255, 0.3);
      box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3), inset 0 3px 3px rgba(255, 255, 255, 0.3); }

#home #banner {
  background: none;
  width: 1920px;
  max-width: 100%;
  height: auto; }
  #home #banner img {
    max-height: none; }
  #home #banner .slider {
    position: relative;
    overflow: hidden;
    text-align: center; }
    #home #banner .slider img {
      margin: auto; }
  #home #banner #mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 90px solid #FFF;
    border-left: 1920px solid transparent; }

#home h3 {
  text-align: center;
  font-size: 30px;
  color: #000;
  line-height: 1.6;
  margin: 50px auto 40px; }
  #home h3 span {
    width: 200px;
    height: 11px;
    display: block;
    margin: auto;
    border-bottom: 1px #26A5DF solid; }
    #home h3 span i {
      display: block;
      width: 85px;
      background: #FFF;
      margin: auto;
      text-align: center;
      color: #26A5DF;
      font-size: 13px;
      line-height: 1.6; }

#home .products {
  padding-bottom: 50px; }

#home .cooper {
  background: #EEEEEE;
  padding-bottom: 50px; }
  #home .cooper h3 span i {
    width: 120px;
    background: #EEEEEE; }
  #home .cooper .p-item a .pic {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  #home .cooper .p-item a:hover .pic {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }

#about main {
  /*.text*/
  /*.pic*/ }
  #about main .text {
    position: relative;
    background-image: url(../_img/about/Blind-Spot-Monitor.jpg);
    background-position: 50% 88%;
    background-size: cover;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.6;
    min-height: 590px;
    padding-bottom: 20px; }
    #about main .text:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.6); }
    #about main .text h3 {
      font-size: 30px;
      padding: 80px 0 70px; }
    #about main .text .text-area {
      width: 1070px;
      max-width: 100%;
      margin: 0 auto 2rem;
      text-align: left; }
  #about main .pic {
    height: 350px;
    background-image: url(../_img/about/img06.jpg);
    background-size: cover;
    background-position: center; }
    #about main .pic#second {
      background-image: url(../_img/about/img07.jpg); }
    #about main .pic#third {
      background-image: url(../_img/about/img08.jpg); }

#contact main .container, #inquiry main .container {
  min-height: 550px;
  padding-top: 40px; }

#contact .left, #inquiry .left {
  color: #333333;
  font-size: 15px;
  line-height: 1.6; }
  #contact .left img, #inquiry .left img {
    margin-top: 10px; }
  #contact .left .logo, #inquiry .left .logo {
    text-align: center;
    margin-bottom: 30px; }
    #contact .left .logo img, #inquiry .left .logo img {
      margin: 0; }
  #contact .left .col-7, #inquiry .left .col-7 {
    text-align: right; }
  #contact .left .text, #inquiry .left .text {
    width: 300px;
    display: inline-block;
    text-align: left; }

#contact .right form, #contact .main form, #inquiry .right form, #inquiry .main form {
  display: block;
  width: 455px;
  max-width: 100%; }
  #contact .right form li, #contact .main form li, #inquiry .right form li, #inquiry .main form li {
    padding-bottom: 7px; }
    #contact .right form li input, #contact .right form li textarea, #contact .main form li input, #contact .main form li textarea, #inquiry .right form li input, #inquiry .right form li textarea, #inquiry .main form li input, #inquiry .main form li textarea {
      width: 100%;
      border: 1px #CCC solid;
      padding: 5px;
      height: 40px;
      line-height: 40px; }
      #contact .right form li input[type=button], #contact .right form li textarea[type=button], #contact .main form li input[type=button], #contact .main form li textarea[type=button], #inquiry .right form li input[type=button], #inquiry .right form li textarea[type=button], #inquiry .main form li input[type=button], #inquiry .main form li textarea[type=button] {
        display: block;
        margin-top: 20px;
        width: 180px;
        height: 30px;
        line-height: 28px;
        padding: 0;
        text-align: center;
        color: #FFFFFF;
        background: #27A5DF;
        margin: auto; }
    #contact .right form li textarea, #contact .main form li textarea, #inquiry .right form li textarea, #inquiry .main form li textarea {
      height: 140px; }
    #contact .right form li.check img, #contact .main form li.check img, #inquiry .right form li.check img, #inquiry .main form li.check img {
      width: 20%;
      height: 40px;
      margin-right: 3%;
      vertical-align: middle;
      cursor: pointer; }
    #contact .right form li.check input, #contact .main form li.check input, #inquiry .right form li.check input, #inquiry .main form li.check input {
      width: 76%; }

#contact .main, #inquiry .main {
  /*inquiry用*/ }
  #contact .main form, #inquiry .main form {
    margin: auto;
    width: 800px;
    max-width: 100%;
    display: block; }
  #contact .main .products, #inquiry .main .products {
    width: 100%;
    margin: auto;
    padding-bottom: 50px; }
    #contact .main .products .head li, #inquiry .main .products .head li {
      background: #EEEEEE; }
    #contact .main .products li, #inquiry .main .products li {
      padding: 10px;
      vertical-align: middle;
      text-align: center; }
    #contact .main .products div.main-pic, #inquiry .main .products div.main-pic {
      display: inline-block;
      vertical-align: middle;
      width: 200px; }
      #contact .main .products div.main-pic .pic, #inquiry .main .products div.main-pic .pic {
        padding-bottom: 100%; }
    #contact .main .products div.name, #inquiry .main .products div.name {
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      color: #666;
      font-size: 15px;
      margin-left: 30px; }
    #contact .main .products .num .button, #inquiry .main .products .num .button {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      margin: 0 5px;
      background: #27A5DF;
      color: #FFFFFF;
      cursor: pointer;
      text-align: center;
      vertical-align: middle; }
      #contact .main .products .num .button:before, #inquiry .main .products .num .button:before {
        content: "\f060";
        font-family: 'FontAwesome'; }
      #contact .main .products .num .button.down:before, #inquiry .main .products .num .button.down:before {
        content: "\f061"; }
    #contact .main .products .num input, #inquiry .main .products .num input {
      display: inline-block;
      width: 60px;
      border: 1px #CCC solid;
      height: 40px;
      line-height: 40px;
      text-align: center; }
  #contact .main .form-row, #inquiry .main .form-row {
    width: 450px;
    max-width: 100%;
    margin: auto; }

#news main .date {
  color: #999999;
  font-size: 15px;
  padding-top: 20px; }

#news main .name {
  font-size: 20px;
  color: #000000; }

#news main .info {
  font-size: 15px;
  color: #666666;
  max-height: 96px;
  overflow: hidden; }

#news main .n-item {
  display: block;
  border-bottom: 1px #CCC solid;
  padding-bottom: 10px;
  line-height: 1.6; }
  #news main .n-item .pic {
    width: 95.5%;
    padding-bottom: 54.76%; }

#news main .press {
  padding: 40px 0px;
  line-height: 1.6; }
  #news main .press .main-pic {
    width: 450px;
    max-width: 100%;
    margin: 30px auto; }
    #news main .press .main-pic .pic {
      width: 100%;
      padding-bottom: 54.76%; }
  #news main .press .info {
    max-height: none;
    padding-bottom: 40px; }

#teach main .p-item {
  display: block;
  padding-bottom: 50px; }
  #teach main .p-item > div {
    width: 97%;
    margin: auto;
    line-height: 1.6; }
    #teach main .p-item > div.img-row {
      padding-bottom: 61%; }
      #teach main .p-item > div.img-row .play {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -33px;
        margin-top: -33px;
        width: 66px;
        height: 66px;
        background-image: url(../_img/layout/play.png); }
    #teach main .p-item > div.name {
      font-size: 20px;
      color: #333333;
      max-height: 64px;
      overflow: hidden; }

#download main {
  /*list-row end*/ }
  #download main .list-row {
    width: 100%;
    color: #333333;
    font-size: 15px;
    line-height: 1.6;
    /*ul*/ }
    #download main .list-row ul {
      /*.head*/ }
      #download main .list-row ul:hover {
        background: #EEE; }
      #download main .list-row ul.head {
        color: #FFFFFF;
        background: #1A298C;
        height: 45px; }
        #download main .list-row ul.head:hover {
          background: #1A298C; }
        #download main .list-row ul.head li {
          height: 45px;
          border-bottom: none; }
          #download main .list-row ul.head li.name {
            padding-left: 8.7%; }
            #download main .list-row ul.head li.name div:before {
              display: none; }
          #download main .list-row ul.head li.size {
            color: #FFFFFF;
            font-size: 15px; }
            #download main .list-row ul.head li.size img {
              vertical-align: middle; }
      #download main .list-row ul li {
        vertical-align: middle;
        border-bottom: 1px #CCC solid;
        height: 65px; }
        #download main .list-row ul li.name {
          width: calc( 100% - 166px); }
          #download main .list-row ul li.name div:before {
            content: '●';
            display: inline-block;
            width: 66px;
            color: #27A5DF;
            text-align: center; }
        #download main .list-row ul li.size {
          width: 166px;
          font-size: 13px;
          color: #999999; }

#cooper main .p-item {
  display: block;
  padding-bottom: 50px; }
  #cooper main .p-item > div {
    width: 95%;
    margin: auto;
    line-height: 1.6; }
    #cooper main .p-item > div.img-row {
      padding-bottom: 58%;
      border: 1px #CCC solid; }
    #cooper main .p-item > div.name {
      padding: 10px;
      font-size: 15px;
      color: #333333;
      height: 144px;
      overflow: hidden; }

#cooper main .class ul {
  font-size: 0;
  text-align: center; }
  #cooper main .class ul li {
    display: inline-block;
    margin: 0 10px;
    font-size: 25px; }
    #cooper main .class ul li:hover, #cooper main .class ul li.active {
      color: #27A5DF; }

#cooper main .press {
  padding: 40px 0px;
  line-height: 1.6; }
  #cooper main .press .name {
    font-size: 20px;
    color: #000000; }
  #cooper main .press .info {
    font-size: 15px;
    color: #666666;
    max-height: 96px;
    overflow: hidden; }
  #cooper main .press .main-pic {
    width: 450px;
    max-width: 100%;
    margin: 30px auto; }
    #cooper main .press .main-pic .pic {
      width: 100%;
      padding-bottom: 54.76%; }
  #cooper main .press .info {
    max-height: none;
    padding-bottom: 40px; }
  #cooper main .press .map {
    width: 100%;
    padding-bottom: 45%;
    margin-bottom: 50px; }

#product {
  /*main end*/ }
  #product main {
    /*.list-row*/ }
    #product main aside {
      width: 220px;
      float: left;
      display: block;
      padding-right: 10px;
      /*level0 ul*/ }
      #product main aside > ul {
        /*level0 li*/ }
        #product main aside > ul > li {
          /*level1 ul*/ }
          #product main aside > ul > li > a {
            display: block;
            color: #FFFFFF;
            font-size: 20px;
            line-height: 38px;
            text-align: center;
            height: 38px;
            overflow: hidden;
            background: #27A5DF;
            position: relative; }
            #product main aside > ul > li > a:after {
              content: ' ';
              position: absolute;
              right: 0;
              top: 0;
              width: 0px;
              height: 0px;
              border-top: 38px transparent solid;
              border-right: 10px #fff solid; }
          #product main aside > ul > li > ul {
            /*level1 li*/ }
            #product main aside > ul > li > ul > li {
              border-bottom: 1px #CCC dashed;
              /*level ul*/ }
              #product main aside > ul > li > ul > li > a {
                display: block;
                color: #666666;
                font-size: 15px;
                line-height: 38px;
                height: 38px;
                text-align: left;
                overflow: hidden;
                background: none;
                position: relative;
                cursor: pointer; }
                #product main aside > ul > li > ul > li > a:before {
                  display: inline-block;
                  content: "\f0da";
                  font-family: 'FontAwesome';
                  width: 22px;
                  text-align: center;
                  color: #27A5DF; }
              #product main aside > ul > li > ul > li.active > a, #product main aside > ul > li > ul > li:hover > a {
                color: #000000;
                background: #C9E8F7; }
                #product main aside > ul > li > ul > li.active > a:before, #product main aside > ul > li > ul > li:hover > a:before {
                  color: #000000; }
                #product main aside > ul > li > ul > li.active > a:after, #product main aside > ul > li > ul > li:hover > a:after {
                  content: ' ';
                  position: absolute;
                  right: 0;
                  top: 0;
                  width: 0px;
                  height: 0px;
                  border-top: 38px transparent solid;
                  border-right: 10px #fff solid; }
              #product main aside > ul > li > ul > li > ul {
                display: none;
                padding: 5px 0px 5px 30px;
                /*level li*/ }
                #product main aside > ul > li > ul > li > ul > li > a {
                  color: #666666;
                  display: block;
                  font-size: 15px;
                  line-height: 2; }
                  #product main aside > ul > li > ul > li > ul > li > a:before {
                    display: inline-block;
                    content: "\f0da";
                    font-family: 'FontAwesome';
                    width: 13px;
                    text-align: left;
                    color: #27A5DF; }
                #product main aside > ul > li > ul > li > ul > li.active > a {
                  color: #26A5DF;
                  text-decoration: underline; }
      #product main aside select {
        width: 100%;
        height: 45px;
        line-height: 45px;
        border: 1px #CCC solid;
        font-size: 15px;
        -webkit-box-shadow: 0px 5px 10px #000;
        box-shadow: 0px 5px 10px #000;
        display: none; }
    #product main div.list-row {
      width: calc(100% - 220px);
      float: left;
      display: block;
      /*p-item*/
      /*.press*/ }
      #product main div.list-row .p_item {
        position: relative;
        margin-bottom: 30px; }
        #product main div.list-row .p_item > div {
          width: 95%;
          margin: auto; }
          #product main div.list-row .p_item > div .pic {
            padding-bottom: 100%;
            background-size: cover;
            overflow: hidden; }
            #product main div.list-row .p_item > div .pic .name {
              position: absolute;
              width: 100%;
              height: auto;
              line-height: 1.6;
              font-size: 20px;
              bottom: 0;
              text-align: center;
              color: #FFFFFF;
              background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
              background: -webkit-linear-gradient(bottom, #000, transparent);
              background: -o-linear-gradient(bottom, #000, transparent);
              background: linear-gradient(to top, #000, transparent);
              padding: 20px 10px; }
      #product main div.list-row.press {
        /*.left*/ }
        #product main div.list-row.press .left {
          padding-left: 10px; }
          #product main div.list-row.press .left .main-pic {
            padding-bottom: 67%;
            margin-bottom: 10px; }
          #product main div.list-row.press .left .s-pic > div {
            padding: 0px 2px; }
            #product main div.list-row.press .left .s-pic > div > div {
              width: 100%;
              padding-bottom: 100%;
              border: 2px #CCC solid;
              background-size: cover;
              cursor: pointer;
              opacity: 0.75;
              -webkit-transition: opacity 0.3s linear;
              -o-transition: opacity 0.3s linear;
              transition: opacity 0.3s linear; }
              #product main div.list-row.press .left .s-pic > div > div:hover, #product main div.list-row.press .left .s-pic > div > div.active {
                border-color: #27A5DF;
                opacity: 1; }
        #product main div.list-row.press .right {
          padding: 0 10px 0 20px;
          line-height: 1.6; }
          #product main div.list-row.press .right .name {
            color: #333333;
            font-size: 20px; }
          #product main div.list-row.press .right .s_info {
            color: #666666;
            font-size: 15px;
            padding: 10px 0px; }
          #product main div.list-row.press .right .button {
            font-size: 15px;
            width: 180px;
            line-height: 40px;
            text-align: center;
            color: #FFFFFF;
            cursor: pointer;
            background-color: #27A5DF; }
        #product main div.list-row.press .info-row {
          padding: 20px 10px;
          color: #666;
          line-height: 1.6;
          font-size: 15px; }

@media only screen and (max-width: 1024px) {
  #lang {
    right: 55px;
    top: 5px;
    z-index: 99; }
  #phone_icon .button {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 20px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 99999;
    cursor: pointer; }
    #phone_icon .button:before, #phone_icon .button:after {
      content: "";
      position: absolute;
      top: 20%;
      width: 100%;
      height: 3px;
      background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%; }
    #phone_icon .button:after {
      content: "";
      top: 60%; }
    #phone_icon .button.action {
      display: block;
      width: 30px;
      height: 20px;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      border-bottom: medium none !important;
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
      #phone_icon .button.action:before {
        top: 50%;
        background: rgba(255, 255, 255, 0.8);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
      #phone_icon .button.action:after {
        top: 50%;
        background: rgba(255, 255, 255, 0.8);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
  header #logo {
    margin-left: 3%; }
  header nav {
    position: fixed;
    width: 100%;
    margin: 0;
    top: -200%;
    -webkit-transition: top 0.5s linear;
    -o-transition: top 0.5s linear;
    transition: top 0.5s linear;
    z-index: 9999; }
    header nav.active {
      top: 0; }
    header nav > ul > li {
      width: 100%;
      line-height: 45px;
      height: auto;
      color: #FFFFFF;
      background: rgba(0, 0, 0, 0.75);
      border-bottom: 1px #CCC solid; }
      header nav > ul > li a {
        height: auto; }
      header nav > ul > li > ul {
        position: relative; }
  /*header*/
  footer #logo {
    width: 20%; }
  footer .text {
    width: 50%;
    font-size: 13px; }
  footer .links {
    display: none; }
  footer .contact {
    width: 29%;
    margin-right: 1%; }
  footer .copyright {
    padding: 20px 5px 5px;
    text-align: center; }
  /*footer*/
  #about main .text {
    padding: 20px 10px; }
  #about main .col-3 {
    width: 50%; }
  #contact .col-6 {
    width: 100%; }
  #contact .right {
    padding: 20px 0px; }
    #contact .right form {
      margin: auto; } }

@media only screen and (max-width: 760px) {
  footer #logo {
    width: 50%;
    text-align: center; }
  footer .text {
    display: none; }
  footer .contact {
    width: 40%;
    margin-right: 10%; }
  #home .products .col-3 {
    width: 50%; }
  #home .cooper .col-2 {
    width: 33.33333%;
    padding: 5px; }
  #news main .col-4, #news main .col-8 {
    width: 100%; }
  #news main .col-8 {
    padding: 0px 10px; }
  #news main .press {
    padding: 40px 10px; }
  #product main aside {
    width: 100%;
    padding-bottom: 50px; }
    #product main aside > ul {
      display: none; }
    #product main aside select {
      display: block; }
  #product main div.list-row {
    width: 100%; }
  #teach main .col-4 {
    width: 50%; }
  #cooper main .col-4 {
    width: 50%; }
  #cooper main .press {
    padding: 40px 10px; }
    #cooper main .press .map {
      width: 100%;
      padding-bottom: 75%;
      margin-bottom: 50px; }
  #inquiry .main .products .head {
    display: none; }
  #inquiry .main .products ul, #inquiry .main .products li {
    width: 100%;
    display: block;
    text-align: center; }
  #inquiry .main .products div.main-pic, #inquiry .main .products div.name {
    display: block;
    margin: 5px auto; } }

@media only screen and (max-width: 640px) {
  #home .cooper .p-item a .pic {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  #product main div.list-row.press .left, #product main div.list-row.press .right {
    padding: 20px 10px;
    width: 100%; }
  #product main div.list-row.press .left .s-pic .col-2 {
    width: 33.333333%; }
  #download main .list-row {
    display: block; }
    #download main .list-row ul {
      display: block;
      height: auto;
      border-bottom: none; }
      #download main .list-row ul.head {
        display: none; }
      #download main .list-row ul li {
        display: block;
        border-bottom: none;
        height: auto; }
        #download main .list-row ul li.name {
          width: 100%;
          padding: none;
          background: #27A5DF;
          color: #FFFFFF;
          padding: 5px 10px;
          margin-top: 20px; }
          #download main .list-row ul li.name:before {
            content: '檔案名稱'; }
          #download main .list-row ul li.name div {
            display: inline-block;
            padding-left: 10px; }
            #download main .list-row ul li.name div:before {
              display: none; }
        #download main .list-row ul li.size {
          width: 100%;
          font-size: 15px;
          color: #666;
          padding: 5px 10px;
          border-bottom: 1px #CCC solid; }
          #download main .list-row ul li.size:before {
            content: '下載檔案'; }
          #download main .list-row ul li.size div {
            display: inline-block;
            padding-left: 10px; } }

@media only screen and (max-width: 480px) {
  footer #logo {
    display: none; }
  footer .contact {
    width: 100%;
    text-align: center;
    margin: 0; }
  #home .products .col-3 {
    width: 100%; }
  #home .cooper .col-2 {
    width: 50%; }
  #about main .pic {
    width: 100%;
    height: 250px; }
  #product main div.list-row .col-4 {
    width: 50%; }
  #teach main .col-4 {
    width: 100%; }
  #cooper main .col-4 {
    width: 100%; }
  #cooper main .press .map {
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 50px; }
  #contact .col-7, #contact .col-5 {
    width: 100%;
    text-align: center; }
    #contact .col-7 .line, #contact .col-7 .text, #contact .col-5 .line, #contact .col-5 .text {
      display: block;
      margin: auto;
      text-align: center; } }
