@charset "UTF-8";



.btnArea{
  clear:both;
  margin-top:30px;}

.btnArea > a{
  margin-bottom:5px;
  display:inline-block;
  padding:10px 20px;
  font-size:15px;
  color:#FFF;
  border-radius:3px;
  min-width: 120px;
  text-align: center;
  -webkit-transition:none;
  -moz-transition:none;
  -o-transition:none;
  transition:none;
}

.btnArea p{
  margin-top:5px;
  color:#d92047;}


.agree {
  margin-top: 20px;
}

.agree li {
  width: 50%;
}

.agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #555;
}

.agree input[type="checkbox"] + label {
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.agree input[type="checkbox"] + label span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  border: 2px solid #a9b2bb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.agree input[type="checkbox"] + label span:before {
  content: '\f00c';
  font-family: FontAwesome;
  position: absolute;
  top: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(30deg);
  -ms-transform: translateX(-50%) rotate(30deg);
  transform: translateX(-50%) rotate(30deg);
  color: #fff;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.agree .check {
  display: none;
}

.agree .check:checked + label {
  color: #5b4023;
}

.agree .check:checked + label span {
  background: #a9b2bb;
}

.agree .check:checked + label span:before {
  top: 5px;
  opacity: 1;
  -webkit-transform: translateX(-50%) rotate(0deg);
  -ms-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}



  .contentBox .leftBox {
    float: left;
    width: 250px;
    padding-right: 40px;
    border-right: 1px solid #e6e6e6;
  }

  .contentBox .rightBox {
    width: 100%;
    padding-left: 40px;
  }

@media (max-width: 767px) {
  .contentBox .leftBox {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .contentBox .rightBox {
    width: 100%;
    padding-left: 0px;
  }
}

.contentBox .m_classLink {
  width: 100%;
  margin-bottom: 20px;
}




.mainArea {
  position: relative;
  z-index: 2;
}


header.menuHeader {
  top: -100%;
  opacity: 0;
  transition: all .6s ease-in-out;
}

header.menuHeader.show {
  top: 0;
  opacity: 1;
}

header.product {
  transition: all .6s ease-in-out;
}

header.product.hide {
  top: -100%;
  opacity: 0;
}

header.product .right {
  padding-right: 100px;
}

.classNoteArea {
  padding: 20px 60px 80px;
}

@media (max-width: 1180px) {
  .classNoteArea {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }
}

.classNoteArea .topItemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1023px) {
  .classNoteArea .topItemBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.classNoteArea .bottomItemBox {
  padding-top: 55px;
  overflow-x: auto;
}

.classNoteArea .bottomItemBox table {
  min-width: 1000px;
}

.classNoteArea .leftItem {
  position: relative;
  width: 410px;
}

@media (min-width: 1024px) {
  .classNoteArea .leftItem {
    padding-right: 60px;
  }
}

@media (max-width: 1023px) {
  .classNoteArea .leftItem {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.classNoteArea .leftItem::after {
  content: '';
  position: absolute;
  background-color: #c4c4c4;
}

@media (min-width: 1024px) {
  .classNoteArea .leftItem::after {
    right: 0;
    top: 50%;
    margin-top: -42px;
    width: 1px;
    height: 84px;
  }
}

@media (max-width: 1023px) {
  .classNoteArea .leftItem::after {
    left: 0;
    bottom: 0;
    width: 80px;
    height: 1px;
  }
}

.classNoteArea .rightItem {
  font-size: 15px;
  letter-spacing: .05em;
  color: #3d3d3d;
  font-weight: 300;
  line-height: 1.7;
}

@media (min-width: 1024px) {
  .classNoteArea .rightItem {
    width: calc(100% - 410px);
    padding-left: 60px;
  }
}

@media (max-width: 1023px) {
  .classNoteArea .rightItem {
    width: 100%;
  }
}

.classNoteArea .list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.classNoteArea .list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 17px;
  width: 4px;
  height: 4px;
  background-color: #b99a5f;
  border-radius: 50%;
}

.classNoteArea .list .left {
  position: relative;
  padding-right: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.classNoteArea .list .left::after {
  content: '';
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
  height: 12px;
  background-color: #c4c4c4;
}

.classNoteArea .list .right {
  padding-left: 12px;
}

.classNoteArea .title {
  margin-bottom: 12px;
  font-size: 14px;
  letter-spacing: .45em;
  color: #5b4023;
}

.classNoteArea .en {
  margin-bottom: 20px;
  font-family: "Manjari", "Noto Sans TC", sans-serif;
  font-size: 35px;
  color: #505050;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .classNoteArea .en {
    font-size: 30px;
  }
}

.classNoteArea .text {
  line-height: 1.7;
  font-size: 16px;
  letter-spacing: .05em;
  color: #7d7d7d;
}

@media (max-width: 1023px) {
  .contentBox {
    padding-top: 20px;
  }
}

.functionArea {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

@media (min-width: 1024px) {
  .functionArea {
    -webkit-transform: translateY(-37px);
    -ms-transform: translateY(-37px);
    transform: translateY(-37px);
  }
}

@media (max-width: 1023px) {
  .functionArea {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}

.categoryArea {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 320px;
  background-color: #9c9c9c;
}

@media (max-width: 1023px) {
  .categoryArea {
    width: 100%;
    height: 50px;
  }
}

.categoryArea .mainTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 18px;
  letter-spacing: .05em;
  font-family: "Manjari", "Noto Sans TC", sans-serif;
  color: #fff;
}

@media (max-width: 1023px) {
  .categoryArea .mainTitle {
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 100%;
  }
}

.categoryArea .mainTitle::after {
  content: '\f107';
  margin-left: 25px;
  font-family: FontAwesome;
  font-size: 20px;
}

.categoryList {
  position: absolute;
  left: 0;
  top: 110%;
  z-index: 5;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.categoryList.show {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
}

.categoryList li {
  display: none;
}

.categoryList li.current {
  display: block;
}

.categoryList a {
  display: block;
  color: #575757;
  font-size: 15px;
  text-align: center;
  padding: 10px;
}

@media (min-width: 1024px) {
  .categoryList .m1List {
    display: none;
  }
}

@media (max-width: 1023px) {
  .categoryList .m1List {
    border-bottom: 1px solid #ebebeb;
  }
}

.categoryList .dotsBox {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.categoryList .dotsBox .dots li {
  display: inline-block;
  margin-right: 8px;
}

.categoryList .dotsBox .dots li.slick-active button {
  background: #000;
}

.categoryList .dotsBox .dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #000;
  background: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}

.categoryList .dotsBox .dots li button:focus {
  outline: none;
}

@media (max-width: 1023px) {
  .categoryList dl {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #eee;
  }
}

@media (min-width: 1024px) {
  .categoryList dt {
    border-bottom: 1px solid #ebebeb;
  }
}

.filterArea {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  overflow: hidden;
  padding: 30px;
}

@media (max-width: 1023px) {
  .filterArea {
    padding: 20px;
  }
}

.filterArea .arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 50px;
  height: 100%;
}

.filterArea .arrows i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
}

.filterArea .prevArrow {
  left: 0;
}

.filterArea .nextArrow {
  right: 0;
}

.filterList {
  display: flex;
  flex-wrap: wrap;
}

.filterList li {
  /* float: left; */
  width: 25%;
  padding: 3px 5px;
}

@media (max-width: 640px) {
  .filterList li {
    width: 33.333%;
  }
}

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

.filterList a {
  position: relative;
  padding-left: 30px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: .05em;
  color: #454545;
}

.filterList a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  border: 1px solid #7f7f7f;
}

.filterList a::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #7f7f7f;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.filterList a.current {
  color: #b99a5f;
}

.filterList a.current::before {
  border-color: #b99a5f;
}

.filterList a.current::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: #b99a5f;
}





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

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

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

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

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

.otherProductList li {
  float: left;
}

.productList,
.otherProductList {
  margin-left: -16px;
  margin-right: -16px;
}

@media (max-width: 960px) {

  .productList,
  .otherProductList {
    margin-left: -10px;
    margin-right: -10px;
  }
}

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

@media (max-width: 960px) {

  .productList li,
  .otherProductList li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {

  .productList li,
  .otherProductList li {
    width: 50%;
  }
}

@media (max-width: 440px) {

  .productList li,
  .otherProductList li {
    width: 100%;
  }
}

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

.productList .item:hover .ribbon,
.otherProductList .item:hover .ribbon {
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.productList .item:hover .Img,
.otherProductList .item:hover .Img {
  opacity: 0.7;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

.productList .item:hover .Txt,
.otherProductList .item:hover .Txt {
  opacity: 0;
}

.productList .item:hover .text::before,
.otherProductList .item:hover .text::before {
  opacity: 1;
}

.productList .item:hover .text a,
.otherProductList .item:hover .text a {
  color: #fff;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}

.productList .item:hover .text a::after,
.otherProductList .item:hover .text a::after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.productList .ribbon,
.otherProductList .ribbon {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

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

.productList .Img img,
.otherProductList .Img img {
  display: block;
  width: 100%;
}

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

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

.productList .text::before,
.otherProductList .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;
}

.productList .text a,
.otherProductList .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;
}

.productList .text a::after,
.otherProductList .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;
}

.productList .mTitle,
.otherProductList .mTitle {
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: .05em;
  color: #5f5f5f;
}

.productList h3 a,
.otherProductList h3 a {
  position: relative;
  display: block;
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .07em;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

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

.productList .price,
.otherProductList .price {
  font-size: 16px;
  letter-spacing: .05em;
  color: #5a5959;
  font-family: "Manjari", "Noto Sans TC", sans-serif;
}

.productList .price::before,
.otherProductList .price::before {
  content: 'NT$';
}

.productList .price::after,
.otherProductList .price::after {
  content: '元 / 起';
  margin-left: 12px;
  font-size: 12px;
  letter-spacing: .05em;
}
*/


.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%;*/
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.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: 8px;
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: .07em;
  color: #111;
}

.propro .mTitle a,
.otherPro .mTitle a {
  color: #b99a5f;
}

.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: #b99a5f;
}

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











.productIntro {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 1220px) {
  .productIntro {
    margin-top: 40px;
  }
}

@media (max-width: 1023px) {
  .productIntro {
    margin-bottom: 40px;
  }
}

.productIntro .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 960px) {
  .productIntro {
    margin-top: 0;
  }

  .productIntro .wrap {
    flex-direction: column-reverse;
  }
}

.productIntro .arrows {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  width: 33px;
  height: 64px;
}

.productIntro .arrows::before,
.productIntro .arrows::after {
  content: '';
  position: absolute;
  left: 0;
  width: 45px;
  height: 1px;
  background-color: #333;
}

.productIntro .arrows::before {
  top: 31px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.productIntro .arrows::after {
  bottom: 31px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1440px) {
  .productIntro .arrows {
    display: none !important;
  }
}

.productIntro .prevArrow {
  left: -200px;
}

@media (max-width: 1680px) {
  .productIntro .prevArrow {
    left: -80px;
  }
}

.productIntro .nextArrow {
  right: -200px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media (max-width: 1680px) {
  .productIntro .nextArrow {
    right: -80px;
  }
}

.albumBox {
  width: 50%;
  background-color: #fff;
}

@media (max-width: 960px) {
  .albumBox {
    width: 100%;
  }
}

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

.albumList .Img {
  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;
}

.albumList .Img img {
  /*max-width: 100%;*/
  width: 100%;
  object-fit: cover;
  height: 600px;
}

@media (max-width: 960px) {
  .albumList .Img img {
  height: 500px;
  }
}

@media (max-width: 480px) {
  .albumList .Img img {
  height: 400px;
  }
}

.albumBottomList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin-top: 45px;*/
  margin-top: 15px;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 640px) {
  .albumBottomList {
    margin-left: -5px;
    margin-right: -5px;
  }


  .productIntro .wrap {
  display: block;
  display: block;
  display: block;
}

  .productIntro .albumBox {
    margin-bottom: 30px;
  }


  .bannerArea {
    display: none;
  }

}

.albumBottomList li {
  width: 16.666%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

@media (max-width: 640px) {
  .albumBottomList li {
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 414px) {
  .albumBottomList li {
    width: 25%;
  }
}

.albumBottomList .current .Img {
  border-color: #d0d0d0;
}

.albumBottomList .Img {
  border: 1px solid #fff;
  background-color: #fff;
}

.introBox {
  width: 50%;
  /*padding-left: 8%;*/
}

@media (max-width: 1220px) {
  .introBox {
    /*padding-left: 4%;*/
  }
}

@media (max-width: 960px) {
  .introBox {
    width: 100%;
    /*padding-left: 0;*/
  }
}

.introBox .ins {
  padding: 35px 45px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
}

@media (max-width: 640px) {
  .introBox .ins {
    padding: 30px;
  }
}

.introBox .title {
  margin-bottom: 10px;
  font-weight: 400;
  font-family: "Manjari", "Noto Sans TC", sans-serif;
  font-size: 28px;
  /*color: #5b4023;*/
  color: #b99a5f;
}

.introBox .Txt {
  font-size: 15px;
  letter-spacing: .07em;
  color: #5d5c5c;
  line-height: 1.6;
}

.introBox .bottom {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}

.introBox .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  letter-spacing: .07em;
}

.introBox .list .left {
  position: relative;
  padding-right: 10px;
  color: #8d8d8d;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.introBox .list .left::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  background-color: #ccc;
}

.introBox .list .right {
  padding-left: 10px;
  color: #5d5d5d;
}

.introBox .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.introBox .status span {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 15px;
  font-size: 13px;
  letter-spacing: .07em;
  color: #4c4c4c;
  border: 1px solid #ccc;
}

.introBox .btn3 {
  margin-top: 40px;
}

.setTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.setTag span {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 5px 15px;
  font-size: 13px;
  letter-spacing: .07em;
  color: #fff;
  border: 1px solid #ccc;
}

.moreColor {
  font-size: 15px;
  margin-top: 10px;
  color: #8eadb8;
  letter-spacing: .05em;
}

.colorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}

.colorList li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.colorList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  font-size: 14px;
  letter-spacing: .07em;
  color: #5d5d5d;
}

.colorList .item.current i::before {
  width: 25px;
  height: 25px;
  margin-left: -12.5px;
  margin-top: -12.5px;
}

.colorList i {
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  margin-right: 10px;
}

.colorList i::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.share {
  clear: both;
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px dashed #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;
}

.situationArea {
  position: relative;
}

@media (min-width: 1024px) {
  .situationArea {
    padding-top: 80px;
    padding-bottom: 90px;
    margin-bottom: 50px;
  }
}

.situationArea .insBg {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

@media (min-width: 1024px) {
  .situationArea .insBg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
  }
}

@media (max-width: 1023px) {
  .situationArea .insBg {
    margin-bottom: 20px;
    background-image: none;
  }
}

.situationArea .insBg img {
  width: 100%;
}

@media (min-width: 1024px) {
  .situationArea .insBg img {
    display: none;
  }
}

@media (max-width: 960px) {
  .situationArea .insBg {
    opacity: 0.7;
  }
}

.situationArea .titleContent .subTitle {
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: .45em;
  color: #5b4023;
}

.situationArea .titleContent .en {
  margin-bottom: 15px;
  font-size: 38px;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-family: "Manjari", "Noto Sans TC", sans-serif;
  color: #505050;
  line-height: 1.2;
}

.situationArea .titleContent .text {
  font-size: 16px;
  letter-spacing: .05em;
  color: #585757;
}

.situationArea .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-left: -8px;
  margin-right: -8px;
  max-width: 780px;
}

@media (max-width: 1023px) {
  .situationArea .list {
    max-width: 100%;
  }
}

.situationArea .list li {
  width: 33.333%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 640px) {
  .situationArea .list li {
    width: 50%;
  }
}

.situationArea .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.situationArea .list .icon {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  overflow: hidden;
  background-image: url("../images/icon_circle.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 65px 65px;
}

.situationArea .list .icon img {
  display: block;
  width: 100%;
}

.situationArea .list .text {
  width: calc(100% - 67px);
  margin-left: -8px;
  font-size: 15px;
  letter-spacing: .05em;
  color: #545454;
}

.tabInsArea {
  padding-top: 0px;
  margin-bottom: 50px;
}

@media (max-width: 960px) {
  .tabInsArea {
    margin-bottom: 50px;
  }
}

.tabTitleList {
  position: relative;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabTitleList.fixed {
  position: fixed;
  left: 0;
  top: 60px;
  z-index: 5;
  width: 100%;
  border-bottom: 1px solid #c5c5c5;
}

.tabTitleList.fixed li {
  flex: 1;
  background-color: #fff;
}

.tabTitleList.fixed li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media (min-width: 641px) {
  .tabTitleList {
    padding-left: 20px;
  }
}

.tabTitleList li:not(:first-child) a {
  border-left: none;
}

.tabTitleList a {
  position: relative;
  display: block;
  padding: 12px 20px;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: .05em;
  color: #8c8c8c;
  border: 1px solid #c5c5c5;
  border-bottom: none;
}

.tabTitleList a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 3px;
  background-color: #b99a5f;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.tabTitleList a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 640px) {
  .tabTitleList a {
    font-size: 12px;
    padding: 10px 12px;
  }
}

.tabTitleList a.current,
.tabTitleList a:hover {
  color: #242424;
  background-color: #fff;
}

.tabTitleList a.current::before,
.tabTitleList a:hover::before {
  width: 100%;
}

.tabTitleList a.current::after,
.tabTitleList a:hover::after {
  opacity: 1;
}

.tabContentList {
  width: 100%;
  padding: 35px;
  background-color: #fff;
  margin-top: -1px;
  border: 1px solid #eae9e9;
  border-top-color: #c5c5c5;
}

@media (max-width: 767px) {
  .tabContentList {
    padding: 15px;
  }
}

.tabContentList>li:not(:first-child) {
  display: none;
}

.productSetArea {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #f2f2f2;
}

@media (max-width: 960px) {
  .productSetArea {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .productSetArea {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.productSetArea .wrap {
  width: 100%;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}

.productSetTitle {
  font-size: 32px;
  letter-spacing: .05em;
  color: #585757;
  text-align: center;
}

@media (max-width: 767px) {
  .productSetTitle {
    font-size: 28px;
  }
}

@media (max-width: 414px) {
  .productSetTitle {
    font-size: 22px;
  }
}

.btnProductMore {
  margin-top: 30px;
}

.productSetItem {
  padding-top: 32px;
  padding-bottom: 32px;
}

.productSetItem.hide {
  display: none;
}

@media (max-width: 480px) {
  .productSetItem {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.productSetItem .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fafafa;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .productSetItem .itemBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

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

@media (max-width: 480px) {

  .productSetItem .current .leftItem,
  .productSetItem .current .rightItem {
    opacity: 1;
  }
}

@media (max-width: 480px) {

  .productSetItem .leftItem,
  .productSetItem .rightItem {
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
}

.productSetItem .leftItem {
  width: calc(100% - 320px);
  padding: 90px 70px;
}

@media (max-width: 1480px) {
  .productSetItem .leftItem {
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .productSetItem .leftItem {
    width: 100%;
  }
}

.productSetItem .rightItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 320px;
  padding: 35px;
  background-color: #a9b2bb;
}

@media (max-width: 767px) {
  .productSetItem .rightItem {
    width: 100%;
  }
}

.productSetItem .mainTitle {
  display: none;
}

.productSetItem .setTitle {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .07em;
  color: #fff;
  text-align: center;
}

.productSetItem .price {
  margin-bottom: 30px;
  font-family: "Manjari", "Noto Sans TC", sans-serif;
  font-size: 25px;
  color: #fff;
  letter-spacing: .05em;
  text-align: center;
}

.productSetItem .price .original {
  margin-bottom: 15px;
  font-size: 16px;
  color: #c8c8c8;
  font-style: italic;
  text-decoration: line-through;
}

.productSetItem .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 767px) {
  .productSetItem .bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.productSetItem .countBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 43px;
  border: 1px solid #d4d9dd;
}

@media (max-width: 767px) {
  .productSetItem .countBox {
    margin-right: 20px;
  }
}

.productSetItem .countBox .count {
  width: calc(100% - 20px);
  height: 100%;
  border-right: 1px solid #d4d9dd;
}

.productSetItem .countBox .button {
  width: 20px;
}

.productSetItem .countBox .plus {
  border-bottom: 1px solid #d4d9dd;
}

.productSetItem .countBox button {
  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: 50%;
  background: none;
  padding: 0;
  border: none;
  color: #d4d9dd;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.productSetItem .countBox button:hover {
  background-color: #d4d9dd;
  color: #000;
}

.productSetItem .countBox input[type="text"] {
  width: 100%;
  height: 100%;
  line-height: 43px;
  padding-top: 4px;
  border: none;
  background: none;
  text-align: center;
  font-size: 22px;
  letter-spacing: .05em;
  font-family: "Manjari", "Noto Sans TC", sans-serif;
  color: #fff;
  pointer-events: none;
}

.productSetItem .setMainTitle {
  position: relative;
  padding: 15px 40px 15px 15px;
  font-size: 30px;
  background-color: #a9b2bb;
  font-size: 16px;
  color: #fff;
  letter-spacing: .05em;
}

@media (min-width: 481px) {
  .productSetItem .setMainTitle {
    display: none;
  }
}

.productSetItem .setMainTitle::before {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, to(#333)), -webkit-gradient(linear, left top, right top, to(#333));
  background-image: -webkit-linear-gradient(left, #333 100%), -webkit-linear-gradient(left, #333 100%);
  background-image: -o-linear-gradient(left, #333 100%), -o-linear-gradient(left, #333 100%);
  background-image: linear-gradient(to right, #333 100%), linear-gradient(to right, #333 100%);
  background-position: left center, center top;
  background-size: 100% 1px, 1px 100%;
}

.productSetList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.productSetList li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  width: 33.3333%;
  padding-right: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (max-width: 1240px) {
  .productSetList li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .productSetList li {
    width: 100%;
    padding-right: 0;
  }

  .productSetList li:not(:last-child) {
    padding-bottom: 60px;
  }
}

.productSetList .priceBox {
  width: 100%;
  padding-top: 12px;
  font-size: 16px;
  color: #a9b2bb;
}

.productSetList li:not(:last-child)::before {
  content: '';
  position: absolute;
  width: 21px;
  height: 21px;
  background-image: -webkit-gradient(linear, left top, right top, to(#000)), -webkit-gradient(linear, left top, left bottom, to(#000));
  background-image: -webkit-linear-gradient(left, #000 100%), -webkit-linear-gradient(top, #000 100%);
  background-image: -o-linear-gradient(left, #000 100%), -o-linear-gradient(top, #000 100%);
  background-image: linear-gradient(to right, #000 100%), linear-gradient(to bottom, #000 100%);
  background-repeat: no-repeat;
  background-size: 100% 1px, 1px 100%;
  background-position: 0 50%, 50% 0;
}

@media (min-width: 481px) {
  .productSetList li:not(:last-child)::before {
    right: 15px;
    top: 50%;
    margin-top: -10.5px;
  }
}

@media (max-width: 480px) {
  .productSetList li:not(:last-child)::before {
    left: 50%;
    margin-left: -10.5px;
    bottom: 15px;
  }
}

.productSetList .Img {
  width: 95px;
}

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

.productSetList .right {
  width: calc(100% - 95px);
  padding-left: 20px;
}

@media (max-width: 1240px) {
  .productSetList .right {
    width: 100%;
    padding-left: 0;
    padding-top: 5px;
  }
}

.productSetList .title {
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: .05em;
  color: #5b4023;
}

.productSetList select {
  width: 100%;
  max-width: 125px;
  height: 40px;
  border: 1px solid #bbb;
  font-size: 15px;
  letter-spacing: .05em;
  color: #5d5c5c;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 300;
  padding-left: 20px;
  padding-right: 30px;
  -webkit-appearance: none;
  background-image: url("../images/downArrow.svg");
  background-repeat: no-repeat;
  background-size: 8px 4px;
  background-position: right 15px center;
  border-radius: 3px;
}

.recommendArea .arrowsStyle1,
.otherProductArea .arrowsStyle1 {
  position: absolute;
  top: 50%;
  margin-top: -17.5px;
}

@media (max-width: 1366px) {

  .recommendArea .arrowsStyle1,
  .otherProductArea .arrowsStyle1 {
    display: none !important;
  }
}

.recommendArea .prevArrow,
.otherProductArea .prevArrow {
  left: -100px;
}

@media (max-width: 1480px) {

  .recommendArea .prevArrow,
  .otherProductArea .prevArrow {
    left: -60px;
  }
}

.recommendArea .nextArrow,
.otherProductArea .nextArrow {
  right: -100px;
}

@media (max-width: 1480px) {

  .recommendArea .nextArrow,
  .otherProductArea .nextArrow {
    right: -60px;
  }
}

.recommendArea .dotsBox,
.otherProductArea .dotsBox {
  display: none;
}

@media (max-width: 1366px) {

  .recommendArea .dotsBox,
  .otherProductArea .dotsBox {
    display: block;
  }
}

.recommendArea {
  padding-top: 110px;
  padding-bottom: 100px;
  background-color: #fff;
}

@media (max-width: 960px) {
  .recommendArea {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.recommendArea .recommendListBox {
  position: relative;
}

.recommendArea .titleBox {
  margin-bottom: 50px;
}

.recommendList {
  margin-left: -45px;
  margin-right: -45px;
}

@media (max-width: 1280px) {
  .recommendList {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.recommendList li {
  position: relative;
  padding-left: 45px;
  padding-right: 45px;
}

@media (max-width: 1280px) {
  .recommendList li {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 961px) {
  .recommendList .slick-current::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -48px;
    right: 0;
    width: 1px;
    height: 96px;
    background-color: #ccc;
  }
}

.recommendList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 960px) {
  .recommendList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.recommendList .Img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
}

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

.recommendList .author {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: .05em;
}

.recommendList .author a {
  color: #5b4023;
}

@media (min-width: 961px) {
  .recommendList .author {
    padding-right: 50px;
  }
}

@media (max-width: 960px) {
  .recommendList .author {
    padding-bottom: 10px;
  }
}

.recommendList .author::after {
  content: '';
  position: absolute;
  width: 37px;
  height: 1px;
  background-color: #5b4023;
}

@media (min-width: 961px) {
  .recommendList .author::after {
    right: 0;
    top: 50%;
    margin-top: -0.5px;
  }
}

@media (max-width: 960px) {
  .recommendList .author::after {
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    width: 30px;
  }
}

@media (min-width: 961px) {
  .recommendList .Txt {
    width: calc(100% - 140px);
    padding-left: 30px;
  }
}

@media (max-width: 960px) {
  .recommendList .Txt {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
}

.recommendList h3 a {
  display: block;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .05em;
  color: #4c4c4c;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.recommendList h3 a:hover {
  color: #5b4023;
}

.recommendList p {
  margin-bottom: 12px;
  max-height: 48px;
  font-weight: 30;
  line-height: 1.6;
  font-size: 15px;
  letter-spacing: .05em;
  color: #7e7e7e;
}

.otherProductArea {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

@media (max-width: 960px) {
  .otherProductArea {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.otherProductArea .productBox {
  position: relative;
}

.otherProductArea .titleBox {
  margin-bottom: 45px;
}

.growthArea {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #fff;
}

@media (max-width: 640px) {
  .growthArea {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.growthArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}

.growthArea .titleBox {
  margin-bottom: 55px;
}

.growthList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 1180px) {
  .growthList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.growthList li {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 1181px) {
  .growthList li .item::after {
    content: '';
    display: inline-block;
    -webkit-transform: translate(25px, -20px);
    -ms-transform: translate(25px, -20px);
    transform: translate(25px, -20px);
    width: 90%;
    height: 240px;
    background-image: url("../images/dot_arrow.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }

  .growthList li:last-child .item::after {
    opacity: 0;
  }

  .growthList li:nth-of-type(even) .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .growthList li:nth-of-type(even) .item::after {
    -webkit-transform: scaleY(-1) translate(25px, -20px);
    -ms-transform: scaleY(-1) translate(25px, -20px);
    transform: scaleY(-1) translate(25px, -20px);
  }

  .growthList li:nth-of-type(even) .Img {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .growthList li:nth-of-type(odd) .Img {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 1180px) {
  .growthList li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.growthList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1181px) {
  .growthList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
  }
}

@media (max-width: 480px) {
  .growthList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.growthList .Img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 1181px) {
  .growthList .Img {
    height: 240px;
  }
}

@media (max-width: 1180px) {
  .growthList .Img {
    width: 52%;
    max-width: 290px;
  }
}

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

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

.growthList .textBox {
  position: relative;
  z-index: 2;
  padding-left: 70px;
}

@media (min-width: 1181px) {
  .growthList .textBox {
    height: 85px;
  }
}

@media (max-width: 1180px) {
  .growthList .textBox {
    width: 48%;
    padding-left: 90px;
  }
}

@media (max-width: 480px) {
  .growthList .textBox {
    width: 100%;
    max-width: 290px;
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 65px;
    text-align: center;
  }
}

.growthList .textBox::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 53px;
  height: 53px;
  background-image: url("../images/circle_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1180px) {
  .growthList .textBox::before {
    left: 20px;
  }
}

@media (max-width: 480px) {
  .growthList .textBox::before {
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -26.5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.growthList .subTitle {
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-size: 16px;
  color: #f5af7e;
  letter-spacing: .05em;
}

.growthList .title {
  font-size: 25px;
  letter-spacing: .05em;
  color: #313131;
}

@media (max-width: 1180px) {
  .growthList .title {
    font-size: 20px;
  }
}

.growthList .text {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: .05em;
  color: #6e6e6e;
}

@media (max-width: 1180px) {
  .growthList .text {
    font-size: 16px;
  }
}

#photo-gallery{
  column-count: 2;
  column-gap: 10px;
  width:100%; 
  margin:0 auto;
}
#photo-gallery img{
  max-width: 100%;
  height: auto;
}