.bannerArea .bannerItem .Txt .bannerBtn a:hover::after, .bannerArea .socialBox .socialList li, .bannerArea .socialBox .socialList li a svg, .bannerArea .arrowBox .arrow, .bannerArea .arrowBox .arrow::before, .bannerArea .slick-dots li button::after, .bannerArea .slick-dots li button::before, .newsArea .titleBox .btn a:hover span::before, .newsArea .titleBox .dots .slick-dots button, .newsArea .titleBox .dots .slick-dots button::after, .newsArea .arrowBox button:hover img:not(.mobile), .roomArea .dots .slick-dots button, .roomArea .dots .slick-dots button::after, .roomArea .arrowBox button:hover img, .roomArea .titleBox .btn a:hover span::before, .adArea .arrowBox button:hover img:not(.mobile), .adArea .dots .slick-dots button, .adArea .dots .slick-dots button::after, .adArea .Img img, .adArea .textBox .btn, .adArea .textBox .btn a, .adArea .Txt, .linkArea .arrowBox button:hover img, .linkArea .rightBox .btn a:hover span::before, .linkArea .dots .slick-dots button, .linkArea .dots .slick-dots button::after, .linkArea .linkList li .item .Txt,
.linkArea .linkList2 li .item .Txt,
.linkArea .linkList3 li .item .Txt {
  -webkit-transition: all .5s;
  transition: all .5s;
}

@-webkit-keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bannerTxtAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.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 0.7s;
  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;
  -webkit-transition: all 0.7s;
  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;
  -webkit-transition: all 0.7s;
  transition: all 0.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;
}

.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);
          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);
          transform: rotate(-45deg);
}

@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea .bannerBox {
  position: relative;
}

.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}

.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}

.bannerArea .bannerItem .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 90px 288px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt {
    padding: 90px 10px;
  }
}

@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt {
    padding: 45px 10px;
  }
}

.bannerArea .bannerItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.bannerArea .bannerItem .Txt .textBox .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-transform: uppercase;
  font-style: italic;
  text-align: left;
  margin: 0;
}

@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt .textBox .titleBox {
    width: 100%;
  }
}

.bannerArea .bannerItem .Txt .textBox .titleBox .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 112px);
}

@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt .textBox .titleBox .right {
    width: calc(100% - 97px);
  }
}

@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .textBox .titleBox .right {
    width: calc(100% - 68px);
  }
}

.bannerArea .bannerItem .Txt .textBox .titleBox .top {
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
  margin-top: 26px;
  margin-left: 15px;
  letter-spacing: 5px;
  word-wrap: break-word;
}

@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt .textBox .titleBox .top {
    font-size: 38px;
    width: 100%;
    margin-top: 18px;
  }
}

@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .textBox .titleBox .top {
    font-size: 26px;
    margin-top: 14px;
  }
}

@media (max-width: 375px) {
  .bannerArea .bannerItem .Txt .textBox .titleBox .top {
    font-size: 24px;
  }
}

.bannerArea .bannerItem .Txt .textBox .titleBox .bottom {
  font-weight: 700;
  font-size: 60px;
  -webkit-transform: translateX(-17px);
          transform: translateX(-17px);
  line-height: 1;
  letter-spacing: 6px;
  word-wrap: break-word;
}

@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt .textBox .titleBox .bottom {
    font-size: 40px;
    margin-left: 4px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .textBox .titleBox .bottom {
    font-size: 28px;
    margin-left: 12px;
  }
}

@media (max-width: 375px) {
  .bannerArea .bannerItem .Txt .textBox .titleBox .bottom {
    font-size: 24px;
  }
}

.bannerArea .bannerItem .Txt .textBox .bigWord {
  font-size: 145px;
  color: #9b8d77;
  font-style: italic;
  line-height: 1;
  letter-spacing: 1px;
  margin-right: 0px;
}

@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt .textBox .bigWord {
    font-size: 100px;
  }
}

@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .textBox .bigWord {
    font-size: 70px;
  }
}

.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: 28px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}

.bannerArea .bannerItem .Txt .text {
  color: #fff;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 10px;
  opacity: 0;
}

.bannerArea .bannerItem .Txt .bannerBtn {
  opacity: 0;
  padding-top: 8px;
  margin-bottom: 22px;
}

@media (max-width: 1200px) {
  .bannerArea .bannerItem .Txt .bannerBtn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.bannerArea .bannerItem .Txt .bannerBtn a {
  color: #fff;
  display: inline-block;
  letter-spacing: 1.4px;
  padding: 15px 10px;
  text-align: center;
  font-size: 16px;
  position: relative;
  padding-right: 80px;
}

@media (max-width: 480px) {
  .bannerArea .bannerItem .Txt .bannerBtn a {
    font-size: 14px;
  }
}

.bannerArea .bannerItem .Txt .bannerBtn a:hover::after {
  -webkit-animation: swing-x 1s ease-in-out infinite;
          animation: swing-x 1s ease-in-out infinite;
}

@-webkit-keyframes swing-x {
  from {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes swing-x {
  from {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes swing-y {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes swing-y {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.bannerArea .bannerItem .Txt .bannerBtn a:after {
  content: "";
  width: 56px;
  height: 7px;
  background: no-repeat url(../images/arrow2.png) center;
  position: absolute;
  top: 25px;
  right: 0px;
}

.bannerArea .bannerItem .Txt .bannerBtn a::before {
  content: "";
  width: 29px;
  height: 29px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -11px;
}

.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 {
  position: relative;
  z-index: 1;
}

.bannerArea .bannerItem .Img img {
  min-height: 710px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 480px) {
  .bannerArea .bannerItem .Img img {
    min-height: 0;
    height: 500px;
  }
}

.bannerArea .bannerItem.slick-current .Txt .title,
.bannerArea .bannerItem.slick-current .Txt .textBox {
  -webkit-animation: bannerTxtAnimation 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}

.bannerArea .bannerItem.slick-current .Txt .subtitle {
  -webkit-animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}

.bannerArea .bannerItem.slick-current .Txt .text {
  -webkit-animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
}

.bannerArea .bannerItem.slick-current .Txt .bannerBtn {
  -webkit-animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}

.bannerArea .bannerItem.slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}

.bannerArea .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bannerArea .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -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;
}

.bannerArea .socialBox .socialList li a:hover {
  color: #9b8d77;
}

.bannerArea .socialBox .socialList li a:hover svg {
  fill: #9b8d77;
}

.bannerArea .arrowBox {
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bannerArea .arrowBox .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
  cursor: pointer;
}

.bannerArea .arrowBox .arrow::before {
  content: "";
  border-style: solid;
  display: block;
  z-index: 2;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bannerArea .arrowBox .arrowPrev::before {
  border-width: 0 5px 9px 5px;
  border-color: transparent transparent #fff transparent;
}

.bannerArea .arrowBox .arrowPrev:hover::before {
  border-color: transparent transparent #9b8d77 transparent;
}

.bannerArea .arrowBox .arrowNext::before {
  border-width: 9px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}

.bannerArea .arrowBox .arrowNext:hover::before {
  border-color: #9b8d77 transparent transparent transparent;
}

.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}

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

.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: #9b8d77;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.bannerArea .slick-dots {
  margin: 0 auto;
  bottom: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1344px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  right: 0;
}

@media (max-width: 480px) {
  .bannerArea .slick-dots {
    bottom: 40px;
  }
}

.bannerArea .slick-dots li {
  width: 7px;
  height: 2px;
  padding: 0 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

@media (max-width: 1200px) {
  .bannerArea .slick-dots li {
    padding: 0 9px;
    background: none;
  }
}

.bannerArea .slick-dots li button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 7px;
  width: 7px;
  padding: 0;
}

.bannerArea .slick-dots li button::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #cea65d;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
          transform: translate(-50%, -50%) translateZ(0);
  position: absolute;
  border-radius: 999px;
  opacity: 0;
}

.bannerArea .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #c2c2c2;
  border-radius: 999px;
  opacity: 1;
}

.bannerArea .slick-dots li.slick-active button::after {
  opacity: 1;
}

.bannerArea .slick-dots li.slick-active button::before {
  border: 1px solid #cea65d;
  background-color: #cea65d;
  opacity: 1;
}

@media (max-width: 1180px) {
  .bannerArea .Txt .bannerVideo,
  .bannerArea .socialBox,
  .bannerArea .scrollDown,
  .bannerArea .arrowBox {
    display: none !important;
  }
}

.newsArea {
  padding: 154px 0 69px 0;
  background-color: #ede9e6;
}

@media (max-width: 1600px) {
  .newsArea {
    padding: 120px 0 60px 0;
  }
}

@media (max-width: 1200px) {
  .newsArea {
    padding: 40px 0 60px 0;
  }
}

.newsArea .wrap {
  display: block;
  max-width: none;
  width: 100%;
  padding: 0;
}

.newsArea .wrap .mBtn {
  display: none;
}

@media (max-width: 1600px) {
  .newsArea .wrap {
    padding: 0 20px;
  }
}

@media (max-width: 1200px) {
  .newsArea .wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsArea .wrap .mBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 400px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #4e4e4e;
    height: 47px;
    margin-top: 52px;
  }
}

.newsArea .newsList {
  width: 406px;
  -webkit-transform: translateX(-55px);
          transform: translateX(-55px);
}

.newsArea .newsList.less {
  display: none;
}

@media (max-width: 1700px) {
  .newsArea .newsList {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
}

@media (max-width: 1600px) {
  .newsArea .newsList {
    display: none;
  }
}

.newsArea .titleBox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
  position: relative;
  top: -10px;
}

@media (max-width: 1700px) {
  .newsArea .titleBox {
    -webkit-transform: translateX(-95px);
            transform: translateX(-95px);
  }
}

@media (max-width: 1600px) {
  .newsArea .titleBox {
    -webkit-transform: none;
            transform: none;
    padding: 0 20px;
  }
}

@media (max-width: 1200px) {
  .newsArea .titleBox {
    margin-bottom: 0px;
    text-align: center;
    position: static;
    margin-bottom: 16px;
    padding: 0;
  }
}

.newsArea .titleBox.noLeft {
  -webkit-transform: none;
          transform: none;
  padding: 0 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.newsArea .titleBox em {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 8px;
}

@media (max-width: 1200px) {
  .newsArea .titleBox em {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.newsArea .titleBox em .bigWord {
  line-height: 48px;
}

@media (max-width: 1200px) {
  .newsArea .titleBox .textBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.newsArea .titleBox .textBox .Txt {
  padding: 22px 0;
  padding-right: 7px;
  letter-spacing: 1.5px;
  font-size: 14px;
  line-height: 1.7;
  color: #282828;
}

@media (max-width: 1200px) {
  .newsArea .titleBox .textBox .Txt {
    max-width: 600px;
  }
}

.newsArea .titleBox .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 8px;
  margin-top: 58px;
}

.newsArea .titleBox .btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsArea .titleBox .btn a:hover span::before {
  -webkit-animation: swing-x 1s ease-in-out infinite;
          animation: swing-x 1s ease-in-out infinite;
}

@keyframes swing-x {
  from {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes swing-y {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.newsArea .titleBox .btn span {
  font-size: 14px;
  color: #9b8d77;
  text-transform: uppercase;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1.3px;
}

.newsArea .titleBox .btn span::after {
  content: "";
  width: 29px;
  height: 29px;
  border: 1px solid #363636;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 999px;
  margin-left: 53px;
}

.newsArea .titleBox .btn span::before {
  content: "";
  width: 56px;
  height: 8px;
  background: no-repeat url(../images/arrow3.png) center;
  position: absolute;
  right: 12px;
  top: 10px;
}

@media (max-width: 1200px) {
  .newsArea .titleBox .btn {
    display: none;
  }
}

.newsArea .titleBox .dots {
  position: relative;
  margin-top: 85px;
  margin-right: 8px;
}

@media (max-width: 1200px) {
  .newsArea .titleBox .dots {
    max-width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    bottom: 0;
  }
}

.newsArea .titleBox .dots .slick-dots {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .newsArea .titleBox .dots .slick-dots {
    width: auto;
  }
}

.newsArea .titleBox .dots .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

@media (max-width: 1200px) {
  .newsArea .titleBox .dots .slick-dots li {
    padding: 8px;
  }
}

.newsArea .titleBox .dots .slick-dots li.slick-active button {
  border: 1px solid #cea65d;
  background-color: #cea65d;
  opacity: 1;
}

.newsArea .titleBox .dots .slick-dots li.slick-active button::after {
  opacity: 1;
}

.newsArea .titleBox .dots .slick-dots button {
  opacity: 1;
  background: #363636;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 999px;
  margin: 0;
  padding: 0;
  position: relative;
}

.newsArea .titleBox .dots .slick-dots button::after {
  content: "";
  width: 17.5px;
  height: 17.5px;
  border: 1px solid #cea65d;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
          transform: translate(-50%, -50%) translateZ(0);
  position: absolute;
  border-radius: 999px;
  opacity: 0;
}

.newsArea .titleBox .dots .slick-dots button::before {
  content: normal;
}

.newsArea .titleBox .dots:after {
  z-index: 1;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #918f8e;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1200px) {
  .newsArea .titleBox .dots:after {
    content: normal;
  }
}

.newsArea .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 100px;
  padding-top: 8px;
}

@media (max-width: 1200px) {
  .newsArea .arrowBox {
    position: absolute;
    padding: 0 20px;
    margin: auto;
    height: 0;
  }
}

.newsArea .arrowBox div:first-child {
  -webkit-transform: scaleX(-1) translateZ(0);
          transform: scaleX(-1) translateZ(0);
}

@media (max-width: 1200px) {
  .newsArea .arrowBox div:first-child {
    -webkit-transform: none;
            transform: none;
  }
}

.newsArea .arrowBox button {
  width: 68px;
  height: 29px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.newsArea .arrowBox button .mobile {
  display: none;
}

@media (max-width: 1200px) {
  .newsArea .arrowBox button {
    width: auto;
    height: auto;
  }
  .newsArea .arrowBox button img {
    display: none;
  }
  .newsArea .arrowBox button .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.newsArea .arrowBox button:hover img:not(.mobile) {
  -webkit-animation: swing-x 1s ease-in-out infinite;
          animation: swing-x 1s ease-in-out infinite;
}

@keyframes swing-x {
  from {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes swing-y {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.newsArea .arrowBox button::after {
  content: "";
  width: 29px;
  height: 29px;
  border: 1px solid #363636;
  border-radius: 999px;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1200px) {
  .newsArea .arrowBox button::after {
    width: auto;
    height: auto;
    content: normal;
  }
}

.newsArea .newsList2 {
  width: calc((60% + 10px));
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1800px) {
  .newsArea .newsList2 {
    width: 55%;
  }
}

@media (max-width: 1700px) {
  .newsArea .newsList2 {
    width: calc((60% + 100px));
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
}

@media (max-width: 1600px) {
  .newsArea .newsList2 {
    -webkit-transform: none;
            transform: none;
    width: 60%;
  }
  .newsArea .newsList2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

@media (max-width: 1200px) {
  .newsArea .newsList2 {
    width: 100%;
    margin-bottom: 40px;
  }
}

.newsArea .newsBox {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 1200px) {
  .newsArea .newsBox {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.newsArea .newsList li,
.newsArea .newsList2 li {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsArea .newsList .top,
.newsArea .newsList2 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 42px;
}

.newsArea .newsList .top .left,
.newsArea .newsList2 .top .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.newsArea .newsList .top .left b,
.newsArea .newsList2 .top .left b {
  font-size: 12px;
  color: #9b8d77;
  font-family: 'Noto Sans TC', serif;
  font-weight: 300;
  letter-spacing: 0.7px;
}

.newsArea .item {
  max-width: 386px;
  width: 100%;
}

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

.newsArea .Txt {
  position: relative;
  padding: 14px 0px;
}

.newsArea .Txt p {
  font-family: 'Noto Sans TC', serif;
  height: 46px;
  font-size: 14px;
  color: #282828;
  line-height: 1.6;
  letter-spacing: 1px;
}

.newsArea .newIcon {
  position: static;
  color: #292929;
  padding: 0;
  font-size: 14px;
  margin-top: 2px;
  font-weight: bold;
  margin-bottom: 4px;
}

.newsArea .date {
  font-family: 'Noto Serif TC', serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsArea .date .day {
  color: #363636;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 2px;
  padding-right: 2px;
}

.newsArea .date .divide {
  padding: 0 3px 0 0;
}

.newsArea .date span:first-child {
  letter-spacing: 1.5px;
  font-size: 14px;
  line-height: 1.2;
}

.newsArea h3 {
  padding-top: 7px;
}

.newsArea h3 a {
  display: block;
  padding-bottom: 2px;
  font-weight: 600;
  font-size: 24px;
  border-bottom: 1px solid #eaeaea;
  color: #363636;
  letter-spacing: 2px;
}

.newsArea h3 a:hover {
  color: #9b8d77;
}

.roomArea {
  padding: 145px 0 148px 0;
  position: relative;
  background: no-repeat url(../images/bg1.jpg) center top/cover #fafafa;
}

.roomArea .mBtn {
  display: none;
}

@media (max-width: 1600px) {
  .roomArea {
    padding: 120px 0 120px 0;
  }
}

@media (max-width: 1200px) {
  .roomArea {
    padding: 40px 0 60px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .roomArea .mBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 40px);
    max-width: 400px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #4e4e4e;
    height: 47px;
    margin: 0 20px;
    margin-top: 24px;
  }
  .roomArea .roomBtn {
    background-color: #9b8d77;
    color: #fff;
    border-color: #9b8d77;
  }
  .roomArea .roomBtn:hover {
    background-color: #81735e;
  }
  .roomArea .roomBtn img {
    margin-right: 12px;
  }
}

.roomArea .dots {
  position: absolute;
  right: 44px;
  top: 90px;
  width: 410px;
}

@media (max-width: 1400px) {
  .roomArea .dots {
    right: 24px;
    width: calc(33.33% - 40px);
  }
}

@media (max-width: 1200px) {
  .roomArea .dots {
    max-width: 100%;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    bottom: 0;
  }
}

.roomArea .dots .slick-dots {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .roomArea .dots .slick-dots {
    width: auto;
  }
}

.roomArea .dots .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

@media (max-width: 1200px) {
  .roomArea .dots .slick-dots li {
    padding: 8px;
  }
}

.roomArea .dots .slick-dots li.slick-active button {
  border: 1px solid #cea65d;
  background-color: #cea65d;
  opacity: 1;
}

.roomArea .dots .slick-dots li.slick-active button::after {
  opacity: 1;
}

.roomArea .dots .slick-dots button {
  opacity: 1;
  background: #363636;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 999px;
  margin: 0;
  padding: 0;
  position: relative;
}

.roomArea .dots .slick-dots button::after {
  content: "";
  width: 17.5px;
  height: 17.5px;
  border: 1px solid #cea65d;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
          transform: translate(-50%, -50%) translateZ(0);
  position: absolute;
  border-radius: 999px;
  opacity: 0;
}

.roomArea .dots .slick-dots button::before {
  content: normal;
}

.roomArea .dots:after {
  z-index: 1;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #918f8e;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1200px) {
  .roomArea .dots:after {
    content: normal;
  }
}

.roomArea .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 120%;
  top: 50%;
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
  left: 0;
  z-index: 2;
  left: 50%;
}

@media (max-width: 1800px) {
  .roomArea .arrowBox {
    width: 105%;
  }
}

@media (max-width: 1800px) {
  .roomArea .arrowBox {
    width: 100%;
  }
}

@media (max-width: 1600px) {
  .roomArea .arrowBox {
    display: none;
  }
}

@media (max-width: 1200px) {
  .roomArea .arrowBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    padding: 0 20px;
    height: 0;
    display: flex;
    width: 100%;
    top: auto;
  }
}

.roomArea .arrowBox div:first-child {
  -webkit-transform: scaleX(-1) translateZ(0);
          transform: scaleX(-1) translateZ(0);
}

@media (max-width: 1200px) {
  .roomArea .arrowBox div:first-child {
    -webkit-transform: none;
            transform: none;
  }
}

.roomArea .arrowBox button {
  width: 68px;
  height: 29px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.roomArea .arrowBox button .mobile {
  display: none;
}

@media (max-width: 1200px) {
  .roomArea .arrowBox button {
    width: auto;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .roomArea .arrowBox button img {
    display: none;
  }
  .roomArea .arrowBox button .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.roomArea .arrowBox button:hover img {
  -webkit-animation: swing-x 1s ease-in-out infinite;
          animation: swing-x 1s ease-in-out infinite;
}

@keyframes swing-x {
  from {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes swing-y {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.roomArea .arrowBox button::after {
  content: "";
  width: 29px;
  height: 29px;
  border: 1px solid #363636;
  border-radius: 999px;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1200px) {
  .roomArea .arrowBox button::after {
    width: auto;
    height: auto;
    content: normal;
  }
}

@media (max-width: 1200px) {
  .roomArea .catalogList2,
  .roomArea .catalogList3 {
    display: none;
  }
}

.roomArea .catalogBox {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
}

@media (max-width: 1200px) {
  .roomArea .catalogBox {
    padding-top: 0px;
  }
}

.roomArea .catalogBox ul {
  width: 33.33%;
  padding: 0 24px;
}

@media (max-width: 1400px) {
  .roomArea .catalogBox ul {
    padding: 0 20px;
  }
}

@media (max-width: 1200px) {
  .roomArea .catalogBox ul.catalogList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .roomArea .catalogBox ul.catalogList li {
    padding: 0 20px;
  }
}

.roomArea .catalogBox ul:nth-of-type(2) {
  padding-top: 140px;
}

.roomArea .catalogBox ul:nth-of-type(3) {
  padding-top: 48px;
}

.roomArea .catalogBox.hide {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.roomArea .wrap {
  max-width: 1411px;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.roomArea .wrap > .btn {
  position: absolute;
  right: 44px;
  top: 13px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #9b8d77;
  min-width: 168px;
  color: #fff;
  letter-spacing: 0.8px;
}

.roomArea .wrap > .btn:hover {
  background-color: #363636;
}

.roomArea .wrap > .btn img {
  margin-right: 10px;
}

@media (max-width: 1200px) {
  .roomArea .wrap > .btn {
    display: none;
  }
}

@media (max-width: 1400px) {
  .roomArea .wrap {
    padding: 0;
  }
}

@media (max-width: 1200px) {
  .roomArea .wrap {
    margin-bottom: 20px;
  }
}

.roomArea .titleBox {
  position: absolute;
  left: 50%;
  top: 140px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-left: 0px;
  z-index: 10;
}

@media (max-width: 1600px) {
  .roomArea .titleBox {
    top: 100px;
  }
}

@media (max-width: 1400px) {
  .roomArea .titleBox {
    width: 33.33%;
    padding: 0 24px;
  }
}

@media (max-width: 1200px) {
  .roomArea .titleBox {
    position: static;
    -webkit-transform: none;
            transform: none;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }
}

.roomArea .titleBox .Txt {
  padding: 0;
  font-size: 14px;
  color: #282828;
  line-height: 1.4;
  margin-top: 26px;
  min-height: 60px;
  width: 410px;
  letter-spacing: 1.1px;
}

@media (max-width: 1400px) {
  .roomArea .titleBox .Txt {
    width: 100%;
  }
}

.roomArea .titleBox .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 0px;
}

@media (max-width: 1200px) {
  .roomArea .titleBox .btn {
    display: none;
  }
}

.roomArea .titleBox .btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.roomArea .titleBox .btn a:hover span::before {
  -webkit-animation: swing-x 1s ease-in-out infinite;
          animation: swing-x 1s ease-in-out infinite;
}

@keyframes swing-x {
  from {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes swing-y {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.roomArea .titleBox .btn span {
  font-size: 14px;
  color: #9b8d77;
  text-transform: uppercase;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1.3px;
}

.roomArea .titleBox .btn span::after {
  content: "";
  width: 29px;
  height: 29px;
  border: 1px solid #363636;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 999px;
  margin-left: 53px;
}

.roomArea .titleBox .btn span::before {
  content: "";
  width: 56px;
  height: 8px;
  background: no-repeat url(../images/arrow3.png) center;
  position: absolute;
  right: 12px;
  top: 10px;
}

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

.roomArea .Txt {
  padding: 14px 0px;
}

.roomArea .Txt .m1 {
  font-size: 16px;
  color: #292929;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  padding-top: 4px;
  height: 30px;
  margin-bottom: 8px;
  font-style: italic;
  width: 100%;
}

.roomArea .Txt .no {
  font-size: 14px;
  color: #010101;
  font-family: 'Noto Sans TC', serif;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  letter-spacing: 1.9px;
  padding-top: 0px;
}

.roomArea .Txt .no img {
  width: 16px;
  height: 12px;
  margin-right: 8px;
}

.roomArea .Txt .intro {
  letter-spacing: 1.3px;
  font-style: normal;
}

.roomArea .Txt p {
  height: 54px;
  font-size: 14px;
  color: #8b8987;
  line-height: 1.7;
  padding-top: 4px;
}

.roomArea .mTitle {
  display: none;
}

.roomArea h3 {
  margin: 0;
}

.roomArea h3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 400;
  font-size: 24px;
  color: #363636;
  font-weight: bold;
  font-family: 'Noto Sans TC', serif;
}

.roomArea h3 a .m2 {
  font-weight: 300;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #363636;
  height: 20px;
  margin-left: 18px;
}

.roomArea h3 a:hover {
  color: #9b8d77;
}

.adArea {
  padding: 135px 0 152px 0;
  background-color: #ede9e6;
  position: relative;
}

.adArea .mBtn {
  display: none;
}

@media (max-width: 1600px) {
  .adArea {
    padding: 120px 0 120px 0;
  }
}

@media (max-width: 1200px) {
  .adArea {
    padding: 40px 0 60px 0;
  }
}

.adArea .listWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .adArea .listWrap {
    position: relative;
  }
}

.adArea .arrowBox {
  display: none;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 100px;
  padding-top: 8px;
  bottom: auto;
}

@media (max-width: 1200px) {
  .adArea .arrowBox {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    height: 0;
  }
}

.adArea .arrowBox div:first-child {
  -webkit-transform: scaleX(-1) translateZ(0);
          transform: scaleX(-1) translateZ(0);
}

@media (max-width: 1200px) {
  .adArea .arrowBox div:first-child {
    -webkit-transform: none;
            transform: none;
  }
}

.adArea .arrowBox button {
  width: 68px;
  height: 29px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.adArea .arrowBox button .mobile {
  display: none;
}

@media (max-width: 1200px) {
  .adArea .arrowBox button {
    width: auto;
    height: auto;
  }
  .adArea .arrowBox button img {
    display: none;
  }
  .adArea .arrowBox button .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.adArea .arrowBox button:hover img:not(.mobile) {
  -webkit-animation: swing-x 1s ease-in-out infinite;
          animation: swing-x 1s ease-in-out infinite;
}

@keyframes swing-x {
  from {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes swing-y {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.adArea .arrowBox button::after {
  content: "";
  width: 29px;
  height: 29px;
  border: 1px solid #363636;
  border-radius: 999px;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1200px) {
  .adArea .arrowBox button::after {
    width: auto;
    height: auto;
    content: normal;
  }
}

.adArea .arrowBox .slick-arrow {
  position: relative;
}

.adArea .dots {
  position: absolute;
  right: 44px;
  top: 90px;
  width: 410px;
  display: none;
}

@media (max-width: 1200px) {
  .adArea .dots {
    max-width: 100%;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    bottom: 90px;
  }
}

.adArea .dots .slick-dots {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .adArea .dots .slick-dots {
    width: auto;
  }
}

.adArea .dots .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

@media (max-width: 1200px) {
  .adArea .dots .slick-dots li {
    padding: 8px;
  }
}

.adArea .dots .slick-dots li.slick-active button {
  border: 1px solid #cea65d;
  background-color: #cea65d;
  opacity: 1;
}

.adArea .dots .slick-dots li.slick-active button::after {
  opacity: 1;
}

.adArea .dots .slick-dots button {
  opacity: 1;
  background: #363636;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 999px;
  margin: 0;
  padding: 0;
  position: relative;
}

.adArea .dots .slick-dots button::after {
  content: "";
  width: 17.5px;
  height: 17.5px;
  border: 1px solid #cea65d;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
          transform: translate(-50%, -50%) translateZ(0);
  position: absolute;
  border-radius: 999px;
  opacity: 0;
}

.adArea .dots .slick-dots button::before {
  content: normal;
}

.adArea .dots:after {
  z-index: 1;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #918f8e;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1200px) {
  .adArea .dots:after {
    content: normal;
  }
}

.adArea .staticList li {
  position: absolute;
  z-index: 2;
  top: 0;
}

.adArea .staticList li:nth-of-type(1) {
  left: -12px;
  top: -23px;
}

@media (max-width: 1400px) {
  .adArea .staticList li:nth-of-type(1) {
    left: 20px;
  }
}

.adArea .staticList li:nth-of-type(1) img {
  width: 112px;
  height: auto;
}

.adArea .staticList li:nth-of-type(2) {
  left: 50px;
  top: 383px;
}

@media (max-width: 1300px) {
  .adArea .staticList li:nth-of-type(2) {
    top: 363px;
  }
}

.adArea .staticList li:nth-of-type(2) img {
  width: 65px;
  height: auto;
}

.adArea .staticList li:nth-of-type(3) {
  left: 295px;
  top: 393px;
}

@media (max-width: 1300px) {
  .adArea .staticList li:nth-of-type(3) {
    left: 250px;
    top: 353px;
  }
}

.adArea .staticList li:nth-of-type(3) img {
  width: 103px;
  height: auto;
}

.adArea .staticList .static {
  display: none;
}

@media (max-width: 1200px) {
  .adArea .staticList .static {
    display: none;
  }
}

.adArea .adList {
  width: 100%;
}

@media (max-width: 1200px) {
  .adArea .adList.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}

.adArea .adList li {
  position: absolute;
  z-index: 2;
  top: 0;
}

.adArea .adList li img {
  width: 290px;
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
}

.adArea .adList li:first-child {
  top: 42px;
  left: 81px;
}

.adArea .adList li:first-child img {
  width: 290px;
  height: 390px;
}

@media (max-width: 1300px) {
  .adArea .adList li:first-child {
    left: 100px;
  }
  .adArea .adList li:first-child img {
    width: 270px;
    height: auto;
  }
}

.adArea .adList li:nth-of-type(2) {
  top: -24px;
  right: 169px;
}

.adArea .adList li:nth-of-type(2) img {
  width: 234px;
  height: 313px;
}

@media (max-width: 1400px) {
  .adArea .adList li:nth-of-type(2) {
    right: 209px;
  }
  .adArea .adList li:nth-of-type(2) img {
    width: 200px;
    height: auto;
  }
}

@media (max-width: 1300px) {
  .adArea .adList li:nth-of-type(2) {
    right: 200px;
    top: 0;
  }
  .adArea .adList li:nth-of-type(2) img {
    width: 180px;
    height: auto;
  }
}

.adArea .adList li:nth-of-type(3) {
  right: -13px;
  top: 175px;
}

@media (max-width: 1400px) {
  .adArea .adList li:nth-of-type(3) {
    right: 20px;
  }
}

.adArea .adList li:nth-of-type(3) img {
  width: 158px;
  height: 212px;
}

.adArea .adList li:nth-of-type(4) {
  right: 195px;
  top: 316px;
}

.adArea .adList li:nth-of-type(4) img {
  width: 160px;
  height: 215px;
}

@media (max-width: 1400px) {
  .adArea .adList li:nth-of-type(4) {
    right: 228px;
    top: 280px;
  }
}

@media (max-width: 1300px) {
  .adArea .adList li:nth-of-type(4) {
    right: 200px;
    top: 265px;
  }
  .adArea .adList li:nth-of-type(4) img {
    width: 140px;
    height: auto;
  }
}

@media (max-width: 1200px) {
  .adArea .adList li {
    position: static;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    padding: 0 20px;
  }
  .adArea .adList li:nth-of-type(n) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .adArea .adList li:nth-of-type(n) img {
    width: 100%;
    height: 480px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 480px) {
  .adArea .adList li:nth-of-type(n) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .adArea .adList li:nth-of-type(n) img {
    width: 100%;
    height: 450px;
  }
}

.adArea li {
  padding: 0;
}

.adArea .item {
  position: relative;
  overflow: hidden;
}

.adArea .item:hover .Txt {
  top: 0;
  opacity: 1;
}

@media (min-width: 1201px) {
  .adArea .item:hover .Img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media (max-width: 1200px) {
  .adArea .Img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1200px) {
  .adArea .Img a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .adArea .Img a::before, .adArea .Img a::after {
    content: normal;
  }
}

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

.adArea .titleBox {
  margin-bottom: 14px;
}

.adArea .textBox {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .adArea .textBox {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}

.adArea .textBox h1 {
  font-size: 18px;
  color: #9b8d77;
  letter-spacing: 2px;
  font-weight: normal;
}

.adArea .textBox .subtitle,
.adArea .textBox .subtitle2 {
  font-size: 18px;
  color: #9b8d77;
  letter-spacing: 2px;
}

.adArea .textBox .subtitle {
  margin-bottom: 4px;
}

.adArea .textBox .subtitle2 {
  font-size: 14px;
  color: #9b8d77;
  letter-spacing: 2.8px;
  margin-bottom: 16px;
}

.adArea .textBox .line {
  width: 1px;
  height: 38px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #cfc7bd;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .adArea .textBox .line {
    display: none;
  }
}

.adArea .textBox .text1,
.adArea .textBox .text2 {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.adArea .textBox .text2 {
  letter-spacing: 0.4px;
  margin-bottom: 18px;
}

.adArea .textBox .text3 {
  font-size: 14px;
  color: #838282;
  max-width: 410px;
  width: 100%;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: center;
  font-family: 'Noto Sans TC', serif;
  text-transform: uppercase;
}

.adArea .textBox .btn {
  padding: 9px 32px;
  border: 1px solid #4b4b4b;
  margin-top: 50px;
  cursor: pointer;
  pointer-events: auto;
}

@media (max-width: 1200px) {
  .adArea .textBox .btn {
    display: none;
  }
}

.adArea .textBox .btn:hover {
  background-color: #4b4b4b;
}

.adArea .textBox .btn:hover a {
  color: #fff;
}

.adArea .textBox .btn a {
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #4b4b4b;
  font-size: 14px;
}

.adArea .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .adArea .Txt {
    position: static;
    opacity: 1;
    padding: 20px;
    background-color: transparent;
  }
}

.adArea .Txt::after {
  content: "";
  padding: 15px;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-clip: content-box;
}

@media (max-width: 1200px) {
  .adArea .Txt::after {
    content: normal;
  }
}

.adArea .Txt .btn {
  padding: 5px 0px;
  border: 1px solid #fff;
  margin-top: 20px;
  margin-bottom: 4px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 115px;
}

.adArea .Txt .btn a {
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .adArea .Txt .btn {
    display: none;
  }
}

.adArea .Txt p {
  display: block;
  width: 100%;
  height: 46px;
  font-size: 13px;
  color: #fff;
  line-height: 1.8;
}

.adArea h3 {
  display: block;
  width: 100%;
  text-align: center;
}

.adArea h3 a {
  display: block;
  padding-bottom: 8px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 1.4px;
  line-height: 1;
  color: #fff;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

@media (max-width: 1200px) {
  .adArea h3 a {
    color: #363636;
  }
}

.adArea .wrap {
  position: relative;
}

@media (max-width: 1200px) {
  .adArea .wrap {
    padding: 0 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .adArea .wrap .mBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 20px);
    margin: 0 10px;
    max-width: 400px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #4e4e4e;
    height: 47px;
    margin-top: 70px;
  }
}

.linkArea {
  padding: 182px 0 194px 0;
  text-align: center;
  background: no-repeat url(../images/bg5.jpg) center top/cover #363636;
}

@media (max-width: 1600px) {
  .linkArea {
    padding: 120px 0 120px 0;
  }
}

@media (max-width: 1200px) {
  .linkArea {
    padding: 40px 0 60px 0;
  }
}

.linkArea .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
}

.linkArea .arrowBox .mobile {
  display: none;
}

@media (max-width: 1200px) {
  .linkArea .arrowBox {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    width: calc(100% - 20px);
  }
}

.linkArea .arrowBox div:first-child {
  -webkit-transform: scaleX(-1) translateZ(0);
          transform: scaleX(-1) translateZ(0);
}

@media (max-width: 1200px) {
  .linkArea .arrowBox div:first-child {
    -webkit-transform: none;
            transform: none;
  }
}

.linkArea .arrowBox button {
  width: 68px;
  height: 29px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin: 0 16px;
}

@media (max-width: 1200px) {
  .linkArea .arrowBox button {
    width: auto;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .linkArea .arrowBox button img {
    display: none;
  }
  .linkArea .arrowBox button .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.linkArea .arrowBox button img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 0.83;
}

.linkArea .arrowBox button:hover img {
  -webkit-animation: swing-x 1s ease-in-out infinite;
          animation: swing-x 1s ease-in-out infinite;
}

@keyframes swing-x {
  from {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes swing-y {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.linkArea .arrowBox button::after {
  content: "";
  width: 29px;
  height: 29px;
  border: 1px solid rgba(255, 255, 255, 0.43);
  border-radius: 999px;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1200px) {
  .linkArea .arrowBox button::after {
    width: auto;
    height: auto;
    content: normal;
  }
}

.linkArea .wrap {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.linkArea .wrap .mBtn {
  display: none;
}

@media (max-width: 1200px) {
  .linkArea .wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .linkArea .wrap .mBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 40px);
    max-width: 400px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #7f7f7f;
    height: 47px;
    margin: 0 20px;
    margin-top: 52px;
    color: #fff;
  }
}

.linkArea .wrap > div {
  width: 50%;
}

@media (max-width: 1400px) {
  .linkArea .wrap > div {
    width: 55%;
  }
}

@media (max-width: 1300px) {
  .linkArea .wrap > div {
    width: 60%;
  }
}

@media (max-width: 1200px) {
  .linkArea .wrap > div {
    width: 100%;
    padding: 0 10px;
  }
}

.linkArea .wrap .mapArea {
  height: 797px;
  padding-top: 10px;
}

@media (max-width: 1400px) {
  .linkArea .wrap .mapArea {
    width: 45%;
  }
}

@media (max-width: 1300px) {
  .linkArea .wrap .mapArea {
    width: 40%;
  }
}

@media (max-width: 1200px) {
  .linkArea .wrap .mapArea {
    display: none;
  }
}

.linkArea .rightBox {
  position: relative;
}

@media (max-width: 1200px) {
  .linkArea .rightBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.linkArea .rightBox .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 8px;
  margin-top: 58px;
  position: absolute;
  left: 446px;
  bottom: 26px;
}

@media (max-width: 1200px) {
  .linkArea .rightBox .btn {
    display: none;
  }
}

.linkArea .rightBox .btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.linkArea .rightBox .btn a:hover span::before {
  -webkit-animation: swing-x 1s ease-in-out infinite;
          animation: swing-x 1s ease-in-out infinite;
}

@keyframes swing-x {
  from {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes swing-y {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.linkArea .rightBox .btn span {
  font-size: 14px;
  color: #9b8d77;
  text-transform: uppercase;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1.7px;
}

.linkArea .rightBox .btn span::after {
  content: "";
  width: 29px;
  height: 29px;
  border: 1px solid rgba(255, 255, 255, 0.83);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 999px;
  margin-left: 44px;
  margin-bottom: 2px;
}

.linkArea .rightBox .btn span::before {
  content: "";
  width: 56px;
  height: 8px;
  background: rgba(255, 255, 255, 0.43);
  -webkit-mask: no-repeat url(../images/arrow3.png) center;
          mask: no-repeat url(../images/arrow3.png) center;
  position: absolute;
  right: 12px;
  top: 7px;
}

.linkArea .rightBox .textEditor em {
  font-style: normal;
  color: #fff;
}

.linkArea .rightBox .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.linkArea .rightBox .textBox,
.linkArea .rightBox .Txt {
  height: 100%;
  width: 100%;
}

.linkArea .rightBox .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  padding-left: 82px;
  position: relative;
  top: -12px;
  height: 100%;
}

.linkArea .rightBox .titleBox .title {
  line-height: 1.2;
}

.linkArea .rightBox .titleBox h2 {
  color: #fff;
}

.linkArea .rightBox .titleBox .text {
  position: absolute;
  bottom: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin-bottom: 53px;
  line-height: 1.6;
  max-width: 590px;
  letter-spacing: 1.4px;
}

@media (max-width: 1200px) {
  .linkArea .rightBox .titleBox {
    position: static;
    text-align: center;
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .linkArea .rightBox .titleBox .text {
    position: static;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

.linkArea .dots {
  position: absolute;
  left: 80px;
  bottom: -4px;
  width: 583px;
}

@media (max-width: 1200px) {
  .linkArea .dots {
    max-width: 100%;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    bottom: 0;
  }
}

.linkArea .dots .slick-dots {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .linkArea .dots .slick-dots {
    width: auto;
  }
}

.linkArea .dots .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

@media (max-width: 1200px) {
  .linkArea .dots .slick-dots li {
    padding: 8px;
  }
}

.linkArea .dots .slick-dots li.slick-active button {
  border: 1px solid #cea65d;
  background-color: #cea65d;
  opacity: 1;
}

.linkArea .dots .slick-dots li.slick-active button::after {
  opacity: 1;
}

.linkArea .dots .slick-dots button {
  opacity: 1;
  background: #918f8e;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 999px;
  margin: 0;
  padding: 0;
  position: relative;
}

.linkArea .dots .slick-dots button::after {
  content: "";
  width: 17.5px;
  height: 17.5px;
  border: 1px solid #cea65d;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
          transform: translate(-50%, -50%) translateZ(0);
  position: absolute;
  border-radius: 999px;
  opacity: 0;
}

.linkArea .dots .slick-dots button::before {
  content: normal;
}

.linkArea .dots:after {
  z-index: 1;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #918f8e;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media (max-width: 1200px) {
  .linkArea .dots:after {
    content: normal;
  }
}

.linkArea .linkList,
.linkArea .linkList2,
.linkArea .linkList3 {
  width: 275px;
  position: absolute;
}

@media (max-width: 1400px) {
  .linkArea .linkList,
  .linkArea .linkList2,
  .linkArea .linkList3 {
    width: 240px;
  }
}

.linkArea .linkList li,
.linkArea .linkList2 li,
.linkArea .linkList3 li {
  padding: 0;
}

@media (max-width: 1200px) {
  .linkArea .linkList li,
  .linkArea .linkList2 li,
  .linkArea .linkList3 li {
    padding: 0 20px;
  }
}

.linkArea .linkList li .item,
.linkArea .linkList2 li .item,
.linkArea .linkList3 li .item {
  position: relative;
}

@media (max-width: 1200px) {
  .linkArea .linkList li .item,
  .linkArea .linkList2 li .item,
  .linkArea .linkList3 li .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.linkArea .linkList li .item:hover .Txt,
.linkArea .linkList2 li .item:hover .Txt,
.linkArea .linkList3 li .item:hover .Txt {
  opacity: 1;
}

@media (max-width: 1200px) {
  .linkArea .linkList li .item .Img,
  .linkArea .linkList2 li .item .Img,
  .linkArea .linkList3 li .item .Img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
  }
}

.linkArea .linkList li .item .Img a::before,
.linkArea .linkList2 li .item .Img a::before,
.linkArea .linkList3 li .item .Img a::before {
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
  width: 158px;
  bottom: 65px;
  top: auto;
}

@media (max-width: 1200px) {
  .linkArea .linkList li .item .Img a,
  .linkArea .linkList2 li .item .Img a,
  .linkArea .linkList3 li .item .Img a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .linkArea .linkList li .item .Img a::before, .linkArea .linkList li .item .Img a::after,
  .linkArea .linkList2 li .item .Img a::before,
  .linkArea .linkList2 li .item .Img a::after,
  .linkArea .linkList3 li .item .Img a::before,
  .linkArea .linkList3 li .item .Img a::after {
    content: normal;
  }
}

@media (max-width: 1200px) {
  .linkArea .linkList li .item .Img img,
  .linkArea .linkList2 li .item .Img img,
  .linkArea .linkList3 li .item .Img img {
    -webkit-transform: none;
            transform: none;
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

.linkArea .linkList li .item .Txt,
.linkArea .linkList2 li .item .Txt,
.linkArea .linkList3 li .item .Txt {
  position: absolute;
  z-index: 2;
  color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
  opacity: 0;
}

@media (max-width: 1200px) {
  .linkArea .linkList li .item .Txt,
  .linkArea .linkList2 li .item .Txt,
  .linkArea .linkList3 li .item .Txt {
    position: static;
    opacity: 1;
    padding: 20px;
  }
}

.linkArea .linkList li .item .Txt h4,
.linkArea .linkList2 li .item .Txt h4,
.linkArea .linkList3 li .item .Txt h4 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 22px;
  letter-spacing: 2.2px;
  max-height: 70px;
  margin-bottom: 12px;
}

@media (max-width: 1200px) {
  .linkArea .linkList li .item .Txt h4,
  .linkArea .linkList2 li .item .Txt h4,
  .linkArea .linkList3 li .item .Txt h4 {
    margin-top: 0;
  }
}

.linkArea .linkList li .item .Txt .line,
.linkArea .linkList2 li .item .Txt .line,
.linkArea .linkList3 li .item .Txt .line {
  height: 82px;
  width: 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
  opacity: 0.8;
  margin-bottom: 12px;
}

@media (max-width: 1200px) {
  .linkArea .linkList li .item .Txt .line,
  .linkArea .linkList2 li .item .Txt .line,
  .linkArea .linkList3 li .item .Txt .line {
    display: none;
  }
}

.linkArea .linkList li .item .Txt p,
.linkArea .linkList2 li .item .Txt p,
.linkArea .linkList3 li .item .Txt p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  letter-spacing: 1.2px;
  height: 120px;
  width: 220px;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .linkArea .linkList li .item .Txt p,
  .linkArea .linkList2 li .item .Txt p,
  .linkArea .linkList3 li .item .Txt p {
    height: 90px;
    width: 200px;
  }
}

@media (max-width: 1200px) {
  .linkArea .linkList li .item .Txt p,
  .linkArea .linkList2 li .item .Txt p,
  .linkArea .linkList3 li .item .Txt p {
    width: 100%;
    height: 60px;
  }
}

.linkArea .linkList {
  top: 240px;
  left: -230px;
}

@media (max-width: 1400px) {
  .linkArea .linkList {
    left: -100px;
  }
}

@media (max-width: 1200px) {
  .linkArea .linkList {
    position: static;
    width: 100%;
  }
}

.linkArea .linkList2 {
  top: 125px;
  left: 80px;
}

@media (max-width: 1400px) {
  .linkArea .linkList2 {
    left: 160px;
  }
}

@media (max-width: 1200px) {
  .linkArea .linkList2 {
    display: none;
  }
}

.linkArea .linkList3 {
  left: 390px;
  top: 10px;
}

@media (max-width: 1400px) {
  .linkArea .linkList3 {
    left: 420px;
  }
}

@media (max-width: 1200px) {
  .linkArea .linkList3 {
    display: none;
  }
}

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

.linkArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 275px;
}

@media (max-width: 1400px) {
  .linkArea .Img img {
    width: 240px;
  }
}

@media (max-width: 1400px) {
  .linkArea .Img img {
    width: 100%;
  }
}

.branchArea .branchList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .branchArea .branchList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.branchArea .branchList li {
  width: 50%;
  position: relative;
}

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

@media (min-width: 1201px) {
  .branchArea .branchList .item:hover .Txt .btn,
  .branchArea .branchList .item:hover .Txt p,
  .branchArea .branchList .item:hover .Txt em,
  .branchArea .branchList .item:hover .Txt h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fadeAni 0.6s ease-in 1 forwards;
            animation: fadeAni 0.6s ease-in 1 forwards;
  }
  @-webkit-keyframes fadeAni {
    from {
      -webkit-transform: translateY(6px);
              transform: translateY(6px);
      opacity: 0;
    }
    to {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fadeAni {
    from {
      -webkit-transform: translateY(6px);
              transform: translateY(6px);
      opacity: 0;
    }
    to {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  .branchArea .branchList .item:hover .Txt h4 {
    margin-bottom: 12px;
  }
  .branchArea .branchList .item:hover .Txt p {
    margin-bottom: 36px;
  }
  .branchArea .branchList .item:hover .Txt .btn {
    margin-bottom: 12px;
  }
}

.branchArea .branchList .Img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .branchArea .branchList .Img a {
    width: 100%;
  }
}

.branchArea .branchList .Img a img {
  width: calc(100% + 1px);
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1200px) {
  .branchArea .branchList .Img a img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 480px) {
  .branchArea .branchList .Img a img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.branchArea .branchList .Txt {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}

.branchArea .branchList .Txt em {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.5;
  margin-bottom: 4px;
  -webkit-animation: em 0.6s ease-in 1 forwards;
          animation: em 0.6s ease-in 1 forwards;
}

@-webkit-keyframes em {
  from {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes em {
  from {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 1200px) {
  .branchArea .branchList .Txt em {
    font-size: 16px;
  }
}

.branchArea .branchList .Txt h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  -webkit-animation: h4 0.6s ease-in 1 forwards;
          animation: h4 0.6s ease-in 1 forwards;
}

@-webkit-keyframes h4 {
  from {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes h4 {
  from {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.branchArea .branchList .Txt p {
  font-size: 14px;
  max-width: 520px;
  max-height: 50%;
  display: none;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  letter-spacing: 1.2px;
  -webkit-animation: fadeAni 0.6s ease-in 1 forwards;
          animation: fadeAni 0.6s ease-in 1 forwards;
}

@-webkit-keyframes fadeAni {
  from {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeAni {
  from {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 1200px) {
  .branchArea .branchList .Txt p {
    max-width: 400px;
  }
}

.branchArea .branchList .Txt .btn {
  height: 41px;
  width: 158px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  display: none;
  -webkit-animation: fadeAni 0.6s ease-in 1 forwards;
          animation: fadeAni 0.6s ease-in 1 forwards;
}

@keyframes fadeAni {
  from {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.branchArea .branchList .Txt .btn:hover {
  background-color: #fff;
  color: #363636;
}

.mapArea .wrap {
  width: 100%;
}

#gmap_s {
  width: 100%;
  height: 400px;
}

@media (max-width: 1180px) {
  .facArea .Txt {
    position: static;
    padding: 20px;
    opacity: 1;
    background-color: transparent;
  }
  .facArea .Txt p {
    color: #000;
  }
  .facArea h3 a {
    color: #000;
  }
  .mapArea .wrap {
    padding: 0;
  }
}

@media (max-width: 960px) {
  .aboutArea .Img {
    width: 100%;
    margin-bottom: 30px;
  }
  .aboutArea .right {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .linkArea .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .linkArea .Img {
    max-width: 280px;
  }
}
