@charset "utf-8";
/* CSS Document */

.propro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 500px;
}

.propro li {
  overflow: hidden;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

@media (min-width: 1181px) {
  .propro li.hide {
    display: none;
  }
}

@media (max-width: 1180px) {
  .propro li.hide {
    display: none;
  }
}

.propro.change li {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0;
}

.otherPro li {
  float: left;
}

.propro,
.otherPro {
  margin-left: -16px;
  margin-right: -16px;
}

@media (max-width: 960px) {

  .propro,
  .otherPro {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.propro li,
.otherPro li {
  width: 33.333%;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 32px;
}

@media (max-width: 960px) {

  .propro li,
  .otherPro li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    width: 50%;
  }
}

@media (max-width: 640px) {

  .propro li,
  .otherPro li {
    width: 100%;
  }
}

@media (max-width: 440px) {

  .propro li,
  .otherPro li {
    width: 100%;
  }
}

.propro .item,
.otherPro .item {
  position: relative;
  padding-top: 20px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
}



.propro .item:hover .Img,
.otherPro .item:hover .Img {
  opacity: 0.9;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}


.propro .ribbon,
.otherPro .ribbon {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.propro .Img,
.otherPro .Img {
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.propro .Img img,
.otherPro .Img img {
  display: block;
  width: 100%;
}

.propro .Txt,
.otherPro .Txt {
  padding: 10px 20px 40px;
  text-align: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.propro .text,
.otherPro .text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.propro .text::before,
.otherPro .text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(253, 211, 93, 0.5);
  opacity: 0;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.propro .text a,
.otherPro .text a {
  position: relative;
  z-index: 0;
  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;
  width: 100%;
  height: 100%;
  padding: 30px 45px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.5;
  color: transparent;
  text-align: center;
}

.propro .text a::after,
.otherPro .text a::after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: -1;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background-color: rgba(253, 211, 93, 0.7);
  opacity: 0;
  -webkit-transform: translateY(12px);
  -ms-transform: translateY(12px);
  transform: translateY(12px);
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.propro .mTitle,
.otherPro .mTitle {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: .07em;
  color: #111;
}

.propro h3 a,
.otherPro h3 a {
  position: relative;
  display: block;
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: .05em;
  color: #444;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.propro h3 a::after,
.otherPro h3 a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 1px;
  background-color: #32d199;
}

.propro .price,
.otherPro .price {
  font-size: 27px;
  letter-spacing: .03em;
  color: #111;
  font-family: "Manjari", "Noto Sans TC", sans-serif;
  margin-bottom: 20px;
}

.propro .price::before,
.otherPro .price::before {
  content: 'NT$';
}

.propro .price::after,
.otherPro .price::after {
  content: '元 / 起';
  margin-left: 12px;
  font-size: 12px;
  letter-spacing: .03em;
}


.propro p{
  width: 100%;
  color: #333;
  font-weight: 300;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: .05em;
  text-align: left;
  margin-bottom: 20px;
}

.propro ul li{
  width: 100%;
  padding-left: 15px;
  color: #333;
  font-weight: 300;
  line-height: 21px;
  font-size: 14px;
  letter-spacing: .05em;
  text-align: left;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: solid 1px #eaeaea;
  list-style:disc;
  list-style-position:outside;
  background: url('../images/dd.jpg') no-repeat left 10px;
}

.propro ul li:last-child {
  /*border-bottom: none;*/
  margin-bottom: 20px;
}


.articleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.articleList li {
  width: 33.333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .articleList li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .articleList li {
    width: 100%;
  }
}

.articleList .item {
  width: 100%;
  max-width: 385px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.articleList .item:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.articleList .Img img {
  display: block;
  width: 100%;
}

.articleList .Txt {
  padding: 20px 15px 20px;
}

@media (max-width: 480px) {
  .articleList .Txt {
    padding: 15px;
  }
}

.articleList h3 a {
  display: block;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: .05em;
  color: #323232;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #cfcfcf;
}

.articleList p {
  max-height: 66px;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: .05em;
  color: #757575;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}



.articleList .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}


.articleList .date {
  font-size: 14px;
  font-family: "Red Hat Text", "Noto Sans TC", sans-serif;
  color: #888;
}