@charset "UTF-8";
.productList, .productList .Txt, .productData .Txt, .brief, .specification, .albumList a {
  box-sizing: border-box;
}

.productList .Txt h3 a::after, .albumList h3, .albumList p {
  transition: all .5s ease-out;
}

/******內頁******/
/*產品介紹區*/
/*產品介紹縮圖文字*/
/*767*/
/*767 end*/
/*480*/
/*480 end*/
.mainArea {
  padding: 0;
}

.mainArea .titleBox {
  padding-top: 60px;
}

.noteBox {
  margin-bottom: 80px;
  color: #333;
  text-align: center;
}

.classNote {
  max-width: 1400px;
  margin: auto;
  padding-bottom: 10px;
  font-size: 15px;
  color: #222;
  text-align: center;
  line-height: 1.8;
}

.classNote img {
  max-width: 100%;
}

ul.itemList {
  margin: 0 -15px;
}

ul.itemList li {
  padding: 0 15px 30px 15px;
}

ul.itemList li .Img {
  position: relative;
}

ul.itemList li .Img a {
  display: block;
  overflow: hidden;
}

ul.itemList li .Img img {
  display: block;
  width: 100%;
}

ul.itemList li .Txt {
  padding: 15px;
  text-align: center;
  background: #FFF;
}

ul.itemList li .Txt h3 {
  color: #4d7ead;
}

ul.itemList li .Txt h3 strong {
  font-weight: normal;
}

ul.itemList li .Txt h3 strong a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #333;
}

ul.itemList li .Txt h3 strong a:hover {
  color: #da2441;
}

ul.itemList li .Txt .price {
  margin-top: 10px;
}

ul.itemList li .Txt .price strong {
  display: inline-block;
  margin: 0 5px;
}

ul.itemList li .Txt .price strong.normal {
  text-decoration: line-through;
}

ul.itemList li .Txt .price strong.discount b {
  font-size: 18px;
  font-style: italic;
  color: #DB3336;
}

ul.itemList li .Txt p {
  padding-top: 10px;
  font-size: 13px;
  color: #777;
  line-height: 1.8;
  height: 60px;
}

ul.itemList li .ribbon_new {
  display: block;
  background: url(../images/ribbon_new.png) no-repeat;
  width: 112px;
  height: 112px;
  text-indent: -9999px;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 99;
}

ul.itemList li .ribbon_hot {
  display: block;
  background: url(../images/ribbon_hot.png) no-repeat;
  width: 112px;
  height: 112px;
  text-indent: -9999px;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 99;
}

.listWrap {
  padding: 100px 0 150px;
  background: url("../images/home/productBg.png") 50% 50% no-repeat, linear-gradient(to bottom, #f0f0f0 0, transparent 500px) 0 0 no-repeat;
}

.productList {
  width: 1400px;
  margin: auto;
}

.productList.equiment .Txt h3 a {
  font-size: 35px;
}

.productList li {
  position: relative;
  z-index: 1;
}

.productList li + li {
  margin-top: 120px;
}

.productList li:nth-child(odd) .Img {
  float: left;
  opacity: 0;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

.productList li:nth-child(odd) .Txt {
  right: 0;
  bottom: -40px;
  padding-left: 80px;
}

.productList li:nth-child(even) .Img {
  float: right;
  opacity: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}

.productList li:nth-child(even) .Txt {
  left: 0;
  top: -40px;
  padding-left: 30px;
}

.productList .Img {
  position: relative;
  max-width: 1050px;
  max-height: 500px;
  overflow: hidden;
  z-index: 0;
}

.productList .Img img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.productList .Txt {
  position: absolute;
  width: 390px;
  padding: 80px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.productList .Txt::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  z-index: -1;
}

.productList .Txt h3 a {
  color: #03669b;
  font-size: 60px;
  font-weight: 500;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  font-family: 'Lateef', '微軟正黑體', cursive;
}

.productList .Txt h3 a::after {
  content: '';
  display: block;
  margin-bottom: 25px;
  width: 0;
  height: 1px;
  background-color: #03669b;
}

.productList .Txt h3 a.fsDownIn::after {
  width: 30px;
  transition: .7s width ease-out 1s;
}

.productList .Txt:hover h3 a::after {
  width: 50px;
}

.productList .description {
  letter-spacing: 1px;
  line-height: 1.8;
  color: #333;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.productList .arrowBtn {
  margin-top: 50px;
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.productData {
  padding: 90px 0;
}

.productData h1 {
  line-height: 1.2;
  font-size: 60px;
  font-weight: 500;
  color: #03669b;
  text-align: center;
  font-family: 'Lateef', '微軟正黑體', cursive;
}

.productData h1::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #03669b;
  margin: 0 auto 20px;
}

.productData h1.equipment {
  font-size: 40px;
}

.productData h2 {
  margin-bottom: 50px;
  font-weight: 500;
  color: #333;
  text-align: center;
}

.productData .Img {
  line-height: 0;
  text-align: right;
}

.productData .Img img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.productData .Txt {
  max-width: 1130px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 75px 55px 40px;
  margin-top: -45px;
  border: 1px solid #ccc;
}

.brief {
  -webkit-flex: 1 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-right: 35px;
  line-height: 2;
  color: #333;
  background: linear-gradient(to bottom, transparent 40px, #ccc 0, #ccc 100%) 100% 100%/1px 100% no-repeat;
}

.brief h3 {
  margin-bottom: 26px;
  line-height: 1;
  font-size: 25px;
  font-weight: 500;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "游明朝","ヒラギノ明朝 Pr6 W6", "HG明朝E", '新細明體', serif;
}

.specification {
  -webkit-flex: 0 1 450px;
      -ms-flex: 0 1 450px;
          flex: 0 1 450px;
  padding-left: 35px;
  color: #03669b;
}

.specification h3 {
  margin-bottom: 25px;
  line-height: 1;
  font-size: 25px;
  font-weight: 500;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "游明朝","ヒラギノ明朝 Pr6 W6", "HG明朝E", '新細明體', serif;
}

.specificationData {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 155px;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 1px;
}

.specificationData li {
  padding: 5px 0;
}

.specificationData b, .specificationData span {
  display: inline-block;
  vertical-align: middle;
}

.specificationData b {
  padding-right: 5px;
  margin-right: 5px;
  font-weight: 500;
  border-right: 1px solid #c6d5e1;
}

.otherDescrption {
  margin-top: 80px;
  line-height: 1.8;
  color: #333;
  text-align: center;
}

.otherDescrption .titan-lb {
  display: inline-block;
  width: 15%;
  margin: 2px;
  line-height: 0;
}

.otherDescrption .titan-lb img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.albumBox {
  padding: 60px 0 100px;
  text-align: center;
  background-color: #f5f5f5;
}

.albumBox h2 {
  font-size: 25px;
  font-weight: 500;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "游明朝","ヒラギノ明朝 Pr6 W6", "HG明朝E", '新細明體', serif;
}

.albumBox h2::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #03669b;
  margin: 20px auto 65px;
}

.albumBox .moreBtn {
  float: right;
  width: 100px;
  background-color: transparent;
  color: #333;
}

.albumBox .moreBtn::before {
  border-color: transparent transparent transparent #333;
}

.albumBox .moreBtn::after {
  background-color: #333;
}

.productIntro .albumBox {
  margin-right: 30px;
  padding: 0;
}

.productIntro .albumBox .Img img {
  width: 100%;
}

.productIntro .albumBox ul.side_album {
  margin: 2px -1px 0 -1px;
  width: 100%;
}

.productIntro .albumBox ul.side_album li {
  float: left;
  width: 16.6%;
  overflow: hidden;
  padding: 1px;
}

.productIntro .albumBox ul.side_album li a {
  display: block;
}

.productIntro .albumBox ul.side_album li a img {
  display: block;
  width: 100%;
}

.introBox {
  overflow: hidden;
}

.introBox b.code {
  display: block;
  font-size: 12px;
  color: #999;
  font-weight: normal;
}

.introBox .Txt {
  margin-top: 20px;
  font-size: 13px;
  color: #6C6C6C;
  line-height: 1.6;
}

.introBox .share {
  clear: both;
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px dashed #e1e1e1;
}

.introBox .share b {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  color: #666;
}

.introBox .share a {
  display: inline-block;
  width: 25px;
  text-align: center;
  font-size: 18px;
  color: #666;
}

.introBox .share a:hover {
  opacity: 0.8;
}

.introBox .btn {
  padding-top: 20px;
  text-align: center;
}

.introBox .btn a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  color: #FFF;
  border-radius: 3px;
  transition: none;
}

.albumList li {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.albumList a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  height: 230px;
  padding: 25px;
  margin: 15px 0;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  z-index: 1;
}

.albumList a::after {
  z-index: -1;
}

.albumList a:hover h3, .albumList a:hover p {
  opacity: 0;
}

.albumList h3 {
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.albumList p {
  position: relative;
  width: 100%;
  height: 45px;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 15px;
  text-align: left;
}

.albumList p::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.albumList img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.albumDots .slick-dots {
  position: static;
}

.albumDots .slick-dots button::before {
  color: #03669b;
}

.albumDots .slick-dots .slick-active button::before {
  color: #aa8b55;
}

@media (max-width: 1460px) {
  .productList {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .productList .Img {
    width: calc(100% - 330px);
  }
}

@media (max-width: 1180px) {
  .productList li:nth-child(odd) .Txt {
    padding-left: 40px;
  }
  .productList li:nth-child(even) .Txt {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .productList li:nth-child(even) .Img {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .productList .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .productList .Img {
    width: auto;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
  .productList .Img a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 430px;
  }
  .productList .Img img {
    object-fit: cover;
  }
  .productList .Txt {
    position: static;
    width: auto;
    padding: 40px;
    -webkit-flex: 0 1 350px;
        -ms-flex: 0 1 350px;
            flex: 0 1 350px;
  }
}

@media (max-width: 960px) {
  .productData .Txt {
    margin-top: 0;
    padding-top: 40px;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .brief {
    padding-right: 0;
    background-image: none;
  }
  .specification {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    padding-left: 0;
    margin-top: 30px;
  }
  .albumBox .moreBtn {
    float: none;
  }
}

@media (max-width: 768px) {
  .productIntro .albumBox {
    float: none;
    margin: 0 0 30px 0;
  }
  .productList li:nth-child(even) .Txt {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .productList li + li {
    margin-top: 30px;
  }
  .productList .item {
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
  .productList .Img a {
    height: 300px;
  }
  .productList .Txt {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    background-color: #fff;
  }
  .productList .Txt::after {
    display: none;
  }
  .productList .arrowBtn {
    margin-top: 20px;
  }
  .otherDescrption .titan-lb {
    width: 20%;
  }
}

@media (max-width: 640px) {
  .productList li:nth-child(odd) .Txt {
    padding-left: 20px;
  }
  .productList .Img a {
    height: 250px;
  }
  .productList .Txt {
    padding-left: 20px;
    padding-right: 20px;
  }
  .productList .Txt h3 a {
    font-size: 45px;
  }
  .productData .Txt {
    padding-left: 30px;
    padding-right: 30px;
  }
  .specificationData {
    height: auto;
  }
  .specificationData b {
    min-width: 55px;
  }
}

@media (max-width: 480px) {
  .productList .Img a {
    height: 200px;
  }
}
