@charset "UTF-8";
.test {
  height: 500px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 200px) and (max-width: 1920px) {
    .test {
      background-color: blue; } }

.classNote {
  padding-bottom: 10px;
  line-height: 1.8;
  font-size: 15px;
  color: #222;
  text-align: center; }
  .classNote img {
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.albumBox {
  margin-right: 30px;
  padding: 0; }
  .albumBox img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.side_album {
  width: 100%;
  margin: 2px -1px 0; }
  .side_album li {
    float: left;
    width: 16.6%;
    padding: 1px;
    overflow: hidden; }
  .side_album img {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .side_album a {
    display: block; }

/*產品介紹縮圖文字*/
.introBox {
  overflow: hidden; }
  .introBox .Txt {
    margin-top: 20px;
    line-height: 1.6;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #6c6c6c; }
  .introBox .btn {
    text-align: center;
    padding-top: 40px; }
    .introBox .btn a {
      position: relative;
      display: block;
      width: 220px;
      height: 45px;
      line-height: 45px;
      background-color: #5172b3;
      color: #FFF;
      text-align: center;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      overflow: hidden;
      z-index: 1;
      margin-left: auto;
      margin-right: auto;
      padding-right: 15px; }
      @media (max-width: 480px) {
        .introBox .btn a {
          width: 100%; } }
      .introBox .btn a:hover {
        padding-right: 0; }
        .introBox .btn a:hover:before {
          content: '';
          -webkit-transform-origin: left;
          -ms-transform-origin: left;
          transform-origin: left;
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          transform: scale(1, 1); }
        .introBox .btn a:hover:after {
          content: '';
          -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
          transform: translateX(100%); }
      .introBox .btn a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #ACC614;
        z-index: -1;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1); }
      .introBox .btn a:after {
        content: '';
        position: absolute;
        top: 0;
        right: 50px;
        display: block;
        width: 14px;
        height: 45px;
        background-image: url(../images/arrow.png);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s;
        vertical-align: top; }

.share {
  clear: both;
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid #ccc; }
  .share b {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #666; }
  .share a {
    display: inline-block;
    /*width: 25px;*/
    font-size: 18px;
    color: #666;
    text-align: center; }
    .share a:hover {
      opacity: 0.8; }

.code {
  display: block;
  font-size: 13px;
  font-weight: 300;
  color: #999; }

/*767*/
@media (max-width: 767px) {
  .productIntro .albumBox {
    float: none;
    margin: 0 0 30px 0; } }

/*767 end*/
.itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px; }
  .itemList li {
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px; }
    @media (min-width: 981px) {
      .itemList li {
        width: 25%; } }
    @media (min-width: 841px) and (max-width: 980px) {
      .itemList li {
        width: 33.33%; } }
    @media (min-width: 481px) and (max-width: 840px) {
      .itemList li {
        width: 50%; } }
    @media (max-width: 480px) {
      .itemList li {
        width: 100%; } }
  .itemList .item {
    position: relative;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 641px) {
      .itemList .item:hover .Txt {
        opacity: 1; } }
  .itemList img {
    display: block;
    width: 100%; }


  .itemList .Txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 1; }
    @media (min-width: 641px) {
      /*.itemList .Txt {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0; }*/ }
    @media (min-width: 641px) {
      .itemList .Txt:before {
        content: '';
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        background-color: #20518C;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        opacity: 0.9;
        z-index: -1; } }
  .itemList .no {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #ACC614;
    padding-top: 10px; }
    @media (min-width: 641px) {
      .itemList .no:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        width: 160px;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.35);
        margin-left: -80px; } }
  .itemList h3 {
    position: relative;
    text-align: center;
    padding-bottom: 15px; }
    @media (min-width: 641px) {
      .itemList h3 {
        max-width: 160px; } }
    .video .itemList h3 {
      padding-top: 15px; }
      .video .itemList h3:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        width: 160px;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.35);
        margin-left: -80px; }
    @media (min-width: 641px) {
      .itemList h3:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 160px;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.35);
        margin-left: -80px; } }
    .itemList h3 a {
      display: block;
      font-weight: 300;
      letter-spacing: 0.03em; }
      @media (min-width: 641px) {
        .itemList h3 a {
          /*color: #FFF;*/
          color: #222;
        }
           }

.titleArea {
  clear: both;
  margin-bottom: 30px;
  padding: 15px 0;
  border-bottom: 1px solid #b6b6b6; }
  .titleArea h1 {
    font-size: 19px;
    font-weight: 400;
    overflow: hidden; }
    .titleArea h1 strong {
      display: block;
      font-weight: 400; }
    .titleArea h1 b {
      /*標題區左-訊息日期*/
      margin-left: 5px;
      font-size: 12px;
      font-weight: 400;
      color: #a3a3a3; }
  .titleArea .btn-fb {
    /*fb*/
    float: left; }
  .titleArea a.back {
    /*回上頁*/
    float: right;
    display: block;
    margin-left: 5px;
    font-size: 10pt;
    color: #06F;
    cursor: pointer; }
