@charset "UTF-8";
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 15px;
  color: #333;
  background-image: url("../images/layout/bg.png");
  background-repeat: repeat;
  line-height: 1.5;
  font-family: 'Arial', 'Microsoft JhengHei' , '微軟正黑體' , sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  html *,
  body * {
    outline: none; }

.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(209, 20, 27, 0.8);
    z-index: 99999;
    display: block; }

.pace-inactive {
  display: none; }

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

.animate {
  -webkit-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

.clearfix:after, .clearfix:before {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

p {
  margin-bottom: 5px; }

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

* {
  -webkit-overflow-scrolling: touch; }

a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
  color: inherit; }
  a:active, a:hover {
    outline: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }

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

/*泛用表格*/
.t {
  display: table; }
  .t > .t-row {
    display: table-row; }
    .t > .t-row > .t-cell {
      display: table-cell;
      vertical-align: middle;
      border-collapse: collapse;
      margin: 0;
      padding: 0; }

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  .container.w2 {
    width: 1180px; }
  .container.w3 {
    width: 1000px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.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;
  padding-left: 15px;
  padding-right: 15px; }

.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%; }

.pic {
  position: relative;
  font-size: 0;
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 100%; }
  .pic > span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0; }
    .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; }

.bg_img {
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

.editor {
  word-break: break-all;
  /* Begin bidirectionality settings (do not change) */ }
  .editor i {
    font-style: italic; }
  .editor em, .editor b, .editor strong {
    font-weight: bold; }
  .editor img {
    height: auto !important; }
  .editor html, .editor address, .editor blockquote, .editor body, .editor dd, .editor div, .editor dl, .editor dt, .editor fieldset, .editor form,
  .editor frame, .editor frameset, .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor noframes, .editor ol, .editor p, .editor ul, .editor center,
  .editor dir, .editor hr, .editor menu, .editor pre {
    display: block; }
  .editor li {
    display: list-item; }
  .editor head {
    display: none; }
  .editor table {
    display: table; }
  .editor tr {
    display: table-row; }
  .editor thead {
    display: table-header-group; }
  .editor tbody {
    display: table-row-group; }
  .editor tfoot {
    display: table-footer-group; }
  .editor col {
    display: table-column; }
  .editor colgroup {
    display: table-column-group; }
  .editor td, .editor th {
    display: table-cell; }
  .editor caption {
    display: table-caption; }
  .editor th {
    font-weight: bolder;
    text-align: center; }
  .editor caption {
    text-align: center; }
  .editor body {
    margin: 8px; }
  .editor h1 {
    font-size: 2em;
    margin: .67em 0; }
  .editor h2 {
    font-size: 1.5em;
    margin: .75em 0; }
  .editor h3 {
    font-size: 1.17em;
    margin: .83em 0; }
  .editor h4, .editor p, .editor blockquote, .editor ul, .editor fieldset, .editor form, .editor ol, .editor dl, .editor dir, .editor menu {
    margin: 1.12em 0; }
  .editor h5 {
    font-size: .83em;
    margin: 1.5em 0; }
  .editor h6 {
    font-size: .75em;
    margin: 1.67em 0; }
  .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6, .editor b, .editor strong {
    font-weight: bolder; }
  .editor blockquote {
    margin-left: 40px;
    margin-right: 40px; }
  .editor i, .editor cite, .editor em, .editor var, .editor address {
    font-style: italic; }
  .editor pre, .editor tt, .editor code, .editor kbd, .editor samp {
    font-family: monospace; }
  .editor pre {
    white-space: pre; }
  .editor button, .editor textarea, .editor input, .editor select {
    display: inline-block; }
  .editor big {
    font-size: 1.17em; }
  .editor small, .editor sub, .editor sup {
    font-size: .83em; }
  .editor sub {
    vertical-align: sub; }
  .editor sup {
    vertical-align: super; }
  .editor table {
    border-spacing: 2px; }
  .editor thead, .editor tbody, .editor tfoot {
    vertical-align: middle; }
  .editor td, .editor th {
    vertical-align: inherit; }
  .editor s, .editor strike, .editor del {
    text-decoration: line-through; }
  .editor hr {
    border: 1px inset; }
  .editor ol, .editor ul, .editor dir, .editor menu, .editor dd {
    margin-left: 40px; }
  .editor ol {
    list-style-type: decimal; }
  .editor ol ul, .editor ul ol, .editor ul ul, .editor ol ol {
    margin-top: 0;
    margin-bottom: 0; }
  .editor u, .editor ins {
    text-decoration: underline; }
  .editor br:before {
    content: "\A"; }
  .editor :before, .editor :after {
    white-space: pre-line; }
  .editor center {
    text-align: center; }
  .editor :link, .editor :visited {
    text-decoration: underline; }
  .editor :focus {
    outline: thin dotted invert; }
  .editor BDO[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: bidi-override; }
  .editor BDO[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: bidi-override; }
  .editor *[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: embed; }
  .editor *[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: embed; }
  @media print {
    .editor h1 {
      page-break-before: always; }
    .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
      page-break-after: avoid; }
    .editor ul, .editor ol, .editor dl {
      page-break-before: avoid; } }

.txt-left {
  text-align: left; }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

header {
  width: 100%;
  display: block;
  position: relative;
  background: #FFFFFF; }
  header #logo, header nav, header #top-line {
    display: block;
    float: left;
    padding: 9px 0; }
  header #logo {
    width: 200px; }
  header nav {
    width: calc( 100% - 200px - 280px);
    padding: 0; }
    header nav > ul > li {
      display: block;
      list-style: none;
      float: left;
      width: calc( 100% / 6); }
      header nav > ul > li a {
        display: block;
        padding: 20px 0;
        font-size: 16px; }
        header nav > ul > li a i {
          font-size: 21px; }
        header nav > ul > li a span {
          display: block;
          margin: 5px auto;
          font-weight: bold; }
        header nav > ul > li a:hover, header nav > ul > li a.active {
          background: rgba(0, 146, 229, 0.1);
          color: #0092E5; }
  header #top-line {
    width: 280px;
    float: right;
    color: #001258;
    font-size: 15px; }
    header #top-line > img, header #top-line > div {
      display: inline-block;
      vertical-align: middle; }
    header #top-line .line-text span {
      color: #D1141B;
      font-weight: bold; }

footer {
  width: 100%;
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 2; }
  footer .line {
    padding: 40px;
    background: url(../images/layout/cubes.png);
    color: #001258; }
    footer .line img {
      display: block;
      margin: 0 auto 10px; }
  footer .copyright {
    padding: 20px 0;
    color: #FFFFFF;
    background: #001258; }

h1.title {
  color: #001258;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0; }
  h1.title:after {
    content: " ";
    display: block;
    width: 50px;
    margin: 0 auto;
    border-top: 2px #F60000 solid; }

div.title {
  padding: 20px 0;
  position: relative; }
  div.title a.more {
    position: absolute;
    right: 0;
    top: 50px;
    font-size: 15px; }
    div.title a.more img {
      margin-right: 10px; }

.main-block {
  margin: 20px auto 50px; }

/*--- pagination ---*/
#pagination {
  margin: 3rem 0; }
  #pagination .page-list {
    text-align: center; }
    #pagination .page-list > li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px; }
    #pagination .page-list .page-item {
      display: inline-block;
      margin: 0 5px;
      color: #333;
      -webkit-transition: all .1s ease;
      -o-transition: all .1s ease;
      transition: all .1s ease; }
      #pagination .page-list .page-item:hover, #pagination .page-list .page-item.active {
        -webkit-transition: all .1s ease;
        -o-transition: all .1s ease;
        transition: all .1s ease; }
        #pagination .page-list .page-item:hover a, #pagination .page-list .page-item.active a {
          border: 1px #0092E5 solid;
          border-radius: 50%;
          -webkit-transition: all .25s ease;
          -o-transition: all .25s ease;
          transition: all .25s ease; }
      #pagination .page-list .page-item a {
        border: 1px transparent solid;
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 100%;
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease; }

/*------FORM--------*/
.form-item {
  display: inline-block;
  border: 1px #001258 solid;
  border-radius: 20px;
  padding: 0.5em 10px;
  height: 3em;
  line-height: 1em; }

.form {
  max-width: 820px;
  margin: 30px auto;
  /*次選單*/
  /*.subList*/ }
  .form li {
    display: block;
    float: left;
    margin: 0;
    padding: 0 0 20px 0; }
    .form li label, .form li .notice {
      width: 100%;
      padding: 0 0 5px 10px;
      display: block; }
    .form li label {
      font-size: 15px;
      font-weight: bold;
      color: #001258; }
    .form li .notice {
      color: #F60000; }
    .form li.w50 {
      width: 48%;
      margin-right: 2%; }
    .form li.w100 {
      width: 98%; }
    .form li input, .form li select {
      margin: 0;
      width: 100%; }
      .form li input.w50, .form li select.w50 {
        width: calc( 50% - 4px); }
      .form li input[type=file], .form li select[type=file] {
        width: 80%; }
    .form li a.button {
      display: inline-block;
      width: 18%;
      text-align: center;
      cursor: pointer;
      border: 1px #001258 solid;
      background: #001258;
      color: #FFFFFF;
      border-radius: 20px;
      padding: 5px 0; }
    .form li textarea {
      width: 100%;
      height: 10em; }
    .form li .captcha {
      display: inline-block;
      cursor: pointer;
      margin: 0 0 0 10px;
      width: 120px;
      height: auto;
      vertical-align: middle; }
  .form .subList {
    /*item1,2*/ }
    .form .subList .pic-item {
      min-width: 50px;
      height: auto;
      margin: 5px;
      display: inline-block;
      border: 5px #001258 solid;
      border-radius: 5px;
      overflow: hidden;
      position: relative;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      text-align: left; }
      .form .subList .pic-item .s-button {
        display: none;
        position: absolute;
        right: 1px;
        top: 3px;
        color: #c21c1c;
        cursor: pointer;
        z-index: 999;
        width: 30px;
        font-size: 30px;
        line-height: 30px;
        text-shadow: #FFF 0px 0px 5px,#FFF 0px 0px 5px; }
        .form .subList .pic-item .s-button.del {
          top: 1px; }
        .form .subList .pic-item .s-button.open {
          right: 35px;
          color: #477dce;
          font-size: 25px; }
      .form .subList .pic-item .pic {
        width: 100%;
        height: 50px;
        background-position: 50% 50%;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat; }
      .form .subList .pic-item input {
        margin: 0;
        border-radius: 0; }
        .form .subList .pic-item input[type=button] {
          width: 100%; }
      .form .subList .pic-item label.button {
        width: 100%;
        margin: 0;
        border-radius: 0;
        text-align: center;
        font-size: 14px; }
      .form .subList .pic-item:hover {
        border-color: #c21c1c; }
        .form .subList .pic-item:hover .s-button {
          display: block; }

.button-row .button {
  display: inline-block;
  width: 200px;
  height: 35px;
  line-height: 35px;
  border-radius: 20px;
  color: #FFFFFF;
  background: #001258;
  cursor: pointer; }

.mobile {
  display: none; }

#banner {
  position: relative;
  display: block;
  height: 500px;
  /*search-area*/ }
  #banner .slick .pic-item {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 500px; }
  #banner #search-area {
    position: absolute;
    width: 100%;
    max-width: 480px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 114px;
    /*form-block*/ }
    #banner #search-area .form-block {
      width: 480px;
      margin: 15px auto;
      background: rgba(255, 255, 255, 0.5);
      border: 1px #FFFFFF solid;
      max-width: 100%;
      /*tabs-row*/ }
      #banner #search-area .form-block .tabs-row .tab {
        width: 50%;
        float: left;
        display: block;
        font-size: 20px;
        font-weight: bold;
        padding: 10px 0;
        cursor: pointer;
        background: rgba(255, 255, 255, 0.5); }
        #banner #search-area .form-block .tabs-row .tab span {
          display: inline-block;
          vertical-align: middle;
          font-size: 14px; }
          #banner #search-area .form-block .tabs-row .tab span.arr {
            background-image: url(../images/layout/icon-arr.png);
            background-size: contain;
            background-repeat: no-repeat;
            width: 10px;
            height: 10px;
            position: relative;
            top: -1px;
            margin-left: 15px; }
        #banner #search-area .form-block .tabs-row .tab.active {
          background: rgba(0, 146, 229, 0.8);
          color: #ffffff; }
          #banner #search-area .form-block .tabs-row .tab.active span.arr {
            background-image: url(../images/layout/icon-arr-white.png); }
      #banner #search-area .form-block .key-in {
        padding: 17px 0;
        position: relative; }
        #banner #search-area .form-block .key-in input {
          display: block;
          width: calc( 100% - 60px);
          margin: auto;
          padding: 15px;
          border: 1px #CCCCCC solid; }
        #banner #search-area .form-block .key-in #search-icon {
          position: absolute;
          right: 40px;
          top: 28px;
          color: #0092E5;
          font-size: 25px;
          cursor: pointer; }
  #banner .cover-text {
    background: rgba(255, 255, 255, 0.8);
    color: #F60000;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 0; }

.product-item {
  width: 95%;
  margin: 10px auto; }
  .product-item .pic {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; }
    .product-item .pic span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: rgba(0, 146, 229, 0.3);
      opacity: 0;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .product-item .pic span i {
        color: #FFFFFF;
        font-size: 50px; }
    .product-item .pic:hover span {
      opacity: 1; }
  .product-item .name {
    background: #EEEEEE;
    padding: 20px;
    font-size: 15px;
    color: #001258;
    line-height: 2; }
    .product-item .name span {
      display: block;
      color: #989898; }

.product-class-item {
  width: 100%;
  margin: 10px auto; }
  .product-class-item .pic {
    padding-bottom: 69.68%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; }
    .product-class-item .pic span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: rgba(204, 204, 204, 0.6);
      opacity: 0;
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
      font-size: 18px;
      color: #001258;
      line-height: 2; }
    .product-class-item .pic:hover span {
      opacity: 1; }

#product {
  /*main-area*/ }
  #product .main-area {
    /*product-detail*/ }
    #product .main-area .side-class, #product .main-area .product-list, #product .main-area .product-detail {
      float: left; }
    #product .main-area .side-class {
      width: 200px;
      font-size: 16px; }
      #product .main-area .side-class li.class {
        margin-bottom: 10px; }
        #product .main-area .side-class li.class .class-name {
          cursor: pointer;
          background-color: #001258;
          color: #fff;
          font-weight: bold;
          padding: 5px 0;
          border-radius: 15px; }
        #product .main-area .side-class li.class .sub-class {
          margin: 0;
          display: none;
          padding: 10px 0;
          color: #232323; }
          #product .main-area .side-class li.class .sub-class li {
            padding: 5px 0; }
            #product .main-area .side-class li.class .sub-class li.active {
              color: #0092E5; }
        #product .main-area .side-class li.class.active .class-name {
          background: #0092E5;
          color: #FFFFFF;
          border-radius: 15px; }
        #product .main-area .side-class li.class.active .sub-class {
          display: block; }
    #product .main-area .product-list {
      width: calc( 100% - 250px);
      margin-left: 50px; }
      #product .main-area .product-list .cf {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #product .main-area .product-detail {
      width: calc( 100% - 250px);
      margin-left: 50px; }
    #product .main-area .back-link {
      margin: 30px 0;
      padding: 10px 0;
      color: #232323;
      font-size: 15px; }
    #product .main-area .product-detail {
      /*product-data*/ }
      #product .main-area .product-detail .product-pic, #product .main-area .product-detail .product-data {
        float: left; }
      #product .main-area .product-detail .product-pic {
        width: 420px; }
        #product .main-area .product-detail .product-pic .main-pic {
          margin-bottom: 10px; }
          #product .main-area .product-detail .product-pic .main-pic .pic {
            padding-bottom: 100%; }
        #product .main-area .product-detail .product-pic .sub-pics .pic-item {
          display: block;
          float: left;
          width: 19%;
          margin: 0 1% 5px 0; }
          #product .main-area .product-detail .product-pic .sub-pics .pic-item .pic {
            padding-bottom: 100%; }
      #product .main-area .product-detail .product-data {
        margin-left: 80px;
        width: calc( 100% - 500px);
        font-size: 15px;
        color: #333;
        /*ul.data*/ }
        #product .main-area .product-detail .product-data h2.title {
          color: #001258;
          font-size: 20px;
          font-weight: bold;
          margin: 0 0 10px 0; }
        #product .main-area .product-detail .product-data .class-name {
          margin: 0 0 20px 0; }
        #product .main-area .product-detail .product-data ul.data {
          margin: 0;
          padding: 0;
          /*li*/ }
          #product .main-area .product-detail .product-data ul.data > li {
            margin: 0;
            padding: 5px 0;
            border-top: 1px #0092E5 solid; }
            #product .main-area .product-detail .product-data ul.data > li > div.title {
              padding: 10px 0;
              color: #001258;
              position: relative;
              cursor: pointer; }
              #product .main-area .product-detail .product-data ul.data > li > div.title i {
                position: absolute;
                right: 0;
                color: #0092E5;
                font-size: 20px; }
                #product .main-area .product-detail .product-data ul.data > li > div.title i.fa-angle-up {
                  display: none; }
            #product .main-area .product-detail .product-data ul.data > li .editor {
              padding: 10px 0;
              display: none; }
            #product .main-area .product-detail .product-data ul.data > li.active > div.title i.fa-angle-up {
              display: inline; }
            #product .main-area .product-detail .product-data ul.data > li.active > div.title i.fa-angle-down {
              display: none; }

#share .main-area {
  font-size: 15px;
  color: #001258; }

.news-item {
  width: 100%;
  margin: 10px auto;
  padding: 0 0 10px 0;
  font-size: 15px;
  border-bottom: 1px #707070 solid; }
  .news-item .date {
    color: #0092E5; }
  .news-item .name {
    color: #1A1311;
    padding: 10px 0; }

#news {
  /*main-area*/ }
  #news .main-area {
    /*news-detail*/ }
    #news .main-area .side-class, #news .main-area .news-list {
      float: left; }
    #news .main-area .side-class {
      width: 200px;
      font-size: 16px; }
      #news .main-area .side-class li.class .class-name {
        cursor: pointer;
        color: #001258;
        font-weight: bold;
        padding: 5px 0; }
      #news .main-area .side-class li.class.active .class-name {
        background: #0092E5;
        color: #FFFFFF;
        border-radius: 15px; }
    #news .main-area .news-list {
      width: calc( 100% - 350px);
      margin-left: 150px; }
    #news .main-area .news-detail {
      font-size: 15px; }
      #news .main-area .news-detail .date, #news .main-area .news-detail .name, #news .main-area .news-detail .info .editor {
        max-width: 820px;
        margin: 10px auto; }
      #news .main-area .news-detail .date {
        color: #0092E5; }
      #news .main-area .news-detail .name {
        color: #1A1311;
        padding: 10px 0;
        font-size: 18px; }
      #news .main-area .news-detail .info {
        padding: 20px 0;
        margin: 30px auto;
        border-top: 1px #001258 solid;
        border-bottom: 1px #001258 solid; }

.question-item {
  border: 1px #FFFFFF solid;
  border-radius: 20px;
  padding: 10px 20px;
  margin: 0 auto 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  position: relative; }
  .question-item .plus {
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
    color: #005AA2;
    font-size: 25px; }
  .question-item ul {
    width: 95%;
    margin: 0;
    padding: 0; }
    .question-item ul li {
      display: block;
      padding: 20px 0;
      font-size: 15px; }
      .question-item ul li .tag, .question-item ul li .name, .question-item ul li .content {
        display: inline-block;
        vertical-align: middle; }
      .question-item ul li .tag {
        width: 30px;
        color: #0092E5;
        font-size: 30px;
        margin: 0 10px 0 0;
        line-height: 15px; }
      .question-item ul li .name, .question-item ul li .content {
        width: calc( 100% - 45px); }
      .question-item ul li .name {
        color: #091329;
        font-weight: bold; }
      .question-item ul li .content {
        vertical-align: top; }
      .question-item ul li.quest {
        cursor: pointer; }
      .question-item ul li.answer {
        display: none;
        border-top: 1px #0092E5 solid; }

#contact .line-mid {
  padding: 10px 0 40px;
  color: #001258; }
  #contact .line-mid img {
    display: block;
    margin: 0 auto 10px; }

.links-item {
  border: 1px #0092E5 solid;
  border-radius: 20px;
  padding: 10px 20px;
  margin: 0 auto 30px;
  position: relative; }
  .links-item a {
    color: #091329;
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding: 20px 10px; }
  .links-item .play {
    position: absolute;
    right: 25px;
    top: 30px;
    cursor: pointer;
    color: #005AA2;
    font-size: 25px; }

.business-list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px; }
  .business-list .business-table {
    width: 100%; }
    .business-list .business-table th {
      background-color: #001258;
      color: #fff;
      padding: 5px;
      font-size: 1.2rem; }
      .business-list .business-table th.date, .business-list .business-table th.category {
        width: 120px;
        text-align: center; }
    .business-list .business-table td {
      padding: 5px;
      font-size: 1.1rem; }
      .business-list .business-table td a {
        display: block; }
        .business-list .business-table td a:hover {
          text-decoration: underline; }
      .business-list .business-table td.date, .business-list .business-table td.category {
        width: 120px;
        text-align: center; }
    .business-list .business-table tbody tr:nth-child(even) {
      background-color: rgba(0, 18, 88, 0.1); }

.business-add .title {
  text-align: center;
  color: #001258;
  font-size: 1.5rem;
  font-weight: bold; }

.business-detail .category {
  font-size: 1.2rem;
  font-weight: bold; }

.business-detail .date {
  color: #001258; }

.business-detail .title {
  font-size: 1.5rem;
  font-weight: bold; }

.business-detail .button {
  margin: 100px 0; }

@media only screen and (max-width: 1024px) {
  /*--- header ---*/
  #burger {
    width: 35px;
    height: 35px;
    font-size: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.8); }
    #burger span {
      background-color: #5e5e5e;
      display: block;
      position: absolute;
      top: 5px;
      left: 0;
      right: 0;
      height: 2px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-transition-delay: 0.2s, 0s;
      -o-transition-delay: 0.2s, 0s;
      transition-delay: 0.2s, 0s; }
      #burger span:nth-child(2) {
        top: 14px;
        -webkit-transition-property: all, -webkit-transform;
        transition-property: all, -webkit-transform;
        -o-transition-property: all, transform;
        transition-property: all, transform;
        transition-property: all, transform, -webkit-transform; }
      #burger span:last-child {
        top: 23px;
        -webkit-transition-property: all, -webkit-transform;
        transition-property: all, -webkit-transform;
        -o-transition-property: all, transform;
        transition-property: all, transform;
        transition-property: all, transform, -webkit-transform;
        -webkit-transition-delay: 0.2s, 0s;
        -o-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s; }
    #burger.active {
      position: fixed; }
      #burger.active span {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 14px;
        left: 0px; }
        #burger.active span:nth-child(2), #burger.active span:last-child {
          -webkit-transition-property: top,-webkit-transform;
          transition-property: top,-webkit-transform;
          -o-transition-property: top,transform;
          transition-property: top,transform;
          transition-property: top,transform,-webkit-transform;
          -webkit-transition-property: all, -webkit-transform;
          transition-property: all, -webkit-transform;
          -o-transition-property: all, transform;
          transition-property: all, transform;
          transition-property: all, transform, -webkit-transform; }
        #burger.active span:nth-child(2) {
          left: -100%;
          opacity: 0;
          -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
          transform: rotate(0);
          -webkit-transition-delay: 0.2s, 0s;
          -o-transition-delay: 0.2s, 0s;
          transition-delay: 0.2s, 0s; }
        #burger.active span:last-child {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  header {
    z-index: 9999; }
    header #logo {
      padding: 10px 0; }
    header nav {
      position: fixed;
      width: 80vw;
      max-width: 280px;
      height: 100vh;
      margin-top: 0;
      padding-left: 0;
      right: 0;
      top: 0;
      overflow: auto;
      font-size: 1rem;
      background-color: rgba(255, 255, 255, 0.8);
      -webkit-transform: translateX(80vw);
      -ms-transform: translateX(80vw);
      transform: translateX(80vw);
      -webkit-transition: all .65s ease-out;
      -o-transition: all .65s ease-out;
      transition: all .65s ease-out; }
      header nav.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 0.4s cubic-bezier(0.1, 0.58, 0.42, 0.85);
        -o-transition: all 0.4s cubic-bezier(0.1, 0.58, 0.42, 0.85);
        transition: all 0.4s cubic-bezier(0.1, 0.58, 0.42, 0.85); }
      header nav > ul > li {
        float: none;
        width: 100%; }
  /** product **/
  .product-class-item .pic span {
    opacity: 1; }
  #product .main-area .side-class, #product .main-area .product-list, #product .main-area .product-detail {
    float: none;
    width: 97%;
    margin: 30px auto; }
  #product .main-area .product-detail .product-pic, #product .main-area .product-detail .product-data {
    float: none;
    width: 100%;
    margin: 20px auto; }
  #product .main-area .product-detail .product-pic {
    max-width: 420px; }
  /** news **/
  #news .main-area .side-class, #news .main-area .news-list {
    float: none;
    width: 97%;
    margin: 30px auto; }
  /** common */
  .side-class select {
    width: 95%;
    font-size: 20px; }
  .desktop {
    display: none; }
  .mobile {
    display: block; } }

/*1024*/
@media only screen and (max-width: 640px) {
  header #logo, header #top-line {
    display: block;
    width: 100%;
    float: none;
    text-align: center; }
  /*index*/
  #banner .cover-text {
    padding: 10px 5px;
    text-align: left; }
  div.title a.more {
    display: block;
    text-align: center;
    position: static; }
  .col-4, .col-3 {
    width: 50%; } }

@media only screen and (max-width: 480px) {
  .col-4, .col-3 {
    width: 100%; }
  .form li.w50 {
    width: 98%;
    margin: auto; } }
