.linkList .Img img, .newsArea .plusArrow, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .popWin .close::before, .popWin .close::after, .popWin .close {
  transition: all 0.5s;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #482d20;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .popWin .close:hover {
    background-color: #482d20;
  }
  .popWin .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea {
  overflow: unset;
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .titleBox {
  position: absolute;
  top: 190px;
  left: 49.9%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 1540px) {
  .bannerArea .bannerItem .titleBox {
    top: 120px;
  }
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .titleBox {
    top: 140px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .titleBox {
    top: 120px;
  }
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .titleBox {
    top: 91px;
  }
}
@media (max-width: 970px) {
  .bannerArea .bannerItem .titleBox {
    top: 54px;
    left: 121px;
    -webkit-transform: unset;
            transform: unset;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .titleBox {
    top: 160px;
    left: 10%;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .titleBox {
    top: 107px;
  }
}
.bannerArea .bannerItem .titleBox .title {
  color: #fff;
  font-size: 65px;
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .titleBox .title {
    font-size: 39px;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .titleBox .title {
    font-size: 25px;
  }
}
.bannerArea .bannerItem .titleBox .title .textSplit {
  width: 79px;
  height: 79px;
  margin-bottom: 11px;
  line-height: 1.3;
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .titleBox .title .textSplit {
    width: 49px;
    height: 49px;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .titleBox .title .textSplit {
    width: 35px;
    height: 35px;
  }
}
.bannerArea .bannerItem .titleBox .title .textSplit::after {
  width: calc(100% + 23px);
  height: calc(100% + 23px);
  top: -11.5px;
  left: -11.5px;
}
.bannerArea .bannerItem .titleBox .title .textSplit::before, .bannerArea .bannerItem .titleBox .title .textSplit::after {
  border-color: #fff;
}
.bannerArea .bannerItem .Txt {
  max-width: 1057px;
  padding: 170px 20px 85px;
  display: block;
  z-index: 3;
}
@media (max-width: 1540px) {
  .bannerArea .bannerItem .Txt {
    padding: 100px 20px 85px;
  }
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt {
    padding: 110px 20px 85px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    padding: 82px 46px 51px;
  }
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .Txt {
    padding: 51px 46px 51px;
  }
}
@media (max-width: 970px) {
  .bannerArea .bannerItem .Txt {
    padding: 43px 18px 51px 201px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt {
    padding: 145px 18px 0 calc(10% + 89px);
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt {
    padding: 86px 18px 0 calc(10% + 89px);
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .Txt {
    padding: 49px 18px 0 calc(10% + 55px);
  }
}
.bannerArea .bannerItem .Txt::before, .bannerArea .bannerItem .Txt::after {
  content: "";
  display: block;
  width: 44.56%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 408px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.3;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1540px) {
  .bannerArea .bannerItem .Txt::before, .bannerArea .bannerItem .Txt::after {
    top: 338px;
  }
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt::before, .bannerArea .bannerItem .Txt::after {
    top: 285px;
    width: 45.56%;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt::before, .bannerArea .bannerItem .Txt::after {
    top: 264px;
  }
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .Txt::before, .bannerArea .bannerItem .Txt::after {
    top: 236px;
  }
}
@media (max-width: 970px) {
  .bannerArea .bannerItem .Txt::before, .bannerArea .bannerItem .Txt::after {
    top: 143px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt::before, .bannerArea .bannerItem .Txt::after {
    top: 310px;
  }
}
@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt::before, .bannerArea .bannerItem .Txt::after {
    top: 254px;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .Txt::before, .bannerArea .bannerItem .Txt::after {
    top: 217px;
  }
}
.bannerArea .bannerItem .Txt::before {
  left: 18px;
}
@media (max-width: 970px) {
  .bannerArea .bannerItem .Txt::before {
    display: none;
  }
}
.bannerArea .bannerItem .Txt::after {
  right: 22px;
}
@media (max-width: 970px) {
  .bannerArea .bannerItem .Txt::after {
    left: 171px;
    width: 69%;
    right: auto;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt::after {
    left: calc(10% + 49px);
    width: 74%;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .Txt::after {
    left: calc(10% + 36px);
  }
}
.bannerArea .bannerItem .Txt .textBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 585px;
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .textBox {
    height: 485px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .textBox {
    height: 431px;
  }
}
@media (max-width: 970px) {
  .bannerArea .bannerItem .Txt .textBox {
    height: auto;
  }
}
.bannerArea .bannerItem .Txt .textBox .left, .bannerArea .bannerItem .Txt .textBox .right {
  width: 50%;
}
.bannerArea .bannerItem .Txt .textBox .left {
  padding: 0 78px 38.4% 0;
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  -ms-flex-pack: end;
      justify-content: end;
}
@media (max-width: 1540px) {
  .bannerArea .bannerItem .Txt .textBox .left {
    padding: 0 78px 36% 0;
  }
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .textBox .left {
    padding: 0 78px 31% 0;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .textBox .left {
    padding: 0 78px 28% 0;
  }
}
@media (max-width: 970px) {
  .bannerArea .bannerItem .Txt .textBox .left {
    padding: 0;
    width: 100%;
    text-align: left;
    -ms-flex-pack: start;
        justify-content: start;
    height: 99px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt .textBox .left {
    height: 161px;
  }
}
.bannerArea .bannerItem .Txt .textBox .right {
  position: absolute;
  top: 455px;
  left: 50%;
  padding: 0 50px 0 77px;
}
@media (max-width: 1540px) {
  .bannerArea .bannerItem .Txt .textBox .right {
    top: 360px;
  }
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .textBox .right {
    top: 300px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt .textBox .right {
    top: 269px;
    padding: 0 34px 0 65px;
  }
}
@media (max-width: 1023px) {
  .bannerArea .bannerItem .Txt .textBox .right {
    top: 244px;
  }
}
@media (max-width: 970px) {
  .bannerArea .bannerItem .Txt .textBox .right {
    position: static;
    width: 100%;
    padding: 11px 0 0 0;
  }
}
.bannerArea .bannerItem .Txt .textBox .right .txtBox {
  height: 150px;
  overflow: auto;
  padding-bottom: 16px;
}
.bannerArea .bannerItem .Txt .textBox .right .txtBox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.bannerArea .bannerItem .Txt .textBox .right .txtBox::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.bannerArea .bannerItem .Txt .textBox .right .txtBox::-webkit-scrollbar-thumb {
  background: #482d20;
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .textBox .right .txtBox {
    height: 110px;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt .textBox .right .txtBox {
    height: 100px;
  }
}
.bannerArea .bannerItem .Txt .title {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
  opacity: 0;
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.63;
  letter-spacing: 3px;
  opacity: 0;
  max-height: 150px;
  overflow: auto;
}
.bannerArea .bannerItem .Txt .subtitle::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.bannerArea .bannerItem .Txt .subtitle::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.bannerArea .bannerItem .Txt .subtitle::-webkit-scrollbar-thumb {
  background: #482d20;
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 970px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 13px;
  }
}
.bannerArea .bannerItem .Txt .text {
  color: #fff;
  display: block;
  line-height: 1.64;
  letter-spacing: 2.2px;
  font-size: 16px;
  opacity: 0;
  font-family: "Noto Sans TC", "Microsoft JhengHei", serif;
}
@media (max-width: 1350px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 14px;
  }
}
@media (max-width: 970px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 12px;
  }
}
@media (max-width: 355px) {
  .bannerArea .bannerItem .Txt .text {
    letter-spacing: 0px;
  }
}
.bannerArea .bannerItem .Txt .btnBox {
  opacity: 0;
  margin: 0 0 0 -16px;
}
@media (max-width: 970px) {
  .bannerArea .bannerItem .Txt .btnBox {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .bannerArea .bannerItem .Txt .btnBox {
    margin: 10px 0 0;
  }
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::after {
  content: "";
  border: 1px dashed #fff;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: -webkit-transform 5s linear;
  transition: transform 5s linear;
  transition: transform 5s linear, -webkit-transform 5s linear;
}
.bannerArea .bannerItem.show .Img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: -webkit-transform 5s ease-in-out;
  transition: transform 5s ease-in-out;
  transition: transform 5s ease-in-out, -webkit-transform 5s ease-in-out;
}
.bannerArea .bannerItem.show .Txt .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.2s ease-in-out;
}
.bannerArea .bannerItem.show .Txt .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.3s ease-in-out;
}
.bannerArea .bannerItem.show .Txt .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.8s 0.3s ease-in-out;
}
.bannerArea .bannerItem.show .Txt .btnBox {
  opacity: 0.4;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.5s ease-in-out;
}
.bannerArea .bannerItem.hide .Img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  transition: -webkit-transform 0.2s 1s ease-in-out;
  transition: transform 0.2s 1s ease-in-out;
  transition: transform 0.2s 1s ease-in-out, -webkit-transform 0.2s 1s ease-in-out;
}
.bannerArea .bannerItem.hide .Txt .title {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  transition: all 0.5s ease-in-out;
}
.bannerArea .bannerItem.hide .Txt .subtitle {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  transition: all 0.5s 0.2s ease-in-out;
}
.bannerArea .bannerItem.hide .Txt .text {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  transition: all 0.5s 0.2s ease-in-out;
}
.bannerArea .bannerItem.hide .Txt .btnBox {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  transition: all 0.8s 0.4s ease-in-out;
}
.bannerArea .slickBtnBox {
  position: absolute;
  top: 50.2%;
  left: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 1023px) {
  .bannerArea .slickBtnBox {
    display: none;
  }
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .socialBox .socialList {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.bannerArea .socialBox .socialList li {
  margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1201px) {
  .bannerArea .socialBox .socialList li a:hover {
    color: #482d20;
  }
  .bannerArea .socialBox .socialList li a:hover svg {
    fill: #482d20;
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: -50px;
  left: 21px;
  z-index: 2;
}
@media (max-width: 1023px) {
  .bannerArea .scrollDown {
    display: none;
  }
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.5px;
  transition: all 0.8s;
}
.bannerArea .scrollDown span.line {
  width: 2px;
  height: calc(100% + 20px);
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #482d20;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .scrollDown .arrow {
  width: 2px;
  height: 89px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  margin: 17px auto 0;
  transition: all 0.8s;
}
.bannerArea .scrollDown .arrow::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 8px 0 0;
  border-color: #fff transparent transparent transparent;
  content: "";
  display: block;
  margin: 0 0 -2px 0;
}
@media (min-width: 1201px) {
  .bannerArea .scrollDown:hover .text {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .bannerArea .scrollDown:hover .arrow {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
.bannerArea .slick-dots {
  bottom: 50%;
  right: 50px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.newsArea {
  padding: 146px 0 50px;
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 80px 0;
  }
}
.newsArea .topBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1023px) {
  .newsArea .topBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.newsArea .topBox .left {
  width: 63%;
}
@media (max-width: 1540px) {
  .newsArea .topBox .left {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .newsArea .topBox .left {
    width: 100%;
    padding: 0 0 20px;
  }
}
.newsArea .topBox .left .puzzle1 {
  top: -11px;
  left: 299px;
  width: 66px;
}
@media (max-width: 480px) {
  .newsArea .topBox .left .puzzle1 {
    top: -3px;
    left: 274px;
    width: 50px;
  }
}
@media (max-width: 400px) {
  .newsArea .topBox .left .puzzle1 {
    left: 213px;
    width: 46px;
  }
}
.newsArea .topBox .left .puzzle2 {
  top: 32px;
  left: 267px;
  width: 59px;
}
@media (max-width: 480px) {
  .newsArea .topBox .left .puzzle2 {
    top: 31px;
    left: 236px;
    width: 49px;
  }
}
@media (max-width: 400px) {
  .newsArea .topBox .left .puzzle2 {
    left: 177px;
    width: 43px;
  }
}
.newsArea .topBox .right {
  width: 37%;
}
@media (max-width: 1540px) {
  .newsArea .topBox .right {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .newsArea .topBox .right {
    width: 100%;
    padding: 0;
  }
}
.newsArea .topBox .text {
  font-family: "Noto Sans TC", "Microsoft JhengHei", serif;
  line-height: 1.68;
  margin: -1px 0 0 0;
  letter-spacing: 0.75px;
}
.newsArea .wrap {
  max-width: 1507px;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .newsArea .wrap {
    padding: 0 20px;
  }
}
.newsArea img {
  width: 100%;
}
.newsArea .newsBox {
  position: relative;
  padding-top: 42px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .newsArea .newsBox {
    padding: 42px 40px 0;
  }
}
@media (max-width: 400px) {
  .newsArea .newsBox {
    padding: 42px 29px 0;
    margin: 0 -19px;
  }
}
.newsArea .newsBox .left {
  width: 45%;
  padding: 0 26px 10px 0;
}
@media (max-width: 1180px) {
  .newsArea .newsBox .left {
    width: 40%;
    padding: 0 10px 10px 0;
  }
}
@media (max-width: 1023px) {
  .newsArea .newsBox .left {
    width: 100%;
    border-left: none;
    padding: 10px;
  }
}
.newsArea .newsBox .right {
  width: 55%;
  padding: 0 0 10px 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1180px) {
  .newsArea .newsBox .right {
    width: 60%;
    padding: 0 0 10px 10px;
  }
}
@media (max-width: 1023px) {
  .newsArea .newsBox .right {
    display: none;
  }
}
.newsArea .slick-slide:not(.slick-active) {
  pointer-events: none;
  transition: all 0.3s ease;
}
.newsArea .item {
  position: relative;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1023px) {
  .newsArea .item {
    border: unset;
  }
}
@media (min-width: 1201px) {
  .newsArea .item:hover .Img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .newsArea .item:hover .btnBox .btn.circleArrow {
    background-color: rgba(0, 0, 0, 0);
  }
  .newsArea .item:hover .btnBox .btn.circleArrow .arrow::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .newsArea .item:hover .btnBox .btn.circleArrow .arrow::after {
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
}
.newsArea .Img {
  overflow: hidden;
  margin: 0 0 25px 0;
}
.newsArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.8s;
}
.newsArea .newsInfoBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #482d20;
  padding: 0 0 17px;
}
@media (max-width: 1540px) {
  .newsArea .newsInfoBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.newsArea .newsInfoBox .dateBox {
  text-align: center;
  margin-right: 29px;
}
@media (max-width: 1540px) {
  .newsArea .newsInfoBox .dateBox {
    margin: 0;
  }
}
@media (max-width: 1430px) {
  .newsArea .newsInfoBox .dateBox {
    width: 100%;
  }
}
.newsArea .newsInfoBox .dateBox .date {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}
@media (max-width: 1430px) {
  .newsArea .newsInfoBox .dateBox .date {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .newsArea .newsInfoBox .dateBox .date {
    font-size: 26px;
  }
}
.newsArea .newsInfoBox .dateBox .date.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
}
.newsArea .newsInfoBox .dateBox .dayBox {
  position: relative;
  padding-left: 24px;
}
.newsArea .newsInfoBox .dateBox .year {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: absolute;
  top: 5px;
  left: 20px;
  z-index: 1;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 1430px) {
  .newsArea .newsInfoBox .dateBox .year {
    top: 0;
  }
}
.newsArea .newsInfoBox .dateBox .arrow {
  width: 36px;
  height: 1px;
  background-color: #482d20;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  -ms-flex-pack: end;
      justify-content: end;
  margin: 0 2px 5px 14px;
}
.newsArea .newsInfoBox .dateBox .arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 0 8px;
  border-color: transparent transparent transparent #482d20;
}
.newsArea .newsInfoBox .classTitle {
  background-color: #f7cd88;
  font-size: 13px;
  padding: 6px 10px 8px 10px;
  min-width: 96px;
  text-align: center;
  letter-spacing: 1.2px;
  margin-right: 21px;
}
@media (max-width: 1540px) {
  .newsArea .newsInfoBox .classTitle {
    margin: 0;
  }
}
@media (max-width: 1430px) {
  .newsArea .newsInfoBox .classTitle {
    margin-bottom: 10px;
  }
}
.newsArea .newsInfoBox .btnBox {
  margin-top: 0;
}
@media (max-width: 1540px) {
  .newsArea .newsInfoBox .btnBox {
    margin-right: -13px;
  }
}
@media (max-width: 1430px) {
  .newsArea .newsInfoBox .btnBox {
    display: none;
  }
}
.newsArea .textBox .title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.8px;
  color: #000;
}
.newsArea .textBox .text {
  color: #5C5C5C;
  font-size: 14px;
  line-height: 1.5;
  color: #191919;
  font-family: "Noto Serif TC", "Microsoft JhengHei", serif;
  font-family: "Noto Sans TC", "Microsoft JhengHei", serif;
}
.newsArea .textBox .text.ellipsis {
  height: auto;
  max-height: 95px;
  overflow: hidden;
}
.newsArea .plusArrow {
  position: absolute;
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  right: 50px;
  top: 50%;
  margin-top: -25px;
}
.newsArea .plusArrow i {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 1440px) {
  .newsArea .plusArrow {
    right: 0px;
  }
}
@media (max-width: 1023px) {
  .newsArea .plusArrow {
    display: none;
  }
}
.newsArea .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.newsArea .newsTop1List .item {
  border: none;
}
.newsArea .newsTop1List .Txt {
  padding: 0 0 0 0;
}
.newsArea .newsTop1List .textBox .title.ellipsis {
  height: 43px;
  overflow: hidden;
}
.newsArea .newsTop1List .textBox .text {
  line-height: 1.6;
  letter-spacing: 1.3px;
}
@media (max-width: 1430px) {
  .newsArea .newsTop1List .btnBox {
    margin-left: -21px;
  }
  .newsArea .newsTop1List .btnBox.pc {
    display: none;
  }
  .newsArea .newsTop1List .btnBox.ph {
    display: block;
  }
}
.newsArea .newsList {
  margin: 0 -13px;
  height: 100%;
}
@media (max-width: 1180px) {
  .newsArea .newsList {
    margin: 0 -5px;
  }
}
.newsArea .newsList .slick-slide > div {
  height: inherit;
}
.newsArea .newsList .newsItem {
  position: relative;
  padding: 0 13px;
  height: inherit;
}
@media (max-width: 1180px) {
  .newsArea .newsList .newsItem {
    padding: 0 5px;
  }
}
.newsArea .newsList .item {
  height: inherit;
  padding: 27px 24px 56px 27px;
}
@media (max-width: 1280px) {
  .newsArea .newsList .item {
    padding: 16px 15px 21px 15px;
  }
}
.newsArea .newsList .newsInfoBox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 10px;
}
.newsArea .newsList .newsInfoBox .classTitle {
  margin-bottom: 12px;
}
.newsArea .newsList .newsInfoBox .dateBox {
  margin: 0;
  width: 100%;
}
.newsArea .newsList .newsInfoBox .dateBox .arrow {
  margin: 0 13px 5px 14px;
}
@media (max-width: 1430px) {
  .newsArea .newsList .newsInfoBox .dateBox .arrow {
    margin: 0 6px 5px 6px;
  }
}
.newsArea .newsList .newsInfoBox .dateBox .dayBox {
  padding-left: 13px;
  text-align: left;
}
.newsArea .newsList .newsInfoBox .dateBox .dayBox .year {
  left: 11px;
}
.newsArea .newsList .textBox .title {
  font-size: 17px;
}
.newsArea .newsList .textBox .title.ellipsis {
  height: 56px;
}
.newsArea .newsList .textBox .text {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: 0.6px;
  margin: 0 0 0 -2px;
}
.newsArea .newsList .textBox .btnBox {
  margin-top: 24px;
  margin-left: -24px;
}
.newsArea .slickBtnBox.verticle {
  position: absolute;
  top: 53.5%;
  right: -60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1023px) {
  .newsArea .slickBtnBox.verticle {
    width: 100%;
    top: 50%;
    right: 0;
    pointer-events: none;
    z-index: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.newsArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.newsArea:not(.show) .titleBox .decoTitle {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.newsArea:not(.show) .topBox .text {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.newsArea:not(.show) .topBox .classBox {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.newsArea:not(.show) .newsBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.newsArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1s;
}
.newsArea.show .titleBox .decoTitle {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: all 1.8s 0.2s;
}
.newsArea.show .topBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1s 1s;
}
.newsArea.show .topBox .classBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 1s 1.2s;
}
.newsArea.show .newsBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1s 0.9s;
}

.aboutArea {
  padding: 141px 0 139px 0;
  position: relative;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 80px 0;
  }
}
.aboutArea .aboutBox {
  position: relative;
  z-index: 2;
  max-width: 782px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .aboutArea .aboutBox .aboutList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.aboutArea .aboutBox .aboutItem {
  position: relative;
  height: 143px;
}
@media (min-width: 1024px) {
  .aboutArea .aboutBox .aboutItem {
    width: 50%;
    padding: 0 0;
  }
}
.aboutArea .aboutBox .aboutItem .item {
  position: relative;
  height: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.aboutArea .aboutBox .aboutItem .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.aboutArea .aboutBox .aboutItem::before, .aboutArea .aboutBox .aboutItem::after {
  content: "";
  display: block;
}
@media (max-width: 1023px) {
  .aboutArea .aboutBox .aboutItem::before, .aboutArea .aboutBox .aboutItem::after {
    display: none;
  }
}
.aboutArea .aboutBox .aboutItem::before {
  width: 1px;
  height: calc(100% - 24px);
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 1;
}
.aboutArea .aboutBox .aboutItem::after {
  width: calc(100% - 12px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.aboutArea .aboutBox .aboutItem:nth-of-type(odd) {
  padding: 0px 0 3px 15.8%;
}
@media (max-width: 1023px) {
  .aboutArea .aboutBox .aboutItem:nth-of-type(odd) {
    padding: 0 0 0 10%;
  }
}
@media (max-width: 400px) {
  .aboutArea .aboutBox .aboutItem:nth-of-type(odd) {
    padding: 0 0 0 37%;
  }
}
.aboutArea .aboutBox .aboutItem:nth-of-type(odd)::after {
  left: 0;
}
.aboutArea .aboutBox .aboutItem:nth-of-type(even) {
  padding: 0 16.6% 3px 0px;
}
@media (max-width: 1023px) {
  .aboutArea .aboutBox .aboutItem:nth-of-type(even) {
    padding: 0 0 0 10%;
  }
}
@media (max-width: 400px) {
  .aboutArea .aboutBox .aboutItem:nth-of-type(even) {
    padding: 0 0 0 37%;
  }
}
.aboutArea .aboutBox .aboutItem:nth-of-type(even)::before {
  display: none;
}
.aboutArea .aboutBox .aboutItem:nth-of-type(even)::after {
  right: 0;
}
.aboutArea .aboutBox .aboutItem:nth-last-of-type(1)::after, .aboutArea .aboutBox .aboutItem:nth-last-of-type(2)::after {
  display: none;
}
.aboutArea .aboutBox .aboutItem .Img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
  width: 118px;
  height: 118px;
  overflow: hidden;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: all 1s;
}
@media (max-width: 1023px) {
  .aboutArea .aboutBox .aboutItem .Img {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.aboutArea .aboutBox .aboutItem .title {
  color: #482d20;
  opacity: 0.7;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.8s;
}
@media (min-width: 1201px) {
  .aboutArea .aboutBox .aboutItem:hover .title {
    opacity: 1;
  }
  .aboutArea .aboutBox .aboutItem:hover .Img {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.aboutArea .aboutBox .btnBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 1023px) {
  .aboutArea .aboutBox .btnBox {
    height: 73vw;
    -ms-flex-align: end;
        align-items: end;
  }
}
.aboutArea .titleBox {
  margin-bottom: 26px;
}
.aboutArea .titleBox .decoTitle {
  top: -93px;
  color: #f7cd88;
  opacity: 0.8;
  width: 100%;
}
@media (max-width: 1540px) {
  .aboutArea .titleBox .decoTitle {
    top: -60px;
  }
}
@media (max-width: 1180px) {
  .aboutArea .titleBox .decoTitle {
    top: -40px;
  }
}
.aboutArea .titleBox .title {
  margin-bottom: 22px;
}
.aboutArea .titleBox .text {
  max-width: 555px;
  margin: 0 auto;
  font-family: "Noto Sans TC", "Microsoft JhengHei", serif;
}
.aboutArea .titleBox .puzzle1 {
  top: -77px;
  left: 54%;
  width: 71px;
}
@media (max-width: 1540px) {
  .aboutArea .titleBox .puzzle1 {
    top: -82px;
    left: 56%;
  }
}
.aboutArea .titleBox .puzzle2 {
  top: -5px;
  left: 38.4%;
  width: 49px;
}
@media (max-width: 1540px) {
  .aboutArea .titleBox .puzzle2 {
    left: 37.4%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .titleBox .puzzle2 {
    left: 31.4vw;
  }
}
@media (max-width: 1023px) {
  .aboutArea .titleBox .puzzle2 {
    left: calc(50% - 160px);
  }
}
.aboutArea .titleBox .puzzle3 {
  top: 12px;
  right: 38.5%;
  width: 52px;
}
@media (max-width: 1540px) {
  .aboutArea .titleBox .puzzle3 {
    right: 36.5%;
  }
}
@media (max-width: 1180px) {
  .aboutArea .titleBox .puzzle3 {
    right: 31.4vw;
  }
}
@media (max-width: 1023px) {
  .aboutArea .titleBox .puzzle3 {
    right: calc(50% - 160px);
  }
}
.aboutArea .aboutPicBox {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}
.aboutArea .aboutPicBox .Img {
  position: absolute;
}
.aboutArea .aboutPicBox .Img.pic1 {
  top: 9.1%;
  left: 9.9vw;
  z-index: 1;
  width: 16.4vw;
}
@media (max-width: 1023px) {
  .aboutArea .aboutPicBox .Img.pic1 {
    top: auto;
    bottom: 74vw;
    width: 29.79vw;
    left: 2.9vw;
  }
}
@media (max-width: 840px) {
  .aboutArea .aboutPicBox .Img.pic1 {
    bottom: 82vw;
  }
}
@media (max-width: 640px) {
  .aboutArea .aboutPicBox .Img.pic1 {
    bottom: 91vw;
  }
}
@media (max-width: 490px) {
  .aboutArea .aboutPicBox .Img.pic1 {
    bottom: 102vw;
  }
}
@media (max-width: 400px) {
  .aboutArea .aboutPicBox .Img.pic1 {
    bottom: 111vw;
  }
}
.aboutArea .aboutPicBox .Img.pic1::before {
  content: "";
  display: block;
  width: 11.458vw;
  height: 11.458vw;
  border: 1px solid rgba(72, 45, 32, 0.2);
  position: absolute;
  top: 31%;
  right: -19.4%;
  z-index: -1;
}
@media (max-width: 1023px) {
  .aboutArea .aboutPicBox .Img.pic1::before {
    width: 20.458vw;
    height: 20.458vw;
  }
}
.aboutArea .aboutPicBox .Img.pic2 {
  top: 35.4%;
  right: 2.5%;
  z-index: 1;
  width: 26.7vw;
}
@media (max-width: 1400px) {
  .aboutArea .aboutPicBox .Img.pic2 {
    width: 22.7vw;
  }
}
@media (max-width: 1180px) {
  .aboutArea .aboutPicBox .Img.pic2 {
    width: 19.7vw;
    right: 1.5%;
  }
}
@media (max-width: 1023px) {
  .aboutArea .aboutPicBox .Img.pic2 {
    top: auto;
    bottom: 41vw;
    width: 45.167vw;
    right: 2.9vw;
  }
}
@media (max-width: 840px) {
  .aboutArea .aboutPicBox .Img.pic2 {
    bottom: 49vw;
  }
}
@media (max-width: 640px) {
  .aboutArea .aboutPicBox .Img.pic2 {
    bottom: 58vw;
  }
}
@media (max-width: 490px) {
  .aboutArea .aboutPicBox .Img.pic2 {
    bottom: 63vw;
  }
}
@media (max-width: 400px) {
  .aboutArea .aboutPicBox .Img.pic2 {
    bottom: 71vw;
  }
}
.aboutArea .aboutPicBox .Img.pic2::before {
  content: "";
  display: block;
  width: 25vw;
  height: 11.458vw;
  background-color: rgba(72, 45, 32, 0.5);
  position: absolute;
  z-index: -1;
  bottom: -51px;
  right: -48px;
}
@media (max-width: 1023px) {
  .aboutArea .aboutPicBox .Img.pic2::before {
    width: 44vw;
    height: 23.458vw;
  }
}
@media (max-width: 640px) {
  .aboutArea .aboutPicBox .Img.pic2::before {
    bottom: -32px;
  }
}
.aboutArea .aboutPicBox .Img.pic2::after {
  content: "";
  display: block;
  width: 84px;
  height: 68px;
  background-color: #f7cd88;
  position: absolute;
  z-index: -1;
  opacity: 0.3;
  bottom: -95px;
  left: 46px;
}
@media (max-width: 767px) {
  .aboutArea .aboutPicBox .Img.pic2::after {
    bottom: -68px;
    left: 53px;
    width: 69px;
    height: 57px;
  }
}
.aboutArea .aboutPicBox .Img.pic3 {
  bottom: 4.2%;
  left: 0;
  z-index: 1;
  width: 33.5vw;
}
@media (max-width: 1180px) {
  .aboutArea .aboutPicBox .Img.pic3 {
    width: 28.5vw;
  }
}
@media (max-width: 1023px) {
  .aboutArea .aboutPicBox .Img.pic3 {
    top: auto;
    bottom: 23vw;
    width: 47.54vw;
    left: 0;
  }
}
@media (max-width: 840px) {
  .aboutArea .aboutPicBox .Img.pic3 {
    bottom: 30vw;
  }
}
@media (max-width: 640px) {
  .aboutArea .aboutPicBox .Img.pic3 {
    bottom: 39vw;
  }
}
@media (max-width: 490px) {
  .aboutArea .aboutPicBox .Img.pic3 {
    bottom: 49vw;
  }
}
@media (max-width: 400px) {
  .aboutArea .aboutPicBox .Img.pic3 {
    bottom: 57vw;
  }
}
.aboutArea .aboutPicBox .Img.pic3::before {
  content: "";
  display: block;
  width: 361px;
  height: 220px;
  background-color: #f7cd88;
  position: absolute;
  left: 0;
  top: -13%;
  z-index: -1;
}
@media (max-width: 1180px) {
  .aboutArea .aboutPicBox .Img.pic3::before {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .aboutArea .aboutPicBox .Img.pic3::before {
    width: 25.415vw;
    height: 21.505vw;
  }
}
.aboutArea .slickBtnBox {
  display: none;
}
@media (max-width: 1023px) {
  .aboutArea .slickBtnBox {
    width: 220px !important;
    top: auto !important;
    bottom: 30px;
    -webkit-transform: translate(-50%, 0) !important;
            transform: translate(-50%, 0) !important;
  }
}
.aboutArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.aboutArea:not(.show) .titleBox .subtitle {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.aboutArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.aboutArea:not(.show) .titleBox .decoTitle {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.aboutArea:not(.show) .aboutBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.aboutArea:not(.show) .aboutPicBox .Img.pic1 img {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.aboutArea:not(.show) .aboutPicBox .Img.pic1::before {
  width: 0;
  height: 0;
  opacity: 0;
}
.aboutArea:not(.show) .aboutPicBox .Img.pic2 img {
  opacity: 0;
  -webkit-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
}
.aboutArea:not(.show) .aboutPicBox .Img.pic2::before {
  width: 0;
  height: 11.458vw;
}
@media (max-width: 1023px) {
  .aboutArea:not(.show) .aboutPicBox .Img.pic2::before {
    height: 23.458vw;
  }
}
.aboutArea:not(.show) .aboutPicBox .Img.pic2::after {
  width: 0;
  height: 0;
}
.aboutArea:not(.show) .aboutPicBox .Img.pic3 img {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.aboutArea:not(.show) .aboutPicBox .Img.pic3::before {
  width: 0;
}
.aboutArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1s;
}
.aboutArea.show .titleBox .subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1s 0.4s;
}
.aboutArea.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1s 0.6s;
}
.aboutArea.show .titleBox .decoTitle {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: all 1.8s 0.2s;
}
.aboutArea.show .aboutBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1s 1s;
}
.aboutArea.show .aboutPicBox .Img.pic1 img {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.8s 1s;
}
.aboutArea.show .aboutPicBox .Img.pic1::before {
  width: 11.458vw;
  height: 11.458vw;
  opacity: 1;
  transition: all 0.5s 0.5s;
}
@media (max-width: 1023px) {
  .aboutArea.show .aboutPicBox .Img.pic1::before {
    width: 20.458vw;
    height: 20.458vw;
  }
}
.aboutArea.show .aboutPicBox .Img.pic2 img {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: all 0.8s 2.1s;
}
.aboutArea.show .aboutPicBox .Img.pic2::before {
  width: 25vw;
  transition: all 0.8s 1.3s;
}
@media (max-width: 1023px) {
  .aboutArea.show .aboutPicBox .Img.pic2::before {
    width: 44vw;
  }
}
.aboutArea.show .aboutPicBox .Img.pic2::after {
  width: 84px;
  height: 68px;
  transition: all 0.8s 0.5s;
}
@media (max-width: 767px) {
  .aboutArea.show .aboutPicBox .Img.pic2::after {
    width: 69px;
    height: 57px;
  }
}
.aboutArea.show .aboutPicBox .Img.pic3 img {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.8s 2.4s;
}
.aboutArea.show .aboutPicBox .Img.pic3::before {
  width: 361px;
  transition: all 0.8s 1.8s;
}
@media (max-width: 1180px) {
  .aboutArea.show .aboutPicBox .Img.pic3::before {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .aboutArea.show .aboutPicBox .Img.pic3::before {
    width: 25.415vw;
  }
}

.roomArea {
  padding: 100px 0 100px;
}
@media (max-width: 1180px) {
  .roomArea {
    padding: 80px 0;
  }
}
.roomArea .wrap {
  max-width: 1700px;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .roomArea .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.roomArea .classBox {
  width: 106px;
  padding-top: 1px;
}
@media (max-width: 1023px) {
  .roomArea .classBox {
    width: 100%;
  }
}
.roomArea .rightBox {
  width: calc(100% - 106px);
  position: relative;
  padding-right: 106px;
}
@media (max-width: 1540px) {
  .roomArea .rightBox {
    padding-right: 40px;
  }
}
@media (max-width: 1180px) {
  .roomArea .rightBox {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .roomArea .rightBox {
    width: 100%;
  }
}
.roomArea .rightBox .titleBox {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1;
  width: 50%;
  padding: 0 0 0 24px;
}
.roomArea .rightBox .titleBox .decoTitle {
  top: -39px;
  left: 15px;
}
@media (max-width: 1023px) {
  .roomArea .titleBox {
    margin: 0 30px 40px;
  }
  .roomArea .titleBox .decoTitle {
    width: 100%;
    text-align: left;
  }
}
.roomArea .titleBox .puzzle1 {
  top: 20px;
  left: -21px;
  width: 39px;
}
@media (max-width: 1540px) {
  .roomArea .titleBox .puzzle1 {
    top: -75px;
    left: 32px;
  }
}
.roomArea .titleBox .puzzle2 {
  top: 103px;
  left: 39.8%;
  width: 51px;
}
@media (max-width: 1540px) {
  .roomArea .titleBox .puzzle2 {
    top: 110px;
    left: 43.8%;
  }
}
@media (max-width: 1440px) {
  .roomArea .titleBox .puzzle2 {
    top: 74px;
    left: 50.8%;
  }
}
@media (max-width: 1180px) {
  .roomArea .titleBox .puzzle2 {
    left: 65.8%;
  }
}
@media (max-width: 1023px) {
  .roomArea .titleBox .puzzle2 {
    left: 247px;
    top: 15px;
  }
}
.roomArea .titleBox .puzzle3 {
  top: 54px;
  left: 53.7%;
  width: 49px;
}
@media (max-width: 1440px) {
  .roomArea .titleBox .puzzle3 {
    top: 0;
    left: 65.7%;
  }
}
@media (max-width: 1180px) {
  .roomArea .titleBox .puzzle3 {
    left: 77.7%;
  }
}
@media (max-width: 1023px) {
  .roomArea .titleBox .puzzle3 {
    left: 329px;
    top: -11px;
  }
}
.roomArea .titleBox .puzzle4 {
  top: 84px;
  left: 58%;
  width: 39px;
}
@media (max-width: 1440px) {
  .roomArea .titleBox .puzzle4 {
    top: 41px;
    left: 75%;
  }
}
@media (max-width: 1180px) {
  .roomArea .titleBox .puzzle4 {
    top: 41px;
    left: 87%;
  }
}
@media (max-width: 1023px) {
  .roomArea .titleBox .puzzle4 {
    left: 371px;
    top: 20px;
  }
}
.roomArea .roomTopSlickList {
  padding: 5px 0 0 0;
}
.roomArea .roomTopSlickList .roomTopSlickItem > .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: start;
}
.roomArea .roomTopSlickList .roomTopSlickItem > .item > .Txt {
  width: 49%;
  padding: 170px 23px 0 63px;
}
@media (max-width: 1440px) {
  .roomArea .roomTopSlickList .roomTopSlickItem > .item > .Txt {
    padding: 130px 16px 0 25px;
  }
}
@media (max-width: 1023px) {
  .roomArea .roomTopSlickList .roomTopSlickItem > .item > .Txt {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .roomArea .roomTopSlickList .roomTopSlickItem > .item > .Txt {
    width: 100%;
    padding: 20px 0;
  }
}
.roomArea .roomTopSlickList .roomTopSlickItem > .item > .Txt .text {
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 1.6;
}
.roomArea .roomTopSlickList .ImgBox {
  width: 51%;
  padding: 20px 22px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .roomArea .roomTopSlickList .ImgBox {
    width: 100%;
  }
}
.roomArea .roomTopSlickList .ImgBox .Img {
  overflow: hidden;
}
.roomArea .roomTopSlickList .ImgBox .Img img {
  width: 100%;
}
.roomArea .roomTopSlickList .topBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
  -ms-flex-align: end;
      align-items: end;
  margin-bottom: 12px;
}
.roomArea .roomTopSlickList .topBox .title {
  font-size: 20px;
  letter-spacing: 1px;
  -ms-flex-align: end;
      align-items: end;
  margin-right: 9px;
}
.roomArea .roomTopSlickList .topBox .title a {
  color: #191919;
}
@media (min-width: 1201px) {
  .roomArea .roomTopSlickList .topBox .title a:hover {
    color: #482d20;
  }
}
.roomArea .roomTopSlickList .topBox .subtitle {
  font-size: 13px;
  padding: 0 0 3px 0;
  letter-spacing: 3.2px;
  color: #482d20;
}
.roomArea .btnBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  margin-top: 23px;
  margin-right: -15px;
}
.roomArea .topSlick {
  position: relative;
  margin-bottom: 22px;
}
.roomArea .topSlick .slickBtnBox {
  position: absolute;
  bottom: 29px;
  left: calc(50% + 103px);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 1540px) {
  .roomArea .topSlick .slickBtnBox {
    bottom: 0;
  }
}
@media (max-width: 1440px) {
  .roomArea .topSlick .slickBtnBox {
    bottom: 29px;
    left: calc(50% + 68px);
  }
}
@media (max-width: 1366px) {
  .roomArea .topSlick .slickBtnBox {
    bottom: 0;
  }
}
@media (max-width: 1023px) {
  .roomArea .topSlick .slickBtnBox {
    width: 80px;
    position: absolute;
    bottom: 0;
    top: auto;
  }
  .roomArea .topSlick .slickBtnBox::before {
    display: block;
  }
}
@media (max-width: 767px) {
  .roomArea .topSlick .slickBtnBox {
    bottom: 20px;
    left: 30px;
  }
}
.roomArea .roomList {
  margin: 0 -10px;
}
@media (max-width: 1023px) {
  .roomArea .roomList {
    display: none;
  }
}
.roomArea .roomList .slick-track {
  padding: 10px 0px;
}
.roomArea .roomList .roomItem {
  padding: 0 10px;
}
.roomArea .roomList .ImgBox {
  margin-bottom: 13px;
}
.roomArea .roomList .ImgBox .Img {
  overflow: hidden;
}
.roomArea .roomList .ImgBox .Img img {
  transition: all 0.8s;
}
.roomArea .roomList .Txt {
  font-weight: bold;
  text-align: center;
}
.roomArea .roomList .title {
  font-size: 18px;
  transition: all 0.8s;
  letter-spacing: 0.8px;
  margin-bottom: 3px;
}
.roomArea .roomList .subtitle {
  font-size: 13px;
  color: #482d20;
  letter-spacing: 3px;
}
.roomArea .roomList .item {
  position: relative;
  transition: all 0.8s;
}
.roomArea .roomList .item .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (min-width: 1201px) {
  .roomArea .roomList .item:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .roomArea .roomList .item:hover .ImgBox .Img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .roomArea .roomList .item:hover .title {
    color: #482d20;
  }
}
.roomArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.roomArea:not(.show) .titleBox .decoTitle {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.roomArea:not(.show) .classBox {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.roomArea:not(.show) .roomBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.roomArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1s;
}
.roomArea.show .titleBox .decoTitle {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: all 1.8s 0.2s;
}
.roomArea.show .classBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 1s 1.2s;
}
.roomArea.show .roomBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1s 0.8s;
}

.facArea {
  padding: 33px 0;
}
@media (max-width: 1180px) {
  .facArea {
    padding: 80px 0;
  }
}
.facArea .wrap {
  max-width: 1700px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .facArea .titleBox {
    margin: 0 30px 40px;
  }
  .facArea .titleBox .decoTitle {
    width: 100%;
    text-align: left;
  }
}
.facArea .classBox {
  width: 106px;
  padding-top: 1px;
}
@media (max-width: 1023px) {
  .facArea .classBox {
    width: 100%;
    padding-top: 0;
    margin: 0 0 80px 0;
  }
}
@media (max-width: 640px) {
  .facArea .classBox {
    margin: 0 0 40px 0;
  }
}
.facArea .rightBox {
  width: calc(100% - 106px);
  position: relative;
  padding-right: 106px;
}
@media (max-width: 1540px) {
  .facArea .rightBox {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .facArea .rightBox {
    width: 100%;
    padding-top: 0;
  }
}
.facArea .topBpx {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: start;
}
.facArea .titleBox {
  margin-bottom: 45px;
  margin-top: 75px;
}
.facArea .titleBox .title.horizontal {
  margin-top: 0;
}
.facArea .titleBox .decoTitle {
  color: #f7cd88;
  opacity: 0.8;
  letter-spacing: 2.9px;
  width: 907px;
  text-align: left;
}
.facArea .titleBox .text {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
  padding: 35px 0 0 2px;
}
.facArea .titleBox .puzzle1 {
  top: -108px;
  left: 253px;
  width: 66px;
}
@media (max-width: 640px) {
  .facArea .titleBox .puzzle1 {
    top: -87px;
    width: 52px;
    left: 221px;
  }
}
@media (max-width: 400px) {
  .facArea .titleBox .puzzle1 {
    top: -55px;
    width: 35px;
    left: 183px;
  }
}
@media (max-width: 355px) {
  .facArea .titleBox .puzzle1 {
    left: 162px;
  }
}
.facArea .titleBox .puzzle2 {
  top: -22px;
  left: 312px;
  width: 75px;
}
@media (max-width: 640px) {
  .facArea .titleBox .puzzle2 {
    top: -14px;
    left: 275px;
    width: 61px;
  }
}
@media (max-width: 400px) {
  .facArea .titleBox .puzzle2 {
    top: 1px;
    left: 222px;
    width: 42px;
  }
}
@media (max-width: 355px) {
  .facArea .titleBox .puzzle2 {
    left: 199px;
  }
}
.facArea .titleBox .puzzle3 {
  top: -93px;
  left: 356px;
  width: 58px;
}
@media (max-width: 640px) {
  .facArea .titleBox .puzzle3 {
    top: -71px;
    left: 323px;
    width: 47px;
  }
}
@media (max-width: 400px) {
  .facArea .titleBox .puzzle3 {
    top: -36px;
    left: 267px;
    width: 38px;
  }
}
@media (max-width: 355px) {
  .facArea .titleBox .puzzle3 {
    left: 247px;
  }
}
.facArea .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  padding: 19px 11px 0 0;
}
@media (max-width: 1023px) {
  .facArea .buttons {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
    z-index: 1;
  }
}
.facArea .buttons .btnBox {
  margin-top: 0;
}
.facArea .buttons .slickBtnBox {
  margin-right: 49px;
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .facArea .btnBox.ph {
    margin-top: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (max-width: 640px) {
  .facArea .btnBox.ph {
    margin-top: 40px;
  }
}
.facArea .facBox {
  position: relative;
}
@media (max-width: 1023px) {
  .facArea .facBox {
    padding: 0 40px;
  }
}
.facArea .facList {
  width: 35%;
  max-width: 484px;
}
@media (max-width: 1540px) {
  .facArea .facList {
    width: calc(33.33% + 20px);
  }
}
@media (max-width: 767px) {
  .facArea .facList {
    width: calc(33.33% + 5px);
  }
}
@media (max-width: 640px) {
  .facArea .facList {
    width: 100%;
  }
}
.facArea .facList .facItem.hide {
  display: none;
}
.facArea .facList .facItem .item {
  position: relative;
  padding: 1px;
}
.facArea .facList .facItem .item .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 1201px) {
  .facArea .facList .facItem .item:hover .imgBox {
    border: 1px solid #482d20;
  }
  .facArea .facList .facItem .item:hover .imgBox .Img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .facArea .facList .facItem .item:hover .imgBox .btnBox.hoverBtn .btn.hoverShow {
    opacity: 1;
    transition: all 0.5s;
  }
  .facArea .facList .facItem .item:hover .imgBox .btnBox.hoverBtn .btn.hoverShow .btnText {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    transition: all 0.5s 0.2s;
  }
  .facArea .facList .facItem .item:hover .imgBox .btnBox.hoverBtn .btn.hoverShow .arrowBox::before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    transition: all 0.5s 0.6s;
  }
  .facArea .facList .facItem .item:hover .imgBox .btnBox.hoverBtn .btn.hoverShow .arrowBox::after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    transition: all 0.5s 0.4s;
  }
  .facArea .facList .facItem .item:hover .imgBox .btnBox.hoverBtn .btn.hoverShow .arrowBox .arrow {
    opacity: 1;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    transition: all 0.5s 0.2s;
  }
  .facArea .facList .facItem .item:hover .Txt {
    color: #482d20;
  }
}
.facArea .facList .imgBox {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px 28px 24px;
  position: relative;
  transition: all 0.8s;
}
@media (max-width: 767px) {
  .facArea .facList .imgBox {
    padding: 10px;
  }
}
.facArea .facList .imgBox .Img {
  overflow: hidden;
}
.facArea .facList .imgBox .Img img {
  transition: all 0.8s;
}
.facArea .facList .imgBox .btnBox.hoverBtn {
  padding: 25px 28px 24px;
}
.facArea .facList .Txt {
  text-align: center;
  font-size: 22px;
  padding: 16px 31px;
  letter-spacing: 0.5px;
  transition: all 0.8s;
}
@media (max-width: 1540px) {
  .facArea .facList .Txt {
    font-size: 17px;
  }
}
.facArea .facList:nth-of-type(2), .facArea .facList:nth-of-type(3) {
  position: absolute;
}
@media (max-width: 1023px) {
  .facArea .facList:nth-of-type(2), .facArea .facList:nth-of-type(3) {
    width: calc(33.33% - 6px);
  }
}
@media (max-width: 767px) {
  .facArea .facList:nth-of-type(2), .facArea .facList:nth-of-type(3) {
    width: calc(33.33% - 15px);
  }
}
@media (max-width: 640px) {
  .facArea .facList:nth-of-type(2), .facArea .facList:nth-of-type(3) {
    display: none;
  }
}
.facArea .facList:nth-of-type(2) {
  top: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .facArea .facList:nth-of-type(2) {
    left: 49.5%;
  }
}
.facArea .facList:nth-of-type(2) .Txt {
  padding: 18px 31px 23px;
}
.facArea .facList:nth-of-type(3) {
  top: -55px;
  right: 0;
}
@media (max-width: 1023px) {
  .facArea .facList:nth-of-type(3) {
    right: 40px;
  }
}
.facArea .facList:nth-of-type(3) .Txt {
  padding: 23px 31px;
}
.facArea .facList:nth-of-type(3) .imgBox {
  padding: 25px 28px 26px;
}
@media (max-width: 767px) {
  .facArea .facList:nth-of-type(3) .imgBox {
    padding: 10px;
  }
}
.facArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.facArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.facArea:not(.show) .titleBox .decoTitle {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.facArea:not(.show) .buttons {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.facArea:not(.show) .classBox {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.facArea:not(.show) .facBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.facArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1s;
}
.facArea.show .titleBox .decoTitle {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: all 1.8s 0.2s;
}
.facArea.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1s 0.4s;
}
.facArea.show .buttons {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 1s 0.6s;
}
.facArea.show .classBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 1s 1.2s;
}
.facArea.show .facBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1s 0.8s;
}

.spotArea {
  padding: 142px 0 115px 0;
}
@media (max-width: 1180px) {
  .spotArea {
    padding: 80px 0;
  }
}
.spotArea .wrap {
  max-width: 1700px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.spotArea .classBox {
  width: 106px;
  padding-top: 1px;
}
@media (max-width: 1023px) {
  .spotArea .classBox {
    width: 100%;
    position: relative;
    z-index: 3;
  }
}
.spotArea .rightBox {
  width: calc(100% - 106px);
  position: relative;
  padding-right: 106px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1540px) {
  .spotArea .rightBox {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .spotArea .rightBox {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.spotArea .rightBox .left {
  width: 72.3%;
  padding: 8.5% 0 0 0;
}
@media (max-width: 1023px) {
  .spotArea .rightBox .left {
    width: 100%;
    padding: 8.5% 40px 0;
  }
}
.spotArea .rightBox .right {
  width: 27.7%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
}
@media (max-width: 1023px) {
  .spotArea .rightBox .right {
    width: 100%;
    margin: 40px 0 0;
    display: block;
  }
}
.spotArea .rightBox .right .btnBox {
  margin: 0 10px 79px 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
}
@media (max-width: 1023px) {
  .spotArea .rightBox .right .btnBox {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.spotArea .titleBox .text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
}
@media (max-width: 1023px) {
  .spotArea .titleBox .text {
    text-align: left;
    margin-right: 20px;
  }
}
.spotArea .titleBox .map {
  position: absolute;
  bottom: 34px;
  right: -108px;
  z-index: -1;
  pointer-events: none;
  width: 277px;
}
@media (max-width: 1023px) {
  .spotArea .titleBox .map {
    bottom: auto;
    top: 0;
    right: auto;
    left: 100px;
  }
}
.spotArea .titleBox .map .Img {
  opacity: 0.3;
}
.spotArea .titleBox .map .dot {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 4%;
  right: 11.2%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.spotArea .titleBox .map .dot::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f7cd88;
  border-radius: 50%;
  opacity: 0.5;
}
.spotArea .titleBox .map .dot::after {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.spotArea .titleBox .puzzle1 {
  top: -53px;
  left: 123px;
  width: 65px;
}
@media (max-width: 1440px) {
  .spotArea .titleBox .puzzle1 {
    width: 48px;
  }
}
@media (max-width: 1023px) {
  .spotArea .titleBox .puzzle1 {
    top: -76px;
    left: 235px;
  }
}
.spotArea .titleBox .puzzle2 {
  top: 227px;
  left: -16px;
  width: 69px;
}
@media (max-width: 1440px) {
  .spotArea .titleBox .puzzle2 {
    left: 11px;
    width: 45px;
  }
}
@media (max-width: 1023px) {
  .spotArea .titleBox .puzzle2 {
    display: none;
  }
}
.spotArea .titleBox .puzzle3 {
  top: 274px;
  left: 78px;
  width: 72px;
}
@media (max-width: 1440px) {
  .spotArea .titleBox .puzzle3 {
    left: 99px;
    width: 50px;
  }
}
@media (max-width: 1180px) {
  .spotArea .titleBox .puzzle3 {
    left:72px;
  }
}
@media (max-width: 1023px) {
  .spotArea .titleBox .puzzle3 {
    left: 269px;
    top: 27px;
  }
}
@media (min-width: 1024px) {
  .spotArea .titleBox.pc {
    width: 128px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 11px 45px 0 0;
  }
  .spotArea .titleBox .decoTitle {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    text-align: left;
    line-height: 0.9;
    top: 61px;
    left: 30px;
    z-index: 0;
  }
  .spotArea .titleBox .text {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    text-align: left;
    padding: 0;
    margin: -6px 0 0 0;
  }
}
@media (max-width: 1023px) {
  .spotArea .titleBox {
    margin: 0 30px 40px;
  }
  .spotArea .titleBox .decoTitle {
    width: 100%;
    text-align: left;
    z-index: 0;
  }
}
.spotArea .spotBox {
  position: relative;
}
.spotArea .spotList {
  width: 33.33%;
  margin: 0 -15px;
}
@media (max-width: 1023px) {
  .spotArea .spotList {
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .spotArea .spotList {
    width: 100%;
  }
}
.spotArea .spotList .spotItem {
  padding: 0 15px;
}
@media (max-width: 1023px) {
  .spotArea .spotList .spotItem {
    padding: 0 5px;
  }
}
.spotArea .spotList .spotItem.hide {
  display: none;
}
.spotArea .spotList .spotItem .item {
  position: relative;
}
.spotArea .spotList .spotItem .item .linkWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 1201px) {
  .spotArea .spotList .spotItem .item:hover .Img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .spotArea .spotList .spotItem .item:hover .imgBox .btnBox.hoverBtn .btn.hoverShow {
    opacity: 1;
    transition: all 0.5s;
  }
  .spotArea .spotList .spotItem .item:hover .imgBox .btnBox.hoverBtn .btn.hoverShow .btnText {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    transition: all 0.5s 0.2s;
  }
  .spotArea .spotList .spotItem .item:hover .imgBox .btnBox.hoverBtn .btn.hoverShow .arrowBox::before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    transition: all 0.5s 0.6s;
  }
  .spotArea .spotList .spotItem .item:hover .imgBox .btnBox.hoverBtn .btn.hoverShow .arrowBox::after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    transition: all 0.5s 0.4s;
  }
  .spotArea .spotList .spotItem .item:hover .imgBox .btnBox.hoverBtn .btn.hoverShow .arrowBox .arrow {
    opacity: 1;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    transition: all 0.5s 0.2s;
  }
}
.spotArea .spotList .imgBox {
  position: relative;
  margin-bottom: 26px;
}
.spotArea .spotList .imgBox .Img {
  overflow: hidden;
}
.spotArea .spotList .imgBox .Img img {
  transition: all 0.8s;
}
.spotArea .spotList .title {
  position: absolute;
  bottom: 6px;
  right: 10px;
  z-index: 1;
  min-width: 156px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 6px 14px;
  background-color: #482d20;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #fff;
  width: 90%;
}
.spotArea .spotList .title::before {
  content: "";
  width: 15px;
  height: 23px;
  background: url(../images/spoticon.png) center/100% no-repeat;
  display: block;
}
.spotArea .spotList .title .txt {
  width: calc(100% - 26px);
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.spotArea .spotList .text {
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 1.6;
  height: 72px;
}
.spotArea .spotList:nth-of-type(2), .spotArea .spotList:nth-of-type(3) {
  position: absolute;
}
@media (max-width: 767px) {
  .spotArea .spotList:nth-of-type(2), .spotArea .spotList:nth-of-type(3) {
    display: none;
  }
}
.spotArea .spotList:nth-of-type(2) {
  top: -42px;
  left: 51.6%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .spotArea .spotList:nth-of-type(2) {
    left: 50.6%;
  }
}
.spotArea .spotList:nth-of-type(3) {
  top: 0;
  right: 0;
}
.spotArea .slickBtnBox.horizontal.horizontal {
  display: none;
}
@media (max-width: 1023px) {
  .spotArea .slickBtnBox.horizontal.horizontal {
    width: calc(100% + 80px);
    display: -ms-flexbox;
    display: flex;
  }
}
.spotArea:not(.show) .titleBox .title {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.spotArea:not(.show) .titleBox .text {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.spotArea:not(.show) .titleBox .decoTitle {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.spotArea:not(.show) .map {
  opacity: 0;
}
.spotArea:not(.show) .btnBox {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.spotArea:not(.show) .classBox {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.spotArea:not(.show) .spotBox {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.spotArea.show .titleBox .title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1s;
}
.spotArea.show .titleBox .decoTitle {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: all 1.8s 0.2s;
}
.spotArea.show .titleBox .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1s 0.4s;
}
.spotArea.show .map {
  opacity: 1;
  transition: all 1s 0.6s;
}
.spotArea.show .btnBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 1s 0.6s;
}
.spotArea.show .classBox {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 1s 1.2s;
}
.spotArea.show .spotBox {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 1s 0.8s;
}

.linkArea {
  padding: 0px 0;
  text-align: center;
  overflow: hidden;
}
.linkArea .wrap {
  max-width: 100%;
  padding: 0;
}

.linkList .item {
  position: relative;
}
@media (min-width: 1201px) {
  .linkList .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.linkList .Img {
  width: 100%;
  overflow: hidden;
}
.linkList .Img img {
  width: 100%;
  height: auto;
  display: block;
}
.linkList .Txt {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 20px;
}
.linkList .Txt .title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 20px;
}
.linkList .Txt .title a {
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}