.mainArea {
  counter-reset: sectionNo;
  padding: 0;
  background-color: #fff;
}

/*pop*/
.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}

.popWin img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.popWin .Txt {
  padding: 30px;
  text-align: left;
}

.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}

.popWin .close {
  position: absolute;
  right: -23px;
  top: -23px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.7);
  /* background-color: #fff; */
  border-radius: 50%;
}

.popWin .close::before,
.popWin .close::after {
  content: '';
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #bca480;
  /* border-radius:  50%; */
}

.popWin .close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}

.popWin .close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }

  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.bannerArea {
  padding-left: 130px;
  margin-bottom: 100px;
}

@media (min-width: 1221px) {
  .bannerArea {
    margin-top: 100px;
  }
}

@media (max-width: 1680px) {
  .bannerArea {
    padding-left: 0;
  }
}

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

@media (max-width: 540px) {
  .bannerArea {
    margin-bottom: 20px;
  }
}

.bannerArea .Img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 100%;
}

.bannerArea .Img a {
  display: block;
}

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

@media (min-width: 1024px) {
  .bannerArea .Txt {
    position: absolute;
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 1680px) {
  .bannerArea .Txt {
    left: 100px;
  }
}

@media (max-width: 1023px) {
  .bannerArea .Txt {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 30px 20px;
  }
}

@media (max-width: 540px) {
  .bannerArea .Txt {
    position: static;
    margin-bottom: 30px;
  }
}

.bannerArea .current .textAni {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.bannerArea .current .textAni:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.bannerArea .current .textAni:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.bannerArea .current .textAni:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.bannerArea .current .textAni:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.bannerArea .textAni {
  -webkit-transform: translateY(12px);
  -ms-transform: translateY(12px);
  transform: translateY(12px);
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.bannerArea .en {
  margin-bottom: 10px;
  font-family: "Manjari", "Noto Sans TC", sans-serif;
  font-size: 15px;
  letter-spacing: .05em;
  color: #a1a0a0;
}

@media (max-width: 640px) {
  .bannerArea .en {
    font-size: 13px;
    margin-bottom: 0;
  }
}

.bannerArea .title {
  margin-bottom: 30px;
  font-size: 40px;
  letter-spacing: .05em;
  color: #323232;
}

@media (max-width: 640px) {
  .bannerArea .title {
    font-size: 30px;
    margin-bottom: 12px;
  }
}

@media (max-width: 540px) {
  .bannerArea .title {
    font-size: 26px;
  }
}

.bannerArea .text {
  margin-bottom: 125px;
  height: 56px;
  line-height: 1.7;
  font-size: 17px;
  letter-spacing: .07em;
  color: #5d5d5d;
}

@media (max-width: 1023px) {
  .bannerArea .text {
    margin-bottom: 30px;
  }
}

@media (max-width: 640px) {
  .bannerArea .text {
    font-size: 15px;
    height: 50px;
  }
}

.bannerArea .btn1 a {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
}

.bannerSmallBox {
  position: absolute;
  right: 0;
  bottom: -60px;
  width: 570px;
}

@media (max-width: 1023px) {
  .bannerSmallBox {
    display: none;
  }
}

.bannerSmallBox li {
  background-color: #ececec;
  margin-left: 12px;
  cursor: pointer;
}

.bannerSmallBox li.slick-current img {
  opacity: 0.42;
}

.bannerSmallBox img {
  display: block;
  width: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.bannerTotalBox {
  position: absolute;
  left: 15%;
  top: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-size: 13px;
  letter-spacing: .07em;
  color: #5d5d5d;
  padding-left: 10px;
}

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

@media (max-width: 1023px) {
  .bannerTotalBox {
    position: absolute;
    top: auto;
    left: 20px;
    bottom: 20px;
  }
}

@media (max-width: 540px) {
  .bannerTotalBox {
    left: 0;
  }
}

.bannerTotalBox .line {
  width: 36px;
  height: 1px;
  margin-left: 12px;
  margin-right: 12px;
  background-color: #b2aca6;
}

.bannerTotalBox .arrows {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.bannerTotalBox .arrows .icon-arrow {
  width: 4px;
  height: 8px;
}

.bannerTotalBox .prevArrow .icon-arrow {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.counter {
  position: relative;
  z-index: 0;
}

.counter::after {
  content: "0"counter(sectionNo);
  counter-increment: sectionNo;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-weight: 100;
  font-size: 150px;
  color: #fff6df;
}

@media (max-width: 767px) {
  .counter::after {
    display: none;
  }
}

.counter.right::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.counter.center::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.aboutArea .wrap {
  width: 100%;
  padding: 0;
}

@media (max-width: 767px) {
  .aboutArea .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.aboutList {
  width: 100%;
}

.aboutList .titleContentBox {
  position: relative;
}

.aboutList li {
  position: relative;
  z-index: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .aboutList li {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .aboutList li:nth-child(odd) {
    padding-top: 85px;
    padding-bottom: 65px;
  }

  .aboutList li:nth-child(odd)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: calc(50% - 70px);
    height: 100%;
    background-color: #ececec;
  }
}

@media (min-width: 1367px) {
  .aboutList li:nth-child(odd) .rightItem {
    padding-left: 9%;
  }
}

@media (min-width: 768px) {
  .aboutList li:nth-child(even) .item {
    padding-top: 95px;
    padding-bottom: 95px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (min-width: 1367px) {
  .aboutList li:nth-child(even) .rightItem {
    padding-right: 11%;
  }
}

@media (min-width: 1181px) {
  .aboutList li:nth-child(odd)::before {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }

  .aboutList li.show:nth-child(odd)::before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .aboutList li.show .Img {
    opacity: 1;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
  }

  .aboutList li.show .textAni {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .aboutList li.show .textAni:nth-child(1) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }

  .aboutList li.show .textAni:nth-child(2) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
  }

  .aboutList li.show .textAni:nth-child(3) {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }

  .aboutList li.show .textAni:nth-child(4) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }

  .aboutList .Img {
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }

  .aboutList .textAni {
    opacity: 0;
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
  }
}

.aboutList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
}

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

@media (min-width: 1024px) {
  .aboutList .Img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media (max-width: 1023px) {
  .aboutList .Img {
    width: 55%;
  }
}

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

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

.aboutList .rightItem {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1366px) {
  .aboutList .rightItem {
    padding: 20px 30px;
  }
}

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

@media (max-width: 767px) {
  .aboutList .rightItem {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.aboutList .title {
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 14px;
  color: #5b2331;
  letter-spacing: 0.45em;
}

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

.aboutList .Txt {
  padding-top: 30px;
  padding-bottom: 50px;
  color: #757575;
  font-size: 15px;
  letter-spacing: .05em;
  line-height: 1.7;
}

.productArea {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f3f3f3;
}

@media (max-width: 1180px) {
  .productArea {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

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

.productArea .titleBox {
  position: absolute;
  left: -130px;
  bottom: 0;
  height: 100%;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  line-height: 1;
  color: #fff;
  opacity: 0.6;
}

@media (max-width: 1680px) {
  .productArea .titleBox {
    display: none;
  }
}

.productArea .titleBox .en {
  font-size: 92px;
  font-weight: 100;
  color: #fff;
}

.productArea .counter::after {
  left: -15px;
  bottom: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  text-align: right;
  color: #fff;
}

.productList {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-areas: "one one two three""one one two three""one one four four""one one four four";
}

@media (max-width: 767px) {
  .productList {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-areas: "one one""one one""two three""four four";
  }
}

@media (max-width: 480px) {
  .productList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-areas: "one""two""three""four";
  }
}

.productList li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: one;
}

.productList li:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  grid-area: two;
}

.productList li:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  grid-area: three;
}

.productList li:nth-child(4) {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: four;
}

@media (max-width: 767px) {
  .productList li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .productList li:nth-child(2) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .productList li:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
  }

  .productList li:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@media (max-width: 480px) {
  .productList li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .productList li:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .productList li:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .productList li:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}

.productList .item {
  position: relative;
  height: 100%;
}

.productList .item:hover .Img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 4s;
  -o-transition: all 4s;
  transition: all 4s;
}

.productList .Img {
  height: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.productList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}

@media screen and (min-width: 0\0) {
  .productList .Img img {
    opacity: 0;
  }
}

.productList .Txt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  padding-top: 60px;
  padding-left: 45px;
  padding-right: 45px;
}

@media (max-width: 1280px) {
  .productList .Txt {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 960px) {
  .productList .Txt {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .productList .Txt {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.productList .en a {
  font-size: 35px;
  letter-spacing: .05em;
  color: #505050;
  font-family: "Manjari", "Noto Sans TC", sans-serif;
  text-transform: uppercase;
  line-height: 1.3;
  word-break: break-all;
}

@media (max-width: 1023px) {
  .productList .en a {
    font-size: 26px;
    line-height: 1.1;
  }
}

.productList .title a {
  font-size: 18px;
  letter-spacing: .05em;
  color: #272727;
  font-weight: 300;
}

@media (max-width: 1023px) {
  .productList .title a {
    font-size: 16px;
  }
}

.recommendArea .wrap,
.newsArea .wrap {
  position: relative;
}

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

@media (max-width: 1366px) {

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

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

@media (max-width: 1480px) {

  .recommendArea .prevArrow,
  .newsArea .prevArrow {
    left: -50px;
  }
}

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

@media (max-width: 1480px) {

  .recommendArea .nextArrow,
  .newsArea .nextArrow {
    right: -50px;
  }
}

.recommendArea {
  padding-top: 50px;
  padding-bottom: 150px;
}

.pp {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 1366px) {
  .recommendArea {
    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 {
  padding-left: 45px;
  padding-right: 45px;
}

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

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

@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: #5b2331;
}

@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: #5b2331;
}

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

.articleArea {
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #dfd8d0;
}

@media (min-width: 1181px) {
  .articleArea.show .textAni {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .articleArea.show .textAni:nth-of-type(1) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }

  .articleArea.show .textAni:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .articleArea.show .textAni:nth-of-type(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .articleArea.show .textAni:nth-of-type(4) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }

  .articleArea.show .wrap::before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
  }

  .articleArea .wrap::before {
    opacity: 0;
    -webkit-transform: translate(30px, 30px);
    -ms-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
  }

  .articleArea .textAni {
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
}

.articleArea .wrap {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.articleArea .wrap::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -180px;
  top: -70px;
  width: 858px;
  height: 697px;
  background-image: url("../images/book.png");
  background-repeat: no-repeat;
}

@media (max-width: 1023px) {
  .articleArea .wrap::before {
    opacity: 0.4;
  }
}

.articleArea .titleBox .en {
  letter-spacing: .05em;
}

.articleArea .counter::after {
  right: -100px;
  color: #fff;
  opacity: 0.2;
}

.articleArea .arrowsStyle1 {
  border-color: #b2ada6;
}

@media (max-width: 640px) {
  .articleArea .arrowsStyle1 {
    background-color: #fff;
  }
}

.articleArea .arrowsStyle1:hover {
  border-color: #fcd35d;
}

.articleListBox {
  position: relative;
  width: calc(50% + 120px);
  text-align: right;
}

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



.newsArea {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #eeeeee;
}

@media (max-width: 1366px) {
  .newsArea {
    padding-bottom: 50px;
  }
}

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

.newsListBox {
  position: relative;
}

.newsList {
  margin-left: -10px;
  margin-right: -10px;
}

.newsList .slick-list {
  padding: 30px 10px;
}

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

.newsList li.slick-active .item {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.newsList .item {
  position: relative;
  max-width: 385px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

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

@media (min-width: 1201px) {
  .newsList .Txt {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    padding: 35px;
    overflow: hidden;
    pointer-events: none;
  }

  .newsList .Txt::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }

  .newsList .item:hover .Txt::before {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
  }

  .newsList .item:hover .top,
  .newsList .item:hover h3,
  .newsList .item:hover p {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
  }

  .newsList .item:hover h3 {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
  }

  .newsList .item:hover p {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
  }
}

@media (max-width: 1200px) {
  .newsList .Txt {
    padding: 20px;
  }
}

@media (min-width: 1201px) {

  .newsList .top,
  .newsList h3,
  .newsList p {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
}

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

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

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

.newsList p {
  max-height: 96px;
  font-size: 15px;
  letter-spacing: .05em;
  color: #757575;
  line-height: 1.6;
}