@charset "UTF-8";
.wrap, .carsouelList .Txt {
  box-sizing: border-box;
}

.inBanner, .insInBanner {
  position: absolute;
  right: 175px;
  text-align: right;
  z-index: 51;
  color: #444244;
}

.inBanner {
  bottom: 280px;
}

.inBanner .titleBox h2 {
  position: static;
  display: inline-block;
  color: #444244;
  text-shadow: none;
}

.inBanner .titleBox p {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 4px;
  margin-left: 10px;
  margin-right: -4px;
  /* font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif; */
  font-family: 'IBM Plex Sans', 'Noto Sans TC', '新細明體', serif;
}

.smallTitle.frTitle {
  float: right;
}

.smallTitle:not(.frTitle) {
  margin: 40px 0;
  font-size: 18px;
  font-weight: 500;
}

.smallTitle[data-en] {
  position: relative;
}

.smallTitle[data-en]::after {
  content: attr(data-en);
  position: absolute;
  top: 10px;
  left: 115%;
  width: 150px;
  text-transform: none;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}

.carsouelList .wrap {
  background: linear-gradient(to bottom, transparent 0, transparent 51%, #f4f4f4 0, #f4f4f4 100%) 0 0 no-repeat;
}

.carsouelList .mTitle {
  display: none;
}

.carsouelList .Txt {
  float: right;
  width: 500px;
  height: 700px;
  padding: 120px 40px 150px;
}

.carsouelList .Txt h3 {
  display: block;
  padding-bottom: 25px;
  font-weight: 500;
  font-size: 28px;
  color: #444244;
  letter-spacing: 7px;
  /* font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif; */
  font-family: 'IBM Plex Sans', 'Noto Sans TC', '新細明體', serif;
}

.carsouelList .Txt > div, .carsouelList .Txt p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.8;
}

.carsouelList .Txt .description {
  margin-bottom: 85px;
  font-size: 15px;
}

.carsouelList .Txt > div {
  padding-left: 17px;
}

.carsouelList .Txt > a {
  display: block;
  margin: 40px 0 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  /* font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif; */
  font-family: 'IBM Plex Sans', 'Noto Sans TC', '新細明體', serif;
}

.carsouelList .Txt .subTitle {
  margin-left: 0;
}

.carsouelList .Img {
  position: absolute;
  width: 65%;
  max-width: 1200px;
  left: 0;
  bottom: 50px;
}

.carsouelList + .wrap {
  position: relative;
}

.carsouelList + .wrap .arrowBox {
  position: absolute;
  right: 40px;
  bottom: 50px;
}

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

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

.serviceList {
  margin: 0 -5px 0;
}

.serviceList .Img {
  overflow: hidden;
}

.serviceList .Img img {
  max-width: 100%;
  height: auto;
  transition: all 1s ease-in;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.serviceList .Txt {
  padding: 20px 0;
}

.serviceList .Txt h3, .serviceList .Txt .enTitle {
  color: #444244;
  /* font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif; */
  font-family: 'IBM Plex Sans', 'Noto Sans TC', '新細明體', serif;
}

.serviceList .Txt .enTitle {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.serviceList .Txt h3 {
  display: block;
  padding: 10px 0 18px;
  font-weight: 500;
  font-size: 18px;
  outline: none;
  letter-spacing: 2px;
}

.serviceList .Txt > div {
  letter-spacing: 1px;
  line-height: 1.8;
}

.serviceList .Txt > div a {
  display: inline-block;
  line-height: 55px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 10px 0;
  color: #fff;
  outline: none;
  background-color: #000;
  vertical-align: middle;
}

.serviceList .Txt > div a:hover {
  background-color: rgb(83, 83, 83);
}

.serviceList .Txt > div a + a {
  margin-left: 10px;
}

.serviceList li {
  padding: 5px;
}

.serviceList li:hover .Img {
  background-color: #fff;
}

.serviceList li:hover .Img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  opacity: .5;
  transition: opacity 1s ease-out, -webkit-transform 10s ease;
  transition: transform 10s ease, opacity 1s ease-out;
  transition: transform 10s ease, opacity 1s ease-out, -webkit-transform 10s ease;
}

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

ul.itemList li {
  width: 365px;
  padding: 0 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 h3 a {
  display: block;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 600;
  color: #444244;
  /* font-family: 'Cormorant Garamond', 'cwTeXMing', '新細明體', serif; */
  font-family: 'IBM Plex Sans', 'Noto Sans TC', '新細明體', serif;
}

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 {
  display: none;
  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;
}

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

@media (max-width: 1400px) {
  .carsouelList .Img {
    width: 60%;
  }
}

@media (max-width: 1350px) {
  .carsouelList .Txt {
    width: 450px;
    padding-right: 20px;
  }
}

@media (max-width: 1180px) {
  .inBanner {
    right: 20px;
    bottom: 160px;
  }
  .carsouelList {
    padding-left: 20px;
    padding-right: 20px;
  }
  .carsouelList .Img {
    position: static;
    width: 100%;
  }
  .carsouelList .Img img {
    max-width: 100%;
    height: auto;
  }
  .carsouelList .Txt {
    width: 100%;
    height: auto;
    padding: 30px;
  }
  .carsouelList .Txt p {
    height: 70px;
    margin-top: 30px;
  }
  .carsouelList .Txt > a {
    margin-top: 20px;
  }
  .carsouelList .wrap {
    padding-left: 0;
    padding-right: 0;
    background-image: linear-gradient(to bottom, transparent 0, transparent 23%, #f4f4f4 0, #f4f4f4 100%);
  }
}

@media (max-width: 1024px) {
  .serviceList li {
    padding-left: 80px;
    padding-right: 80px;
  }
  .smallTitle:not(.frTitle) {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .productIntro .albumBox {
    float: none;
    margin: 0 0 30px 0;
  }
  .carsouelList .Txt h3 {
    font-size: 24px;
  }
  .inBanner {
    bottom: 160px;
  }
}

@media (max-width: 680px) {
  .serviceList li {
    padding-left: 0;
    padding-right: 0;
  }
  .serviceList .arrows {
    display: none !important;
  }
  .inBanner {
    bottom: 100px;
  }
  .carsouelList + .wrap .arrowBox {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .carsouelList .Txt h3 + div {
    font-size: 20px;
  }
  .carsouelList .Txt p {
    height: 120px;
  }
  .carsouelList .Txt > a {
    display: inline-block;
    margin-bottom: 0;
    border-bottom: 1px solid #cecece;
  }
}

@media (max-width: 480px) {
  .inBanner {
    display: none;
  }
}
