@charset "UTF-8";
.favList .deleteBtn, .favList .Txt .classTitle, .favList .item, .favList .favItem {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*****/
.contentBox .leftBox {
  padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}
.contentBox .rightBox {
  padding: 0;
}

.side_contactInfo {
  margin: 0;
}

.thankInfo {
  /*感謝資訊*/
  margin-bottom: 25px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.8;
  color: #2f2f2f;
}

.inquiryNote {
  /*感謝資訊*/
  margin-bottom: 30px;
  padding: 20px 10px;
  font-size: 16px;
  line-height: 1.8;
  font-family: "微軟正黑體", "新細明體", sans-serif;
  color: #2f2f2f;
  background-color: #f1f1f1;
}

.dataTable table {
  border-collapse: collapse;
  border: 1px solid #f6f1eb;
  border-bottom: 2px solid #d6d6d6;
}
.dataTable th {
  padding: 10px;
  border: 1px solid #f6f1eb;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #c69bc8;
}
.dataTable td {
  padding: 10px;
  border: 1px solid #d6d6d6;
  font-size: 15px;
}
.dataTable td input[type=text] {
  height: 25px;
  line-height: 20px;
  border: 1px solid #d6d6d6;
  text-align: center;
}
.dataTable td a {
  color: #4d4d4d;
}
.dataTable td a img {
  width: 50px;
  vertical-align: middle;
  margin-right: 8px;
}

.formBox {
  margin-top: 20px;
  font-size: 13px;
  color: #2f2f2f;
}
.formBox .left {
  margin-bottom: 5px;
}
.formBox label {
  display: inline-block;
  margin-right: 7px;
  font-size: 15px;
  color: #2f2f2f;
}
.formBox label em {
  font-style: normal;
  font-weight: 400;
  font-family: "新細明體", Verdana, Geneva, sans-serif;
  color: #e61f6e;
  /*星號的顏色*/
}
.formBox input[type=text] {
  padding: 5px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
}
.formBox select {
  padding: 5px;
  height: 35px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
}
.formBox textarea {
  width: 100%;
  height: 100px;
  padding: 0 5px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
}

/*驗證碼*/
.checkArea {
  padding-top: 25px;
  clear: both;
}
.checkArea .sliderBox {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.checkArea p.note {
  /*向右滑動解鎖*/
  position: absolute;
  left: 55px;
  top: 7px;
  font-size: 15px;
  font-family: "微軟正黑體";
  color: #999;
}
.checkArea .btn {
  /*送出按鈕*/
  display: inline-block;
  vertical-align: middle;
}
.checkArea .btn a {
  /*送出按鈕*/
  display: inline-block;
  padding: 7px 15px;
  -webkit-box-shadow: 2px 2px 2px #ccc;
          box-shadow: 2px 2px 2px #ccc;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.error {
  border-color: #f00 !important;
}

.checkArea p.note {
  /*向右滑動解鎖*/
  position: absolute;
  left: 55px;
  top: 7px;
  font-size: 15px;
  font-family: "微軟正黑體";
  color: #999;
}

.favList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.favList .favItem {
  width: 25%;
  padding: 20px 10px;
}
@media (max-width: 768px) {
  .favList .favItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 640px) {
  .favList .favItem {
    width: 100%;
  }
}
.favList .item {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.favList .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.favList .Txt {
  position: relative;
  padding: 20px;
}
.favList .Txt .classTitle {
  color: #666;
  text-align: center;
  font-family: "Lora";
  font-size: 15px;
  margin: 0 0 5px 0;
}
.favList .Txt .title a {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #4d4d4d;
  font-family: "Noto Serif TC";
  text-align: center;
}
.favList .deleteBtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fafafa;
  border: none;
  cursor: pointer;
  color: #333;
  font-size: 30px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.favList .deleteBtn:hover {
  color: #f6f1eb;
  background-color: #fff;
}